Well, the upgrade failed. Utterly. I presume it was because the nvdia drivers I have installed completely messed up the xorg.conf file. I tried restoring from backup, but when that failed I really couldn’t be bothered to fix it, so did a clean install. I decided to go with Ubuntu this time, as the clean looks of Gnome have really won over me since a while ago. Maybe KDE 4.1 in July will change that. I don’t know. Anyhow, the install went smoothly, I installed the restricted drivers, compiz fusion etc etc until I had it how I wanted. Took about half an hour =). Looks very nice, and I have changed the overall feel to the Kubuntu blue, rather than the Ubuntu brown.
Eyecandy aside, I’m going to try to use nix more, as I can play music over my ipod (my main reason for using winduhs, other than gaming.) I already have Gentoo installed, but tend to use that just for remote connecting from school with SSH, and acting as a mini web server. Oh, it also lets me say that I have a triple boot computer.
Yesterday, my father said that I could have an old mac laptop (Powerbook G4, running OS X 10.3). I decided to nixify it, downloaded Xubuntu PPC and burned a disk. There are advantages to having a 20Mb/s internet connection! Slightly off topic, but last week, Jonathan and I found an accelerating broadband connection mentioned in the Guardian! 2Mb per second per second. I put the disk in, and spent about ten minutes trying to work out which boot option would boot Xubuntu without crashing the computer. Turned out to be live-nosplash-powerpc. The laptop doesn’t like spash screens, evidently. Any other option made the screen a slightly distressing shade of green, with a slight gradient. Once I’d booted, the installed ran without trouble. However, when I rebooted, it shut down immediately, because there was no nosplash boot option! Grub doesn’t run on PPC, so you have to use Yaboot, which isn’t really as mature. There was a fix on the ubuntu forums though. I had to boot the livecd again (with live-nosplash-powerpc), open a terminal, edit the /media/disk/etc/yaboot.conf file (/etc/yaboot.conf accessed from the livecd), and change all instances of ’splash’ to ‘nosplash’. Then, run ybin, or, if you like a good laugh, ybin -v. After yaboot has been updated, and, if you ran it verbosely, your hard drive has been blessed with holy penguin pee (try it yourself), then you can boot straight into Xubuntu. The next problem was getting the network card to work. Luckily, the wired connection worked, so I wasn’t completely lost. (This is turning into a guide for how to install Xubuntu on a PowerBook G4). I found a very good post on the ubuntu forums again. You need to be using a Broadcom networking card (which is in PowerBooks). You can check by running lspci | grep Broadcom\ Corporation. If you get some kind of output containing the words ‘Broadcom Corporation’ then you’re probably alright. You then need to download this file: http://svit.epfl.ch/stuff/wl_apsta.o . Then, install the package bcm43xx-fwcutter. It’s in the Universe repository, if you havn’t enabled it (Google it if you don’t know how to enable it). Ignore the GUI prompt that comes up during the installation. Just close it. Once it’s installed, run the following command: sudo bcm43xx-fwcutter -w /lib/firmware ~/Desktop/wl_apsta.o .Or wherever you saved the file. Then, run sudo bcm43xx-fwcutter -w /lib/firmware/`uname -r` ~/Desktop/wl_apsta.o . Or, again, wherever you saved the file. Reboot, et voila. Wireless works. Next, since the powerbook only has one mousebutton, I wanted to be able to right click without pressing F12 (The default key). It is very easy. run sudo vim /etc/default/mouseemu . Uncomment the line which says Left Ctrl + Click next to it. Do this by deleting the hash at the beginning of the line. Press i to enter insert mode, then delete the character. Press escape, and type :x <enter>. Now, run the following command: /etc/init.d/mouseemu restart. You can now right click by control clicking.
There you go! Xubuntu set up nicely, and with minimal effort.

2 Comments until now
So fickle Ben, choosing your desktop environment based on what the theme . . .
The problem with having to fiddle with drivers like this, while great, is that you end up having problems when upgrading as we both did. In order to be safe you basically have to do everything via the package manager - which is the whole point of a package manager anyway. Ah well.
I don’t choose my OS based on how it looks. I just thought I’d try Gnome for a change, and liked the way it looks. By changing the desktop background and window decoration, it looks even better. But it’s perfectly nice without it. I daresay I would have been happy with KDE or XFCE - as I am (XFCE is very nice). As for drivers, yeah it’s a pain. But luckily it’s only one, and it should cope with any update short of a kernel update because of how you install it. And if it doesn’t, now that I have the file I can reinstall it in ten seconds flat anyway.
Add your Comment!