Hi everybody!
I have above mentioned graphics card and just installed a fresh FreeBSD 14.3-RELEASE:
Boot mode is UEFI:
I have installed latest Nvidia driver (graphics/nvidia-drm-kmod) and executed this command
After restart I see this lines during booting.
Then I install xorg with
Unfortunately, xorg doesn't start. I get this error.
I do not know if these two issues are connected to each other.
Can someone help me to figure out how to set everything with Nvidia driver and Xorg?
Thank you for reading this.
I have above mentioned graphics card and just installed a fresh FreeBSD 14.3-RELEASE:
Code:
root@mf:~ # pciconf -lv | grep -B3 display
vgapci0@pci0:9:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1d01 subvendor=0x1043 subdevice=0x85f5
vendor = 'NVIDIA Corporation'
device = 'GP108 [GeForce GT 1030]'
class = display
Code:
root@mf:~ # freebsd-version
14.3-RELEASE
Boot mode is UEFI:
Code:
root@mf:~ # sysctl machdep.bootmethod
machdep.bootmethod: UEFI
I have installed latest Nvidia driver (graphics/nvidia-drm-kmod) and executed this command
sysrc kld_list+=nvidia-drm
and put this hw.nvidiadrm.modeset="1"
in the /boot/loader.conf.After restart I see this lines during booting.
Code:
nvidia0: <NVIDIA GeForce GT 1030> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 570.169 Thu Jun 12 19:58:07 UTC 2025
link_elf_obj: symbol linux_kfree_async undefined
Warning: memory type debugfsint leaked memory on destroy (2 allocations, 80 bytes leaked).
nvidia-modeset: Unloading
nvidia0: detached
Warning: memory type linux leaked memory on destroy (1 allocations, 64 bytes leaked).
linker_load_file: /boot/modules/nvidia-drm.ko - unsupported file type
Then I install xorg with
pkg install xorg
and issue the command startx
.Unfortunately, xorg doesn't start. I get this error.
Code:
xauth: file /home/kazham/.serverauth.52641 does not exist
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
Current Operating System: FreeBSD mf 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64
Current version of pixman: 0.46.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 4 15:08:44 2025
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
(EE)
Fatal server error:
(EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
I do not know if these two issues are connected to each other.
Can someone help me to figure out how to set everything with Nvidia driver and Xorg?
Thank you for reading this.
Last edited by a moderator: