On Thu, 2002-02-07 at 16:51, Laurence wrote: ... > problem with mouse configuration. But I'm using a Logitech > PS/2-compatible 3-button mouse. It has never been the problem > under Red Hat Linux 4.2 . I've read README.mouse carelly with no > significant gain. Under Solaris, which device interface should I > choose, /dev/mouse or /dev/kdmouse?? The latter seems to work > better. As for Protocol, I tried "PS/2", "Auto", "Microsoft", > "MouseMan", "VUID" and they never worked. > I'm in desperate need of help.
I do not know Solaris, but Linux it should be "/dev/psaux" (PS/2 mouse). As protocol it can be "ps/2" or "imps/2" (the later for mousewheel support). You could add --- clip --- Section "ServerFlags" Option "AllowMouseOpenFail" EndSection --- end of clip --- to your configuration file (to ignore mouse errors). But as I wrote, I do not know Solaris. // Jarmo _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
