Void Linux

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
sailorMH
Posts: 228
Joined: Wed Aug 28, 2013 6:01 pm
Location: Czech republic

Re: Void Linux

Post by sailorMH »

Chimera linux: ( void successor )
first 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
It is first experimental release, for 64-bit big-endian ( Powermac G5 ). I am not tested, if it can be run with xeno74's kernels
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
User avatar
xeno74
Posts: 9167
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

:-( FYI:
q66 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)
Link: Void Linux for PowerPC -- macrumors.com

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.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 640
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Void Linux

Post by Hypex »

Is the follow up Chimera affected or here to stay?
User avatar
xeno74
Posts: 9167
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

Hypex wrote: Wed Aug 23, 2023 2:12 am Is the follow up Chimera affected or here to stay?
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.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 640
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Void Linux

Post by Hypex »

xeno74 wrote: Wed Aug 23, 2023 5:49 am
Hypex wrote: Wed Aug 23, 2023 2:12 am Is the follow up Chimera affected or here to stay?
Chimera isn't a successor of Void. It is a new Linux distribution.
viewtopic.php?p=55914#p55914
That means Chimera should make for a good successor of the project.
:)
User avatar
xeno74
Posts: 9167
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

XscreenSaver instead of MATE Screensaver:

Code: Select all

kill $(ps ax | grep mate-screensaver | head -1 | sed s/^[[:space:]]*// | cut -d " " -f 1) ; xscreensaver & xscreensaver-command -activate
One click to activate it in the background. It would start after some minutes without activity. With the second click it starts immediately.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9167
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

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
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9167
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

xeno74 wrote: Mon Oct 23, 2023 2:15 pm XscreenSaver instead of MATE Screensaver:

Code: Select all

kill $(ps ax | grep mate-screensaver | head -1 | sed s/^[[:space:]]*// | cut -d " " -f 1) ; xscreensaver & xscreensaver-command -activate
One click to activate it in the background. It would start after some minutes without activity. With the second click it starts immediately.
Better solution:

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.
Post Reply