Results 1 to 4 of 4
My X Server keeps crashing because it can't find a mouse. I need to install my mouse in the default /dev/mouse location so that I can configure X to run. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-11-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 13
Need to install a mouse
My X Server keeps crashing because it can't find a mouse. I need to install my mouse in the default /dev/mouse location so that I can configure X to run. I have reinstalled SUSE 10.0 twice just to correct the problem of my pointer device causing my X server to fail. So unless someone can tell me how to figure out where a device is installed, I would like some direction on how to install a mouse or where I can get a tutorial on how to do it.
- 01-11-2006 #2
Dunno about SUSE but in OpenBSD you can get the device by:
It might not give the device in Linux but it might give a hint. You could also try these common device-files for mouse:Code:# dmesg | grep mouse
- /dev/mouse0
- /dev/input/mice
- /dev/input/mouse0
- /dev/psaux
- 01-11-2006 #3
what do you have in your xorg.conf file for input devices?
Please post.
also you could try plugging and unplugging your mouse and then checking dmesg.
Code:dmesg | grep mouse
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 01-11-2006 #4Just Joined!
- Join Date
- Jan 2006
- Posts
- 13
Originally Posted by nalg0rath
Thanks for the advice, it was in /dev/input/mouse0. the command you gave unforunately just identifies that the mouse is a PS2 mouse and didn't give me any information I could use.


Reply With Quote
