Quote:
Originally Posted by alan_ri
Hi again!
What Mandriva release is it? Mouse specifics?
Please post the output of /etc/X11/xorg.conf.
Cheers!
|
Hi again.
I've been fiddling with my xorg.conf adding options suggested by various sites I've googled. Nothing has worked, mainly because most of the suggestions are aimed at getting scrolling working at all, whereas my problem is that it's part-working.
This is what the xorg.conf mouse settings looked like to begin with:
Code:
Section "InputDevice"
Identifier "VMware Mouse"
Driver "vmmouse"
Option "Device" "/dev/input/mice"
EndSection
These are the lines I've tried adding in various combinations, following suggestions:
Code:
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Unsurprisingly, none of these have fixed the problem.
Much googling has located someone else with an identical-sounding problem.
http://communities.vmware.com/thread/213873
However his fix hasn't helped.
His fix was to ensure that vmware-tools and the vmmouse driver were installed correctly; I'm fairly sure they are, and I've re-installed them anyway just to be sure, but without any effect.
Anyone got any other ideas?