Commit ea4d28b6 authored by Snawoot's avatar Snawoot Committed by GitHub

Merge pull request #134 from Snawoot/dkms_notes

linux: readme: add notes about dkms
parents ee9dd84e 58cb88a7
...@@ -67,6 +67,8 @@ Examples are provided for driver version 430.34. All commands are runned as root ...@@ -67,6 +67,8 @@ Examples are provided for driver version 430.34. All commands are runned as root
### Install driver ### Install driver
Make sure you have kernel headers and compiler installed before running Nvidia driver installer. Kernel headers and compiler are required to build nvidia kernel module. Recommended way to do this is to install `dkms` package, if it is available in your distro. This way `dkms` package will pull all required dependencies to allow building kernel modules and kernel module builds will be automated in a reliable fashion.
```bash ```bash
mkdir /opt/nvidia && cd /opt/nvidia mkdir /opt/nvidia && cd /opt/nvidia
wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.34/NVIDIA-Linux-x86_64-430.34.run wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.34/NVIDIA-Linux-x86_64-430.34.run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment