diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-11-02 12:35:55 +0900 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2016-11-02 12:35:55 +0900 |
commit | 1352a1d2f78cb0433d421ef86bfce2a5a1646807 (patch) | |
tree | b553ddd857e88fc5955b09d7df0fcc7653d8acec /man | |
parent | 5da43c5da8adc139d57d89975a52eef91a5595e1 (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.
(Ported from radeon commit 350a2645a1b127227ff294c0b62d20000d0fd48a)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 93244a4..948cd70 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -65,7 +65,7 @@ will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. 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 +if the Xorg version is >= 1.18.3, otherwise .B 2 for DRI2. .TP .BI "Option \*qEnablePageFlip\*q \*q" boolean \*q |