Results 1 to 5 of 5
I have a wireless intellimouse explorer USB, that i'm trying to get to work in X11.
/dev/mouse points to a ps/2 mouse. So how do I find out which device ...
- 07-11-2004 #1Linux User
- Join Date
- Jul 2004
- Posts
- 256
Finding correct mouse device for xorg.conf
I have a wireless intellimouse explorer USB, that i'm trying to get to work in X11.
/dev/mouse points to a ps/2 mouse. So how do I find out which device is my USB mouse?--monkey
- 07-16-2004 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
Probably /dev/mouse. It could be /dev/input/mice but that's normally not used unless you have more than one mouse attached.
Could you post the mouse section of /etc/X11/xorg.conf?OH NOOOOO!!!!!! You did it the way I said?
- 07-16-2004 #3Linux User
- Join Date
- Jul 2004
- Posts
- 256
It's not /dev/mouse, I know that's pointing to my ps/2.
On boot it says something like microsoft intellimouse explorer usb1:1 or something, if that message matters I can find it.Is /dev/input/mice *always* going to be a USB mouse? Or is it a symbolic link like /dev/mouse?It could be /dev/input/mice but that's normally not used unless you have more than one mouse attached.There shouldn't be any problems having 2 mice at once if the config is correct, right? (1 usb, 1 ps/2) They both work in windows the same time.Code:Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection # USB mouse here
need any more information?--monkey
- 07-16-2004 #4Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
When setup ran mouseconfig, did you select usb or IMPS/2? If you selected IMPS/2, run mouseconfig again and select usb.It's not /dev/mouse, I know that's pointing to my ps/2.
Your xorg.conf is identical to mine and my usb scrolling wheel mouse works.
/dev/input/mice is a device, not a symlink. In fact, /dev/mouse is a symlink to /dev/input/mice on my machine.Is /dev/input/mice *always* going to be a USB mouse? Or is it a symbolic link like /dev/mouse?
Code:james@atlantis:~$ ls -l /dev/mouse lrwxrwxrwx 1 root root 10 2004-07-11 15:48 /dev/mouse -> input/mice james@atlantis:~$ ls -l /dev/input/mice crw-r--r-- 1 root root 13, 63 2001-01-07 17:58 /dev/input/mice
Should work fine so long as xorg.conf is correct. I had a trackpad, trackpoint and usb trackball on my laptop. All 3 worked together without a problem.There shouldn't be any problems having 2 mice at once if the config is correct, right? (1 usb, 1 ps/2) They both work in windows the same time.OH NOOOOO!!!!!! You did it the way I said?
- 08-24-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 2
try using "/dev/input/mouse1" that is how i got my USB wireless mouse to work. Although i am using it on a laptop so it could be that it is detecting both the touch pad and the wireless mouse so "/dev/input/mouse0" might be it.


Reply With Quote
