```nix ... kernelParams = [ "i915.modeset=1" "i915.fastboot=1" "i915.enable_guc=2" "i915.ena

...
kernelParams = [
"i915.modeset=1"
"i915.fastboot=1"
"i915.enable_guc=2"
"i915.enable_psr=1"
"i915.enable_fbc=1"
"i915.enable_dc=2"
];
...
...
kernelParams = [
"i915.modeset=1"
"i915.fastboot=1"
"i915.enable_guc=2"
"i915.enable_psr=1"
"i915.enable_fbc=1"
"i915.enable_dc=2"
];
...
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?