Update guide with 16.1 (535.104.06) patch
This commit is contained in:
parent
9e3df0bdff
commit
028d78af09
BIN
535.104.06.patch
Normal file
BIN
535.104.06.patch
Normal file
Binary file not shown.
27
README.md
27
README.md
@ -256,14 +256,15 @@ Depending on your mainboard and cpu, the output will be different, in my output
|
||||
This repo contains patches that allow you to use vGPU on not-qualified-vGPU cards (consumer GPUs). Those patches are binary patches, which means that each patch works **ONLY** for a specific driver version.
|
||||
|
||||
I've created patches for the following driver versions:
|
||||
- 16.0 (535.54.06) - Use this if you are on pve 8.0 (kernel 6.2)
|
||||
- 16.1 (535.104.06) - Use this if you are on pve 8.0 (kernel 6.2)
|
||||
- 16.0 (535.54.06)
|
||||
- 15.1 (525.85.07)
|
||||
- 15.0 (525.60.12)
|
||||
- 14.4 (510.108.03)
|
||||
- 14.3 (510.108.03)
|
||||
- 14.2 (510.85.03)
|
||||
|
||||
You can choose which of those you want to use, but generally its recommended to use the latest, most up-to-date version (16.0 in this case).
|
||||
You can choose which of those you want to use, but generally its recommended to use the latest, most up-to-date version (16.1 in this case).
|
||||
|
||||
If you have a vGPU qualified GPU, you can use other versions too, because you don't need to patch the driver. However, you still have to make sure they are compatible with your proxmox version and kernel. Also I would not recommend using any older versions unless you have a very specific requirement.
|
||||
|
||||
@ -277,11 +278,11 @@ I've created a small video tutorial to find the right driver version on the NVID
|
||||
|
||||

|
||||
|
||||
After downloading, extract the zip file and then copy the file called `NVIDIA-Linux-x86_64-DRIVERVERSION-vgpu-kvm.run` (where DRIVERVERSION is a string like `535.54.06`) from the `Host_Drivers` folder to your Proxmox host into the `/root/` folder using tools like FileZilla, WinSCP, scp or rsync.
|
||||
After downloading, extract the zip file and then copy the file called `NVIDIA-Linux-x86_64-DRIVERVERSION-vgpu-kvm.run` (where DRIVERVERSION is a string like `535.104.06`) from the `Host_Drivers` folder to your Proxmox host into the `/root/` folder using tools like FileZilla, WinSCP, scp or rsync.
|
||||
|
||||
### ⚠️ From here on, I will be using the 16.0 driver, but the steps are the same for other driver versions
|
||||
### ⚠️ From here on, I will be using the 16.1 driver, but the steps are the same for other driver versions
|
||||
|
||||
For example when I run a command like `chmod +x NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm.run`, you should replace `535.54.06` with the driver version you are using (if you are using a different one). You can get the list of version numbers [here](#nvidia-driver).
|
||||
For example when I run a command like `chmod +x NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm.run`, you should replace `535.104.06` with the driver version you are using (if you are using a different one). You can get the list of version numbers [here](#nvidia-driver).
|
||||
|
||||
Every step where you potentially have to replace the version name will have this warning emoji next to it: ⚠️
|
||||
|
||||
@ -293,8 +294,8 @@ Every step where you potentially have to replace the version name will have this
|
||||
>
|
||||
> ⚠️
|
||||
> ```bash
|
||||
> chmod +x NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm.run
|
||||
> ./NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm.run --dkms
|
||||
> chmod +x NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm.run
|
||||
> ./NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm.run --dkms
|
||||
> ```
|
||||
>
|
||||
> To finish the installation, reboot the system
|
||||
@ -310,21 +311,21 @@ Now, on the proxmox host, make the driver executable
|
||||
|
||||
⚠️
|
||||
```bash
|
||||
chmod +x NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm.run
|
||||
chmod +x NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm.run
|
||||
```
|
||||
|
||||
And then patch it
|
||||
|
||||
⚠️
|
||||
```bash
|
||||
./NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm.run --apply-patch ~/vgpu-proxmox/535.54.06.patch
|
||||
./NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm.run --apply-patch ~/vgpu-proxmox/535.104.06.patch
|
||||
```
|
||||
That should output a lot of lines ending with
|
||||
```
|
||||
Self-extractible archive "NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm-custom.run" successfully created.
|
||||
Self-extractible archive "NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm-custom.run" successfully created.
|
||||
```
|
||||
|
||||
You should now have a file called `NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm-custom.run`, that is your patched driver.
|
||||
You should now have a file called `NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm-custom.run`, that is your patched driver.
|
||||
|
||||
### Installing the driver
|
||||
|
||||
@ -332,7 +333,7 @@ Now that the required patch is applied, you can install the driver
|
||||
|
||||
⚠️
|
||||
```bash
|
||||
./NVIDIA-Linux-x86_64-535.54.06-vgpu-kvm-custom.run --dkms
|
||||
./NVIDIA-Linux-x86_64-535.104.06-vgpu-kvm-custom.run --dkms
|
||||
```
|
||||
|
||||
The installer will ask you `Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later.`, answer with `Yes`.
|
||||
@ -341,7 +342,7 @@ Depending on your hardware, the installation could take a minute or two.
|
||||
|
||||
If everything went right, you will be presented with this message.
|
||||
```
|
||||
Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version: 535.54.06) is now complete.
|
||||
Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version: 535.104.06) is now complete.
|
||||
```
|
||||
|
||||
Click `Ok` to exit the installer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user