FreeBSD 13.2 is installed as guest OS in Virtual box 6.1.36 (the host OS is Lubuntu 20.04).
My goal is to get LXQt running on FreeBSD. I followed the steps listed in chapters 5 and 23.4 of the FreeBSD handbook. So far, I have successfully installed Xorg and packages virtualbox-ose-additions and xf86-video-vesa. Also, in accordance with the handbook instructions I created file /usr/local/etc/X11/xord.conf.d/20-vboxvideo.conf. Here is its content:
However, should I execute xrandr, it'd give me Can't open display. I tried to replace vboxvideo in the file above with vesa, but it did not have any effect.
My goal is to get LXQt running on FreeBSD. I followed the steps listed in chapters 5 and 23.4 of the FreeBSD handbook. So far, I have successfully installed Xorg and packages virtualbox-ose-additions and xf86-video-vesa. Also, in accordance with the handbook instructions I created file /usr/local/etc/X11/xord.conf.d/20-vboxvideo.conf. Here is its content:
Code:
Section "Device"
Identifier "Card0"
Driver "vboxvideo"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "vboxmouse"
EndSection
However, should I execute xrandr, it'd give me Can't open display. I tried to replace vboxvideo in the file above with vesa, but it did not have any effect.