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
Here is my Mouse buttons configuration at (/usr/local/etc/X11/xorg.conf.d/mouse0-buttons.conf)
Running
GPU is Detected as
Any suggestions?
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: