From 860d6ed08927df6153f7fe98048da9434eb3dc28 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:36:07 +0300 Subject: [PATCH] Add nvidia 555 series as experimental --- driver-db.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/driver-db.json b/driver-db.json index 79ea3f0..aba7131 100644 --- a/driver-db.json +++ b/driver-db.json @@ -175,6 +175,22 @@ "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel" - } + }, + { + "id": 22, + "driver": "nvidia-driver-555", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + }, + { + "id": 23, + "driver": "nvidia-driver-555-open", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + } ] }