From 2b3bd945cd52960561542bb78568396f33e8a9d0 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Wed, 4 Sep 2024 11:02:05 +0200 Subject: [PATCH] Update driver-db.json --- driver-db.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/driver-db.json b/driver-db.json index 8761140..b38e22f 100644 --- a/driver-db.json +++ b/driver-db.json @@ -112,11 +112,19 @@ "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" }, + { + "id": 18, + "driver": "nvidia-open-driver-555", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + }, { "id": 14, "driver": "nvidia-driver-560", "icon": "nvidia", - "experimental": true, + "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" }, @@ -124,7 +132,7 @@ "id": 15, "driver": "nvidia-open-driver-560", "icon": "nvidia", - "experimental": true, + "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" },