mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
Update README.md
This commit is contained in:
parent
c4c8108598
commit
e87985e03a
@ -1,7 +1,7 @@
|
||||
NVENC and NvFBC patches for Nvidia drivers
|
||||
==========================================
|
||||
|
||||
![GitHub last commit](https://img.shields.io/badge/last%20commit-february%202022-yellowgreen) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-510.47.03-brightgreen)
|
||||
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-510.47.03-brightgreen.svg)
|
||||
|
||||
[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…
Reference in New Issue
Block a user