Luego de installar Knoppix en el hard drive el wheel mouse dejo de funcionar. Como siempre una busqueda en google mostro la solucion. Es necesario el seleccionar el protocolo imps/2,device /dev/psaux y "ZAxisMapping" "4 5".
/etc/X11/XF86config-4
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
No comments:
Post a Comment