Machines/WinMax2: disable kwin direct scanout
This commit is contained in:
parent
5e310a8255
commit
1318dbba65
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
boot.kernelParams = ["clearcpuid=304"];
|
||||
};
|
||||
|
||||
# Direct scanout has some issues with my egpu so I just disable it
|
||||
environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1;
|
||||
|
||||
# Sleep fixes
|
||||
boot.kernelParams = ["rtc_cmos.use_acpi_alarm=1"];
|
||||
services.udev.extraRules = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue