From 483dc4b77a8b30f3f8173a9f1a8f09b486200246 Mon Sep 17 00:00:00 2001 From: Daedalusspacegames Date: Sat, 16 Jan 2021 03:32:09 -0800 Subject: [PATCH] Update documentation to reflect new patches --- README.md | 4 ++-- drivers.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1695d56..31d8886 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | 455.45.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run) | | 455.46.01 | YES | YES | | | 455.46.02 | YES | YES | | -| 460.27.04 | YES | NO | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run) | -| 460.32.03 | YES | NO | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run) | +| 460.27.04 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run) | +| 460.32.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index 986914b..19db09f 100644 --- a/drivers.json +++ b/drivers.json @@ -486,16 +486,16 @@ "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/450.102.04/NVIDIA-Linux-x86_64-450.102.04.run" }, { - "version": "460.32.03", + "version": "460.27.04", "nvenc_patch": true, - "nvfbc_patch": false, - "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run" + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run" }, { - "version": "460.27.04", + "version": "460.32.03", "nvenc_patch": true, - "nvfbc_patch": false, - "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run" + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run" } ], "example": { @@ -2408,4 +2408,4 @@ ] } } -} \ No newline at end of file +}