From b6699af5fa3444b288f8c08d26dd421f522c87ba Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Tue, 22 Oct 2024 18:47:50 +0200 Subject: [PATCH] Update driver-db.json --- driver-db.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/driver-db.json b/driver-db.json index b38e22f..127bf49 100644 --- a/driver-db.json +++ b/driver-db.json @@ -151,6 +151,22 @@ "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel" + }, + { + "id": 20, + "driver": "nvidia-driver-565", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + }, + { + "id": 21, + "driver": "nvidia-open-driver-565", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" } ] }