Recently I made a clean install of Ubuntu 9.04 on my Thinkpad T61.
I configured the figerprint, the accelerometer is reporting correct values.
I did not like the default resolution at boot. So I created a custom usplash.conf file:
sudo joe /etc/usplash.conf
I should contain these lines:
xres=1680
yres=1050
The next step was to update the “initial RAM disk”, that is used [...]