Well, this section in /etc/X11/XF86Config-4 defines it at least in part.
This is mine (using XFree 4.0.3-3) for a ps2 logitech scroll/wheel mouse:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
My backup from XFree86-4.0.1 reads like this:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Umm, maybe by changing the device and rebooting it can get recognized. Most
people have pretty good luck choosing msintellimouse from drakconf > mouse
config for all wheel mice. (That's what I'm using on another machine with a
genius netscroll).
-s
On Tuesday 03 April 2001 07:26 pm, you wrote:
> Hehe, accidently set my mouse to usb when it is in fact ps/2... HEHE.
> Anyone know a common file where linux stores all this stuff so I can edit
> it with vi? :) BTW, how do I get my mouse wheel working?