Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with mice with gnome
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
PowerfulPenguin
n00b
n00b


Joined: 11 May 2003
Posts: 2

PostPosted: Sun May 11, 2003 10:09 pm    Post subject: Problem with mice with gnome Reply with quote

ok i can't find out what to do with this, my XF86Config looks perfectly good to me. I have a synaptics touchpad and some logitech mouse plugged into the PS/2 port. Here's what the InputDevice sections and my ServerLayout sections in XF86Config look like.

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "yes
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes
EndSection

Section "ServerLayout"
Identifier "Main Layout"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "another layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse2" "SendCoreEvents"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse2" "SendCoreEvents"
EndSection

and when i start up X and gnome, i can't move the mouse pointer. Anyone got any ideas? If you do, it would be much appreciated. thanks.
Back to top
View user's profile Send private message
grooveman
Veteran
Veteran


Joined: 24 Feb 2003
Posts: 1217

PostPosted: Mon May 12, 2003 1:06 pm    Post subject: Reply with quote

First, I think you need to find out if it has to do with your Xconfig, or something else. Here are a few trouble-shooting ideas to get you started.

You can try starting up your broken X environment, and hitting "ctr+shift+numlock". This should beep the system bell and allow you to control the mouse with the number cluster.

Does your mouse work with gpm and no X environment? Try dropping to a command prompt, then typing "/etc/init.d/gpm start". This allows you to use the mouse to select,cut and past in a vt. The mouse pointer will look like a white cursor.

If this works, you know it is very likely the problem is with X, and not something else.

Check your /dev directory and make sure your psaux device is there, and the perms are correct.

Also, try dumping the touchpad and seeing if you can get just the mouse to work, once that is working try adding the touchpad again.

I am assuming that the mouse itself is not broken....
_________________
To look without without looking within is like looking without without looking at all.
Back to top
View user's profile Send private message
watersb
Apprentice
Apprentice


Joined: 04 Sep 2002
Posts: 297
Location: take a left turn in Tesuque

PostPosted: Tue May 13, 2003 5:09 am    Post subject: Reply with quote

I would certainly try a configuration with just one of the pointers -- try them one at a time.

If the devices work OK independently, then I would try using "Auto" for the "Protocol" option.

But I am not sure, because I have not tried this myself...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum