[Testing Update] 2020-11-26 - Kernels, Browsers, Maui-Apps, Pamac 10.0-Beta, Gnome, Mesa, Qt

They don’t coexist as they replace each other, on top of that packages like gnome-layout-switcher as they depend on pamac-gtk and don’t accept pamac-gtk-dev. I touched on this here:

To expand, so at least for me, I had to remove pamac-gtk and all the things that depend on it, then install pamac-gtk-dev and reinstall with something like this for manjaro gnome:

yay -S gnome-layout-switcher web-installer-url-handler pamac-gnome-integration-dev --assume-installed pamac-gtk

I imagine you just have to pay a bit of attention to what you are about to remove, then reinstall them back with that flag.

Note: I don’t know if pacman has something like --assume-installed.

Looks like it hide system packages or at least packages without icons,and hide AUR by default,so you have a ‘app store’ look alike pamac,i think this is good for newly people to prevent uninstall system packages.

That issue got fixed.

2 Likes

gcc8 fails the PGP key importing:

(1/1) Parsing SRCINFO: gcc8 (gcc8-libs gcc8)

:: PGP keys need importing:
-> 13975A70E63C361C73AE69EF6EEB81F8981C74C7, required by: gcc8 (gcc8-libs gcc8)
-> 33C235A34C46AA3FFB293709A328C3A2C3C45C06, required by: gcc8 (gcc8-libs gcc8)
==> Import? [Y/n] y
:: Importing keys with gpg…
gpg: WARNING: unsafe permissions on homedir ‘/home/oldrocker99/.gnupg’
gpg: connecting dirmngr at ‘/run/user/1000/gnupg/S.dirmngr’ failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
problem importing keys

I am running Manjaro Gnome Testing on 2 Intel + Nvidia Optimus laptops. After the update, optimus-manager broke on both of them and I cannot switch to Nvidia card.

So far I tried reverting to default optimus manager settings and reinstalling gdm-prime with no luck.
Kernel: 5.9.11-2
Nvidia driver: video-hybrid-nvidia-455xx-prime

> ~ >>> optimus-manager --status                                                                        
> ERROR: a GPU setup was initiated but Xorg post-start hook did not run.
> Log at /var/log/optimus-manager/switch/switch-20201127T231824.log
> If your login manager is GDM, make sure to follow those instructions:
> https://github.com/Askannz/optimus-manager#important--gnome-and-gdm-users
> If your display manager is neither GDM, SDDM nor LightDM, or if you don't use one, read the wiki:
> https://github.com/Askannz/optimus-manager/wiki/FAQ,-common-issues,-troubleshooting
> 
> Cannot execute command because of previous errors.

Log file and systemctl status:

