Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb mouse support in X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Kaamoss
n00b
n00b


Joined: 29 Mar 2005
Posts: 45
Location: Laguna Niguel CA, USA

PostPosted: Thu Apr 14, 2005 6:09 am    Post subject: usb mouse support in X Reply with quote

I just auto generated my x config file and when I tried to test the configuration it faild as it can't see my mouse.
Output is this
(EE) xf860OpenSerial: cannot open device /dev/mouse
No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
No core pointer

If I had to hazzard a guess I'd say it's looking for a serial mouse when it should be trying to find a usb mouse...I compiled the kernel with usb support. Do I need to manually configure the mouse? If so how? Any help you could provide me with would be greatly appreciated. Thanks.
_________________
Dark_dev
Should be done in a week.
Back to top
View user's profile Send private message
Qdot
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 127

PostPosted: Thu Apr 14, 2005 6:36 am    Post subject: Re: usb mouse support in X Reply with quote

Kaamoss wrote:

If I had to hazzard a guess I'd say it's looking for a serial mouse when it should be trying to find a usb mouse...I compiled the kernel with usb support. Do I need to manually configure the mouse? If so how? Any help you could provide me with would be greatly appreciated. Thanks.


Does your mouse got detected by kernel? look for something like
Code:

usb 3-1: new low speed USB device using uhci_hcd and address 2
input: USB HID v1.10 Mouse [062a:0000] on usb-0000:00:10.1-1

in dmesg

If yes, just change mouse device in /etc/X11/xorg.conf from /dev/mouse to /dev/input/mice

If no, recompile kernel with following options
Code:
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
Back to top
View user's profile Send private message
Kaamoss
n00b
n00b


Joined: 29 Mar 2005
Posts: 45
Location: Laguna Niguel CA, USA

PostPosted: Thu Apr 14, 2005 6:45 am    Post subject: Reply with quote

Thanks a bunch Qdot...that was simple. I uotput dmesg to a text file, search for my mouse, found it in there and changed my xorg.config accordingly and it worked! I serriously appreciate it.
_________________
Dark_dev
Should be done in a week.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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