add options to remove tearing

This commit is contained in:
Laurent Le Houerou 2024-05-26 00:39:31 +04:00
parent 1ab1e10153
commit 0a284e8596

View File

@ -10,6 +10,8 @@ Section "Device"
BusID "PCI:1:0:0" BusID "PCI:1:0:0"
Option "AllowEmptyInitialConfiguration" "true" Option "AllowEmptyInitialConfiguration" "true"
Option "PrimaryGPU" "true" Option "PrimaryGPU" "true"
Option "ForceCompositionPipeline" "true"
Option "ForceFullCompositionPipeline" "true"
EndSection EndSection
Section "Screen" Section "Screen"
@ -22,6 +24,7 @@ Section "Device"
Driver "modesetting" Driver "modesetting"
BusID "PCI:0:2:0" BusID "PCI:0:2:0"
Option "AccelMethod" "none" Option "AccelMethod" "none"
Option "TearFree" "true"
EndSection EndSection
Section "Screen" Section "Screen"