Adelie

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adelie

Post by xeno74 »

libglamoregl.so and the new Mesa are the issues.

I will install Adélie Linux again but this time the new beta6 :-)

But first the beta5 and then upgrading to the beta6.

Download of the beta5: adelie-ppc-1.0-beta5-20240623.img.tar.bz2 2.0G

md5sum: 07ed703a167fe59b7d0dc660fc99821f

Code: Select all

# dd if=adelie-ppc-1.0-beta5-20240623.img of=/dev/sda3

Code: Select all

# e2fsck -f /dev/sda3

Code: Select all

# resize2fs /dev/sda3

Code: Select all

# tune2fs -L Adelie /dev/sda3

Code: Select all

# mount -t ext4 /dev/sda3 /mnt

Code: Select all

# cp -R 6.12.4-powerpc64-smp /mnt/lib/modules/

Code: Select all

# reboot
Login: live without password and after that su for changing to the root user (password: amigaone)

Pinning of the old Mesa because of the Plasma-X11 issue:

Code: Select all

# apk add "mesa<24.2"

Code: Select all

# apk add "mesa-dri<24.2"
Upgrade to beta6:

Code: Select all

# apk upgrade -a

Code: Select all

# mv /usr/lib/xorg/modules/libglamoregl.so /usr/lib/xorg/modules/libglamoregl.so.bak

Code: Select all

# reboot
OK, Xfce is started automatically by SDDM. After a logout, SDDM appears and you can choose Plasma (X11)

I deactivate the start of Xfce with "rm /etc/sddm.conf.d/xfce.conf*".

I installed Arctic Fox 45.1-r0 with "apk add arcticfox".

Screenshot:

Image
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: Adelie

Post by musa »

Hi
Thanks for the help.
I have upgraded Adelie beta5 to beta6 .
I have renamed /usr/lib/xorg/modules/libglamoregl.so and installed arcticfox.
I took the change and renamed /usr/lib/xorg/modules/libglamoregl.so in both debian 64 and debian32 and both now boot into the
desktop without error. Really something I am happy about. Can Messa also be upgraded/downgraded in debian as done in Adelie . If so, how do I do it.
Arcticfox close dawn with a segmentation fault arcticfox
Thanks for the help an have a nice day
AmigaX1000
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adelie

Post by xeno74 »

Hi Musa,
musa wrote: Fri Dec 20, 2024 5:36 pm Hi
Thanks for the help.
I have upgraded Adelie beta5 to beta6 .
I have renamed /usr/lib/xorg/modules/libglamoregl.so and installed arcticfox.
Great, that it works! :-)
musa wrote: Fri Dec 20, 2024 5:36 pm I took the change and renamed /usr/lib/xorg/modules/libglamoregl.so in both debian 64 and debian32 and both now boot into the desktop without error. Really something I am happy about. Can Messa also be upgraded/downgraded in debian as done in Adelie . If so, how do I do it.
You need the old Debian packages of Mesa because there aren't available in the Debian repositories anymore.

Sometimes you can find old packages in the directory /var/cache/apt/archives. Whenever you install a program, the packages (.deb files) get stored in /var/cache/apt/archives.

Debian for PPC and PPC64 are rolling release distributions. They replace their old packages with new ones.

Adélie Linux is a rolling release too but we have luck because we have an old disk image with an old Mesa.
musa wrote: Fri Dec 20, 2024 5:36 pm Arcticfox close dawn with a segmentation fault arcticfox
Yes, Arctic Fox isn't reliable.

Have a nice day too.

Cheers,
Christian
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adelie

Post by xeno74 »

MATE installation instructions for Adélie Linux:

Code: Select all

# apk add mate-complete
# apk add mate-common
Xscreensaver launcher: One click to activate it in the background. It would start after some minutes without activity. With the second click it starts immediately. Command for the script via a launcher:

Code: Select all

kill $(pidof mate-screensaver) ; xscreensaver || xscreensaver-command -activate
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adelie

Post by xeno74 »

Hi All,

I created a disk image of Adélie 1.0-beta6 today.

New:
  • MATE Desktop 1.26.2
  • MESA 24.1.7
  • exFAT tools
  • NTFS3-3G tools
  • FUSE

Download of the beta6: adelie-ppc-1.0-beta6-20250119.img.tar.xz 2.4G

md5sum: e111c64ce5ced294114c854c61e39c3b

Packed disk image: 2.4G

Unpacked disk image: 13G

Users:

live without password
root with the password amigaone

Instructions for copying this disk image to a partition (for example sda3):

Code: Select all

# dd if=adelie-ppc-1.0-beta6-20250119.img of=/dev/sda3

Code: Select all

# e2fsck -f /dev/sda3

Code: Select all

# resize2fs /dev/sda3

Code: Select all

# tune2fs -L Adelie /dev/sda3
Login: live without password and after that su for changing to the root user (password: amigaone).


Image

Cheers,
Christian
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adelie

Post by xeno74 »

Hi All,

Great news! We have a good working web browser and an Internet suite (web browser, email client, HTML editor, IRC client, News client and RSS client) for Adélie Linux. :-)

Downloads:

SeaLion: github.com

Alternative download link: sealion-33.5.1.linux-powerpc-adelie-musl-gtk2.tar.xz

BrassMonkey: github.com

Alternative download link: brassmonkey-33.5.1.linux-powerpc-adelie-musl-gtk2.tar.xz

Image

Image

Image

Cheers,
Christian
Post Reply