CrazyEngineers
  • Enable DRI3 For AMD Radeon's Xorg Drivers.

    Updated: Oct 26, 2024
    Views: 2.3K
    On 17th of March, DRI3 support was added to xf86-video-ati. However, to enable DRI3, you have to edit xorg.conf in order to enable it.
    Commit link : <a href="https://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=64e1e4dbdd3caee6f5d8f6b6c094b4533fa94953" target="_blank" rel="nofollow noopener noreferrer">Freedesktop xf86 Video</a>

    1) Create a file /etc/X11/xorg.conf.d/20-radeon.conf (Name of the file doesn't really matter, just make sure it sends with .conf) and add the following lines :
    Section "Device"
       Identifier  "Radeon"
       Driver      "radeon"
       Option      "DRI3"
    EndSection
    Save the file, and reboot the system.

    2) Now, check whether DRI3 is enabled or not by looking at Xorg.0.log file located at /var/log.
    Here's how mine looks like after enabling DRI3 :
    aaa15

    Or simply check as :
    aaa16
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Hi-Angel

    MemberDec 11, 2015

    Great, thanks, that worked on Ubuntu too - there wasn't the directory though, but upon creation everything works.

    There's one thing that bothers me, though - below the «DRI3 enabled» I also see the line:

    (II) GLX: Initialized DRI2 GL provider for screen 0
    Is that bad?
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberDec 11, 2015

    Hi-Angel
    Great, thanks, that worked on Ubuntu too - there wasn't the directory though, but upon creation everything works.

    There's one thing that bothers me, though - below the «DRI3 enabled» I also see the line:

    (II) GLX: Initialized DRI2 GL provider for screen 0
    Is that bad?
    Nope, you're good. 👍
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register