Re: autoconf trouble - mice
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 28, 2005 at 11:50:37AM +0000, Thorsten Glaser wrote: >Hi, > >running X without configuration file works, except that the mouse >defaults to a PS/2 mouse, whereas, under MirOS, it's always a wsmouse. > >Does anyone have a quick hint where I can patch this, before I go >looking myself? (Yes, I admit I'm too lazy due to the summer heat.) Look in os-support/bsd/bsd_mouse.c, specifically the mouseDevs list and the FindDevice() function. If you have a /dev/mouse link, check what it points too. Other than that, make sure that this file is compiled with the appropriate defines. David