Abrir con algún editor (pico, nano, vim, etc.) el archivo /etc/X11/xorg.conf y agregar en:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
lo siguiente:
Option "Protocol" "Auto"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
De tal manera que quede:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Cerrar y reiniciar la interfaz gráfica.
No hay comentarios:
Publicar un comentario