Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb mouse
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
fernando_mojica
n00b
n00b


Joined: 04 Nov 2004
Posts: 46

PostPosted: Thu Nov 04, 2004 4:49 pm    Post subject: usb mouse Reply with quote

hello I am new with gentoo and i want to configure my x server but the mouse doesnt work. I am using kernel 2.4 and by using the normalxorgconfig the usb mouse doesnt work. i tryied ca /dev/mouse but there is no reading
what can i do?
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Thu Nov 04, 2004 5:09 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=165877&highlight=mouse :)
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Thu Nov 04, 2004 6:14 pm    Post subject: Reply with quote

In responce to not being able to get it to work. . . You probably need to re-compile your kernel. I am not 100% sure where the option is in the 2.4 kernel since I haven't used one in a while. But somewhere under file systems --> psudo file systems there sould be some options.
Make sure you have [*] /dev file system support (OBSOLETE) compiled in your kernel. Then re-compile your kernel, mount /boot, copy the files that need copied and reboot.

Then part of your /etc/X11/xorg.conf needs to look something like this
Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
You don't need the ZAxisMapping line if you don't have a wheel

That should be it if I remember correctly.

Post any questions you have.
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Fri Nov 05, 2004 7:35 pm    Post subject: Reply with quote

did you ever get that working? or are you having other problems?
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
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