Page 5 of 5

Re: Debian Buster/Sid PPC64

Posted: Sat Jun 27, 2026 4:31 pm
by sailorMH
Thank you for image and advice.
I will be at holidays for two weeks, so I will test after return.

Re: Debian Buster/Sid PPC64

Posted: Sat Jun 27, 2026 6:00 pm
by xeno74
I have installed the MATE desktop and renamed libglamor.

Code: Select all

apt install task-mate-desktop

Code: Select all

mv /usr/lib/xorg/modules/libglamoregl.so /usr/lib/xorg/modules/libglamoregl.so.bak
Image

Mesa doesn't work currently.

Re: Debian Buster/Sid PPC64

Posted: Sun Jun 28, 2026 8:53 am
by xeno74
I added the MintPPC64 repositories for getting hardware 3D acceleration, SeaLion, Arctic Fox and BrassMonkey.

for MintPPC64:

Code: Select all

deb https://u58733p55594.web0093.zxcs-klant.nl/repo-64 unstable main
deb https://u58733p55594.web0093.zxcs-klant.nl/xeno74 ./
deb http://u58733p55594.web0093.zxcs-klant.nl/mesa-64 ./

Code: Select all

apt update --allow-unauthenticated --allow-insecure-repositories
Installation of the working Mesa 24.1.6-1:

Code: Select all

apt install libegl-mesa0=24.1.6-1 libgbm1=24.1.6-1 libgl1-mesa-dri=24.1.6-1 \
libglx-mesa0=24.1.6-1 mesa-va-drivers=24.1.6-1 mesa-vdpau-drivers=24.1.6-1 \
mesa-vulkan-drivers=24.1.6-1
Installation of SeaLion:

Code: Select all

apt install sealion libgtk2.0-0

Code: Select all

ln -s /usr/lib/powerpc64-linux-gnu/libffi.so.8 /usr/lib/powerpc64-linux-gnu/libffi.so.6
Installation of BrassMonkey:

Code: Select all

apt install brassmonkey
Installation of Arctic Fox:

Code: Select all

apt install arcticfox
Image