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"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user