I finally took the plunge and installed debian testing on my eeepc yesterday.
I definitely would not recommend it for beginners. I feel Ubuntu is vastly more polished. Still, it seems to do pretty much most things that Ubuntu Karmic does for me.
I feel that most applications are roughly the same version as Karmic, with exactly the same bugs: latency in vlc for flv files even when using alsa; and I haven’t tested, but I saw someone say that if you don’t shut down wifi connection,s before turning off the wifi hardware it will kernel panic, just like in Karmic.
My memory usage is vastly reduced compared to Ubuntu, since I hardly installed anything.
I installed it eventually using debootstrap, from Ubuntu, using the instructions at Installing Debian GNU/Linux from a Unix/Linux System. This may be why my user experience was a little sub-optimal compared to Ubuntu
I’m studying for LPIC though, so I felt it would be good to do things the hard way for a bit, using the command-line and so on.
Getting networking working – wifi over rt2860, + pppoe – was surprisingly easy. Once debootstrap has run, you can chroot into the new partition and use apt-get normally, from within the old ubuntu system, so it’s dead easy to install the appropriate rt2860 and pppoeconf packages, I found.
Configuring the networking for wpa was fairly easy I felt, considering it is commandline stuff: just install wpasupplicant, and add a couple of lines to the /etc/network/interfaces file.
X was kind of a pain to get working. In the end, I apt-get’d ‘gnome-core’ and ‘gdm’ and did ‘/etc/init.d/gdm start’, and magically it started, but just running ‘X’ or ‘startx’ did nothing. I suppose what I mean is: starting x without knowing what I was doing and not using a standard way of doing it like gnome is kind of a pain
gnome-core was fairly ugly on my system, but changing the font sizes helped a lot for that. I suppose if I installed the full gnome standard install it might be prettier, but I didn’t want to have to go through aptitude deselecting pretty much every office and cups package being installed by the standard gnome installation.
Even gnome-core brought in brasero for some reason, temporarily, until it was purged by me
I’ve been using the new debian all morning so far. I haven’t felt a desire to jump into Ubuntu for anything yet. Anything I want is just an apt-get away…
Oh, and I uninstalled network-manager to save a bit of memory and attempt to be l33t