I am attempting to build a FreeBSD 13.1 system with Xorg as a Hyper-V virtual machine on a Windows 10 Pro host. Because of earlier failures I have defined this as a generation 1 VM. I have attached Card0.zip containing all of the files I will reference.
startx will not come up, I am getting a EE level error as shown in Xorg.0.log;
[ 4040.962] (EE) open /dev/dri/card0: No such file or directory
[ 4040.962] (WW) Falling back to old probe method for modesetting
[ 4040.962] (EE) open /dev/dri/card0: No such file or directory
[ 4040.962] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 4040.962] (EE) Screen 0 deleted because of no matching config section.
[ 4040.962] (II) UnloadModule: "modesetting"
[ 4040.962] (EE) Device(s) detected, but none match those in the config file.
[ 4040.962] (EE)
Fatal server error:
[ 4040.962] (EE) no screens found(EE)
I haven’t declared a card0 (in Screen.conf), instead I use ;
Device "vgapci0"
In my Screen.conf file, as that is the label shown when I queried the OS for PCI devices as shown in PCI Video Adapter.png.
I been unable to resolve this existing problem with /dev/dri/card0, and request some assistance.
The Card0.zip contains:
./boot/ loader.conf
./etc/ fstab, group, rc.conf, and sysctl.conf
./logs/ PCI Video Adapter.png (screen shot), Xorg.0.log.png (screen shot), and Xorg.0.log the complete textual log.
./xorg.conf.d/ contains all of the Xorg *.conf files
I have successfully built FreeBSD workstations and servers for over twenty years, and I’m not used to finding a problem I couldn’t resolve. I’ve built on repurposed hardware and Hyper-V. I scoured the FreeBSD Handbook, Man pages, support forums for solutions, but I’ve come up short.
startx will not come up, I am getting a EE level error as shown in Xorg.0.log;
[ 4040.962] (EE) open /dev/dri/card0: No such file or directory
[ 4040.962] (WW) Falling back to old probe method for modesetting
[ 4040.962] (EE) open /dev/dri/card0: No such file or directory
[ 4040.962] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 4040.962] (EE) Screen 0 deleted because of no matching config section.
[ 4040.962] (II) UnloadModule: "modesetting"
[ 4040.962] (EE) Device(s) detected, but none match those in the config file.
[ 4040.962] (EE)
Fatal server error:
[ 4040.962] (EE) no screens found(EE)
I haven’t declared a card0 (in Screen.conf), instead I use ;
Device "vgapci0"
In my Screen.conf file, as that is the label shown when I queried the OS for PCI devices as shown in PCI Video Adapter.png.
I been unable to resolve this existing problem with /dev/dri/card0, and request some assistance.
The Card0.zip contains:
./boot/ loader.conf
./etc/ fstab, group, rc.conf, and sysctl.conf
./logs/ PCI Video Adapter.png (screen shot), Xorg.0.log.png (screen shot), and Xorg.0.log the complete textual log.
./xorg.conf.d/ contains all of the Xorg *.conf files
I have successfully built FreeBSD workstations and servers for over twenty years, and I’m not used to finding a problem I couldn’t resolve. I’ve built on repurposed hardware and Hyper-V. I scoured the FreeBSD Handbook, Man pages, support forums for solutions, but I’ve come up short.