Update json with mesa
This commit is contained in:
parent
9c77a027d6
commit
2e1770f304
@ -4,19 +4,37 @@
|
|||||||
"driver": "mesa-stable",
|
"driver": "mesa-stable",
|
||||||
"icon": "video-display",
|
"icon": "video-display",
|
||||||
"experimental": false,
|
"experimental": false,
|
||||||
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"driver": "mesa-hybrid",
|
"driver": "mesa-hybrid",
|
||||||
"icon": "video-display",
|
"icon": "video-display",
|
||||||
"experimental": false,
|
"experimental": false,
|
||||||
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"driver": "mesa-git",
|
"driver": "mesa-git",
|
||||||
"icon": "video-display",
|
"icon": "video-display",
|
||||||
"experimental": true,
|
"experimental": true,
|
||||||
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"driver": "mesa-stable",
|
||||||
|
"icon": "video-display",
|
||||||
|
"experimental": false,
|
||||||
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"driver": "mesa-hybrid",
|
||||||
|
"icon": "video-display",
|
||||||
|
"experimental": false,
|
||||||
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"driver": "mesa-git",
|
||||||
|
"icon": "video-display",
|
||||||
|
"experimental": true,
|
||||||
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"driver": "pika-rocm-meta",
|
"driver": "pika-rocm-meta",
|
||||||
|
Loading…
Reference in New Issue
Block a user