After updating to Linux-5.18 and the related module packages (incl. linux518-nvidia) I am not able to boot. The service systemd-modules-load.service fails to start and I am stuck on the systemd output in the terminal. I assume that this is due to the nvidia module.
Journal output of systemd-modules-load.service, failed boot with Linux 5.18
Ended up with the same error after reboot. That is updating via pacman and with kernel 5.15. Will have to see if I can fix it on my own later in the day.
Edit: Fixed it by chrooting via .iso and installing kernels again.
Every app other than Evolution has no issue with this setup.
However, it’s only acting up on X11, it’s fine on Wayland.
Weirdly, it’s starting up with the default light theme even though I have selected dark in Settings > Appearence?!?
Worked around by changing every Exec=evolution WHATEVER to Exec=env GTK_THEME='Matcha-dark-sea' evolution WHATEVER in /usr/share/applications/org.gnome.Evolution.desktop
Note: Setting $GTK_THEME in /etc/environment messed up Gnome native apps for some reason. Better to copy the gtk-4.0 folder from your /usr/share/themes/THEME_NAME to ~/.config
Anyone know / findout that we can use options amd-pstate replace=1 on 5.18.3?
So with these pending patches it would allow simply having amd_pstate.replace=1 as a kernel parameter to boot the system and use AMD P-State without blacklisting ACPI CPUFreq or rebuilding your kernel with this new driver built-in. This would also allow users to toss “options amd-pstate replace=1” into the /etc/modprobe.d directory on distributions like Ubuntu as another easy means of switching. Thus this convenient patch series is making things much simpler for the kernel builds out there having AMD P-State as a module and ultimately making it even easier for users to opt into using this new driver focused on better power efficiency.
Even worse, the new grub update now requires shim-signed 15.6, which most popular distro like Fedora and Ubuntu don’t even have it yet. Thus you’ll get prohibited by secure boot policy from grub
Having some odd display issues with Flatpak apps only, and just since rebooting after the last update.
Happens with all flatpak apps (with the excpection of junction for some reason) and as far as I can tell flatpak apps only. I can’t include media or links but I have examples if needed.
Application buttons work fine, but app window is pixelated and not readable at all
I’m getting a loud BEEP from my laptop at the exact moment I click the “restart” button on the restart dialogue window. I’ve never heard a beep like this from the laptop before.
My acpi_call DKMS module always shows an install error when I install kernels/headers with MSM but when I install the kernel and headers with the Pamac GUI the module is found and installs properly every time.