> 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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to