Stephen Nicholas wrote:
> Here's what mine looks like:
>
> Section "InputDevice"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Device" "/dev/psaux"
> Option "Protocol" "IMPS/2"
> Option "Emulate3Buttons" "off"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Thats for a MS Optical Wheel Mouse... which is exactly the same so far as
> XFree86 is concerned.
Mine is basically the same, for a Genius Netscroll+:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
If I remember right, /dev/mouse is a symlink to /dev/psaux on my system.
Also check that your ServerLayout section contains the following:
InputDevice "Mouse0" "CorePointer"
("Mouse0" is the "Identifier" from your InputDevice, change it to
whatever yours is)
You could try the mouse with gpm but I don't remember the relevant
command-line options just now.
Cheers,
- Dave
http://www.digistar.com/~dmann/ (out of date)