[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB mouse won't work



Hello!

I have also a Acer TM 800 Series, nice machine ...

Marcos B wrote:
James Tappin wrote:
 > Yes -- ehci is for USB 2.0 and uhci is for 1.x. Since (I assume) the
[snip]
But now, I have a problem with X : the mouse is still not working when I start my gnome session (the touchpad is still working as before).
The red light is on, but moving the mouse doesn't move the cursor.

Maybe there is some problems with my XF86config-4 (I just added a new mouse section, see below).
Yep, you just have to add one line ...

By the way, what is mousedev (kernel module ?)
modprobe mousedev returns this : FATAL: Module mousedev not found.
no idea ...

Did I forget a module in my kernel config ?
Probably not, but I do not know your config.

Do I need this "mousedev" in order to use my usb mouse under X ?
What is the "usb mouse module" you are talking about (is it hid ?)
I think you need hid, then it should work fine.


here is my XF86config-4 :

[...]
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "Device"     "/dev/input/mice"
    Option "ZAxisMapping"       "4 5"
    Option "SendCoreEvents"     "true"

EndSection
looks good,

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "1900"
        Option          "RightEdge"             "5400"
        Option          "TopEdge"               "1800"
        Option          "BottomEdge"            "3900"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "220"
        Option          "VertScrollDelta"       "100"
        Option          "MinSpeed"              "0.02"
        Option          "MaxSpeed"              "0.18"
        Option          "AccelFactor"           "0.0010"
EndSection
looks good,

[...]

Section "ServerLayout"

    Screen "Screen0"

    InputDevice "Touchpad" "CorePointer"
add   InputDevice "Mouse1" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection



Thanks for your help

Marcos




Hope that helps.

Cheers, Martin Bock



Reply to: