summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-11-01 16:30:42 +0900
committerMichel Dänzer <michel@daenzer.net>2016-11-01 16:30:42 +0900
commit350a2645a1b127227ff294c0b62d20000d0fd48a (patch)
treec26819445a65794e9495d278a7433bf06d8ebe38 /man
parent5df36de39952c3a26cb2fbc125f298139a9dd5bc (diff)
Check Xorg version at runtime instead of build time in two places
This means that all possible paths can be handled as intended, no matter which Xorg version the driver happened to be compiled against. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r--man/radeon.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/radeon.man b/man/radeon.man
index 44603a5f..1d09fc50 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -271,7 +271,7 @@ 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 and glamor is enabled, otherwise
+if the Xorg version is >= 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