From 65aa754be1e9f735ce0bc7bfaa9a2ce986dbee14 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Thu, 30 Jan 2025 22:36:32 +0100 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 90806b0..4a00bed 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 nvidia" + }, + { + "id": 22, + "driver": "nvidia-driver-570", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + }, + { + "id": 24, + "driver": "nvidia-open-driver-570", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" } ] }