Hello, I just installed FreeBSD using FreeBSD-14.3-STABLE-amd64-20250710-7a96c75098af-271907-memstick.img (because wifi did not work with FreeBSD-14.3-RELEASE) on a Lenovo Thinkpad W520 and I am failing to start gdm.
I followed the handbook to install Xorg, setup Nvidia drivers, and install GNOME. After I rebooted, I got the login: prompt (instead of gdm) and right after it the following error message:
To investigate, I tried going the
(see attached screenshot for more)
And in the /var/log/Xorg.0.log:
(see attached screenshots for more)
My Nvidia card is GF106GLM [Quadro 2000M]. I also have another display device: Intel 2nd Generation Core Processor Family Integrated Graphics Controller. But I would rather use the Nvidia GPU for graphics.
I searched "g_dbus_proxy_new_for_bus_sync" and got the following forum post: https://forums.freebsd.org/threads/help-gdm-issue-stumped-google-ai-anyone-fixed-this.98323
Unfortunately the user resolved it by installing MATE instead.
When searching "Failed to load module nvidia-modeset" I got the following post: https://forums.freebsd.org/threads/drivers-for-nvidia-gtx-970-and-set-up-freebsd-resolution.78428
I installed and ran
When running
It seems that the Nvidia module is not loaded.
What can I do to troubleshoot this issue?
I followed the handbook to install Xorg, setup Nvidia drivers, and install GNOME. After I rebooted, I got the login: prompt (instead of gdm) and right after it the following error message:
Code:
gdm[1360]: GLib-GIO: g_dbus_proxy_new_for_bus_sync: assertion 'g_variant_is_object_path (object path)' failed
To investigate, I tried going the
startx
path (also using the handbook) and got the following error:
Code:
Fatal server error:
(EE) no screens found
[...]
xinit: unable to connect to X server: Connection refused
(see attached screenshot for more)
And in the /var/log/Xorg.0.log:
Code:
Failed to load module "nvidia-modeset" (module does not exist, 0)
No drivers available
(see attached screenshots for more)
My Nvidia card is GF106GLM [Quadro 2000M]. I also have another display device: Intel 2nd Generation Core Processor Family Integrated Graphics Controller. But I would rather use the Nvidia GPU for graphics.
I searched "g_dbus_proxy_new_for_bus_sync" and got the following forum post: https://forums.freebsd.org/threads/help-gdm-issue-stumped-google-ai-anyone-fixed-this.98323
Unfortunately the user resolved it by installing MATE instead.
When searching "Failed to load module nvidia-modeset" I got the following post: https://forums.freebsd.org/threads/drivers-for-nvidia-gtx-970-and-set-up-freebsd-resolution.78428
I installed and ran
nvidia-xconfig
as root. It seemed all it did was create a basic xorg.conf (as a user suggested) in /etc/X11. I still get the same error messages.When running
kldstat
I see the following:
Code:
kernel
zfs.ko
cryptodev.ko
acpi_wmi.ko
ichsmb.ko
smbus.ko
ng_ubt.ko
netgraph.ko
ng_hci.ko
ng_bluetooth.ko
ng_l2cap.ko
ng_btsocket.ko
ng_socket.ko
It seems that the Nvidia module is not loaded.
What can I do to troubleshoot this issue?