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
Re: MintPPC
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.
(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.
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>
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>
Re: MintPPC
FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).
Maybe this helps: Downgrade mesa
Link to the repository
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
Re: MintPPC
The mesa script has solved the issue. Hardware 3D acceleration works!xeno74 wrote: Mon Sep 15, 2025 7:54 am FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).
Maybe this helps: Downgrade mesa

Re: MintPPC
VLC is available for MintPPC32.
Keyboard configuration:
Just for info:mintppc wrote: Tue Sep 16, 2025 7:22 am
to install in MintPPC:Let me know if it works, I am curious.Code: Select all
apt update apt install vlc
Keyboard configuration:
Code: Select all
apt install console-data
Code: Select all
dpkg-reconfigure console-data