~ >>> cat /var/log/optimus-manager/switch/switch-20201127T231824.log                               [1]
[15] INFO: # Xorg pre-start hook
[15] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'intel', 'current_mode': None}
[15] INFO: Requested mode is: intel
[15] INFO: Checking for GDM display servers
[452] INFO: Available modules: ['nouveau', 'bbswitch', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
[452] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
[457] INFO: Loading module bbswitch
[464] INFO: Setting GPU power to OFF via bbswitch
[647] INFO: Loaded extra Intel Xorg options (0 lines)
[648] INFO: Loaded extra Intel Xorg options (0 lines)
[648] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
[648] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20201127T231824', 'requested_mode': 'intel'}
[648] INFO: Xorg pre-start hook completed successfully.
[5] INFO: # Xorg post-start hook
[5] INFO: Running /etc/optimus-manager/xsetup-intel.sh
[13] INFO: Writing state {'type': 'done', 'switch_id': '20201127T231824', 'current_mode': 'intel'}
[14] INFO: Xorg post-start hook completed successfully.
[17] INFO: # Xorg pre-start hook
[18] INFO: Previous state was: {'type': 'done', 'switch_id': '20201127T231824', 'current_mode': 'intel'}
[18] INFO: Requested mode is: intel
[18] INFO: Checking for GDM display servers
[90] INFO: Loaded extra Intel Xorg options (0 lines)
[91] INFO: Loaded extra Intel Xorg options (0 lines)
[91] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
[91] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20201127T231824', 'requested_mode': 'intel'}
[91] INFO: Xorg pre-start hook completed successfully.


~ >>> systemctl status optimus-manager.service                                                        
● optimus-manager.service - Optimus Manager Commands Daemon
 Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; vendor preset: disabled)
 Active: active (running) since Fri 2020-11-27 23:18:25 CET; 19min ago
   Main PID: 1037 (python3)
  Tasks: 1 (limit: 28426)
 Memory: 25.8M
 CGroup: /system.slice/optimus-manager.service
         └─1037 /usr/bin/python3 -u -m optimus_manager.daemon

Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [464] INFO: Setting GPU power to OFF via bbswitch
Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [647] INFO: Loaded extra Intel Xorg options (0 lines)
Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [648] INFO: Loaded extra Intel Xorg options (0 lines)
Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [648] INFO: Writing to /etc/X11/xorg.conf.d/10-optim>
Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [648] INFO: Writing state {'type': 'pending_post_xor>
Nov 27 23:18:25 miroslav-20n2cto1ww python3[622]: [648] INFO: Xorg pre-start hook completed successful>
Nov 27 23:18:25 miroslav-20n2cto1ww systemd[1]: Started Optimus Manager Commands Daemon.
Nov 27 23:18:25 miroslav-20n2cto1ww python3[1037]: [1] INFO: # Commands daemon
Nov 27 23:18:25 miroslav-20n2cto1ww python3[1037]: [1] INFO: Opening UNIX socket
Nov 27 23:18:25 miroslav-20n2cto1ww python3[1037]: [2] INFO: Awaiting commands

Thanks! Installing is working fine, however, I am still getting errors on one of my devices. If I try to launch GUI, it crashes within 2 seconds.

~ >>> pamac-manager                                                                                   
zsh: segmentation fault (core dumped)  pamac-manager

Installed packages

pamac-cli-dev                            10.0.0beta-2                extra      149,3 kB
pamac-common-dev                         10.0.0beta-2                extra      2,9 MB
pamac-flatpak-plugin-dev                 10.0.0beta-2                extra      83,7 kB
pamac-gnome-integration-dev              10.0.0beta-2                extra      14,4 kB
pamac-gtk-dev                            10.0.0beta-2                extra      630,6 kB
pamac-snap-plugin-dev                    10.0.0beta-2                extra      76,2 kB

I tried reinstalling and removing the config file without success.

amdgpu is crashing upon a resume from suspend on 5.9.11.

Nov 28 09:02:34 twifty-lynx kernel: amdgpu 0000:0c:00.0: amdgpu: failed to suspend display audio
Nov 28 09:02:34 twifty-lynx kernel: BUG: kernel NULL pointer dereference, address: 0000000000000002
Nov 28 09:02:34 twifty-lynx kernel: #PF: supervisor read access in kernel mode
Nov 28 09:02:34 twifty-lynx kernel: #PF: error_code(0x0000) - not-present page
Nov 28 09:02:34 twifty-lynx kernel: PGD 0 P4D 0 
Nov 28 09:02:34 twifty-lynx kernel: Oops: 0000 [#1] PREEMPT SMP NOPTI
Nov 28 09:02:34 twifty-lynx kernel: CPU: 7 PID: 173032 Comm: kworker/7:2 Tainted: G        W  OE     5.9.11-2-MANJARO #1
Nov 28 09:02:34 twifty-lynx kernel: Hardware name: System manufacturer System Product Name/ROG CROSSHAIR VII HERO (WI-FI), BIOS 2901 10/16/2019
Nov 28 09:02:34 twifty-lynx kernel: Workqueue: events drm_sched_job_timedout [gpu_sched]
Nov 28 09:02:34 twifty-lynx kernel: RIP: 0010:free_mqd_hiq_sdma+0x5/0x20 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel: Code: 00 48 01 d1 48 89 48 08 48 03 96 10 02 00 00 48 89 50 10 5b 5d c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 0f 1f 44 00 00 <48> 83 7a 18 00 48 89 d7 74 05 e9 ec 45 89 ee 0f 0b e9 e5 45 89 ee
Nov 28 09:02:34 twifty-lynx kernel: RSP: 0018:ffff954c41c53d48 EFLAGS: 00010292
Nov 28 09:02:34 twifty-lynx kernel: RAX: ffffffffc1404f00 RBX: ffff8ba90ee18400 RCX: 000000000080005a
Nov 28 09:02:34 twifty-lynx kernel: RDX: ffffffffffffffea RSI: 0000000000000000 RDI: ffff8ba916ddc100
Nov 28 09:02:34 twifty-lynx kernel: RBP: ffff8ba81c63fbc0 R08: 0000000000000001 R09: 0000000000000000
Nov 28 09:02:34 twifty-lynx kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff8ba90ee184d0
Nov 28 09:02:34 twifty-lynx kernel: R13: ffff8ba91a620000 R14: ffff8ba939e69000 R15: ffff8ba939e690b0
Nov 28 09:02:34 twifty-lynx kernel: FS:  0000000000000000(0000) GS:ffff8ba93e9c0000(0000) knlGS:0000000000000000
Nov 28 09:02:34 twifty-lynx kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 28 09:02:34 twifty-lynx kernel: CR2: 0000000000000002 CR3: 00000001aba3a000 CR4: 00000000003506e0
Nov 28 09:02:34 twifty-lynx kernel: Call Trace:
Nov 28 09:02:34 twifty-lynx kernel:  kernel_queue_uninit+0x36/0xf0 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  stop_cpsch+0xa2/0xc0 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  kgd2kfd_suspend.part.0+0x2f/0x40 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  kgd2kfd_pre_reset+0x35/0x50 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  amdgpu_device_gpu_recover.cold+0x208/0xef0 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  amdgpu_job_timedout+0x121/0x140 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel:  drm_sched_job_timedout+0x64/0xe0 [gpu_sched]
Nov 28 09:02:34 twifty-lynx kernel:  process_one_work+0x1da/0x3d0
Nov 28 09:02:34 twifty-lynx kernel:  worker_thread+0x4d/0x3d0
Nov 28 09:02:34 twifty-lynx kernel:  ? rescuer_thread+0x410/0x410
Nov 28 09:02:34 twifty-lynx kernel:  kthread+0x142/0x160
Nov 28 09:02:34 twifty-lynx kernel:  ? __kthread_bind_mask+0x60/0x60
Nov 28 09:02:34 twifty-lynx kernel:  ret_from_fork+0x22/0x30
Nov 28 09:02:34 twifty-lynx kernel: Modules linked in: xhci_pci xhci_hcd i2c_dev snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm cmac algif_hash algif_skcipher af_alg fuse bnep squashfs btusb btrtl btbcm btintel bluetooth ecdh_generic ecc loop joydev mousedev input_leds amdgpu rtw88_8822be rtw88_8822b nls_iso8859_1 rtw88_pci nls_cp437 vfat edac_mce_amd fat rtw88_core snd_hda_codec_realtek gpu_sched snd_hda_codec_generic ttm ledtrig_audio snd_hda_codec_hdmi mac80211 drm_kms_helper snd_hda_intel snd_intel_dspcfg snd_hda_codec kvm cec irqbypass rc_core snd_hda_core cfg80211 crct10dif_pclmul crc32_pclmul igb ghash_clmulni_intel snd_hwdep syscopyarea snd_pcm aesni_intel crypto_simd cryptd snd_timer glue_helper ccp snd sysfillrect sp5100_tco i2c_algo_bit sysimgblt rapl pcspkr k10temp i2c_piix4 fb_sys_fops dca rng_core soundcore libarc4 evdev mac_hid pinctrl_amd gpio_amdpt acpi_cpufreq eeepc_wmi asus_wmi battery sparse_keymap rfkill mxm_wmi wmi_bmof vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) msr sg crypto_user
Nov 28 09:02:34 twifty-lynx kernel:  drm asus_wmi_sensors(OE) wmi agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crc32c_intel [last unloaded: xhci_hcd]
Nov 28 09:02:34 twifty-lynx kernel: CR2: 0000000000000002
Nov 28 09:02:34 twifty-lynx kernel: ---[ end trace 39727f70aea62872 ]---
Nov 28 09:02:34 twifty-lynx kernel: RIP: 0010:free_mqd_hiq_sdma+0x5/0x20 [amdgpu]
Nov 28 09:02:34 twifty-lynx kernel: Code: 00 48 01 d1 48 89 48 08 48 03 96 10 02 00 00 48 89 50 10 5b 5d c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 0f 1f 44 00 00 <48> 83 7a 18 00 48 89 d7 74 05 e9 ec 45 89 ee 0f 0b e9 e5 45 89 ee
Nov 28 09:02:34 twifty-lynx kernel: RSP: 0018:ffff954c41c53d48 EFLAGS: 00010292
Nov 28 09:02:34 twifty-lynx kernel: RAX: ffffffffc1404f00 RBX: ffff8ba90ee18400 RCX: 000000000080005a
Nov 28 09:02:34 twifty-lynx kernel: RDX: ffffffffffffffea RSI: 0000000000000000 RDI: ffff8ba916ddc100
Nov 28 09:02:34 twifty-lynx kernel: RBP: ffff8ba81c63fbc0 R08: 0000000000000001 R09: 0000000000000000
Nov 28 09:02:34 twifty-lynx kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff8ba90ee184d0
Nov 28 09:02:34 twifty-lynx kernel: R13: ffff8ba91a620000 R14: ffff8ba939e69000 R15: ffff8ba939e690b0
Nov 28 09:02:34 twifty-lynx kernel: FS:  0000000000000000(0000) GS:ffff8ba93e9c0000(0000) knlGS:0000000000000000
Nov 28 09:02:34 twifty-lynx kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 28 09:02:34 twifty-lynx kernel: CR2: 0000000000000002 CR3: 00000001aba3a000 CR4: 00000000003506e0

This is causing the display to not power on. A hard reset is required (forgot to try the REISUB).

On my i7 PC using an NVidia K600 GPU this update made the KDE Application Menu unstable.
It flickers and cannot be clicked on.
I can click my Favourites and so use the computer, but nothing else.
I’m using the 5.9.11 Kernel - tried the LTS 5.4.80 - no different.
I’m using the NVidia 455xx drivers.
Seems like an NVidia/KDE issue - my older laptop with Intel graphics is fine.

Good here, all changes went fine for KDE Plasma 5.9

It seems like I am not alone with the Optimus-manager issue.

A temporary solution is to run prime-offload before switching GPUs.

I can confirm I’m facing the same issue as well, with the same logs and errors. I’m on the stable branch but I decided to switch to the kernel v5.9.11 and video-hybrid-intel-nvidia-455xx-prime and I’m facing this issue ever since.

The GPG problem I had was solved by renaming the .gnupg folder and running gpg to recreate the folder, then using this command to receive the key:
gpg --keyserver pool.sks-keyservers.net --recv-keys keynumber
…so finally gcc8 is compiling. FINALLY!

The key is expired…and is it ever a long compile!

Not sure since when, but Audacious can not add Folders anymore, nothing happens when you browse to the desired folder and try to add it (from within audacious, click FILE+ then click ADD FOLDER, then browse, then try to validate it does nothing). Adding single file works though.

Don’t see relevant error in terminal, only thing I see is kf.kio.core: "Could not enter folder tags:/." but I think it is just a harmless log output.

I noticed the Sound peripherals icons are very tiny

Thanks oldrocker99. I followed your directions and got past the key import failure. Now I’m growing a beard while the build completes!

now that you mention it, i can confirm

Thats a theme issue,if you switch to breeze for example,the icon will be displayed normal, I have arc dark and have the same issue but i don’t mind it.

Wow, didn’t even notice it until now :sweat_smile:

I’m using the official Dark theme