Re: Mesa 9.2.2-1 and 10.0.0-1
Posted: Sun May 18, 2014 9:15 pm
Frogatto with the unofficial Mesa version 10.0.4 on Lubuntu 14.04 PowerPC:
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=2137
I have compiled the development version (git version) of Mesa. Unfortunately the 3D acceleration doesn't work. Furthermore, you need the unofficial Mesa version for new Linux distributions like Lubuntu 14.04, 14.10, and Debian Sid.xeno74 wrote:UPDATE: since this mesa commit (including previous ones) mesa has better big-endian support. This will be included in Mesa 10.4. Still to be confirmed if this is enough to fix this problem. Mesa 10.4 isn't released yet: http://www.mesa3d.org/.
I've gone over the recent conversation regarding the Big Endian patches and they say the infrastructure is there just that the drivers are yet to keep up. Are those different people? perhaps the AMD guys? It seems they are planning major changes for kernel 3.20 as far as the AMD drivers are concerned so it could be best to make sure both work like they should when that kernel is released.xeno74 wrote:I have compiled the development version (git version) of Mesa. Unfortunately the 3D acceleration doesn't work. Furthermore, you need the unofficial Mesa version for new Linux distributions like Lubuntu 14.04, 14.10, and Debian Sid.xeno74 wrote:UPDATE: since this mesa commit (including previous ones) mesa has better big-endian support. This will be included in Mesa 10.4. Still to be confirmed if this is enough to fix this problem. Mesa 10.4 isn't released yet: http://www.mesa3d.org/.
Code: Select all
sudo mv /usr/lib/powerpc-linux-gnu/dri/r600_dri.so /usr/lib/powerpc-linux-gnu/dri/r600_dri.so.bak
Code: Select all
sudo cp mesa-10.0.4/lib/dri/r600_dri.so /usr/lib/powerpc-linux-gnu/dri
Code: Select all
sudo mv /usr/lib/powerpc-linux-gnu/mesa/libGL.so.1.2.0 /usr/lib/powerpc-linux-gnu/mesa/libGL.so.1.2.0.bak
Code: Select all
sudo cp mesa-10.0.4/lib/libGL.so.1.2.0 /usr/lib/powerpc-linux-gnu/mesa