Hello my friends,
Im new to this forums but i'm using FreeBSD for about 3 mouths on my secondary desktop. Now I want to run a DE on a Virtual Machine but i have some problems. Im running FreeBSD 12.1 on a VirtualBox machine. And i have some issues starting Xorg.
When running startx as my user or root i get the following error:
My /etc/rc.conf has the follow modules enabled:
Ive installed xorg and virtualbox-ose-additions through pkg. One detail that may be important is that i'm running the VM in EFI mode.
I've also manually added the follow settings to
But then i get No screens found error. If anyone can help me i would appreciate.
Im new to this forums but i'm using FreeBSD for about 3 mouths on my secondary desktop. Now I want to run a DE on a Virtual Machine but i have some problems. Im running FreeBSD 12.1 on a VirtualBox machine. And i have some issues starting Xorg.
When running startx as my user or root i get the following error:
Code:
Fatal server error:
(EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
My /etc/rc.conf has the follow modules enabled:
Code:
hald_enable="YES"
vboxguest_enable="YES"
vboxservice_enable="YES"
vboxservice_flags="--disable-timesync"
Ive installed xorg and virtualbox-ose-additions through pkg. One detail that may be important is that i'm running the VM in EFI mode.
Xorg -configure
returns:
Code:
List of video drivers:
scfb
vboxvideo
modesetting
vesa
scfb trace: probe start
No devices to configure. Configuration failed.
(EE) Server terminated with error (2). Closing log file.
I've also manually added the follow settings to
/usr/local/etc/X11/xorg.conf
following FreeBSD as a Guest on Virtualbox:
Code:
Section "Device"
Identifier "Card0"
Driver "vboxvideo"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "vboxmouse"
EndSection
But then i get No screens found error. If anyone can help me i would appreciate.