Ok... I'm back in gnome, typing on my USB keyboard (and using my usb
mouse). I found that if I put the keyboard and mouse information back
into xorg.conf, my usb devices became available from within X. I'm
attaching the xorg.conf file that's in use right now. Unless I'm
remembering incorrectly, isn't the entry of  input devices into
xorg.conf deprecated?

Anyway, I added these two sections at the beginning of xorg....

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

and then I added this section at the end.

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/18588418/xorg.conf

-- 
2.6.27-7 kernel breaks USB 
https://bugs.launchpad.net/bugs/281737
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to