Skip to content

Commit

Permalink
Merge pull request #1311 from matdibu/tigerlake-disable-xe
Browse files Browse the repository at this point in the history
gpu/intel/tiger-lake: don't try to use Xe by default
  • Loading branch information
Mic92 authored Jan 9, 2025
2 parents 4f339f6 + d73a04d commit e315f86
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 e315f86

Please sign in to comment.