Void Linux

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
sailorMH
Posts: 232
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: 9387
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: 647
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: 9387
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: 647
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: 9387
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: 9387
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: 9387
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.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: Void Linux

Post by xeno74 »

xeno74 wrote: Wed May 10, 2023 9:50 am Image

Hi All,

There isn't a TV card software available for Void PPC. Therefore I created a TVtime package for Void PPC today.

Download: TVtime_1.0.11_linux-powerpc.tar.gz

Installation:
  1. Unpack the package and create the directory /usr/share/tvtime with the following command:

    Code: Select all

    sudo mkdir /usr/share/tvtime
  2. After that copy the font tvtimeSansBold.ttf to the directory /usr/share/tvtime/ with the following command:

    Code: Select all

    sudo cp usr/share/tvtime/tvtimeSansBold.ttf /usr/share/tvtime/
  3. Then you can start TVtime with ./tvtime.
Image

Image
A radio software for TV cards is also available for Void PPC now. :-)

Download: radio_void-ppc.tar.gz

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

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

Re: Void Linux

Post by xeno74 »

xeno74 wrote: Tue Nov 14, 2023 5:52 pm 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
I was able to configure the repositories from this backup mirror. :-)

vim /usr/share/xbps.d/00-repository-main.conf

Code: Select all

repository=https://mirrors.servercentral.com/void-ppc/current/ppc/
vim /usr/share/xbps.d/10-repository-nonfree.conf

Code: Select all

repository=https://mirrors.servercentral.com/void-ppc/current/ppc/nonfree/
After that I was able to install unrar. :-)

xbps-install -S unrar

Output:

Code: Select all

[*] Updating repository `https://mirrors.servercentral.com/void-ppc/current/ppc//ppc-repodata' ...
[*] Updating repository `https://mirrors.servercentral.com/void-ppc/current/ppc/nonfree//ppc-repodata' ...
ppc-repodata: 2777B [avg rate: 54MB/s]

Name  Action    Version           New version            Download size
unrar install   -                 6.2.2_1                189KB 

Size to download:              189KB
Size required on disk:         388KB
Space available on disk:        42GB

Do you want to continue? [Y/n] 

[*] Downloading packages
unrar-6.2.2_1.ppc.xbps.sig: 512B [avg rate: 9804KB/s]
unrar-6.2.2_1.ppc.xbps: 189KB [avg rate: -- stalled --]
unrar-6.2.2_1: verifying RSA signature...

[*] Collecting package files
unrar-6.2.2_1: collecting files...

[*] Unpacking packages
unrar-6.2.2_1: unpacking ...

[*] Configuring unpacked packages
unrar-6.2.2_1: configuring ...
unrar-6.2.2_1: installed successfully.

1 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply