Re: Mouse Setup

2001-07-27 Thread R1nso13
remember, the device NAMES are irrelivant. your mouse could be called /dev/mongoose and still function as a mouse if you give it the correct major and minor numbers which you can view w/ 'ls -l'. So if you can't find a mouse device, consider just making one of your own.

Re: Mouse Setup

2001-07-27 Thread Kent West
James Rodgers wrote: Hi, I am having problems getting X to start. During the XF86Config I hit return so hat the default /dev/mouse is set. However looking at /dev/ afterwards /dev/mouse doesn't exist; hence xstart fails with the message 'mouse not found'. I have a Microsoft Intellimouse E

Re: Mouse Setup

2001-07-27 Thread Sean Quinlan
* James Rodgers <[EMAIL PROTECTED]> (2001-07-27 22:00): > I am having problems getting X to start. During the XF86Config I hit > return so hat the default /dev/mouse is set. However looking at > /dev/ afterwards /dev/mouse doesn't exist; hence xstart fails with > the message 'mouse not found'. I ha

re: Mouse Setup

2001-07-27 Thread mikrolahti // linux-tuki
>I am having problems getting X to start. During the XF86Config I hit return so hat the default >/dev/mouse is set. However looking at /dev/ afterwards /dev/mouse doesn't exist; hence xstart fails >with the message 'mouse not found'. I have a Microsoft Intellimouse Explorer with PS/2 lead, how do >

Mouse Setup

2001-07-27 Thread James Rodgers
Hi,   I am having problems getting X to start. During the XF86Config I hit return so hat the default /dev/mouse is set. However looking at /dev/ afterwards /dev/mouse doesn't exist; hence xstart fails with the message 'mouse not found'. I have a Microsoft Intellimouse Explorer with PS/2 lead,

mouse setup

2000-04-07 Thread james nigh
ok. i just recently did a re-install. i have a logitech wingman mouse. my last install worked perfect w/ this. not this time however. i don't THINK i've done anything differently this time around, yet i can't use the middle mouse button for anything in X. otherwise it works fine. just no middle

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 t

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. > >

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. > >

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 win

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 --

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" Protocol"MouseSystems" Device "/dev/gpmdata" So that X will read the mouse data that GPM leaves in a fifo /dev/gpmdata. I a

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 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 /dev/

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" Protocol"PS/2" Device "/dev/psaux" EndSection // Heikki -- Heikki Vatiainen * [EMAIL PROTECTED] Tampere University of Technology * Tam

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. --