lunes, 16 de abril de 2012

Touchpad y brillo + G74SX

Touchpad

I hate touchpads unless I am in a jam and this one is really sensitive. I found a touchpad switching application called Liberado Touchpad indicator. Great job guys, thank you! This is a super nice little app. Per their website here are the install instructions:

sudo add-apt-repository ppa:atareao/atareao && sudo apt-get update
sudo apt-get install touchpad-indicator
-----------------------------------------------------------------------------------
sudo nano /etc/X11/xorg.conf
y agrega la linea que dice Option "RegistryDwords" "EnableBrightnessControl=1" En esa posición
Section "Device"
   Identifier "Default Device"
   Option "NoLogo" "True"
   Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection