Page 2 of 4

Re: openSUSE Tumbleweed

Posted: Thu Dec 14, 2017 8:09 am
by acefnq
Many thanks for testing openSUSE! :-) Did you copy the openSUSE image to a partition or did you install it with the official installation program?

Cheers,
Christian[/quote]


I installed using your second image. I then updated the network settings, installed lightdm (I can't remember how but do remember there was a trick or 2), updated repositories and all worked. I am just about to boot into it again and continue tinkering, I think there is updates happening fairly frequently, will check.


allan

Re: openSUSE Tumbleweed

Posted: Thu May 23, 2019 2:19 pm
by xeno74
Image

Hi All,

I was able to upgrade openSUSE Tumbleweed today. Before I had to modify the URLs of the repositories. I changed the protocol to 'https' except the packman repository. You can modify the repository URLs with YaST2 (Command yast as root - Software - Software Repositories - Select the repository - Edit - (x) Edit Complete URL - Change the protocol of the URL to https - [OK].

Code: Select all

https://download.opensuse.org/ports/ppc/tumbleweed/repo/oss
https://download.opensuse.org/ports/ppc/tumbleweed/repo/non-oss
https://download.opensuse.org/ports/ppc/tumbleweed/repo/debug
http://packman.inode.at/suse/openSUSE_Tumbleweed

Code: Select all

zypper dup
(dist-upgrade)

Unfortunately I get some kernel panics (wicedd Not tainted 5.2.0-rc1 .....). I will test more.

Cheers,
Christian

Re: openSUSE Tumbleweed

Posted: Thu May 23, 2019 3:52 pm
by xeno74
I deleted the systemd links to wicedd and after that it works including network.

openSUSE Tumbleweed 20190521 PPC64 on an AmigaOne X1000:

Image Image

Re: openSUSE Tumbleweed

Posted: Fri May 24, 2019 10:52 am
by xeno74
Hi All,

I installed the NetworkManager with "zypper install NetworkManager" and after that I configured the network device with YaST2 and the NetworkManager. Additionally I installed LightDM. I will upload a new image.

Cheers,
Christian

Re: openSUSE Tumbleweed

Posted: Fri May 24, 2019 4:21 pm
by xeno74
Image

Hi all,

I created with dd an img of my openSUSE Tumbleweed 20190521 PPC64 installation today.

Be aware, that openSUSE is experimental and isn't supported. openSUSE for the X1000 and X5000 is alpha software! It's only for testing and tinkering!

Download: openSUSE_Tumbleweed_20190521_ppc64.img.tar.gz

Users:

root (password "amigaone")
amigaone (password "amigaone")

Screenshot:

Image

Cheers,
Christian

Re: openSUSE Tumbleweed

Posted: Sat May 25, 2019 6:18 am
by xeno74
Hi All,

Please note: Hardware 3D acceleration doesn't work with the Radeon HD7xxx series and above (Radeon SI). You need a Radeon HD6xxx series or below.

If you have a Radeon HD7xxx or above (Radeon SI) installed in your X1000 and X5000, then please prevent the libglamor module from loading. It is loaded if a Radeon HD7xxx or above card is detected and causes xorg to crash.

Code: Select all

sudo mv /usr/lib64/xorg/modules/libglamoregl.so /usr/lib64/xorg/modules/libglamoregl.so.bak
Thanks,
Christian

Re: openSUSE Tumbleweed

Posted: Tue May 28, 2019 8:57 am
by xeno74
Hi All,

Currently you can't reboot and power-off your AmigaOne from the display manager (LightDM) and from the desktop (MATE, XFCE ...).

I have a solution. :-)

Please open the Polkit configuration file "/etc/polkit-1/rules.d/90-default-privs.rules" as root (su).

Change the reboot and power-off entries of org.freedesktop.login1 from

Code: Select all

[ 'auth_admin_keep', 'auth_admin_keep', 'auth_admin_keep' ],
to

Code: Select all

[ 'yes', 'yes', 'yes' ],
I changed the following entries:

Code: Select all

'org.freedesktop.login1.power-off':
                        [ 'yes', 'yes', 'yes' ],

Code: Select all

'org.freedesktop.login1.power-off-multiple-sessions':
                        [ 'yes', 'yes', 'yes' ],

Code: Select all

'org.freedesktop.login1.reboot':
                        [ 'yes', 'yes', 'yes' ],

Code: Select all

'org.freedesktop.login1.reboot-multiple-sessions':
                        [ 'yes', 'yes', 'yes' ],
Cheers,
Christian

Re: openSUSE Tumbleweed

Posted: Fri Jun 28, 2019 7:56 am
by xeno74
Image

Hi All,

I released a new image of openSUSE Tumbleweed 20190521 for the X5000 and X1000 today.

New:
  • Renamed the libglamoregl.so to libglamoregl.so.bak for using openSUSE Tumbleweed 20190521-2 PPC64 with Radeon SI graphics cards
  • The issue with "reboot" and "poweroff" has been fixed through configuring /etc/polkit-1/rules.d/90-default-privs.rules
  • MATE desktop added (version 1.22.1)
  • Mesa updated to version 19.0.5
  • Samba AD-DC 4.10.2 added

Download: openSUSE_Tumbleweed_20190521-2_ppc64.img.tar.gz (3.5GB)

md5sum for the tar.gz: a81b03ef98f5e4bc11ffaa864b630028
md5sum for the uncompressed img: 9bf6cc871f6e7f793d06572c642fbf63

Users:

root (password "amigaone")
amigaone (password "amigaone")


Screenshot of openSUSE Tumbleweed 20190521-2 PPC64 with MATE 1.22.1:

Image

Cheers,
Christian

Re: openSUSE Tumbleweed

Posted: Wed Jul 10, 2019 7:44 pm
by Roland
xeno74 wrote:I released a new image of openSUSE Tumbleweed 20190521 for the X5000 and X1000 today.
I tested this new Tumbleweed image. Initial phases of booting work ok, but after login, loading lightdm gives just a black screen and a blinking cursor...

Re: openSUSE Tumbleweed

Posted: Wed Jul 10, 2019 11:27 pm
by xeno74
Roland wrote:
xeno74 wrote:I released a new image of openSUSE Tumbleweed 20190521 for the X5000 and X1000 today.
I tested this new Tumbleweed image. Initial phases of booting work ok, but after login, loading lightdm gives just a black screen and a blinking cursor...
Which graphics card is installed in your X5000? Did you update openSUSE?

- Christian