
Configurar Touchpad en Debian o Ubuntu
9 Junio 2009
Hola a todos, he estado usando Debian todo este fin de semana y una de las configuraciones que mas me ha tenido chato es la del touchpad, puesto que por defecto viene habilitado el scroll horizontal, y para sacarlo he tenido que instalar la aplicación llamada gsynaptics así:
1.- # aptitude install gsynaptics
2.- Al instalarlo nos aparecerá una nueva aplicación llamada Touchpad en Sistemas > Preferencias, pero al intentar abrirla nos arroja un error, para solucionarlo hacemos lo siguiente:
2.1.- # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
2.2.- # gedit /etc/X11/corg.conf
3.- Ahí debemos reemplazar las siguientes lineas:
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
EndSection
3.1.- Por las siguientes:
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “Emulate3Buttons” “true”
EndSection
Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizScrollDelta” “0″
Option “SHMConfig” “true”
EndSection
Section “ServerLayout”
Identifier “Default Layout”
Screen “Default Screen”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “Synaptics Touchpad”
EndSection
4.- reiniciamos las X con ctrl+alt+borrar o reiniciamos el equipo, si ocurriese cualquier error y no nos carga la interfaz gráfica debemos hacer lo siguiente:
# rm /etc/X11/xorg.conf
# cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
4.2.- En caso de que hayamos hecho todo correctamente entramos ahora a Sistemas > Preferencias > Touchpad y realizamos las configuraciones que estimemos pertinentes.
Espero que les haya funcionado, puesto que es bastante molesto tener habilitado el scroll horizontal del touchpad, saludos.
by AngerRising
hola!.. mmm bueno instale gsypantics, claro me salio un error
algo de SHMconfig al valor true….
luego cambie xorg.conf, y si precisamente no me arranco gdm…
asike hice
# rm /etc/X11/xorg.conf
# cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
y volvi a inicar el escritorio.. y adivina…
aun no puedo iniciar la aplicaion touchpad
dale con el SHMconfig..