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.
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
* 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
>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 >
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,
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
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
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.
> >
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.
> >
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
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
--
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
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
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/
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
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.
--
16 matches
Mail list logo