Re: PS/2 mouse setup; /dev/mouse?

1998-01-19 Thread fpolacco
On Sat, Jan 17, 1998 at 01:21:34AM +0100, Pancho Horrillo wrote: I have read somewhere that it's not adviseable the use of symlinks to devices such as modems or mouse ports, due locking conflicts. If a process uses and locks /dev/ttyS0, and you have a symlink modem-ttyS0 and try to use

Re: PS/2 mouse setup; /dev/mouse?

1998-01-17 Thread Pancho Horrillo
On 16 Jan 1998, William R Ward wrote: Will Lowe [EMAIL PROTECTED] writes: On Sun, 11 Jan 1998, Gregory Guthrie wrote: The XF86 config file points to /dev/mouse, which is a link to a serial port, but, my mouse is not on S0/S1. the correct PS/2 mouse port is /dev/psaux. How should

Re: PS/2 mouse setup; /dev/mouse?

1998-01-17 Thread Pancho Horrillo
On 16 Jan 1998, William R Ward wrote: Will Lowe [EMAIL PROTECTED] writes: On Sun, 11 Jan 1998, Gregory Guthrie wrote: The XF86 config file points to /dev/mouse, which is a link to a serial port, but, my mouse is not on S0/S1. the correct PS/2 mouse port is /dev/psaux. How should

Re: PS/2 mouse setup; /dev/mouse?

1998-01-16 Thread William R Ward
Will Lowe [EMAIL PROTECTED] writes: On Sun, 11 Jan 1998, Gregory Guthrie wrote: The XF86 config file points to /dev/mouse, which is a link to a serial port, but, my mouse is not on S0/S1. the correct PS/2 mouse port is /dev/psaux. How should /dev/mouse be setup for this, in windows it is

Re: PS/2 mouse setup; /dev/mouse?

1998-01-12 Thread Jean Pierre LeJacq
On Sun, 11 Jan 1998, Gregory Guthrie wrote: I have a Microsoft PS/2 mouse, with a seperate port, not one of my serial ports. I use the following in my /etc/X11/XF8gConfig: Section Pointer Protocol PS/2 Device/dev/psaux Emulate3Buttons EndSection -- Jean

PS/2 mouse setup; /dev/mouse?

1998-01-11 Thread Gregory Guthrie
I have a Microsoft PS/2 mouse, with a seperate port, not one of my serial ports. The XF86 config file points to /dev/mouse, which is a link to a serial port, but, my mouse is not on S0/S1. How should /dev/mouse be setup for this, in windows it is a separate port at IRQ 12. Thanks.

Re: PS/2 mouse setup; /dev/mouse?

1998-01-11 Thread Heikki Vatiainen
Since it is a PS/2 mouse, the Pointer section in XF86Config should probably look something like this: Section Pointer ProtocolPS/2 Device /dev/psaux EndSection // Heikki -- Heikki Vatiainen * [EMAIL PROTECTED] Tampere University of Technology * Tampere,

Re: PS/2 mouse setup; /dev/mouse?

1998-01-11 Thread Will Lowe
On Sun, 11 Jan 1998, Gregory Guthrie wrote: The XF86 config file points to /dev/mouse, which is a link to a serial port, but, my mouse is not on S0/S1. the correct PS/2 mouse port is /dev/psaux. How should /dev/mouse be setup for this, in windows it is a separate port at IRQ 12. use

Re: PS/2 mouse setup; /dev/mouse?

1998-01-11 Thread Carl Mummert
-- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: PS/2 mouse setup; /dev/mouse?

1998-01-11 Thread Carl Mummert
I have GPM set up like so: /etc/gpm.conf: device=/dev/psaux responsiveness= type=ps2 append=-R And X like so: /etc/X11/XF86Config: Section Pointer ProtocolMouseSystems Device /dev/gpmdata So that X will read the mouse data that GPM leaves in a fifo /dev/gpmdata. I