[Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev

Pär Andersson paran at lysator.liu.se
Mon Mar 31 16:07:09 UTC 2008


> Repeating, don't use the by-path or the by-id link. At least for me,
it doesn't work.

Then you should report a separate bug because of course they should
work. Here is a part of my xorg.conf that is working in latest Hardy:

Section "InputDevice"
        Identifier      "microsoft-kbd"
        Driver          "evdev"
        Option          "CoreKeyboard"
        Option          "Device"        "/dev/input/by-id/usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "evdev"
        Option          "XkbLayout"     "se"
EndSection

Section "InputDevice"
        Identifier      "Das Keyboard"
        Driver          "evdev"
        Option          "CoreKeyboard"
        Option          "Device"        "/dev/input/by-id/usb-046a_Das_Keyboard-event-kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "evdev"
        Option          "XkbLayout"     "se"
EndSection

Section "InputDevice"
        Identifier      "LogitechMouse"
        Driver          "evdev"
        Option          "CorePointer"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
EndSection

-- 
evdev mouse fails on hardy: cannot open input pEvdev
https://bugs.launchpad.net/bugs/173833
You received this bug notification because you are a member of Kernel
Bugs, which is a subscriber of a duplicate bug.




More information about the kernel-bugs mailing list