I don't believe I had this problem in Gutsy, but I remember having it at one point. I cannot find anywhere that says how to get the scroll working but to get rid of the paste-behavior.
here is my mouse section in xorg.conf so far:
Code: Select all
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "on"
Option "EmulateWheelTimeout" "200"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection


