mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +08:00
treewide: set intel cpu variant to legacy where newer versions are not supported
According to https://github.com/intel/compute-runtime#legacy-platforms
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
|
||||
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||
hardware.intelgpu = {
|
||||
computeRuntime = "legacy";
|
||||
vaapiDriver = "intel-media-driver";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user