Debian Buster/Sid PPC64

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
sailorMH
Posts: 334
Joined: Wed Aug 28, 2013 7:01 pm
Location: Czech republic

Re: Debian Buster/Sid PPC64

Post by sailorMH »

Thank you for image and advice.
I will be at holidays for two weeks, so I will test after return.
A1200, Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, Sam460LE, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian Buster/Sid PPC64

Post 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.
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian Buster/Sid PPC64

Post 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
Post Reply