On Thursday 20 March 2003 09:19, Patrick Marquetecken wrote:
> Hi,
>
> I can't get my usb mouse to work in X. I have followd the instructions on
> the Gentoo website.
>
> lsmod:
> hid           0       unused
> mousedev      0
> input         0       (keybdev mousedev)
>
> X1168Config:
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
>
> USB support is in the kernel, the mouse is found at boot time
>

imho you are missing a line:

# Identifier and driver

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


--
[EMAIL PROTECTED] mailing list

Reply via email to