MintPPC

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

FYI:
mintppc wrote: Fri May 30, 2025 9:35 am I have a working installation of LMDE 6 PPC with the cinnamon desktop now :) The only thing that needs to be done now is testing on real hardware, as I run this system in QEMU Power10. It is slow as hell.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 917
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: MintPPC

Post by Hypex »

So I'm having an issue in Mint. I can't run my boot manager. I've managed to install it fine but zenity doesn't work. :-?

Code: Select all

damien@debian:~$ zenity --about
LLVM ERROR: Relocation type not implemented yet!
Aborted
Maybe should Google it. Never seen that before trying to run binaries! I don't know why it's involving LLVM. Perhaps it's compiled with an ELF that's incompatible. It works on native Debian fine so don't know what's up with it.

Apart from that I thought I'd give Firefox a try. But the latest isn't available. Only the old 53 version. Using Arctic now. Works ok with no security errors yet.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 917
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: MintPPC

Post by Hypex »

After another update my graphics is broken again. Testing a fix:

Code: Select all

sudo chmod -r '/usr/lib/xorg/modules/libglamoregl.so' 
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 917
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: MintPPC

Post by Hypex »

Hypex wrote: Tue Sep 02, 2025 7:39 pm After another update my graphics is broken again. Testing a fix:

Code: Select all

sudo chmod -r '/usr/lib/xorg/modules/libglamoregl.so' 
That hack doesn't work. Lol. :-D

So trying this:

Code: Select all

sudo apt hold xserver-xorg-core
sudo rm /usr/lib/xorg/modules/libglamoregl.so
So far working to prevent the file coming back. The annoying libglamoregl.so file is part of the xserver-xorg-core package. Which cannot be removed by itself.
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

Jeroen created a new MintPPC32 root partition image today.

Download: mintppc32-root-sept-2025.img.gz (md5sum: beec1c0756c156f9ae1f357564ec0862) 6.5GB

The uncompressed partition image has a size of 18GB.

Code: Select all

gunzip mintppc32-root-sept-2025.img.gz

Code: Select all

dd if=mintppc32-root-sept-2025.img of=<device node id>
(For example /dev/sda3)

Then you have to mount it and edit the /etc/fstab. (Adding the correct device node id for /)

After a reboot, you can enlarge the file system to its actual size with the following command.

Code: Select all

resize2fs <device node id>
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).

Maybe this helps: Downgrade mesa

Code: Select all

echo '## MintPPC32 additional repository
deb [signed-by=/etc/apt/keyrings/MintPPC32_additional_repository.asc] http://u58733p55594.web0093.zxcs-klant.nl/mesa ./' >> /etc/apt/sources.list
apt update
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
sudo apt hold 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
Link to the repository
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

xeno74 wrote: Mon Sep 15, 2025 7:54 am FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).

Maybe this helps: Downgrade mesa
The mesa script has solved the issue. Hardware 3D acceleration works! :-)
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

VLC is available for MintPPC32.
mintppc wrote: Tue Sep 16, 2025 7:22 am
to install in MintPPC:

Code: Select all

apt update
apt install vlc
Let me know if it works, I am curious.
Just for info:

Keyboard configuration:

Code: Select all

apt install console-data

Code: Select all

dpkg-reconfigure console-data
Post Reply