1. Download Ubuntu 10.04 and install in your Dell Mini 122.Install wireless driverMenu -->Administration -->Hardware Drivers 3. Install Graphic driverOpen 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 4. How to adjust screen brightnessTo 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 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic acpi_backlight=vendor" then you need run this at terminal, 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.