I have installed FreeBSD14 in a VM on TrueNAS Scale. That works using the command line.
However, I would like to use a GUI if possible GNOME.
So I installed xrdp and gnome and did add some lines in rc.conf
After reboot I hoped to see the gui (using TrueNas SPICE) but not so.
So I did startx as root. Which did show an error
That error seems to be related to a missing graphic card driver. And yep there is no graphic card attached to this VM.
And if possible, I prefer to keep it that way, since I only have one (extra) video card in the NAS
(and you can not share ^normal^ video cards
)
I have a Fedora VM also without graphic card, with GUI. However, I did not manage that for FreeBSD.
So hopefully a GUI without graphic card is possible and someone can explain how to do that !!
However, I would like to use a GUI if possible GNOME.
So I installed xrdp and gnome and did add some lines in rc.conf
Code:
gnome_enable="YES"
moused_enable="YES"
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
So I did startx as root. Which did show an error
Code:
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
And if possible, I prefer to keep it that way, since I only have one (extra) video card in the NAS
(and you can not share ^normal^ video cards
I have a Fedora VM also without graphic card, with GUI. However, I did not manage that for FreeBSD.
So hopefully a GUI without graphic card is possible and someone can explain how to do that !!