Doing so is quite simple, though. Become root and open in /etc/X11/xorg.conf in your preferred editor. Then find the section labeled "Core Pointer" and make it look like this:
Section "InputDevice"I had to had the last four lines above. The reason the option for "Buttons" is 5 is that the wheel is seen as 3 buttons -- one for each way it rotates and one for when you press it as a button.
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
If you have X already running you'll need to exit and restart the X server for the change to take effect.
No comments:
Post a Comment