diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2011-08-09 19:13:26 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2011-08-09 19:13:26 +0200 |
commit | 9151f3b1c2ebcc34e63195888ba696f2183ba5e2 (patch) | |
tree | 5adba84408174fd4abc4d5d7bf40618f72e67dda /man | |
parent | 3b9fdc807dd7e52af0576299cefba596040f6f2f (diff) |
Prefer the CRTC of the primary output for synchronization.
See https://bugs.freedesktop.org/show_bug.cgi?id=39696 .
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/radeon.man b/man/radeon.man index 83e33e78..8a2343c6 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -719,8 +719,10 @@ It has two values: 'off'(0) and 'on'(1). The default is XV_CRTC is used to control which display controller (crtc) the textured adapter synchronizes the screen update with when XV_VSYNC is enabled. The default, 'auto'(-1), will sync to the display controller that more -of the video is on. This attribute is useful for things like clone mode -where the user can best decide which display should be synced. +of the video is on; when this is ambiguous, the display controller associated +with the RandR primary output is preferred. This attribute is useful for +things like clone mode where the user can best decide which display should be +synced. The default is .B 'auto'(-1). |