Run Ubuntu on Dell Mini 10 in HD (1366×768)

One Gig Wonder
I found a link on moko's blog that showed how you run Ubuntu Jaunty in 1024x576 on a Dell Mini 10. However, I have the Mini 10 with the HD screen (1366x768) which required a few additional steps to get it work right. Here is the entire process
First, create the file: /etc/apt/sources.list.d/ubuntu-mobile.list
Add the following content and save (these entries will change depending on the version of Ubuntu):
deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main
Open a terminal and run the following two commands:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30
sudo apt-get update
sudo apt-get install psb-kernel-source psb-kernel-headers
Restart your machine and open the terminal again. Enter the command:
sudo apt-get install xserver-xorg-video-psb
Restart your machine again. You should now have 1366x768 resolution.