xen Cannot figure out Mouse0 and X server in FreeBSD StandaloneVM

Hi FreeBSD Folks!

I cannot seem to figure out setting up X11 and the USB mouse with my FreeBSD 13.1 Standalone VM in Qubes OS.

I had similar problems with the mouse in a GhostBSD VM, so I know both have something common going on with the mouse here.

Relevant errors when running startx
Code:
> InputDevice section "Mouse0" must have a Driver line
> Fatal server error: (EE) no screens found (EE)

Here is my Mouse buttons configuration at (/usr/local/etc/X11/xorg.conf.d/mouse0-buttons.conf)
Code:
Section "InputDevice"
Identifier "Mouse0"
Option "Buttons" "7"
EndSection

Running tail -f /var/log/messages confirms that the VM does not detect me unplugging/replugging the USB mouse.

GPU is Detected as Xen Platform Device vgapci00pci0:0:3:0 via pciconf -lv

Any suggestions?
 
Last edited by a moderator:
rm /usr/local/etc/X11/xorg.conf.d/mouse0-buttons.conf
 
Hello & Welcome to this FreeBSD community!

To add some context to SirDice's suggestion: These days, Xorg should run out-of-the-box without any manual configuration needed for most scenarios. i.e. your mouse should "just work" without any xorg.conf or xorg.conf.d/* for it.
 
Back
Top