[ARM Testing Update] 2022-02-24 - Toolschain, Plasma, PlaMo Gear, Gnome, Firefox and kernels

We provide this file.

If more additions are really needed, please let us know.

1 Like

Thanks for your feedback

I remember this file, I did some tests right now with this file

see you later wth my feedback.

hola

So, I flashed a kde image build today, I modified the 30-fbdev.conf file

your actual 30-fbdev.conf file is looking so by default

Section "Device"
        Identifier      "Default Device"
        Driver          "modesetting"
        Option          "AccelMethod"   "glamor"
        Option          "SWCursor"      "on"
EndSection 

the working 30-fbdev.conf file is looking so, I delete the xorg.conf file I created before

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"		"false"
EndSection
Section "ServerFlags"
	Option		"BlankTime"	"0"
	Option		"StandbyTime"	"0"
	Option		"SuspendTime"	"0"
	Option		"OffTime"	"0"
EndSection
Section "Device"
	Identifier	"Default Device"
	Driver		"modesetting"
	Option		"AccelMethod"	"glamor"
	Option      "SWCursor"      "on" # thanks Lila-Kuh :-)
EndSection
Section "ServerFlags"
	Option		"AutoAddGPU"	"off"
	Option		"Debug"		"dmabuf_capable"
EndSection
Section "OutputClass"
	Identifier	"Lima"
	MatchDriver	"meson"
	Driver		"modesetting"
	Option		"PrimaryGPU"	"true"
EndSection

Strit, you can modify the oc2-post-install / 30-fbdev.conf file, sorry I have no gitlab.manjaro account to do that… As you know I’m a user not a dev.

Are all of those options actually needed or are some of them just as a preference or specific to your screen setup?

Good question, I don’t know which options are needed or not needed.

you and @Lila-Kuh have more experience / knowledge to give an answer.

I continue my tests, vnc, ftp, samba, firefox => https://webglsamples.org/

See you later with my feedback.

Edit : So far, vnc, ftp, samba, firefox are working well with this fresh C2 KDE install.

I I encounter a conflict issue with this last update:

