no input under virtualbox

I'm running FreeBSD 9.2-RELEASE-p7 as a guest under VirtualBox 4.3.12, and cant' get X11 working inside it. My host OS is Windows 8.1. I have installed guest additions from the package virtualbox-ose-additions-4.3.12 (though the issue was the same without it).

I've run Xorg -configure, which detected vboxvideo, and I followed the directions here to have it use vboxmouse, then copied the resulting file to/etc/X11/xorg.conf.

When I run startx, I see a normal X screen inside my VM window, with two xterms, a clock, and an i-beam cursor, but it doesn't respond to mouse or keyboard, even when I click in the window to let the VM capture the mouse. I can't make X notice any input, though I can use Alt-F1 to switch to a different screen within the VM to kill X.

Xorg.0.log file

Some VM settings

Thanks for any help!
 
Rename or remove the xorg.conf file. It often does more harm than good. X will run without it, locating and autoconfiguring devices.
 
If Xorg was installed with devd option and not HAL then the mouse would've worked - I believe it's a either/or option.
 
Back
Top