Update driver-db.json
This commit is contained in:
parent
2b3bd945cd
commit
b6699af5fa
@ -151,6 +151,22 @@
|
|||||||
"experimental": false,
|
"experimental": false,
|
||||||
"removable": true,
|
"removable": true,
|
||||||
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user