Greetings to all!
Anamnesis
Installing a clean system from a FreeBSD 15.0 bootonly image.
Attempts to solve the gaps on your own
Getting the port tree and compiling the driver
Not work.
Use branches of ports and kmods - "latest" - not work.
I`ve studied all the forum threads that mentioned nvidia\hyprland\wayland, and i`ve tried various tips that forum members have shared with each other - not work.
What works:
Current installed Nvidia driver + Wayland + MangoWC
Current installed Nvidia driver + Xorg + other window manager
I tried to do this:
update repos, pakacges, reinstall driver
All package version are the same and correct, but it still doesn`t work...
I tried installing niri, and the situation is similar.
Does this mean that the problem is not with the nvidia drivers?
Anamnesis
Installing a clean system from a FreeBSD 15.0 bootonly image.
sysctl machdep.bootmethod
Code:
machdep.bootmethod: UEFI
dmesg | grep -E "VT\(|drmfb|efifb"
Code:
VT(efifb): resolution 2560x1440
freebsd-version -kur
Code:
15.0-RELEASE-p4
15.0-RELEASE-p4
15.0-RELEASE-p4
uname -a
Code:
FreeBSD talos 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64
dmesg
Code:
nvidia0: <NVIDIA GeForce GTX 750 Ti> 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 580.119.02 Mon Dec 8 07:29:16 UTC 2025
[drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
sysctl_add_oid: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized nvidia-drm 0.0.0 20160202 for nvidia0 on minor 0
pciconf -lv
Code:
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa2 hdr=0x00 vendor=0x10de device=0x1380 subvendor=0x1043 subdevice=0x8516
vendor = 'NVIDIA Corporation'
device = 'GM107 [GeForce GTX 750 Ti]'
class = display
subclass = VGA
nvidia-smi
Code:
Sun Mar 15 09:29:38 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.119.02 Driver Version: 580.119.02 CUDA Version: N/A |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce GTX 750 Ti Off | 00000000:01:00.0 On | N/A |
| 24% 45C P8 1W / 38W | 520MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
drm_info
Code:
drmModeGetPropertyBlob: No such file or directory
Node: /dev/dri/card0
├───Driver: nvidia-drm (NVIDIA DRM driver) version 0.0.0 (20160202)
│ ├───DRM_CLIENT_CAP_STEREO_3D supported
│ ├───DRM_CLIENT_CAP_UNIVERSAL_PLANES supported
│ ├───DRM_CLIENT_CAP_ATOMIC supported
│ ├───DRM_CLIENT_CAP_ASPECT_RATIO supported
│ ├───DRM_CLIENT_CAP_WRITEBACK_CONNECTORS supported
│ ├───DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT not supported
│ ├───DRM_CAP_DUMB_BUFFER = 1
│ ├───DRM_CAP_VBLANK_HIGH_CRTC = 1
│ ├───DRM_CAP_DUMB_PREFERRED_DEPTH = 24
│ ├───DRM_CAP_DUMB_PREFER_SHADOW = 1
│ ├───DRM_CAP_PRIME = 3
│ ├───DRM_CAP_TIMESTAMP_MONOTONIC = 1
│ ├───DRM_CAP_ASYNC_PAGE_FLIP = 1
│ ├───DRM_CAP_CURSOR_WIDTH = 256
│ ├───DRM_CAP_CURSOR_HEIGHT = 256
│ ├───DRM_CAP_ADDFB2_MODIFIERS = 1
│ ├───DRM_CAP_PAGE_FLIP_TARGET = 0
│ ├───DRM_CAP_CRTC_IN_VBLANK_EVENT = 1
│ ├───DRM_CAP_SYNCOBJ = 1
│ ├───DRM_CAP_SYNCOBJ_TIMELINE = 1
│ └───DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP not supported
├───Device: PCI 10de:1380 NVIDIA Corporation GM107 [GeForce GTX 750 Ti]
│ ├───Bus: 0000:01:00.0
│ └───Available nodes: primary, render
├───Framebuffer size
│ ├───Width: [0, 65535]
│ └───Height: [0, 65535]
ls -la /dev/dri*
Code:
dr-xr-xr-x 2 root wheel 512 Mar 15 09:15 .
dr-xr-xr-x 13 root wheel 512 Mar 15 09:15 ..
lrwxr-xr-x 1 root wheel 8 Mar 15 09:15 card0 -> ../drm/0
lrwxr-xr-x 1 root wheel 10 Mar 15 09:15 renderD128 -> ../drm/128
ls -la /dev/nvidia*
Code:
crw-rw-rw- 1 root wheel 0x1dd Mar 15 09:15 /dev/nvidia-modeset
crw-rw-rw- 1 root wheel 0x1db Mar 15 09:15 /dev/nvidia0
crw-rw-rw- 1 root wheel 0x1dc Mar 15 09:15 /dev/nvidiactl
kldstat
Code:
0xffffffff84800000 6068378 nvidia.ko
0xffffffff8a869000 1652f8 nvidia-modeset.ko
0xffffffff84690000 14a88 nvidia-drm.ko
0xffffffff846a5000 8a190 drm.ko
0xffffffff84733000 4120 linuxkpi_video.ko
0xffffffff84744000 32320 linux.ko
0xffffffff847a0000 2e3f0 linux64.ko
0xffffffff8477e000 ce68 linux_common.ko
groups
Code:
wheel operator video network cat
cat .zshenv
Code:
export XDG_SESSION_TYPE=wayland
export WLR_NO_HARDWARE_CURSORS=1
echo $XDG_RUNTIME_DIR
Code:
/var/run/xdg/cat
cat /etc/fstab
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/efiboot0 /boot/efi msdosfs rw 2 2
/dev/ada0p2 none swap sw 0 0
/dev/ada1p2 none swap sw 0 0
/dev/ada2p2 none swap sw 0 0
tmpfs /var/run tmpfs rw,mode=01777 0 0
cat /etc/rc.conf
Code:
clear_tmp_enable="YES"
syslogd_flags="-ss"
hostname="talos"
keymap="us.kbd"
ifconfig_re0="DHCP"
ifconfig_re0_ipv6="inet6 accept_rtadv"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
local_unbound_enable="YES"
moused_nondefault_enable="NO"
dumpdev="AUTO"
zfs_enable="YES"
linux_enable="YES"
kld_list="nvidia-drm"
seatd_enable="YES"
dbus_enable="YES"
cat /boot/loader.conf
Code:
security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
zfs_load="YES"
hw.nvidiadrm.modeset=1
hw.nvidia.registry.EnableGpuFirmware=1
pkg -vv | sed -nE -e '/(OSVERSION|ABI|BACKUP)/ p' -e '/^Repositories:/ ,$ p'
Code:
IGNORE_OSVERSION = false;
BACKUP_LIBRARIES = false;
BACKUP_LIBRARY_PATH = "/usr/local/lib/compat/pkg";
ABI = "FreeBSD:15:amd64";
ALTABI = "freebsd:15:x86:64";
OSVERSION = "1500068";
Repositories:
FreeBSD-ports: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-ports-kmods: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_quarterly_0",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-base: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
enabled : no,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkgbase-15"
}
pkg info
Code:
nvidia-driver-580.119.02_1 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-drm-66-kmod-580.119.02.1500068_2 NVIDIA DRM Kernel Module
nvidia-drm-kmod-580.119.02 NVIDIA DRM Kernel Module
nvidia-kmod-580.119.02.1500068_1 kmod part of NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-settings-580.119.02 Display Control Panel for X NVidia driver
drm_info-2.9.0 Dump info about DRM devices
hyprcursor-0.1.13 Hyprland cursor format, library and utilities
hyprgraphics-0.5.0 Hyprland graphics / resource utilities
hypridle-0.1.7_2 Hyprland's idle daemon
hyprland-0.53.1 Dynamic tiling Wayland compositor that doesn't sacrifice on its looks
hyprland-guiutils-0.2.1 Hyprland GUI utilities
hyprland-protocols-0.7.0 Wayland protocol extensions for Hyprland
hyprlang-0.6.8 Official implementation library for the hypr config language
hyprlock-0.9.2_4 Hyprland's GPU-accelerated screen locking utility
hyprpaper-0.8.1 Blazing fast Wayland wallpaper utility with IPC controls
hyprpicker-0.4.5_4 Color picker and magnifier for Wayland
hyprtoolkit-0.5.2 Modern C++ Wayland-native GUI toolkit
hyprutils-0.11.0 Hyprland utilities library used across the ecosystem
hyprwire-0.2.1 Fast and consistent wire protocol for IPC
xdg-desktop-portal-hyprland-1.3.11_1 xdg-desktop-portal backend for hyprland
egl-wayland-1.1.20 EGLStream-based Wayland external platform
qt6-wayland-6.10.1 Qt6 wrapper for Wayland
wayland-1.24.0_2 Core Wayland window system code and protocol
wayland-protocols-1.45 Wayland protocols
xwayland-24.1.9,1 X11 server as Wayland client
doas kgdb -c /var/crash/vmcore.3 /boot/kernel/kernel
Code:
Fatal trap 9: general protection fault while in kernel mode
cpuid = 1; apic id = 02
instruction pointer = 0x20:0xffffffff80b6c274
stack pointer = 0x0:0xfffffe00d2397a10
frame pointer = 0x0:0xfffffe00d2397a10
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 48846 (Hyprland)
rdi: a0da3619a59cfc44 rsi: 0000000000000010 rdx: 0000000000000000
rcx: 0000000000000002 r8: fffffe00d2397a68 r9: fffffe00d2397bb0
rax: 0000000000000000 rbx: fffffe0004d86680 rbp: fffffe00d2397a10
r10: ffffffffffffffff r11: 0000000000000206 r12: a0da3619a59cfc44
r13: 0000000000000000 r14: 0000000000000010 r15: a0da3619a59cfc2c
trap number = 9
panic: general protection fault
cpuid = 1
time = 1773567760
KDB: stack backtrace:
#0 0xffffffff80bbe1ed at kdb_backtrace+0x5d
#1 0xffffffff80b71576 at vpanic+0x136
#2 0xffffffff80b71433 at panic+0x43
#3 0xffffffff81079b98 at trap_fatal+0x68
#4 0xffffffff81050008 at calltrap+0x8
#5 0xffffffff80f1f0b3 at vm_page_busy_acquire+0x93
#6 0xffffffff80dfaa0c at lkpi_vmf_insert_pfn_prot_locked+0xfc
#7 0xffffffff8469ce15 at __nv_drm_gem_nvkms_handle_vma_fault+0x75
#8 0xffffffff80df4712 at linux_cdev_pager_populate+0x122
#9 0xffffffff80f07f34 at vm_fault_allocate+0x3b4
#10 0xffffffff80f06673 at vm_fault+0x383
#11 0xffffffff80f061cd at vm_fault_trap+0x4d
#12 0xffffffff81079d99 at trap_pfault+0x1f9
#13 0xffffffff810796cf at trap+0x54f
#14 0xffffffff81050008 at calltrap+0x8
(kgdb) bt
Code:
#0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57
#1 doadump (textdump=<optimized out>) at /usr/src/sys/kern/kern_shutdown.c:399
#2 0xffffffff80b710f9 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:519
#3 0xffffffff80b71607 in vpanic (fmt=0xffffffff811d12d5 "%s", ap=ap@entry=0xfffffe00d2397900)
at /usr/src/sys/kern/kern_shutdown.c:974
#4 0xffffffff80b71433 in panic (fmt=<unavailable>) at /usr/src/sys/kern/kern_shutdown.c:887
#5 0xffffffff81079b98 in trap_fatal (frame=0xfffffe00d2397950, eva=<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:969
#6 <signal handler called>
#7 _rw_wowned (c=c@entry=0xa0da3619a59cfc44) at /usr/src/sys/kern/kern_rwlock.c:282
#8 0xffffffff80f1f0b3 in vm_page_busy_acquire (m=0xfffffe0004d86680, allocflags=allocflags@entry=16)
at /usr/src/sys/vm/vm_page.c:947
#9 0xffffffff80dfaa0c in lkpi_vmf_insert_pfn_prot_locked (vma=0xfffff802fba95200, addr=<optimized out>,
pfn=<optimized out>, prot=27) at /usr/src/sys/compat/linuxkpi/common/src/linux_page.c:348
#10 0xffffffff8469ce15 in __nv_drm_gem_nvkms_handle_vma_fault () from /boot/modules/nvidia-drm.ko
#11 0xffffffff80df4712 in linux_cdev_pager_populate (vm_obj=0xfffff802fba95200, pidx=<optimized out>,
fault_type=<optimized out>, max_prot=<optimized out>, first=0xfffffe00d2397ba0, last=0xfffffe00d2397bb0)
at /usr/src/sys/compat/linuxkpi/common/src/linux_compat.c:522
#12 0xffffffff80f07f34 in vm_pager_populate (object=0xa0da3619a59cfc44, object@entry=0xfffffe00d2397b10, pidx=16,
pidx@entry=18446741878213278376, fault_type=0, first=0xfffffe00d2397ba0, last=0xfffffe00d2397bb0,
max_prot=<optimized out>) at /usr/src/sys/vm/vm_pager.h:185
#13 vm_fault_populate (fs=0xfffffe00d2397c90) at /usr/src/sys/vm/vm_fault.c:529
#14 vm_fault_allocate (fs=fs@entry=0xfffffe00d2397c90, pages=pages@entry=0xfffffe00d2397c28)
at /usr/src/sys/vm/vm_fault.c:1251
#15 0xffffffff80f06673 in vm_fault_object (fs=0xfffffe00d2397c90, behindp=0xfffffe00d2397c74, aheadp=0xfffffe00d2397c88)
at /usr/src/sys/vm/vm_fault.c:1518
#16 vm_fault (map=<optimized out>, vaddr=37054627840, fault_type=2 '\002', fault_flags=<optimized out>,
m_hold=m_hold@entry=0x0) at /usr/src/sys/vm/vm_fault.c:1676
#17 0xffffffff80f061cd in vm_fault_trap (map=<optimized out>, vaddr=<optimized out>, fault_type=<optimized out>,
fault_flags=fault_flags@entry=0, signo=0xfffffe00d2397f00, ucode=0xfffffe00d2397f04) at /usr/src/sys/vm/vm_fault.c:723
#18 0xffffffff81079d99 in trap_pfault (frame=frame@entry=0xfffffe00d2397f40, usermode=true, signo=0xfffffe00d2397a68,
signo@entry=0xfffffe00d2397f00, ucode=0xfffffe00d2397bb0, ucode@entry=0xfffffe00d2397f04)
at /usr/src/sys/amd64/amd64/trap.c:847
#19 0xffffffff810796cf in trap (frame=<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:374
#20 <signal handler called>
#21 0x0000000835ee4555 in ?? ()
Backtrace stopped: Cannot access memory at address 0x82198d848
Attempts to solve the gaps on your own
Getting the port tree and compiling the driver
git clone --depth 1 https://git.FreeBSD.org/ports.git /usr/ports git clone --depth 1 --branch releng/15.0 https://git.FreeBSD.org/src.git /usr/srcNot work.
Use branches of ports and kmods - "latest" - not work.
I`ve studied all the forum threads that mentioned nvidia\hyprland\wayland, and i`ve tried various tips that forum members have shared with each other - not work.
What works:
Current installed Nvidia driver + Wayland + MangoWC
Current installed Nvidia driver + Xorg + other window manager
I tried to do this:
Code:
pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest
pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_latest_0
update repos, pakacges, reinstall driver
pkg info | grep nvidia
Code:
nvidia-driver-580.142 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-drm-66-kmod-580.142.1500068 NVIDIA DRM Kernel Module
nvidia-drm-kmod-580.142 NVIDIA DRM Kernel Module
nvidia-kmod-580.142.1500068 kmod part of NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-settings-580.142 Display Control Panel for X NVidia driver
All package version are the same and correct, but it still doesn`t work...
I tried installing niri, and the situation is similar.
Code:
Fatal trap 9: general protection fault while in kernel mode
cpuid = 3; apic id = 06
instruction pointer = 0x20:0xffffffff80b6c274
stack pointer = 0x0:0xfffffe00d2374a10
frame pointer = 0x0:0xfffffe00d2374a10
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 85811 (niri)
rdi: a0da3619a59cfc44 rsi: 0000000000000010 rdx: 0000000000000000
rcx: 0000000000000002 r8: fffffe00d2374a68 r9: fffffe00d2374bb0
rax: 0000000000000000 rbx: fffffe0004d86680 rbp: fffffe00d2374a10
r10: 0000000000000000 r11: 0000000000000246 r12: a0da3619a59cfc44
r13: 0000000000000000 r14: 0000000000000010 r15: a0da3619a59cfc2c
trap number = 9
panic: general protection fault
cpuid = 3
time = 1773597927
KDB: stack backtrace:
#0 0xffffffff80bbe1ed at kdb_backtrace+0x5d
#1 0xffffffff80b71576 at vpanic+0x136
#2 0xffffffff80b71433 at panic+0x43
#3 0xffffffff81079b98 at trap_fatal+0x68
#4 0xffffffff81050008 at calltrap+0x8
#5 0xffffffff80f1f0b3 at vm_page_busy_acquire+0x93
#6 0xffffffff80dfaa0c at lkpi_vmf_insert_pfn_prot_locked+0xfc
#7 0xffffffff8469cef5 at __nv_drm_gem_nvkms_handle_vma_fault+0x75
#8 0xffffffff80df4712 at linux_cdev_pager_populate+0x122
#9 0xffffffff80f07f34 at vm_fault_allocate+0x3b4
#10 0xffffffff80f06673 at vm_fault+0x383
#11 0xffffffff80f061cd at vm_fault_trap+0x4d
#12 0xffffffff81079d99 at trap_pfault+0x1f9
#13 0xffffffff810796cf at trap+0x54f
#14 0xffffffff81050008 at calltrap+0x8
(kgdb) bt
#0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57
#1 doadump (textdump=<optimized out>) at /usr/src/sys/kern/kern_shutdown.c:399
#2 0xffffffff80b710f9 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:519
#3 0xffffffff80b71607 in vpanic (fmt=0xffffffff811d12d5 "%s", ap=ap@entry=0xfffffe00d2374900) at /usr/src/sys/kern/kern_shutdown.c:974
#4 0xffffffff80b71433 in panic (fmt=<unavailable>) at /usr/src/sys/kern/kern_shutdown.c:887
#5 0xffffffff81079b98 in trap_fatal (frame=0xfffffe00d2374950, eva=<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:969
#6 <signal handler called>
#7 _rw_wowned (c=c@entry=0xa0da3619a59cfc44) at /usr/src/sys/kern/kern_rwlock.c:282
#8 0xffffffff80f1f0b3 in vm_page_busy_acquire (m=0xfffffe0004d86680, allocflags=allocflags@entry=16) at /usr/src/sys/vm/vm_page.c:947
#9 0xffffffff80dfaa0c in lkpi_vmf_insert_pfn_prot_locked (vma=0xfffff801c94ee700, addr=<optimized out>, pfn=<optimized out>, prot=27) at /usr/src/sys/compat/linuxkpi/common/src/linux_page.c:348
#10 0xffffffff8469cef5 in __nv_drm_gem_nvkms_handle_vma_fault () from /boot/modules/nvidia-drm.ko
#11 0xffffffff80df4712 in linux_cdev_pager_populate (vm_obj=0xfffff801c94ee700, pidx=<optimized out>, fault_type=<optimized out>, max_prot=<optimized out>, first=0xfffffe00d2374ba0, last=0xfffffe00d2374bb0) at /usr/src/sys/compat/linuxkpi/common/src/linux_compat.c:522
#12 0xffffffff80f07f34 in vm_pager_populate (object=0xa0da3619a59cfc44, object@entry=0xfffffe00d2374b10, pidx=16, pidx@entry=18446741878213135016, fault_type=0, first=0xfffffe00d2374ba0, last=0xfffffe00d2374bb0, max_prot=<optimized out>) at /usr/src/sys/vm/vm_pager.h:185
#13 vm_fault_populate (fs=0xfffffe00d2374c90) at /usr/src/sys/vm/vm_fault.c:529
#14 vm_fault_allocate (fs=fs@entry=0xfffffe00d2374c90, pages=pages@entry=0xfffffe00d2374c28) at /usr/src/sys/vm/vm_fault.c:1251
#15 0xffffffff80f06673 in vm_fault_object (fs=0xfffffe00d2374c90, behindp=0xfffffe00d2374c74, aheadp=0xfffffe00d2374c88) at /usr/src/sys/vm/vm_fault.c:1518
#16 vm_fault (map=<optimized out>, vaddr=8123284070400, fault_type=2 '\002', fault_flags=<optimized out>, m_hold=m_hold@entry=0x0) at /usr/src/sys/vm/vm_fault.c:1676
#17 0xffffffff80f061cd in vm_fault_trap (map=<optimized out>, vaddr=<optimized out>, fault_type=<optimized out>, fault_flags=fault_flags@entry=0, signo=0xfffffe00d2374f00, ucode=0xfffffe00d2374f04) at /usr/src/sys/vm/vm_fault.c:723
#18 0xffffffff81079d99 in trap_pfault (frame=frame@entry=0xfffffe00d2374f40, usermode=true, signo=0xfffffe00d2374a68, signo@entry=0xfffffe00d2374f00, ucode=0xfffffe00d2374bb0, ucode@entry=0xfffffe00d2374f04) at /usr/src/sys/amd64/amd64/trap.c:847
#19 0xffffffff810796cf in trap (frame=<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:374
#20 <signal handler called>
#21 0x00000762fa372e83 in ?? ()
Backtrace stopped: Cannot access memory at address 0x762f0b66588
Does this mean that the problem is not with the nvidia drivers?