Install Ubuntu 10.04 in Dell Mini 12

1. Download Ubuntu 10.04 and install in your Dell Mini 12

2.Install wireless driver

Menu -->Administration -->Hardware Drivers
search hardware and enable
Broadcom STA wireless driver

3. Install Graphic driver

Open a terminal and type:

sudo add-apt-repository ppa:gma500/ppa

sudo apt-get update

sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config

... reboot

See here: http://code.google.com/p/gma500/wiki/PPARepository

NOTE: Anytime you update your kernel, you need to reconfigure the driver
sudo dpkg-reconfigure psb-kernel-source

4. How to adjust screen brightness

To make FN+F9 and FN+F10 keys work on your mini 12 in Ubuntu is just to edit your /etc/default/grub (# sudo gedit /etc/default/grub
)
add the line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic acpi_backlight=vendor"

then you need run this at terminal,
# sudo update-grub

Reboot your sys

I can't adjust screen

I can't adjust screen brightness on my Dell Mini 12 after editing /etc/default/grub and running 'sudo update-grub'.

$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-22-generic
Found initrd image: /boot/initrd.img-2.6.32-22-generic
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
done

My /etc/default/grub is:

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic acpi_backlight=vendor"
GRUB_CMDLINE_LINUX=""

I really appreciate it if you give me some advice.

Thank you.