[Stable Update] 2026-01-04 - Manjaro 26.0, Mesa, Firefox, LibreOffice, COSMIC

Normally there is: mhwd-db /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-575xx-prime/MHWDCONFIG

I summarized the somewhat unclear situation with polkit and some possible solutions in the second wiki post of the topic.

2 Likes

Clean install with erase disk. Swap with hibernate, root btrfs, both.

The system is bootable, however, an additional request for the password for the swap partition after event openswap.

When I open from the another drive, both root and swap are luks and can be opened using the same password.

I tried explicitly add cryptsetup luksAddKey /dev/sda2 /crypto_keyfile.bin which changes nothing

crypttab

luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 UUID=891a33ff-014e-4bf5-8280-e18b4ad5ec91     /crypto_keyfile.bin luks
luks-45b01f03-eb46-4db2-abc4-84c0077def75 UUID=45b01f03-eb46-4db2-abc4-84c0077def75     /crypto_keyfile.bin luks

fstab

UUID=23B9-F323                            /boot/efi      vfat    defaults,umask=0077 0 2 
/dev/mapper/luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 /              btrfs   subvol=/@,defaults,compress=zstd:1 0 0 
/dev/mapper/luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 /home          btrfs   subvol=/@home,defaults,compress=zstd:1 0 0
/dev/mapper/luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 /var/cache     btrfs   subvol=/@cache,defaults,compress=zstd:1 0 0 
/dev/mapper/luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 /var/log       btrfs   subvol=/@log,defaults,compress=zstd:1 0 0
/dev/mapper/luks-45b01f03-eb46-4db2-abc4-84c0077def75 swap           swap    defaults   0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

mkinitcpio

BINARIES=()
FILES=(/crypto_keyfile.bin)
HOOKS=(base udev autodetect microcode kms modconf block keyboard keymap consolefont encrypt openswap resume filesystems)

grub

GRUB_CMDLINE_LINUX_DEFAULT='cryptdevice=UUID=891a33ff-014e-4bf5-8280-e18b4ad5ec91:luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91 root=/dev/mapper/luks-891a33ff-014e-4bf5-8280-e18b4ad5ec91
 resume=/dev/mapper/luks-45b01f03-eb46-4db2-abc4-84c0077def75 udev.log_priority=3'

I’d the polkit problem and tried all the suggested fixes (with reboot between each solution) in the kernel 6.1 but nothing worked. Then installed the 6.12 kernel and tried the sudo chmod 4755 /usr/lib/polkit-1/polkit-agent-helper-1 fix and it work. Just to tell my experience.

2 Likes

15 posts were split to a new topic: Is Pamac broken?

This issue seems to be widespread and within libgvc.so - there are plenty of similar issues reported on the official gnome-shell issue tracker.

1 - 8943
2 - 8948
3 - 921

8 posts were split to a new topic: Nvidia GTX 1050 Ti (Pascal architecture) legacy drivers

The reason for Manjaro Settings Manager not offering the 575xx is a typo in mhwd-db /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-575xx-prime/MHWDCONFIG:

Line 3: NAME="video-hybrid-intel-nvidia-prime"
should be
NAME="video-hybrid-intel-nvidia-575xx-prime"

Change that and the 575xx driver is shown:

1 Like

Update went smoothly on my Dell XPS 15 with a NVIDIA RTX 4060.

The 590 driver runs much better on my system than the 580 did (I had GUI glitches with the 580 driver, like a disappearing task bar, unresponsive GUI after some minutes running programs on the GPU).

Thank you and Happy New Year to the Manjaro Team.

2 Likes
inxi -G                                                       PIPE|2 ✘ 
Graphics:
  Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 580.82.09
  Device-2: Sunplus Innovation USB 2.0 Camera driver: snd-usb-audio,uvcvideo
    type: USB
  Display: x11 server: X.org v: 1.21.1.18 driver: X: loaded: nvidia
    gpu: nvidia,nvidia-nvswitch resolution: <missing: xdpyinfo/xrandr>
    resolution: 1920x1080
  API: EGL v: 1.5 drivers: nvidia,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 580.82.09
    renderer: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings
    gpu: nvidia-settings,nvidia-smi x11: xprop

