# NVIDIA drivers options # See /usr/share/doc/nvidia-drivers-*/README.txt* for more information. # nvidia-drivers and nouveau / nova cannot be used at same time. # Comment out the following lines if you wish to allow either. blacklist nouveau blacklist nova_core # By default, NVIDIA will handle the console/tty display and allow # overriding DRM devices such as simpledrm. May or may not cause # issues like being unable to display/switch tty properly or resume # from sleep with *some* setups. Try disabling by uncommenting if # need to troubleshoot issues, and re-enable if unrelated. #options nvidia-drm fbdev=0 # Suspend options. Note that Allocations=1 either requires Notifiers=1 # or manually using /proc/driver/nvidia/suspend (formerly done by systemd # services which are no longer provided). options nvidia \ NVreg_PreserveVideoMemoryAllocations=1 \ NVreg_UseKernelSuspendNotifiers=1 \ NVreg_TemporaryFilePath=/var/tmp # !!! Security Warning !!! # Do not change the DeviceFile options unless you know what you are doing. # Only add trusted users to the 'video' group, these users may be able to # crash, compromise, or irreparably damage the machine. options nvidia \ NVreg_DeviceFileGID=@VIDEOGID@ \ NVreg_DeviceFileMode=432 \ NVreg_DeviceFileUID=0 \ NVreg_ModifyDeviceFiles=1 # Should be no need to touch anything below. alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 remove nvidia modprobe -r --ignore-remove nvidia-drm nvidia-modeset nvidia-uvm nvidia