Clint Adams <[EMAIL PROTECTED]> writes: > > www.xfree86.org doesn't seem to say anything at all about Sun > > drivers. > > On a vaguely related note, is there a way other than gpm to get > sunmouse support under X4?
I use: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "busmouse" Option "Device" "/dev/mouse" EndSection with /dev/mouse being a link to /dev/sunmouse. It works very well. At least with a 2.4.0-test11 kernel, don't know if the mouse protocol for sparc has changed in newer kernels. Tomas