It is first experimental release, for 64-bit big-endian ( Powermac G5 ). I am not tested, if it can be run with xeno74's kernelsfirst experimental big endian #powerpc #ppc64 iso is available: https://repo.chimera-linux.org/live/tes ... -gnome.iso
here is it running from usb on my 2005 #powermac g5
keep in mind it's a tier 3 architecture, so don't expect perfection
Void Linux
Re: Void Linux
Chimera linux: ( void successor )
Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Re: Void Linux

Link: Void Linux for PowerPC -- macrumors.comq66 wrote: just a heads up, the domain will expire in about 4 weeks and I will not be renewing it, so that means the repos will go fully dead (the https cert already expired months ago)
If you need some packages then try to download it as soon as possible.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Void Linux
Is the follow up Chimera affected or here to stay?
Re: Void Linux
Chimera isn't a successor of Void. It is a new Linux distribution.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Void Linux
Re: Void Linux
XscreenSaver instead of MATE Screensaver:
One click to activate it in the background. It would start after some minutes without activity. With the second click it starts immediately.
Code: Select all
kill $(ps ax | grep mate-screensaver | head -1 | sed s/^[[:space:]]*// | cut -d " " -f 1) ; xscreensaver & xscreensaver-command -activate
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Void Linux
There are backup mirrors that will allow you to install software and updates, but be aware the repository has not been upgraded/updated since December of last year.
Repo link: mirrors.servercentral.com
Repo link: mirrors.servercentral.com
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Void Linux
Better solution:xeno74 wrote: ↑Mon Oct 23, 2023 2:15 pm XscreenSaver instead of MATE Screensaver:
One click to activate it in the background. It would start after some minutes without activity. With the second click it starts immediately.Code: Select all
kill $(ps ax | grep mate-screensaver | head -1 | sed s/^[[:space:]]*// | cut -d " " -f 1) ; xscreensaver & xscreensaver-command -activate
Code: Select all
kill $(pidof mate-screensaver) ; xscreensaver & xscreensaver-command -activate
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.