Install Super Hybrid Engine (Processor Speed selection), and some hotkeys (Fn + key)
First we will need to follow the steps of here to add the needed repository.
Next we do (in a terminal):
sudo apt-get install eeepc-tray eeepc-laptop-dkms
Now, all your hotkeys, apart from Fn+Space, Fn+F3, and the top-left touchpad enable/disable buttons,will be working.
The rest of Hotkeys!
Write in a terminal:
sudo gedit /etc/hal/fdi/policy/shmconfig.fdiIt will open a text editor (in superuser mode) and we paste the next code:
Now we should reboot. After the reboot, do right click on our EeeTray and go to Edit Configuration. Copy paste the next code:
#Touchpad control
KEY_TOUCHPAD="00000037"
# Fn + space
KEY_FSB="00000039"
Now when you type the touchpad will go off for a second so you don’t click with it by mistake too With the file opened, we can now give the control of the fan to the BIOS because… THE SYSTEM ISNT DOING IT! (I don’t know why, but thats bad) For that we add the next to the archive (after the 2 things we wrote before):
# This gives the BIOS control of the fan FAN_MODE="auto"
Source: http://ubuntuon1005ha.wordpress.com/
Comentarios