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" },