Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No DRI3 on AMD capable card

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
algarues
Posts: 2
Joined: 2018-03-31 12:15

No DRI3 on AMD capable card

#1 Post by algarues »

I cannot get DRI3 to be enabled on a Radeon 4550 HD (RV710) on Stretch.

The card should be capable of it.
I installed the firmware-amd-graphics package and I am using the radeon module for Xorg.

I am using the following 20-modesetting.conf file

Code: Select all

Section "Device"
    Identifier  "Radeon"
    Driver      "modesetting"
    Option      "AccelMethod"    "glamor"
    Option      "DRI"            "3"
EndSection
if I run a glxinfo command I get the following:

Code: Select all

Vendor: X.Org (0x1002)
    Device: AMD RV710 (DRM 2.49.0 / 4.9.0-6-amd64, LLVM 3.9.1) (0x9555)
    Version: 13.0.6
    Accelerated: yes
    Video memory: 512MB
What could be missing?
Thanks for any help

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: No DRI3 on AMD capable card

#2 Post by Head_on_a_Stick »

Try using the radeon driver rather than Xorg's builtin modesetting DDX:

Code: Select all

    Driver      "radeon"
I think DRI3 should be enabled by default with that.

I know Debian recommend modesetting for Intel cards but that's because xf86-video-intel is so buggy, they have no such recommendation on the AMD driver pages:

https://packages.debian.org/stretch/xse ... deo-radeon

https://packages.debian.org/stretch/xse ... deo-amdgpu

And indeed Phoronix report very good performance:

https://www.phoronix.com/scan.php?page= ... -wow&num=1
deadbang

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: No DRI3 on AMD capable card

#3 Post by Wheelerof4te »

To build on H.o.a.S's suggestion, the performance of radeon driver is heavily related to the kernel version. While Stretch's kernel will be sufficient for normal usage, further boosts will come only on newer kernels.

algarues
Posts: 2
Joined: 2018-03-31 12:15

Re: No DRI3 on AMD capable card

#4 Post by algarues »

Thank you!

Post Reply