After upgrading to Ubuntu 11.04 (Natty) there are some things you will need to do. I'll start this with the easy stuff.
1. Fix the screen brightness - unless you apply this, you will not be able to increase/decrease brightness on this computer (thus sucking battery life):
- As root navigate to (you can do this by entering "gksu nautilus") and edit : /etc/default/grub
- Change the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="acpi_osi=Linux"
- save the file
- and then (in a terminal): sudo update-grub
- reboot
2. To enable vertical scrolling with the trackpad do the following:
Navigate to /etc/modprobe.d/
Make a file called psmouse.conf and paste this text into it:
options psmouse proto=imps
save as root in the folder (you should already be there) /etc/modprobe.d/
that's it.