[Stable Update] 2020-11-18 - Kernels, Plasma5, Frameworks, Thunderbird, Firefox, Mesa

The safest bet is to just modify your current configuration changing the “” to (). That will keep your system running the way it was before. The .pacnew is a BASE configuration making the new change for arrays from “” to ().

(edit: just the arrays get changed from “” to (), so HOOKS, MODULES, BINARIES, FILES, and COMPRESSION_OPTIONS, the single strings like COMPRESSION remains a “”, )

As for the grub changes I personally just left my original in place because that is how I wanted my grub to be, from what I could tell most of the grub changes had to do with adding periods to the end of several commented out lines.

1 Like

Thanks for the tip!!! It looks amazing now.

I almost exclusively use pacman from a TTY to perform updates. So bang goes that theory.

OK so not a Pamac issue. But people have no trace of the pacnew file in pacman logs. Really weird.

I wonder I failed at updating /etc/mkinitcpio.conf during my previous upgrade. Anyway, adding lvm2 did the trick. Thank you much!

Same happened for me, actually during installation of web-installer-url-handler (1.0.2-1) running Linux 5.8.18-1-MANJARO #1 SMP PREEMPT Sun Nov 1 14:10:04 UTC 2020 x86_64 GNU/Linux, i3wm.

Edit: See also in forum thread [Testing Update] 2020-11-17 - KDE Frameworks 5.76, Deepin, Firefox 83.0, AMDVLK 2020.Q4.4.

1 Like

I’m running Linux 5.9.8-2-MANJARO with KDE and I lost the power management control over the brightness of my laptop screen.

CPU: Intel i5-8300H (8) @ 4.000GHz 
GPU: NVIDIA GeForce GTX 1050 Mobile 
VideoDriver: video-hybrid-intel-nvidia-455-xx-prime 

Edit: Everything works 10/10 with 5.8.18-1-MANJARO.

Looks like a problem with the 5.9 kernel,the fix is here

1 Like

Still having issue with mesa in VMWare guest.

Issue is still opened on mesa’s side.

I found dirty temporary workaround until Manjaro ships mesa-20.3

Replace mesa with AUR’s mesa-llvm-rc 20.3.0_rc2-1. Using yay -S mesa-llvm-rc (this will delete: mesa and libva-mesa-driver )

When mesa 20.3 arrive replace it back.

I see… Any possibility of it being packaged? I don’t really wanna downgrade my kernel for this.

THX your solution helped me. After the update there was just the blank screen.
ALT+F3 lead me to TTY, where I could perform your suggestion:

  1. mhwd -r pci video-nvidia-455xx (remove of the nvidia driver)
  2. mhwd -i pci video-nvidia-455xx (install of the nvidia driver)

For me, it seems, that the issue was Kernel 5.9 and the (incompatible) Nvidia driver for kernel 5.8 (my previous kernel)
After remove and install the Nvidia driver, the driver for the 5.9 kernel was installed and plasma (graphical interface) popped up instantly without reboot.

Hope, that helps anyone else …

You have no choice so either you ‘downgrade’ to a kernel which has what you want, or you go the custom route by installing things from the AUR… which is not worth it, do the logic thing, use a current kernel which has your driver, example NOT the latest kernel 5.9

1 Like

Update went fine, everything seems to work OK.

But then I decided to add to already existing kernel 5.4 and 5.8 also kernel 5.9 and 5.10rc and upon reboot, my nice manjaro themed grub menu was gone and was greeted by some horrifying black text only grub menu? (top text does say : GNU GRUB version 2.04~manjaro)
How to get the nice graphical Manjaro grub menu back?

(btw. both 5.9 and 5.10 do seem to work just fine also so far.)

Make sure this line is present in /etc/default/grub

GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"

Update Grub and your Manjaro theme should be back again.

Update on 13 Systems without Problems.

DK3

cinnamon 5.4, smooth update, thanks to manjaro team.

Will there be a fix for the black screen?

I had this line before. The last grub.pacnew from this very update removed this theme line, so I just in case commented it out instead of removing. Then again it seemed to work nicely without the line, just before I did add the new kernels after the update and few reboots. I guess I have to uncomment it again then.

edit:
Ah ofc. Now I see. The update updated system and kernels and everything, updated-grub (with my old /etc/default/grub), added new grub.pacnew. Then I ran pacdiff, and commented the removed line out of /etc/default/grub according to pacnew; however forgot to run update-grub (that’s why it seemed to work perfectly before new kernels); then less than hour later decided to add newer kernels and then the update-grub happened without the theme line. Brilliant. :smiley: