I'm having this (likely skill-based) issue with getting my nVidia card working with FreeBSD on my main system, resulting in delightful kernel panics. Here's the message I get at boot:
The graphic mode never changes from the onset of boot. And here's what happens if I try to launch into Plasma:
I've had the same issue with 14.2, 14.3, and now 15.0. And in the installation I've ran the procedure laid out in the Handbook, so first I run:
Then
And then I modify /boot/loader.conf to include the line:
The last step is worded in a way in the Handbook that I think it's a necessary step with this gpu/driver -combo, but it's a bit hard to follow, so I've tried with and without with similar issues. The error messages are here with this flag set to 1.
Any ideas? Did I miss any important info?
The graphic mode never changes from the onset of boot. And here's what happens if I try to launch into Plasma:
I've had the same issue with 14.2, 14.3, and now 15.0. And in the installation I've ran the procedure laid out in the Handbook, so first I run:
pkg ins nvidia-drm-kmodThen
sysrc kld_list+=nvidia-drmAnd then I modify /boot/loader.conf to include the line:
Code:
hw.nvidiadrm.modeset="1"
The last step is worded in a way in the Handbook that I think it's a necessary step with this gpu/driver -combo, but it's a bit hard to follow, so I've tried with and without with similar issues. The error messages are here with this flag set to 1.
Any ideas? Did I miss any important info?