Quote:
Try using the standard PS/2 driver.
If all else fails, open /etc/X11/XF86Config, find the section regarding your mouse, and change it there.
|
hi,
/etc/X11/XF86Config
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
it is still generic ps/2 2button with 3 button emulation . but still problem exits.
hELin