Virtualbox 3.1.x Linux guest dead keyboard fix
After new release of Virtualbox was installed and my virtual machine with OpenSUSE on-board had started, I’ve ended up with a dead keyboard. It worked fine on host Windows XP, but OpenSUSE VM was acting like there is no keyboard at all. Couple of minutes of brain activity and finger work I’ve found that /etc/X11/xorg.conf was replaced during Virtualbox Guest Additions update. Comparing xorg.conf between two latest VB releases, I was able to get the keyboard working. Here is a fix:
- Restore old
xorg.conf:cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf - Add
Option "CoreKeyboard"toInputDevicesection ofKeyboard[0] - Add
Option "CorePointer"toInputDevicesection ofMouse[1] - Add
Option "SendCoreEvents"toInputDevicesection ofMouse[2] - Rename
Deviceoption fromInputDevicesection ofMouse[2]from/dev/vboxaddto/dev/vboxguest
A screenshot for your pleasure!
