For the past week I’ve been working on getting Gentoo to work on my Dell 600m. All I can say is that I’ve never had so much fun with linux since the first time I installed Slackware about nine years back!
For the past year and a half I’ve been using Windows XP almost exclusively, all the while lusting for a Mac OS X computer, but never really being able to afford one. This was mainly because I was too lazy to setup linux so that everything was streamlined (procmail, fetchmail, fonts, etc etc…). Another reason is that Windows XP really is pretty stable (I have had months of uptime!)
Now I finally decided to give gentoo a shot. It is supposed to be more raw than slackware and debian, and had always caught my attention. The installation was took about a day, but that was mainly unattended. For the uninitiated, this is because gentoo compiles everything on the computer it is being installed on. This ensures best performance and no feature bloat. You simply decide what options you want to enable using the USE environment variable, and then start installing packages using the magical emerge command. It automatically resolves all dependencies, downloads the source code from the net, compiles, and installs the software!
Once you get the hang of it, it is really magical. You want to install firefox, for example; just type emerge mozilla-firefox. And the best of all, if you want to upgrade to the latest, greatest version of gentoo, simply type something like emerge sync; emerge -u world. This updates all the packages on your system to the latest. And it does this nicely in the background while you continue your work. No more re-installing from scratch, or even doing a traditional upgrade of the software - ever!
The next thing I realized is how much better Gnome is now. I’ve always been a KDE user, but Gnome has totally blown me away. It is kind of like the poor man’s Mac OS X
That said, not everything works perfectly yet. I am still struggling to get the fonts just right. Suspend does not work on my laptop - ACPI support is still experimental. But its getting there…
Installation can take a long time - days of compiling on slow hardware. Tweaking the options can be hard for someone who is not already comfortable with linux. But for the brave, the rewards are amazing. Easily the best linux distribution. Perhaps even the best OS ever!