mirror of
https://gitlab.com/polloloco/vgpu-proxmox.git
synced 2026-04-09 00:35:49 +03:00
Compare commits
28 Commits
proxmox-7.
...
fdaa594afc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdaa594afc | ||
|
|
c32b4c329f | ||
|
|
8e85d32eb0 | ||
|
|
3110f37d80 | ||
|
|
0c1d8e6bea | ||
|
|
028d78af09 | ||
|
|
9e3df0bdff | ||
|
|
e2955b232a | ||
|
|
a577cc6625 | ||
|
|
df93332349 | ||
|
|
ba197fb9ac | ||
|
|
646e599bce | ||
|
|
0e51ef508e | ||
|
|
dcf58742b8 | ||
|
|
5ec737e1a3 | ||
|
|
d1009fd47a | ||
|
|
8cef2c6082 | ||
|
|
ea99035a5b | ||
|
|
ba4b4b4787 | ||
|
|
22bd687e6d | ||
|
|
f2b1c0c1e9 | ||
|
|
7f5762abb3 | ||
|
|
e811051d09 | ||
|
|
cfd7da5ed2 | ||
|
|
cb0ed9baf3 | ||
|
|
f224154ea5 | ||
|
|
919b49ed74 | ||
|
|
dc9585f91e |
BIN
510.108.03.patch
Normal file
BIN
510.108.03.patch
Normal file
Binary file not shown.
BIN
510.85.03.patch
Normal file
BIN
510.85.03.patch
Normal file
Binary file not shown.
BIN
525.60.12.patch
Normal file
BIN
525.60.12.patch
Normal file
Binary file not shown.
BIN
525.85.07.patch
Normal file
BIN
525.85.07.patch
Normal file
Binary file not shown.
BIN
535.104.06.patch
Normal file
BIN
535.104.06.patch
Normal file
Binary file not shown.
BIN
535.129.03.patch
Normal file
BIN
535.129.03.patch
Normal file
Binary file not shown.
BIN
535.54.06.patch
Normal file
BIN
535.54.06.patch
Normal file
Binary file not shown.
Binary file not shown.
BIN
downloading_driver.mp4
Normal file
BIN
downloading_driver.mp4
Normal file
Binary file not shown.
12
nvidia-smi
12
nvidia-smi
@@ -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 $@
|
||||
Reference in New Issue
Block a user