From 730cca719a4f47d6c8f77b78fd6493c631e7441d Mon Sep 17 00:00:00 2001 From: ferreo Date: Thu, 27 Feb 2025 21:02:37 +0100 Subject: [PATCH] Update driver-db.json --- driver-db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-db.json b/driver-db.json index 4a00bed..7137660 100644 --- a/driver-db.json +++ b/driver-db.json @@ -156,7 +156,7 @@ "id": 22, "driver": "nvidia-driver-570", "icon": "nvidia", - "experimental": true, + "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" }, @@ -164,7 +164,7 @@ "id": 24, "driver": "nvidia-open-driver-570", "icon": "nvidia", - "experimental": true, + "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" }