User Tools

Site Tools


devices:nvidia-open-gpu-kernel-modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:nvidia-open-gpu-kernel-modules [2022/10/13 08:11] Sean Rhonedevices:nvidia-open-gpu-kernel-modules [2022/10/14 05:15] (current) Sean Rhone
Line 37: Line 37:
 ====== Kernel Options ====== ====== Kernel Options ======
  
-===== Blacklist nouveau ===== +  See [[notes:kernel_parameters#open_module]] 
- +  * :!: nouveau blacklist, unsupported GPUs, and modeset are required
-**** +
- +
-  sudo grubby --update-kernel='ALL' --args='modprobe.blacklist=nouveau' +
- +
-===== Allow Unsupported GPUs ===== +
- +
-  https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus +
- +
-  sudo grubby --update-kernel='ALL' --args='nvidia.NVreg_OpenRmEnableUnsupportedGpus=1' +
- +
-===== Enable nvidia-modeset ===== +
- +
-**** +
- +
-  sudo grubby --update-kernel='ALL' --args='nvidia-drm.modeset=1'+
  
 ====== Verify ====== ====== Verify ======
Line 64: Line 49:
  
   ls '/lib/firmware/nvidia/'*'/gsp.bin'   ls '/lib/firmware/nvidia/'*'/gsp.bin'
 +
 +====== Uninstall ======
 +
 +  * 520.56.06
 +
 +  wget -O '/tmp/nv.run' 'https://us.download.nvidia.com/XFree86/Linux-x86_64/520.56.06/NVIDIA-Linux-x86_64-520.56.06.run' && chmod +x '/tmp/nv.run' && sudo '/tmp/nv.run' --uninstall
  
/var/www/wiki/data/attic/devices/nvidia-open-gpu-kernel-modules.1665663082.txt.gz · Last modified: 2022/10/13 08:11 by Sean Rhone