On Tue, 01 Feb 2000, you wrote:
> My mouse was detected by Kudzu and "supposedly" configured. But it won't
> do anything in X.
> 
> I tried:
> 
> setserial -g /dev/psaux
> 
> and rec'd the following error:
> 
> Cannot get serial info: Inappropriate ioctl for device
> 
> man ioctl
> 
> is pretty confusing still......
> 
> Anyone know what's going on here????

Well a ps2 mouse is not a serial device, you need a link in /dev/

/dev/mouse -> psaux

It can be created with;

cd /dev
rm mouse
ln -s psaux mouse

> And does anyone know how to get out of Gnome when you have no mouse???

ctrl-alt-backspace

Make sure your XF86Config has a ps2 mouse defined.

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/mouse" 

gpm should be started as;

gpm -m /dev/mouse -t ps2

> 
> I'm running RH6.1, Microsoft compat. ps/2 and serial using a serial
> adaptor.

O i have never seen one that runs via a serial port, however i suspect it has
its own IRQ, check with 

cat /proc/interrupts

Now i could of couse be wrong, but the commands i have given work with a normal
ps/2 mouse.
There is another option with devices and thats gpmdata, i dont know if this
will help you but man gpm does explanes what gpmdata does.

> 
> /usr/X11R6/lib/X11/XF86Config says:
> 
> Protocol - Microsoft (I also tried PS/2)
> Device - /dev/mouse (I also tried /dev/psaux)
> Emulate3Buttons
> Emulate3Timeout    50

MicroSoft and MouseSystems are for seriel mouse.

> 
> TIA.
> 
> John
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to