View previous topic :: View next topic |
Author |
Message |
fernando_mojica n00b
Joined: 04 Nov 2004 Posts: 46
|
Posted: Thu Nov 04, 2004 4:49 pm Post subject: usb mouse |
|
|
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 |
|
|
BWoso l33t
Joined: 31 Dec 2003 Posts: 920 Location: Cleveland Ohio, USA
|
|
Back to top |
|
|
BWoso l33t
Joined: 31 Dec 2003 Posts: 920 Location: Cleveland Ohio, USA
|
Posted: Thu Nov 04, 2004 6:14 pm Post subject: |
|
|
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 |
|
|
BWoso l33t
Joined: 31 Dec 2003 Posts: 920 Location: Cleveland Ohio, USA
|
Posted: Fri Nov 05, 2004 7:35 pm Post subject: |
|
|
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 |
|
|
|