Results 1 to 4 of 4
Hello there
I have just re-installed fedora 3 in order to be able to use my usb mouse on my laptop. The mouse does not work all the time and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-06-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 2
usb mouse and fedora 3
Hello there
I have just re-installed fedora 3 in order to be able to use my usb mouse on my laptop. The mouse does not work all the time and plugging/unplugging does not seem to solve the proble m in most cases. Apart from that I have a usb adsl modem and I am not even contemplating trying to get the two of them to work together as it seems impossible.
Please help!!!
- 12-06-2004 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
how do you have your xorg.conf file setup, it may just be a problem there or with hotplugging
- 12-06-2004 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 2
My xorg.conf file looks like this :
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "synaptics"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Compaq Presario 150"
HorizSync 31.0 - 62.0
VertRefresh 48.0 - 90.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility 7500"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
- 12-08-2004 #4Just Joined!
- Join Date
- Dec 2004
- Location
- United Kingdom
- Posts
- 50
gpm
try gpm on the console. If that doesnt work then there will be some sort of issue.
lsusb -vvv to see if it has detected the mouse if not then look into the kernel modules. Perhapse the usb interface isnt detecting.
there is lots to look for.. its just a matter of making sure the OS sees the device first.
From there you can work up.


Reply With Quote
