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"
Option "AllowEmptyInitialConfiguration" "true"
Option "PrimaryGPU" "true"
Option "ForceCompositionPipeline" "true"
Option "ForceFullCompositionPipeline" "true"
EndSection
Section "Screen"
@ -22,6 +24,7 @@ Section "Device"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "AccelMethod" "none"
Option "TearFree" "true"
EndSection
Section "Screen"