Page 1 of 1

Why is Radeon SI graphics cards not 3D supported?

Posted: Sun May 13, 2018 4:32 pm
by JohnFante
It is NOT a complaint :-)

Just curious to why 3D acceleration is not supported on Radeon SI graphics cards on PPC linux. And if there are any signs that this will happend down the road.

It has maybe been covered before and in this case sorry in advance!

Thank you in advance!

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Sun May 13, 2018 5:44 pm
by xeno74
JohnFante wrote:It is NOT a complaint :-)

Just curious to why 3D acceleration is not supported on Radeon SI graphics cards on PPC linux. And if there are any signs that this will happend down the road.

It has maybe been covered before and in this case sorry in advance!

Thank you in advance!
See the following threads:

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Sun May 13, 2018 6:50 pm
by JohnFante
So in short it is caused by primarly this:

Glamor Crashes on big endian Hardware https://bugs.freedesktop.org/show_bug.cgi?id=99859

The thread is from 2017 and no solution is in sight .... as far as I can read on a quick glance.

Ok. Thank you for the reply :-). I am keeping my fingers crossed for a solution.

And thank you for all your work for PPC linux.

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Fri Sep 20, 2019 5:05 pm
by xeno74
Hi All,

If you use a Radeon SI graphics card then please try the following xorg.conf:

/etc/X11/xorg.conf:

Code: Select all

Section "Device"
    Option "UseFBDev" "true"
    Identifier  "Card0"
EndSection
Cheers,
Christian

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Sun Sep 22, 2019 10:09 am
by JohnFante
xeno74 wrote:Hi All,

If you use a Radeon SI graphics card then please try the following xorg.conf:

/etc/X11/xorg.conf:

Code: Select all

Section "Device"
    Option "UseFBDev" "true"
    Identifier  "Card0"
EndSection
Cheers,
Christian
Will do. Is it important what kernel is used?

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Sun Sep 29, 2019 6:47 pm
by JohnFante
xeno74 wrote:Hi All,

If you use a Radeon SI graphics card then please try the following xorg.conf:

/etc/X11/xorg.conf:

Code: Select all

Section "Device"
    Option "UseFBDev" "true"
    Identifier  "Card0"
EndSection
Cheers,
Christian
I have tested with a fully updated Fienix and kernel 5.3. I am sorry to say that it does not work with a solo Radeon SI card.

Here is the xorg.conf before I rebooted: https://www.dropbox.com/s/1vp6bhcndzl1e ... .jpeg?dl=0

Here is the result: https://www.dropbox.com/s/p16wi7phmxx42 ... .jpeg?dl=0

I can not get past the white screen.

I will try adding my Firepro to see if that helps.

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Mon Sep 30, 2019 4:23 am
by xeno74
JohnFante wrote: I have tested with a fully updated Fienix and kernel 5.3. I am sorry to say that it does not work with a solo Radeon SI card.
It works here with a Radeon R7 240 and with the xorg.conf above.

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Mon Sep 30, 2019 5:56 am
by JohnFante
xeno74 wrote:
JohnFante wrote: I have tested with a fully updated Fienix and kernel 5.3. I am sorry to say that it does not work with a solo Radeon SI card.
It works here with a Radeon R7 240 and with the xorg.conf above.
I have a R9 270X 2GB installed in mine. Strange! :?:

The R7 240 and the R9 270X should be the same architecture: https://en.wikipedia.org/wiki/AMD_Radeon_Rx_200_series

Re: Why is Radeon SI graphics cards not 3D supported?

Posted: Mon Sep 30, 2019 10:48 am
by xeno74
JohnFante wrote: I have a R9 270X 2GB installed in mine. Strange! :?:

The R7 240 and the R9 270X should be the same architecture: https://en.wikipedia.org/wiki/AMD_Radeon_Rx_200_series
Please try the following xorg.conf:

Code: Select all

Section "Device"
    Identifier  "Card0"
    Driver      "fbdev"
EndSection