But version 580xxx is installed, as you can see. So to update, will I have to install version 575xx?

What shows pacman -Qs linux61?

If there are packages linux612-nvidia or linux618-nvidia installed, then you have to install Manjaro provided packages linux612-nvidia-575xx, linux618-nvidia-575xx or the AUR package nvidia-580xx-dkms.

If linux612-nvidia or linux618-nvidia are just upgraded, then the Nvidia 590 driver will be installed and after a reboot you can’t access your system as before.

2 Likes
pacman -Qs linux61                                               
local/linux612 6.12.48-1
    The Linux 6.12 kernel and modules
local/linux612-nvidia 580.82.09-3 (linux612-extramodules)
    NVIDIA kernel modules for linux612

So to update, will I have to install version 575xx?

Yes.

  1. install linux612-nvidia-575xx
  2. reboot your system and check, if it’s working
  3. update Manjaro Linux
  4. reboot your system
1 Like

Thank you. That was the question I wanted to know, so that the same thing doesn’t happen as in the previous update.

1 Like

Right, I fixed several profiles now …

I updated on Plasma with nvidia 470 and plasma-x11-session. When I rebooted there were two issues (so far).

First, it did a autologin to wayland. When I went to a different tty and did startx, x11 worked. To make this permanent I probably need to open sddm either via logout or open sddm directly in that tty (will the cmd be `sddm`?)

Second, the wayland session didn’t work: It’s missing the dock and only a subset of hot keys work. It shows the desktop and i can open the settings there via right click.

Will debug this tomorrow hopefully

I do remember needing to set up new panels and re-do some other tweaks/customizations when I first switched to Wayland, but that was more than 2½ years ago; maybe this is still the case?

I didn’t need to do that when switching from X11 to Wayland.. The only thing I needed to do was delete and recreate my custom window rules, because the old ones didn’t work anymore. :man_shrugging:

First time posting here. I am a bit confused on how to proceed with the Nvidia issue and I don’t want to mess things up.

I have an older cira 2015 HP laptop Envy 17 with a GM108M [GeForce 940M] (nVidia Corporation) card and HD Graphics 5500 (Intel Corporation). I have been using the video-linux driver (only driver checked in the Hardware Configuration in the Manjaro Setting Manager for both nvidia and intel) . It works fine for me as I am not a gamer and does fine with XFCE with X11.

Below are some CLI info based on reading the forum to describe my setup.

pacman -Qs linux61

local/linux612 6.12.63-1
    The Linux 6.12 kernel and modules
local/linux612-headers 6.12.63-1
    Headers and scripts for building modules for the Linux 6.12 kernel
local/linux612-r8168 8.055.00-68 (linux612-extramodules)
    A kernel module for Realtek 8168 network cards
sudo mhwd --listinstalled
 
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2024.05.06                true            PCI
         network-r8168            2023.09.12                true            PCI

nvidia-driver-assistant 

Detected GPUs:
  NVIDIA GeForce 940A - (pci_id 0x1347)

Detected system:
  Manjaro Linux 

Please copy and paste the following command to install the legacy kernel module flavour:
  sudo pacman -S linux612-nvidia-580xx

inxi -G

Graphics:
  Device-1: Intel HD Graphics 5500 driver: i915 v: kernel
  Device-2: NVIDIA GM108M [GeForce 940M] driver: nouveau v: kernel
  Device-3: Realtek HP Truevision HD driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.21 with: Xwayland v: 24.1.9 driver: X:
    loaded: modesetting dri: iris,nouveau gpu: i915 resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: iris,nouveau,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.3 vendor: intel mesa v: 25.3.1-arch1.2
    renderer: Mesa Intel HD Graphics 5500 (BDW GT2)
  Info: Tools: api: eglinfo,glxinfo
    de: kscreen-doctor,xfce4-display-settings x11: xdpyinfo, xprop, xrandr

My question is, do I need to install the Nvidia 575xx drivers?

If so, which method, does it matter? Use the pacman commands or the mhwd commands?

Thanks!

If you’re using the machine as you say — i.e. you are not a gamer, and right now you’re using nouveau for the Nvidia GPU — then you don’t need to do anything, as both nouveau and your Intel iris driver are already in the kernel.

3 Likes