diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-05-12 16:34:30 +0900 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2016-05-12 16:34:30 +0900 |
commit | 861da1d5c243f51d6c1f76e5b13e5184aa608776 (patch) | |
tree | 069ef442dc0a5f706697bf6e1e394fdc5bb7d119 /man | |
parent | 86f991838824494e68ac277fa27cbd88c23a5ee8 (diff) |
Enable DRI3 by default when building for Xorg >= 1.18.3
Seems to work well enough in general now.
(Ported from radeon commit 1181b9c582f10b6c523e4b2988e2ce87ecf3d367)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 0100400..fd35a9f 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -64,6 +64,8 @@ will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. .BI "Option \*qDRI\*q \*q" integer \*q 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. .TP .BI "Option \*qEnablePageFlip\*q \*q" boolean \*q |