pika-drivers/driver-db.json
Ward from fusion-voyager-3 509746951c Update json
2024-02-23 17:50:02 +03:00

100 lines
2.7 KiB
JSON

{
"drivers": [
{
"driver": "pika-rocm-meta",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"driver": "vulkan-amdgpu-pro",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"driver": "amf-amdgpu-pro",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"driver": "amdvlk",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"driver": "opencl-legacy-amdgpu-pro-icd",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"driver": "amdgpu-pro-oglp",
"icon": "amd",
"experimental": false,
"detection": "inxi -G | grep driver | grep -i amdgpu"
},
{
"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": "inxi -G | grep driver | grep -i intel"
}
]
}