Here is a brief summary of what's working on this machine. Basically everything I've looked at works, but I haven't tried the modem or bluetooth support.
| Feature | Under Linux | Notes |
|---|---|---|
| Widescreen 1280×800 display | Works | Install driver |
| 3D effects (Compiz) | Works | Need to edit one file to make video work |
| Sound | Works | No special action needed |
| DVD/CD writer | Works | No special action needed |
| Touchpad | Works | No special action needed |
| Suspend to RAM | Works | No special action needed |
| Suspend to disk | Works | No special action needed |
| CPU speed scaling | Works | No special action needed |
| Ethernet | Works | No special action needed |
| Wireless | Works | No special action needed |
| Modem | Untested | Never tried it, so I don't know whether it works |
| Bluetooth | Untested | Never tried it |
Basically Fedora runs pretty nicely on this machine. A few small tricks are needed as described here. Complete installation should take you about an hour.
As usual, these notes are merely a document of things that worked for me. There's no guarantee they will work for you, and there are some things you could do while installing Linux that would really mess up your computer bad. I'm not aware of anything that will do that other than flashing your BIOS, which I don't recommend, but hey, you never know. You have been warned. All opinions expressed here are those of the author and are not necessarily shared by the University of Michigan.
Windows came in a 100GB NTFS partition, which I resized to 60GB, leaving 40GB for Linux. (Also there was another smaller NTFS partition containing Windows restore data, which I left alone.)
I did a network install using the basic boot CD, but installing from DVD should be similar. Just stick the disk in the drive and fire it up.
For some reason the Fedora 8 installer hangs on this computer, but there is
a simple fix: edit the boot options when the install menu comes up and add
the options floppy.allowed_drive_mask=0 clocksource=acpi_pm.
I have no idea why this works – neither option sounds particularly
promising – but various people found that this works on other
computers and it does with this one too.
After that things proceed as normal. When you get to the part about partitioning the disk, you can accept the default partitioning or you may want to do a manual partitioning yourself, which is what I did. I made a 10GB primary partition for / and an extended partition with 2GB of swap space and the rest on /home.
The rest of the installation is vanilla. When it's done installing it'll reboot and the first time it boots it will run through some setup stuff – creating a user account and so forth. After that you're done. Congratulations! You've installed Linux.
rpm -ivh http://rpm.livna.org/livna-release-8.rpmas root and you're good to go. (If you don't have a network connection, then you can't do this. On the other hand, if you don't have a network connection, then you can't use Livna at all. Or yum for that matter.)
Then you might want to update everything to the newest version. Type
yum update and wait a couple of hours.
In addition I installed a bunch of other things that I consider useful, including xfig, inkscape, scribus, acroread, amarok, mplayer-gui, xemacs, ddd, octave, fftw, blas, lapack, grace, labplot, flash-plugin, sshfs, xcdroast, and audacity. (Note that acroread and flash-plugin have to be downloaded directly from Adobe, which provides them in the form of convenient RPM files for direct install on Fedora. Just do a Google search and you'll find them.) I also removed totem, which is mostly worthless and causes some annoying problems for playing media files.
yum install kmod-fglrx as root. Then
restart the machine.
Option
"HorizScrollDelta" "0".
vo="x11". Then the flicker disappears.
That's about it. Overall, this is a pretty good machine for Linux. Everything seems to be well supported and it runs smoothly.
Last modified: February 25, 2008
Mark Newman