
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: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!
So in short it is caused by primarly this:xeno74 wrote:
See the following threads:
Code: Select all
Section "Device"
Option "UseFBDev" "true"
Identifier "Card0"
EndSection
Will do. Is it important what kernel is used?xeno74 wrote:Hi All,
If you use a Radeon SI graphics card then please try the following xorg.conf:
/etc/X11/xorg.conf:
Cheers,Code: Select all
Section "Device" Option "UseFBDev" "true" Identifier "Card0" EndSection
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.xeno74 wrote:Hi All,
If you use a Radeon SI graphics card then please try the following xorg.conf:
/etc/X11/xorg.conf:
Cheers,Code: Select all
Section "Device" Option "UseFBDev" "true" Identifier "Card0" EndSection
Christian
It works here with a Radeon R7 240 and with the xorg.conf above.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.
I have a R9 270X 2GB installed in mine. Strange!xeno74 wrote:It works here with a Radeon R7 240 and with the xorg.conf above.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.
Please try the following xorg.conf: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
Code: Select all
Section "Device"
Identifier "Card0"
Driver "fbdev"
EndSection