From eda6bcc6747fefc450ecbeb7bf89b023a5936db9 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 29 Oct 2019 22:16:09 +0200 Subject: [PATCH] win: add geforce driver version 441.08 --- win/README.md | 4 +++- win/win10_x64/441.08/nvcuvid32.1337 | 3 +++ win/win10_x64/441.08/nvcuvid64.1337 | 3 +++ win/win7_x64/441.08/nvcuvid32.1337 | 3 +++ win/win7_x64/441.08/nvcuvid64.1337 | 3 +++ 5 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 win/win10_x64/441.08/nvcuvid32.1337 create mode 100644 win/win10_x64/441.08/nvcuvid64.1337 create mode 100644 win/win7_x64/441.08/nvcuvid32.1337 create mode 100644 win/win7_x64/441.08/nvcuvid64.1337 diff --git a/win/README.md b/win/README.md index 04150c7..b66a0d8 100644 --- a/win/README.md +++ b/win/README.md @@ -1,7 +1,7 @@ Nvidia drivers patch for Windows ================================ -![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-440.97-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-440.97-blue.svg) +![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-441.08-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-440.97-blue.svg) This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. @@ -66,6 +66,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers pre-x86 | GeForce | 436.30 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/436.30/nvcuvid.1337) | | [Direct link](https://international.download.nvidia.com/Windows/436.30/436.30-desktop-win10-64bit-international-whql.exe) | | GeForce | 436.48 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/436.48/nvcuvid.1337) | | [Direct link](https://international.download.nvidia.com/Windows/436.48/436.48-desktop-win10-64bit-international-whql.exe) | | GeForce | 440.97 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/440.97/nvcuvid64.1337) | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/440.97/nvcuvid32.1337) | [Direct link](https://international.download.nvidia.com/Windows/440.97/440.97-desktop-win10-64bit-international-whql.exe) | +| GeForce | 441.08 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/441.08/nvcuvid64.1337) | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/441.08/nvcuvid32.1337) | [Direct link](https://international.download.nvidia.com/Windows/441.08/441.08-desktop-win10-64bit-international-whql.exe) | @@ -101,6 +102,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers pre-x86 | GeForce | 436.30 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/436.30/nvcuvid.1337) | | [Direct link](https://international.download.nvidia.com/Windows/436.30/436.30-desktop-win8-win7-64bit-international-whql.exe) | | GeForce | 436.48 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/436.48/nvcuvid.1337) | | [Direct link](https://international.download.nvidia.com/Windows/436.48/436.48-desktop-win8-win7-64bit-international-whql.exe) | | GeForce | 440.97 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/440.97/nvcuvid64.1337) | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/440.97/nvcuvid32.1337) | [Direct link](https://international.download.nvidia.com/Windows/440.97/440.97-desktop-win8-win7-64bit-international-whql.exe) | +| GeForce | 441.08 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/441.08/nvcuvid64.1337) | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/441.08/nvcuvid32.1337) | [Direct link](https://international.download.nvidia.com/Windows/441.08/441.08-desktop-win8-win7-64bit-international-whql.exe) | diff --git a/win/win10_x64/441.08/nvcuvid32.1337 b/win/win10_x64/441.08/nvcuvid32.1337 new file mode 100644 index 0000000..8fd5132 --- /dev/null +++ b/win/win10_x64/441.08/nvcuvid32.1337 @@ -0,0 +1,3 @@ +>nvcuvid.dll +00000000000E6109:84->0C +00000000000E610A:C0->01 \ No newline at end of file diff --git a/win/win10_x64/441.08/nvcuvid64.1337 b/win/win10_x64/441.08/nvcuvid64.1337 new file mode 100644 index 0000000..509c922 --- /dev/null +++ b/win/win10_x64/441.08/nvcuvid64.1337 @@ -0,0 +1,3 @@ +>nvcuvid.dll +00000000000E7A5D:84->0C +00000000000E7A5E:C0->01 \ No newline at end of file diff --git a/win/win7_x64/441.08/nvcuvid32.1337 b/win/win7_x64/441.08/nvcuvid32.1337 new file mode 100644 index 0000000..3c50c1e --- /dev/null +++ b/win/win7_x64/441.08/nvcuvid32.1337 @@ -0,0 +1,3 @@ +>nvcuvid.dll +00000000000D1ED9:84->0C +00000000000D1EDA:C0->01 \ No newline at end of file diff --git a/win/win7_x64/441.08/nvcuvid64.1337 b/win/win7_x64/441.08/nvcuvid64.1337 new file mode 100644 index 0000000..b6d4e94 --- /dev/null +++ b/win/win7_x64/441.08/nvcuvid64.1337 @@ -0,0 +1,3 @@ +>nvcuvid.dll +00000000000D4ABD:84->0C +00000000000D4ABE:C0->01 \ No newline at end of file