Skip to content

Commit ebd8f57

Browse files
committed
Fix probe id and switch from sync to offload
1 parent 19b899e commit ebd8f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dell/precision/5570/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
../../../common/cpu/intel/alder-lake
99
../../../common/pc/laptop
1010
../../../common/pc/ssd
11-
../../../common/gpu/nvidia/prime-sync.nix
11+
../../../common/gpu/nvidia/prime.nix
1212
];
1313

1414
hardware.intelgpu.driver = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.8") "xe";
1515

1616
boot.kernelParams = lib.mkIf (config.hardware.intelgpu.driver == "xe") [
17-
"i915.force_probe=!9a49"
18-
"xe.force_probe=9a49"
17+
"i915.force_probe=!46a6"
18+
"xe.force_probe=46a6"
1919
];
2020

2121
hardware.nvidia = {

0 commit comments

Comments
 (0)