Nadav Har'El wrote:

<snip>

When I have in /etc/X11/F86Config lines like
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"


I got the same mouse, in RedHat 8.0, and it works perfectly. But the relevant section in my /etc/X11/F86Config looks like this:

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/psaux"
       Option      "ZAxisMapping" "4 5"
       Option      "Emulate3Buttons" "no"
EndSection

So maybe the missing "Device" line will make the difference.

Hope this helps,

Henry



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to