On Tue, Aug 21, 2001 at 10:28:35AM -0700, Anthony Lau wrote: > At 7:50 AM -0700 8/21/2001, David Roundy wrote: > >On Tue, Aug 21, 2001 at 02:44:00PM -0500, Juan Antonio wrote: > > > > > I have installed debian woody but I still use kernel 2.2.19 (the one > > > which is installed with floppy disks) I installed Xfree 4.x.x (the ones > > > that come with woody). And they do not recognize my mouse. So I can?t > > > execute xf86cfg. When I execute xf86config and asks me for the dev entry > > > for my mouse I do not know what to answer. And there is no /dev/mouse > > > entry in /dev dir. > > Do you have the PS/2 adaptor? Try putting the adaptor on it for PS/2, makes this easier for now. Then for "dev entry" for your mouse enter: /dev/psaux
My /etc/X11/XF86Config-4 .... Section "InputDevice" Indentifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" Option "Buttons" "7" Option "ZAxisMapping" "6 7" EndSection .... My /etc/X11/Xsession I added: .... xmodmap -e "pointer = 1 2 3 6 7 4 5" .... The above stuff got my wheel working in X. -- Kevin C. Smith | Debian GNU/Linux [EMAIL PROTECTED] |

