add options to remove tearing
This commit is contained in:
parent
1ab1e10153
commit
0a284e8596
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user