Skip to content

Commit

Permalink
gpu/intel/tiger-lake: don't try to use Xe by default
Browse files Browse the repository at this point in the history
it doesn't work without a force_probe anyway

see #1278
  • Loading branch information
matdibu committed Jan 9, 2025
1 parent 4f339f6 commit d73a04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/gpu/intel/tiger-lake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit d73a04d

Please sign in to comment.