materusPC: change x11 options
This commit is contained in:
parent
80e17cc9f4
commit
6050896298
|
@ -45,7 +45,7 @@
|
||||||
xdg.portal.wlr.enable = true;
|
xdg.portal.wlr.enable = true;
|
||||||
xdg.portal.xdgOpenUsePortal = true;
|
xdg.portal.xdgOpenUsePortal = true;
|
||||||
|
|
||||||
services.xserver.exportConfiguration = false;
|
services.xserver.exportConfiguration = true;
|
||||||
services.xserver.extraConfig = pkgs.lib.mkDefault ''
|
services.xserver.extraConfig = pkgs.lib.mkDefault ''
|
||||||
Section "OutputClass"
|
Section "OutputClass"
|
||||||
Identifier "amd-options"
|
Identifier "amd-options"
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
Option "SWCursor" "True"
|
Option "SWCursor" "True"
|
||||||
Option "VariableRefresh" "true"
|
Option "VariableRefresh" "true"
|
||||||
Option "AsyncFlipSecondaries" "true"
|
Option "AsyncFlipSecondaries" "true"
|
||||||
|
Option "DRI3" "1"
|
||||||
MatchDriver "amdgpu"
|
MatchDriver "amdgpu"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue