I am running FreeBSD as a guest OS in VirtualBox on a Windows 10 host. I installed the XFCE desktop environment, but unfortunately I cannot put it on full screen mode, its highest resolution that I can set is 1024x768. So based on this article I installed the VirtualBox Guest Additions on the FreeBSD guest OS. I ran the command:
but it gave me an error: "requires kernel source files in /usr/src"
So instead, I installed the package:
I also added these lines to /etc/rc.conf:
vboxguest_enable="YES"
vboxservice_enable="YES"
After reboot the highest resolution that I can select is still 1024x768 instead of the full HD display that I actually have: 1920x1080. So basically nothing changed. If I use the Scale Mode in VirtualBox, that only distorts the proportions and looks horrible. What am I doing wrong?
cd /usr/ports/emulators/virtualbox-ose-additions && make install clean
but it gave me an error: "requires kernel source files in /usr/src"
So instead, I installed the package:
pkg install virtualbox-ose-additions-5.2.34_2
I also added these lines to /etc/rc.conf:
vboxguest_enable="YES"
vboxservice_enable="YES"
After reboot the highest resolution that I can select is still 1024x768 instead of the full HD display that I actually have: 1920x1080. So basically nothing changed. If I use the Scale Mode in VirtualBox, that only distorts the proportions and looks horrible. What am I doing wrong?