We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b899e commit ebd8f57Copy full SHA for ebd8f57
dell/precision/5570/default.nix
@@ -8,14 +8,14 @@
8
../../../common/cpu/intel/alder-lake
9
../../../common/pc/laptop
10
../../../common/pc/ssd
11
- ../../../common/gpu/nvidia/prime-sync.nix
+ ../../../common/gpu/nvidia/prime.nix
12
];
13
14
hardware.intelgpu.driver = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.8") "xe";
15
16
boot.kernelParams = lib.mkIf (config.hardware.intelgpu.driver == "xe") [
17
- "i915.force_probe=!9a49"
18
- "xe.force_probe=9a49"
+ "i915.force_probe=!46a6"
+ "xe.force_probe=46a6"
19
20
21
hardware.nvidia = {
0 commit comments