Skip to content

Commit

Permalink
Merge of #1149
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 29, 2024
2 parents 9fe0e21 + 46c102e commit a364922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asus/zenbook/ux371/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
Expand All @@ -13,6 +11,9 @@
../../battery.nix
];

# while tiger-lake in general not supported by xe, some chipsets like this one are.
hardware.intelgpu.driver = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.8") "xe";

boot.kernelParams = lib.mkIf (config.hardware.intelgpu.driver == "xe") [
"i915.force_probe=!9a49"
"xe.force_probe=9a49"
Expand Down

0 comments on commit a364922

Please sign in to comment.