mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-drivers/nvidia-drivers: warn about modules .conf Allocations=1
Not something I experimented much with, but I've heard reports it can work badly even with systemd services. It may or may not work better, but avoid sounding like it's always recommended. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -10,7 +10,8 @@ blacklist nouveau
|
||||
#options nvidia-drm modeset=1
|
||||
|
||||
# Suspend options. Allocations=0 recommended over =1 unless enable nvidia's
|
||||
# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend).
|
||||
# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend),
|
||||
# but even then may lead to issues on some setups (keep 0 if in doubt).
|
||||
options nvidia \
|
||||
NVreg_PreserveVideoMemoryAllocations=0 \
|
||||
NVreg_TemporaryFilePath=/var/tmp
|
||||
|
||||
Reference in New Issue
Block a user