Author: Andrei Popov
Date: 01-01-02 19:44
<p>For some reason X works just fine here with <tt>/dev/sysmouse</tt>:</p>
<pre>
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/sysmouse"
EndSection
</pre>
<p>Granted, this does not allow foe using my mouse wheel (I've got a Logitech MouseMan+), but I have no problem whatsoever with clicking either of 3 buttons and getting a desired result.</p>
<p>Will, however, try your approach -- maybe it would be better than what I've got right now...</p>
|
|