Interesting. They must have changed ‘apt’, as now only apt-mark works. Thank you so much for being such a dedicated user!
I know, my domain name provoder shut me off, although I paid!!!One more thing: mintppc.nl is not working from couple days but this Also mintppc.🙂 is ok.
deb [signed-by=/etc/apt/keyrings/MintPPC32_additional_repository.asc] http://u58733p55594.web0093.zxcs-klant.nl/mesa-26.2 ./
I am in the process of getting rid of all files down to the bone (base system more or less). I haven’t touched this Mac for at least 3 years. I have a Frankenstein after a partial upgrade: a complete mess. It will take two full days probably to get it in a clean state. I don’t want to lose all my development files…I am sure that 99.99% of the people would already have given up, not me. Tomorrow it will be done. I will then reinstall MintPPC and test the new mesa.The computer I developed MintPPC on is still working!View attachment 2658442
Ok, so I installed the latest mesa (26.2.1-2) on this PowerBook with an NV34M card [1] and mesa does not work out of the box. The old 32-bit PowerPC platform lacks the LLVM JIT/relocation support that these LLVM-dependent Mesa paths need. When LLVM 21 tries to execute generated code, it encounters a PowerPC relocation type that its RuntimeDyld implementation doesn't support, and deliberately aborts.
the error with glxinfo -B is:
LLVM ERROR: Relocation type not implemented yet!
If I force softpipe as renderer (CPU instead of GPU), mesa works, although slower (19 fps instead of 60). To force softpipe I added the following to ~/.xsessionrc:
export LIBGL_ALWAYS_SOFTWARE=true
export GALLIUM_DRIVER=softpipe
This works in MintPPC with LXDM as display manager.
[1] VGA compatible controller: NVIDIA Corporation NV34M [GeForce FX Go5200] (rev a1)
I did not set anything in /etc/X11/xorg.conf.Did you tried to force nouveau driver and DRI3 in xorg.conf?
I am curious if it hit same assert as it did for me or not ....