Simon Geard wrote:
On Thu, 2005-10-20 at 18:54 +0200, Simon Scheiwiller wrote:

This is my mouse section in xorg.conf

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection


Shouldn't that be IMPS/2 for a wheel mouse? I didn't think standard PS/2
supported anything beyond three buttons. Or try 'auto', which is what
I'm using now, without problems.

I know very little about how hardware relates to the software, but I have a simple 2 button PS/2 wheel mouse. Here's my mouse section for what it's worth.

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
#       Option          "Emulate3Buttons" "yes"
        Option          "ZAxisMapping" "4 5"
        Option          "Buttons" "5"
EndSection

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to