2. Add the repositories from eeebuntu, array and statux
deb http://repos.eeebuntu.org eb3 main non-free contrib
deb http://www.array.org/ubuntu jaunty main
deb http://www.statux.org/ubuntu jaunty main
apt-get install linux-kernel-eb netbook-dkms eeepc-acpi-utilities eeepc-tray
This is supposed to install the latest netbook kernel.
linux-headers-2.6.29-1-netbook
linux-image-2.6.29-1-netbook
3. For some ridiculous reason it fails. You have to run:
sudo apt-get install --reinstall libgtk2.0-cil libmono-addins-gui0.2-cil
4. Restart
5. Install latest KDE from ppa
6. Desktop effects like these:

7. List of packages
http://docs.google.com/View?id=ddsf8993_39284qnxgs
8. xorg.conf
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:0"
Option "AccelMethod" "UXA"
Option "HWCursor" "False"
Option "MigrationHeuristic" "greedy"
Option "XAANoOffscreenPixmaps" "true"
Option "XaaNoPixmapCache"
Option "DRI" "true"
Option "XvMCSurfaces" "6"
Option "May_Need_ForceBIOS" "1"
EndSection
Section "ServerFlags"
Option "DontZap" "True"
EndSection