118 lines
3.2 KiB
JSON
118 lines
3.2 KiB
JSON
{
|
|
"drivers": [
|
|
{
|
|
"driver": "mesa-stable",
|
|
"icon": "video-display",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
|
},
|
|
{
|
|
"driver": "mesa-hybrid",
|
|
"icon": "video-display",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
|
},
|
|
{
|
|
"driver": "mesa-git",
|
|
"icon": "video-display",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -vi nvidia"
|
|
},
|
|
{
|
|
"driver": "pika-rocm-meta",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "vulkan-amdgpu-pro",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "amf-amdgpu-pro",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "amdvlk",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "opencl-legacy-amdgpu-pro-icd",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "amdgpu-pro-oglp",
|
|
"icon": "amd",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i amd"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-525",
|
|
"icon": "nvidia",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-525-open",
|
|
"icon": "nvidia",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-535",
|
|
"icon": "nvidia",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-535-open",
|
|
"icon": "nvidia",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-545",
|
|
"icon": "nvidia",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-545-open",
|
|
"icon": "nvidia",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-550",
|
|
"icon": "nvidia",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "nvidia-driver-550-open",
|
|
"icon": "nvidia",
|
|
"experimental": true,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia | cut -d: -f 4"
|
|
},
|
|
{
|
|
"driver": "xone-dkms",
|
|
"icon": "input-gaming",
|
|
"experimental": false,
|
|
"detection": "lsusb | grep -i xbox"
|
|
},
|
|
{
|
|
"driver": "intel-gpu-compute",
|
|
"icon": "intel",
|
|
"experimental": false,
|
|
"detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel"
|
|
}
|
|
]
|
|
} |