Hi all,
Been using cbsd to configure a new freebsd 14 machine. It all seems to work but it does keep nagging me about the xorg config file and not being able to write to the framebuffer. Most important is the config file:
Screens are being declared but this is what I see in the logs. Is there anyone able to tell me what I am doing wrong? I do have an nvidia card but I did not give it a passthrough on the pci bus.
Been using cbsd to configure a new freebsd 14 machine. It all seems to work but it does keep nagging me about the xorg config file and not being able to write to the framebuffer. Most important is the config file:
Screens are being declared but this is what I see in the logs. Is there anyone able to tell me what I am doing wrong? I do have an nvidia card but I did not give it a passthrough on the pci bus.
Code:
[ 1301.853] (--) PCI:*(0@0:8:0) fb5d:40fb:0000:0000 rev 0, Mem @ 0xc100b000/128, 0xc0000000/16777216, BIOS @ 0x????????/65536
[ 1301.853] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 1301.853] (II) LoadModule: "glx"
[ 1301.853] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 1301.853] (II) Module glx: vendor="X.Org Foundation"
[ 1301.853] compiled for 1.21.1.8, module version = 1.0.0
[ 1301.853] ABI class: X.Org Server Extension, version 10.0
[ 1301.853] (II) LoadModule: "modesetting"
[ 1301.853] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[ 1301.853] (II) Module modesetting: vendor="X.Org Foundation"
[ 1301.853] compiled for 1.21.1.8, module version = 1.21.1
[ 1301.853] Module class: X.Org Video Driver
[ 1301.853] ABI class: X.Org Video Driver, version 25.2
[ 1301.853] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1301.853] (--) Using syscons driver with X support (version 2.0)
[ 1301.853] (--) using VT number 9
[ 1301.853] (EE) open /dev/dri/card0: No such file or directory
[ 1301.853] (WW) Falling back to old probe method for modesetting
[ 1301.853] (EE) open /dev/dri/card0: No such file or directory
[ 1301.863] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1301.863] (EE) Screen 0 deleted because of no matching config section.
[ 1301.863] (II) UnloadModule: "modesetting"
[ 1301.863] (EE) Device(s) detected, but none match those in the config file.
[ 1301.863] (EE)
Fatal server error:
[ 1301.863] (EE) no screens found(EE)
[ 1301.863] (EE)
Please consult the The X.Org Foundation support
at [URL]http://wiki.x.org[/URL]
for help.
[ 1301.863] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1301.863] (EE)
[ 1301.863] (EE) Server terminated with error (1). Closing log file.
~