mintppc wrote: Fri May 30, 2025 9:35 am I have a working installation of LMDE 6 PPC with the cinnamon desktop nowThe 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.
MintPPC
Re: MintPPC
FYI:
Re: MintPPC
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. 
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.

Code: Select all
damien@debian:~$ zenity --about
LLVM ERROR: Relocation type not implemented yet!
Aborted
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.
Re: MintPPC
After another update my graphics is broken again. Testing a fix:
Code: Select all
sudo chmod -r '/usr/lib/xorg/modules/libglamoregl.so'
Re: MintPPC
That hack doesn't work. Lol.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'

So trying this:
Code: Select all
sudo apt hold xserver-xorg-core
sudo rm /usr/lib/xorg/modules/libglamoregl.so