I’ve just finished my annual ritual of updating the software on my venerable Sony Picturebook and getting it ready for the holiday season. It’s always been a slow old dog, but the quad size battery I have for it still lasts over five hours between charges, so it’s extremely useful for picking up mail and playing old lucasarts games. It’s now set up and working nicely with my new phone and a new wireless 802.11g card.
The rest of this post will be in a heavy dialect of geekese. If you don’t care about the details skip to the end and look at the screenshot. You will finally see the Unicode Jolly Roger as I intended it to appear on Friday.
I’ve upgraded the Vaio from Debian to Ubuntu Linux. The upgrade procedure is pretty simple as Ubuntu is based on Debian, and anything Debian based is rightfully famous for allowing itself to be upgraded in place without ever re-installing from scratch. Since I hadn’t updated any packages for around a year a few simple
apt-get dist-upgrade
s left me with a shiny Ubuntu
gdm
login. There were a few hours of waiting involved while everything downloaded and unpacked itself onto the Vaio’s slow old disk drive, but very little supervision was necessary.
Ubuntu is really delivering fast on its “Linux for Human Beings” tag line. It’s definitely the first distribution I’d be happy to recommend to someone without a willingness to grub around configuring text files. I hadn’t realized how much work they’d done on laptop power management and ACPI support, but without any configuration on my part the Vaio now automatically suspends to memory when you close the lid and recovers as soon as you open it.
The 802.11g card I’m using is a Netgear WG511T , which works out of the box with Ubuntu. As soon as I plugged it in and typed in the WEP key I was on the network. I’m not convinced it’s working at the full 108Mbps speed, but it’s more than enough to max out our ADSL connection at home.
The Linux GPRS instructions I used last year to connect to my Nokia 6600 still apply to my Nokia 6630. These days you can skip all the sections on kernel configuration for bluetooth, and all I had to do to change from one phone to the next was to update the bluetooth id in
/etc/bluetooth/rfcomm.conf
. Maybe Ubuntu gives a nice dialog for configuring a phone, but I didn’t bother looking as I’d already travelled the geeky low road before.
The down side of the Vaio is its 666 Mhz Crusoe processor, sluggish Hitachi hard disk and
1024x480
screen size. Running a full Gnome desktop is like stirring syrup through a letterbox, so in the past I’ve always ended up running something much quicker like the extremely minimalist ion window manager, which keeps applications maximized at all times. This year there is a rather nice new development in the form of matchbox - the window manager in the maemo development platform built for the Nokia 770 internet tablet. Based on my experiences so far, it seems to be very nice and friendly. Here’s what it looks like:

Update: *cough*. What I thought was suspend-to-memory was actually rather more mundane screen blanking. To get suspend-to-memory going you have to uncomment a line in
/etc/default/acpi-support
and edit
/etc/acpi/events/lidbtn
to make it trigger when the lid shuts. Hopefully a gui to configure this will appear soon.