Bug 95241 - Please edit the radeon manpages DRI section
Summary: Please edit the radeon manpages DRI section
Status: CLOSED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: Other other
: medium enhancement
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 15:41 UTC by CuriouX
Modified: 2016-05-03 04:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description CuriouX 2016-05-02 15:41:01 UTC
Hello there i found out the radeon manpages isn't right in DRI section:

Option "DRI" "integer"
              Define the maximum level of DRI to enable. Valid values are 2 for DRI2 or 3 for DRI3.  The default is 2 for DRI2.

Following that i couln't enable DRI3, cat .local/share/xorg/Xorg.0.log | grep -i dri3  will outputs:  RADEON(0): DRI3 disabled

But if one sets: Option "DRI3" "1"  then cat .local/share/xorg/Xorg.0.log | grep -i dri3  will outputs: RADEON(0): DRI3 enabled

So i think you should edit the manpages like so:

Option "DRI3" "1"
              To enable DRI3 support...

Thanks to all of you
Comment 1 Alex Deucher 2016-05-02 17:18:02 UTC
It sounds like maybe your man pages and driver are out of sync.  Option "DRI3" was the original option.  Later support for Option "DRI" "3" was added for consistency with other drivers.

https://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=f123096877f0a0044f3d0315285441f2b5790c29
Comment 2 CuriouX 2016-05-03 04:13:00 UTC
Ok, ty for reply i close it :)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.