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:07] Sean Rhonedevices:nvidia-open-gpu-kernel-modules [2024/08/13 19:44] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * NVIDIA Linux Open GPU Kernel Module Source ((https://github.com/NVIDIA/open-gpu-kernel-modules)) 
-  * main ((https://github.com/NVIDIA/open-gpu-kernel-modules/tree/main)) 
- 
-====== Dependencies ====== 
- 
-  * [[distros:fedora_workstation_gnome|Fedora]] 
-  * Last tested: 2022/10/13 
- 
-  sudo dnf install kernel-devel gcc-c++ 
- 
-====== Download/Update Source ====== 
- 
-**** 
- 
-  cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/nvidia-open/src' && git clone --branch 'main' --depth '1' --recurse-submodules 'https://github.com/NVIDIA/open-gpu-kernel-modules.git' ~/'Projects/nvidia-open/src' && sync 
- 
-====== Compile ====== 
- 
-**** 
- 
-  cd ~/'Projects/nvidia-open/src' && make modules -j$(nproc) && sync 
- 
-====== Install ====== 
- 
-**** 
- 
-  cd ~/'Projects/nvidia-open/src' && sudo make modules_install -j$(nproc) && sync 
- 
-====== GSP and Components ====== 
- 
-  * 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' --no-kernel-modules 
- 
-====== Kernel Options ====== 
- 
-===== Blacklist nouveau ===== 
- 
-**** 
- 
-  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' 
  
/srv/www/wiki/data/attic/devices/nvidia-open-gpu-kernel-modules.1665662834.txt.gz · Last modified: by Sean Rhone