I've successfully set up FreeBSD in VirtualBox and have installed Xorg and the XFCE desktop environment in the past (Gnome2 also). This time, I'm trying to do the same but also install the VirtualBox guest additions so I can set my resolution properly and maybe get graphics hardware acceleration to work. So I started with a fresh installation.
I followed the instructions here before installing Xorg: https://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests
When I run
And when I try to run
I've tried going into /root/xorg.conf.new. There are two "monitor" and two "screen" devices in there that aren't normally there when I set up Xorg without VirtualBox guest additions. Why are those there? So I've tried straying from the tutorial and removing the second entries ("monitor1" and "screen1") then copying the file to /etc/X11/xorg.conf and running
How do I resolve this so I can start my X window server?
I followed the instructions here before installing Xorg: https://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests
When I run
Xorg -configure as the instructions say, I see vboxvideo in my list of video drivers, as it should be, but then it says Number of created screens does not match number of detected devices. Configuration failed.
And when I try to run
startx, it fails and goes back to the Xorg console (well, I can't type anything or ctrl+C or use ctrl+alt+F1, so I have to reboot).
I've tried going into /root/xorg.conf.new. There are two "monitor" and two "screen" devices in there that aren't normally there when I set up Xorg without VirtualBox guest additions. Why are those there? So I've tried straying from the tutorial and removing the second entries ("monitor1" and "screen1") then copying the file to /etc/X11/xorg.conf and running
startx, but then it still fails with the same errors. I have almost no idea what I'm doing.How do I resolve this so I can start my X window server?