# Install, Part 2
(The only trick is that if you install Firefox natively on x86_64, you can't use old-fashioned 32-bit plugins like Flash. The only way around this is using 32-bit Firefox binaries, meaning you have to have a source version of either Mozilla or Firefox, and the binary version. But I'm getting ahead of myself).
Setting up a Gentoo box from scratch takes you through a couple of milestones. The first one is getting the kernel built and bootable. Once you can actually boot up the machine, you can start mucking around with drivers and whatnot, knowing that you can always roll back to an earlier kernel if things go wrong. Usually at this stage you get ssh going, so that you can connect to the box and do all the set-up remotely.
The second big milestone is getting X (and your desktop environement - in my case, Gnome) up and running. This gives you a GUI to work with. A GUI is nice, but for me, the third milestone is getting sound going. When you can listen to mp3s, the machine is 'inhabitable' :-)
So this evening I got the sound drivers set up, which was also a straightforward case of following the documentation. I love Linux, because it lets you do cool things that you just can't do (or conceive of doing) with Windows. For example, to test whether sound is working, the Gentoo ALSA docs suggest that you just redirect random noise to your sound device with
cat /dev/urandom > /dev/dspLots of static for free!
Anyway. Next step was installing VNC on my old PC. That's allowed me to 'move' across to the new PC, but still I get back into my old PC's Gnome desktop to do stuff like type this blog entry into my Notes client.
Next step is to start installing apps on this machine, and start moving my data and junk across. This is all still going incredibly smoothly...
Links (for future reference)
- Gentoo ATI driver HOWTO
- Unofficial ATI drivers FAQ - for installing the proprietary ATI drivers
- Gentoo Linux ALSA guide - sound configuration guide
{2005.11.16 21:45}