PDA

View Full Version : [ubuntu] Mouse & Keyboard Locks After 8.10 Upgrade (fixed)



rvickers
November 12th, 2008, 02:10 AM
I've seen several threads on this issue so I'm posting my resolution.

Boot to Recovery Consol and go to a command prompt.
Nano /etc/X11/xorg.conf
Add the following:

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

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

Ctrl O to save
Ctrl X to exit

Hope this helps someone...:)