28 Commits

Author SHA1 Message Date
Kenny.ch
fdaa594afc Merge branch 'master' into 'master'
Fixed Guide for Security, Stability, and Sanity

See merge request polloloco/vgpu-proxmox!6
2024-02-24 16:30:16 +00:00
Kenny.ch
c32b4c329f Update file README.md 2024-02-24 16:30:05 +00:00
Kenny.ch
8e85d32eb0 Fixed Guide for security / stability and sanity 2024-02-15 17:22:10 +00:00
PolloLoco
3110f37d80 14.x and 15.x driver versions are EOL. Add note about possible issue with display dummy plugs 2023-12-21 12:03:25 +01:00
PolloLoco
0c1d8e6bea Update guide with 16.2 (535.129.03) patch 2023-11-08 13:08:06 +01:00
PolloLoco
028d78af09 Update guide with 16.1 (535.104.06) patch 2023-09-23 11:28:34 +02:00
PolloLoco
9e3df0bdff Update guide to Proxmox VE 8.0 and vGPU 16.0 drivers 2023-07-10 20:52:37 +02:00
PolloLoco
e2955b232a Remove spoofing instructions. Please don't use spoofing anymore :) 2023-05-29 18:46:57 +02:00
PolloLoco
a577cc6625 Convert CRLF to LF 2023-03-29 20:13:10 +02:00
PolloLoco
df93332349 Update to pve 7.4 2023-03-29 20:12:16 +02:00
PolloLoco
ba197fb9ac Add buymeacoffee link 2023-01-24 21:05:02 +01:00
PolloLoco
646e599bce Add support for different driver versions 2023-01-24 20:40:41 +01:00
PolloLoco
0e51ef508e Simplify instructions, no need to mess around with any uuids anymore 2023-01-15 13:34:59 +01:00
PolloLoco
dcf58742b8 Fix typo 2023-01-04 22:52:39 +01:00
PolloLoco
5ec737e1a3 Add better examples for VRAM sizes 2023-01-04 21:57:20 +01:00
PolloLoco
d1009fd47a Add small video tutorial on how to obtain the right driver from the nvidia portal 2022-12-28 12:17:40 +01:00
PolloLoco
8cef2c6082 Fix typo (wrong version number) 2022-12-28 12:06:13 +01:00
PolloLoco
ea99035a5b Fix 'malformed patch' error when applying the patch 2022-12-04 15:38:44 +01:00
PolloLoco
ba4b4b4787 Update guide to 15.0 - 525.60.12 2022-12-04 13:09:21 +01:00
PolloLoco
22bd687e6d Update guide to 14.3 - 510.108.03 2022-11-24 22:15:30 +01:00
PolloLoco
f2b1c0c1e9 Add instructions for supported gpus like the Tesla P4 2022-11-20 13:30:34 +01:00
PolloLoco
7f5762abb3 Clarify which guest driver to use when quadro spoofing 2022-11-20 13:04:14 +01:00
PolloLoco
e811051d09 Merge branch 'spoof-without-subdevice-update' into 'master'
Clarified how to spoof cards without a subdevice id.

See merge request polloloco/vgpu-proxmox!1
2022-10-29 14:45:12 +00:00
Jay DeBoer
cfd7da5ed2 Clarified how to spoof cards without a subdevice id. 2022-10-29 08:44:20 -05:00
PolloLoco
cb0ed9baf3 Fix typo 2022-08-08 16:04:04 +02:00
PolloLoco
f224154ea5 Update guide to driver version 510.85.03 (14.2) 2022-08-07 22:05:12 +02:00
PolloLoco
919b49ed74 Update guide to driver version 510.73.06 (14.1) 2022-06-11 16:22:58 +02:00
PolloLoco
dc9585f91e Change CRLF to LF 2022-06-11 15:05:14 +02:00
11 changed files with 641 additions and 502 deletions

BIN
510.108.03.patch Normal file

Binary file not shown.

BIN
510.85.03.patch Normal file

Binary file not shown.

BIN
525.60.12.patch Normal file

Binary file not shown.

BIN
525.85.07.patch Normal file

Binary file not shown.

BIN
535.104.06.patch Normal file

Binary file not shown.

BIN
535.129.03.patch Normal file

Binary file not shown.

BIN
535.54.06.patch Normal file

Binary file not shown.

1131
README.md

File diff suppressed because it is too large Load Diff

BIN
downloading_driver.mp4 Normal file

Binary file not shown.

View File

@@ -1,12 +0,0 @@
#!/usr/bin/bash
for a in $*
do
case $a in
vgpu)
export LD_PRELOAD="/opt/vgpu_unlock-rs/target/release/libvgpu_unlock_rs.so"
;;
esac
done
exec /usr/bin/nvidia-smi $@