Comment 20 for bug 807306

Revision history for this message
rrva (ragnar-rova) wrote : Re: [oneiric] Keyboard & mouse not working in X

Workaround for me was:

Copy /etc/X11/xorg.conf.failsafe to /etc/X11/xorg.conf

(Replaced gfx driver to mine)

Disabled HAL

Section "ServerFlags"
        Option "AutoAddDevices" "False"
EndSection

Added a section for keyboard explicitly (for mouse it was not needed)

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "se"
EndSection

Installed the kbd driver, since it was missing:

apt-get install xserver-xorg-input-kbd