[Bug 282308] nvidia-driver: NVIDIA MEM resource alloc failed
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282308] nvidia-driver: NVIDIA MEM resource alloc failed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Oct 2024 10:35:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282308 Tomoaki AOKI <junchoon@dec.sakura.ne.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junchoon@dec.sakura.ne.jp --- Comment #1 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- How do you load nvidia driver? Via /boot/loader.conf[.local]? Or just missed but actually /etc/rc.conf[.local]? If the former, your driver could be half-read and not working normally. (Memory area that loader allocates for kernel and kernel modules before starting kernel is quite limited.) If the latter, but actually missing nvidia-modeset in kld_list, try adding it first. If the latter and actually specifying nvidia-modeset to be added in kld_list somewhere after kld_list="i915kms" line, trying latest Production branch of driver, 550.127.05, or latest BETA branch of the driver, 565.57.01 by overriding driver version and disable checksum could help. There is my PR, Bug 282312 – x11/nvidia-driver: Update to 550.127.05 with x11/linux-nvidia-libs and related DRM ports [1]. This is needed to try 565.57.01 if you also want x11/linux-nvidia-libs, graphics/nvidia-drm-[510|515|61]-kmod ports. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282312 -- You are receiving this mail because: You are the assignee for the bug.