mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
gpu/intel/tiger-lake: don't try to use Xe by default
it doesn't work without a force_probe anyway see https://github.com/NixOS/nixos-hardware/issues/1278
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
config = {
|
||||
hardware.intelgpu.driver = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.8") "xe";
|
||||
boot.kernelParams = lib.mkIf (config.hardware.intelgpu.driver == "i915") [ "i915.enable_guc=3" ];
|
||||
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user