diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-07-12 17:36:27 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2016-07-22 19:10:53 +0900 |
commit | 94fe42f29e0b00a26e810581d6c438ac6d8ecd8a (patch) | |
tree | d6f9e3abf7bb0d5d08b8c935d925092fa24bdb64 /man | |
parent | 6d91fb4fc701895473ff675f440a8eef655e80ca (diff) |
Don't enable DRI3 by default with EXA
It doesn't work correctly in all cases, see e.g.
https://bugs.freedesktop.org/show_bug.cgi?id=95475 . I'm not sure this
is fixable, given EXA's architecture.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/radeon.man b/man/radeon.man index cacafb5a..44603a5f 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -271,8 +271,9 @@ Sea Islands. Define the maximum level of DRI to enable. Valid values are 2 for DRI2 or 3 for DRI3. The default is .B 3 for DRI3 -if the driver was compiled for Xorg >= 1.18.3, otherwise -.B 2 for DRI2. +if the driver was compiled for Xorg >= 1.18.3 and glamor is enabled, otherwise +.B 2 for DRI2. Note: +DRI3 may not work correctly in all cases with EXA, enable at your own risk. .TP .BI "Option \*qEnablePageFlip\*q \*q" boolean \*q Enable DRI2 page flipping. The default is |