MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

First you need the new debian-ports-archive-keyring as xeno74 said. You need to manually install it
http://ftp.nl.debian.org/debian/pool/ma ... 05_all.deb

Code: Select all

sudo dpkg -i debian-ports-archive-keyring/debian-ports-archive-keyring_2025.04.05_all.deb
Then update the debian-ports repo information. You need to do

Code: Select all

apt update
But again, from this state you run into a lot of problems upgrading. It requires a lot if work and I am not sure it is doable at all. You better start fresh.
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

The link to the new MintPPC32-2025-live-root.img.gz is here:
https://drive.google.com/file/d/1GHfoVL ... sp=sharing
It is a single root partition. You guys know how to deal with this as you have your own bootloader.
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

Thanks!! I will try the IMG this evening.
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
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Is there interest in a 64-bits version ?
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Mon May 19, 2025 11:34 am The link to the new MintPPC32-2025-live-root.img.gz is here:
https://drive.google.com/file/d/1GHfoVL ... sp=sharing
It is a single root partition. You guys know how to deal with this as you have your own bootloader.
Hi,

Many thanks for the partition image.

I successfully tested it in an e5500 QEMU VM today.

First, I had to modify /etc/fstab because it looks for the UUIDs (3 partitions) from the /etc/fstab and therefore it doesn’t boot.

Code: Select all

/dev/vda / ext4 errors=remount-ro  0  1
startx as the user mintppc doesn’t work so I log in as root and start X11 with startx. After logout I was able to select another desktop.

Users:

root -> password mintppc
mintppc -> password mintppc

Cheers,
Christian
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Why don't you use LXDE ? XFCE is also available by the way. Well done!
Jeroen
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

Running the latest diskimage of Mint PPC on my Mirari.
Thanks Christian for the final instructions, and thanks Jeroen for making this possible!!

The only issue i have is no Hardware 3D accelleration. Even though all seems fine i keep running into this issue.
Many info on the web regarding this issue but not sollution found yet (could be Nvideo stuff related)

glxgears
ERROR: couldn't get an RGB, Double-buffered visual

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -02-31.png
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
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

You should run lxdm and login with a mint-lxde session skateman, this is plain lxde. This is not how it should look like.
It should look like this:
https://www.u58733p55594.web0093.zxcs-k ... reenshots/
Check if libgl1 and mesa are installed.
Also check if xserver-xorg-video-radeon is installed. You might to first remove the nouveau driver (xserver-xorg-video-nouveau).
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

mintppc wrote: Tue May 20, 2025 1:56 pm Why don't you use LXDE ? XFCE is also available by the way. Well done!
Jeroen
Sorry, I have forgotten to switch from serial0 output to virtio-gpu-pci on QEMU yesterday. Of course the lxdm display manager works if I use virtio-gpu-pci. It starts automatically and I can choose Mint-LXDE, LXDE, Openbox, Default, Default Xsession and Xfce Session and login with mintppc.
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Excellent, this is how it should be Christian.

On another note, I have some news to share:
https://www.u58733p55594.web0093.zxcs-k ... /lmde6ppc/
Post Reply