mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 22:03:12 -07:00
Update README.md
This commit is contained in:
parent
80b063b4b2
commit
62a12040e8
2 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
NVENC and NvFBC patches for Nvidia drivers
|
||||
==========================================
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
[NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
|
||||
|
||||
|
@ -156,7 +156,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
|
|||
| 495.29.05 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.29.05/NVIDIA-Linux-x86_64-495.29.05.run) |
|
||||
| 495.44 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.44/NVIDIA-Linux-x86_64-495.44.run) |
|
||||
| 495.46 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run) |
|
||||
| 510.47.03 | NO | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run) |
|
||||
| 510.39.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/510.39.01/NVIDIA-Linux-x86_64-510.39.01.run) |
|
||||
| 510.47.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run) |
|
||||
|
||||
## Synopsis
|
||||
|
||||
|
|
|
@ -11,7 +11,9 @@ Main target operating system is **GNU/Linux**, but for **Windows** support see [
|
|||
|
||||
---
|
||||
|
||||
**Project is looking for a maintainer.**
|
||||
If you like this project, best way to contribute is by sending PRs and fixing documentation.
|
||||
|
||||
If you want to donate, please send it to your favorite open source organizations, for example [FFmpeg](https://www.ffmpeg.org/donations.html), [VideoLAN](http://www.videolan.org/contribute.html#money)
|
||||
|
||||
---
|
||||
|
||||
|
@ -105,6 +107,7 @@ nvidia-smi
|
|||
```
|
||||
|
||||
Output should show no errors and details about your driver and GPU.
|
||||
You can also check if [ffmpeg can encode without limit](https://github.com/keylase/nvidia-patch/wiki/Verify-NVENC-patch), and check NVFBC via OBS.
|
||||
|
||||
### Patch driver
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue