> -----Original Message----- > From: Hucheng CHEN [mailto:[EMAIL PROTECTED] > Sent: 09 April 2001 21:13 > To: debian-user@lists.debian.org > Subject: mouse configuration and pine compilation??? > > > Hi, Everybody: > > I am a newbie to Debian, but I like it very much. I have > install 2.2r2 woody on my machine and I met two problems now. > > 1. Mouse configuration > I can't make mouse work under both console and X. My mouse is > Microsoft Intelligent PS/2 Mouse, if I run gpm, the mouse > under console works well, and /dev/mouse is linked to > /dev/gpmdata, but the mouse doesn't work under X. If I link > /dev/mouse to /dev/psaux manually and disable gpm, then mouse > works under X but console. So how can I make the mouse work > both under console and X? Thanks. This seems to be a very common question, and is well documented in the list archives, but here it is anyway.
1. Setup gpm to use /dev/psaux, set the type as imps2, and set the repeat_type to raw. This should get the mouse working nicely in the console. 2. Set X to use the ImPS/2 protocol, and use /dev/gpmdata as the device, that should get it working in X as well. Sean