I have successfully upgraded via the dist-upgrade tool (followed the wizard from Adept) to Feisty. One unpleasant surprise has been that the middle mouse on my run-of the-mill Genius USB optical mouse is no longer working. I tried fiddling with some xorg.conf settings, but nothing really seems to be helping.
The relevant section in xorg.conf is:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "false"
Does anybody have any ideas what could be happening?
The relevant section in xorg.conf is:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "false"
Does anybody have any ideas what could be happening?
Comment