Mouse question (should be simple)
Maximilian Gerlach
m at px0.de
Thu Aug 11 09:47:33 UTC 2005
Hi Henning,
You want this passage in your xorg.conf:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
instead of your normal mouse configuration.
The part that makes your scroll wheel work is the 'ZAxisMapping'
parameter.
Best regards,
Maxi
More information about the ubuntu-users
mailing list