diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-12-01 18:37:57 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-02-22 18:27:37 +0900 |
commit | 58cd1600057e41aade0106d4acf78e23eac6e44f (patch) | |
tree | 54c662551421d8eae7db1b1702b1ad258a238a6b /man | |
parent | 305e2cbf335837a2ab6a24e9ff65815afe038296 (diff) |
Allow toggling TearFree at runtime via output property
Option "TearFree" now sets the default value of the output property.
See the manpage update for details.
TearFree is now enabled by default for outputs using rotation or other
RandR transforms, and for RandR 1.4 slave outputs.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/man/radeon.man b/man/radeon.man index 8990ae21..5301dd7f 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -281,10 +281,17 @@ Enable DRI2 page flipping. The default is Pageflipping is supported on all radeon hardware. .TP .BI "Option \*qTearFree\*q \*q" boolean \*q -Enable tearing prevention using the hardware page flipping mechanism. Requires allocating two -separate scanout buffers for each CRTC. Enabling this option currently disables Option -\*qEnablePageFlip\*q. The default is -.B off. +Set the default value of the per-output 'TearFree' property, which controls +tearing prevention using the hardware page flipping mechanism. TearFree is +on for any CRTC associated with one or more outputs with TearFree on. Two +separate scanout buffers need to be allocated for each CRTC with TearFree +on. While TearFree is on for any CRTC, it currently prevents clients from using +DRI page flipping. If this option is set, the default value of the property is +'on' or 'off' accordingly. If this option isn't set, the default value of the +property is +.B auto, +which means that TearFree is on for outputs with rotation or other RandR +transforms, and for RandR 1.4 slave outputs, otherwise off. .TP .BI "Option \*qAccelMethod\*q \*q" "string" \*q Chooses between available acceleration architectures. Valid values are |