MintPPC

AmigaOne X5000 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: 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
Roland
Posts: 877
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

xeno74 wrote: Mon Sep 15, 2025 7:54 am FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).
Does the video acceleration still work? And is VLC installable? With the earlier root image it was not possible to install it at all.
- Roland -
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I will try to build a non-altivec vlc package.
edit1: it took me ages to get all build-deps in, but I have them now, they are installing in my sandboxed chroot (540 packages!)
edit2: configuring (see pic)
edit3: bad news:

input/input.c: In function 'InitTitle':
input/input.c:909:19: error: assignment to 'const input_title_t **' from incompatible pointer type 'input_title_t **' [-Wincompatible-pointer-types]
909 | priv->title = p_master->title;
| ^
make[5]: *** [Makefile:2708: input/input.lo] Error 1
make[5]: *** Waiting for unfinished jobs....

edit4: one last try with an even older vlc source package
edit5: one very last try with the latest vlc, I saw that non-altivec arches build, only powerpc didn't build. In the powerpc build log I see an error related to altivec. Maybe if I disable altivec in this version, it might build ....fingers crossed.
Attachments
Screenshot from 2025-09-15 20-55-06.png
Last edited by mintppc on Mon Sep 15, 2025 5:41 pm, edited 5 times in total.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Roland wrote: Mon Sep 15, 2025 1:32 pm
xeno74 wrote: Mon Sep 15, 2025 7:54 am FYI: Hardware 3D acceleration doesn’t work currently (LLVM issue).
Does the video acceleration still work? And is VLC installable? With the earlier root image it was not possible to install it at all.
@Roland you need a non-altivec build of VLC right ?
Roland
Posts: 877
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

mintppc wrote: Mon Sep 15, 2025 4:20 pm @Roland you need a non-altivec build of VLC right ?
Yes, my machine has e5500.
- Roland -
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! :-)
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I have a VLC build !!!
Attachments
Screenshot from 2025-09-16 05-25-28.png
User avatar
xeno74
Posts: 10739
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Tue Sep 16, 2025 12:26 am I have a VLC build !!!
Great! Thank you! :-)
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

In QEMU on my machine VLC crashes when opening an mp4 file.

to install in MintPPC:

Code: Select all

apt update
apt install vlc
Let me know if it works, I am curious.
Attachments
Screenshot from 2025-09-16 12-06-42.png
User avatar
Skateman
Posts: 958
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

So we have a Working VLC !!! Yeah.

I had to adjust de video output setting, and also Mesa did fix the 3D suipport.

Image

Everything Mplayer based does still crash though..
This is what the log tells us.

MPlayer interrupted by signal 4 in module: demux_open
ID_SIGNAL=4
- MPlayer crashed by an 'Illegal Instruction'.
It may be a bug in our new runtime CPU-detection code...
Please read DOCS/HTML/en/bugreports.html.
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly.
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Post Reply