# pacman -Suy
:: Synchronizing package databases...
 core is up to date
 extra                                                              2.5 MiB  2.72 MiB/s 00:01 [#######################################################] 100%
 community                                                          6.4 MiB  5.79 MiB/s 00:01 [#######################################################] 100%
:: Starting full system upgrade...
warning: pacman: local (6.0.1-7) is newer than core (6.0.1-6)
resolving dependencies...
looking for conflicting packages...

Packages (13) desktop-file-utils-0.26-2  geoip-database-20220222-1  libgit2-1:1.4.2-1  libjpeg-turbo-2.1.3-1  libnm-1.34.0-1  matrix-synapse-1.53.0-1
              networkmanager-1.34.0-1  python-click-8.0.4-1  python-matrix-common-1.1.0-1  python-phonenumbers-8.12.44-1  python-pip-21.0-1
              python-prometheus_client-0.13.1-1  upower-0.99.16-2

Total Download Size:    14.73 MiB
Total Installed Size:  191.83 MiB
Net Upgrade Size:       -1.55 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 libnm-1.34.0-1-aarch64                                          1483.9 KiB  1649 KiB/s 00:01 [#######################################################] 100%
 geoip-database-20220222-1-any                                   1455.1 KiB  1485 KiB/s 00:01 [#######################################################] 100%
 matrix-synapse-1.53.0-1-any                                        2.1 MiB  2.12 MiB/s 00:01 [#######################################################] 100%
 libgit2-1:1.4.2-1-aarch64                                        583.2 KiB  3.80 MiB/s 00:00 [#######################################################] 100%
 libjpeg-turbo-2.1.3-1-aarch64                                    326.5 KiB  2.90 MiB/s 00:00 [#######################################################] 100%
 python-pip-21.0-1-any                                            401.2 KiB  2.80 MiB/s 00:00 [#######################################################] 100%
 python-click-8.0.4-1-any                                         153.6 KiB  2.50 MiB/s 00:00 [#######################################################] 100%
 upower-0.99.16-2-aarch64                                         147.4 KiB  2.40 MiB/s 00:00 [#######################################################] 100%
 python-prometheus_client-0.13.1-1-any                             82.0 KiB  1367 KiB/s 00:00 [#######################################################] 100%
 desktop-file-utils-0.26-2-aarch64                                 42.4 KiB   849 KiB/s 00:00 [#######################################################] 100%
 python-matrix-common-1.1.0-1-any                                  11.8 KiB   393 KiB/s 00:00 [#######################################################] 100%
 python-phonenumbers-8.12.44-1-any                                  3.0 MiB  2.19 MiB/s 00:01 [#######################################################] 100%
 networkmanager-1.34.0-1-aarch64                                    5.0 MiB  3.05 MiB/s 00:02 [#######################################################] 100%
 Total (13/13)                                                     14.7 MiB  8.82 MiB/s 00:02 [#######################################################] 100%
(13/13) checking keys in keyring                                                              [#######################################################] 100%
(13/13) checking package integrity                                                            [#######################################################] 100%
(13/13) loading package files                                                                 [#######################################################] 100%
(13/13) checking for file conflicts                                                           [#######################################################] 100%
error: failed to commit transaction (conflicting files)
python-matrix-common: /usr/lib/python3.10/site-packages/matrix_common/__pycache__/__init__.cpython-310.pyc exists in filesystem
python-matrix-common: /usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython-310.pyc exists in filesystem
Errors occurred, no packages were upgraded.

This is on a Quartz64 hosting my Matrix Synapse server. Any idea?

1 Like

Oh really? I didn’t know the order of the parameter were important!

But… Same results, unfortunately:

 pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: pacman: local (6.0.1-7) is newer than core (6.0.1-6)
resolving dependencies...
looking for conflicting packages...

Packages (13) desktop-file-utils-0.26-2  geoip-database-20220222-1  libgit2-1:1.4.2-1  libjpeg-turbo-2.1.3-1  libnm-1.34.0-1  matrix-synapse-1.53.0-1
              networkmanager-1.34.0-1  python-click-8.0.4-1  python-matrix-common-1.1.0-1  python-phonenumbers-8.12.44-1  python-pip-21.0-1
              python-prometheus_client-0.13.1-1  upower-0.99.16-2

Total Installed Size:  191.83 MiB
Net Upgrade Size:       -1.55 MiB

:: Proceed with installation? [Y/n] y
(13/13) checking keys in keyring                                                              [#######################################################] 100%
(13/13) checking package integrity                                                            [#######################################################] 100%
(13/13) loading package files                                                                 [#######################################################] 100%
(13/13) checking for file conflicts                                                           [#######################################################] 100%
error: failed to commit transaction (conflicting files)
python-matrix-common: /usr/lib/python3.10/site-packages/matrix_common/__pycache__/__init__.cpython-310.pyc exists in filesystem
python-matrix-common: /usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython-310.pyc exists in filesystem
Errors occurred, no packages were upgraded.

What does

pacman -Qo /usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython-310.pyc

say?
If it says “No package own” the file, then you can just add --overwrite "*" to the update line.

@nl.smart pacman -Syyuu yields the same results.

@Strit

pacman -Qo /usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython
error: No package owns /usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython

Yep, you’re right,now package own the file. I’ve just ran pacman -Syu --overwrite "*" and the update went well!

Thanks for your help!

1 Like

Kodi (the normal kodi-package not kodi-rpi) does not start up anymore here (manjaro-xfce, odroid-n2). There seems to be a dependency to a shared library which does not exist anymore (may be due to upgrade libnfs 4.0.0-4->5.0.1-1 ?):

peter@Odroid-oben ~]$ kodi
/usr/lib/kodi/kodi-x11: error while loading shared libraries: libnfs.so.13: cannot open shared object file: No such file or directory

1 Like

Updating it now.

1 Like

I’ve got the Manjaro Community Edition Pinephone with this current update running and tonight I had time to check out the basic functionality on several of the default apps and functions. My notes are as follows:

Pinephone Manjaro ARM Testing

3/7/22

Volume buttons - working
Power button - working

Phosh - working

Date / Time - working

Mobile Network - working
Wifi - working
Bluetooth - working
SMS - I/O working
Calls - I/O working

Firefox - working
Gmail - working
Google Drive - working
Youtube - working
Manjaro.org - working - homepage text overlapping

Contacts - working
Calendar - working

Calculator - working, keyboard can pop up when going through menus

Lollypop - working
Megapixels - working
Image Viewer - working
Document Viewer - working
Portfolio - working

Podcasts - unable to add podcast via URL

Settings - working

Siglo - not working, able to detect and connect to PineTime with bluetooth, but it is never detected by PineTime whether or not PineTime connected to Bluetooth.

Telegram - working, keyboard slightly covering bottom of text entry field

1 Like

hello, for the tip about waydroid, when i run pkexec setup-waydroid i get no such file or directory. do you have an idea ?
cordialy

Just to be 100% sure, did you install waydroid and waydroid-image?
Do you see both?

$ pacman -Qs waydroid

firefox-98 not start or no-respond?

firefox 98 is broke and I also believe it is in the unstable branch.

Downgrade to 97

Firefox 98 is not in our Testing branch yet.

If this is an issue on Unstable branch, please launch it from a terminal and tell us the output.

Hello, yes i’ve installed it via pacman manager, i 'm under wayland, and start command: waydroid init / start waydroid-container / waydroid session sart :Failed to start Clipboard manager service, check logs / waydroid show-full-ui :Failed to get service waydroidplatform, trying again…

Clipboard manager error can be ignored. To keep the log clean, you can activate AUR and install python-pyclip.

Also check the Waydroid config file, as explained here:
https://forum.manjaro.org/t/waydroid-failed-to-get-service-waydroidplatform-trying-again/100691/10

This is how I did it.