Update produced a warning. Is it worrisome?

A recent update concluded with an output: ‘cp: cannot stat ‘/var/lib/mhwd/db/pci/graphic_drivers/nvidia-430xx/MHWDCONFIG’: No such file or directory’.

The computer works normally without any problem. Is there something that I need to do?

The pacman log shows the following:

[2020-03-02T19:17:46+0530] [PACMAN] Running ‘pacman --noconfirm --cachedir /var/cache/pacman/pkg --config /opt/mhwd/pacman-mhwd.conf --root / --needed -Sy xf86-video-ati xf86-video-amdgpu xf86-video-intel xf86-video-nouveau vulkan-intel vulkan-radeon libva-mesa-driver libva-vdpau-driver mesa-vdpau lib32-vulkan-intel lib32-vulkan-radeon lib32-libva-vdpau-driver lib32-mesa-vdpau’
[2020-03-02T19:17:46+0530] [PACMAN] synchronizing package lists
[2020-03-02T19:17:46+0530] [ALPM] transaction started
[2020-03-02T19:17:46+0530] [ALPM] installed xf86-video-ati (1:19.1.0-1)
[2020-03-02T19:17:46+0530] [ALPM] installed xf86-video-amdgpu (19.1.0-1)
[2020-03-02T19:17:46+0530] [ALPM] installed libxvmc (1.0.12-2)
[2020-03-02T19:17:47+0530] [ALPM] installed xf86-video-intel (1:2.99.917+899+gf66d3954-1)
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] >>> This driver now uses DRI3 as the default Direct Rendering
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] Infrastructure. You can try falling back to DRI2 if you run
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] into trouble. To do so, save a file with the following
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] content as /etc/X11/xorg.conf.d/20-intel.conf :
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] Section “Device”
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] Identifier “Intel Graphics”
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] Driver “intel”
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] Option “DRI” “2” # DRI3 is now default
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] #Option “AccelMethod” “sna” # default
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] #Option “AccelMethod” “uxa” # fallback
[2020-03-02T19:17:47+0530] [ALPM-SCRIPTLET] EndSection
[2020-03-02T19:17:47+0530] [ALPM] installed xf86-video-nouveau (1.0.16-1)
[2020-03-02T19:17:47+0530] [ALPM] installed vulkan-intel (19.3.4-2)
[2020-03-02T19:17:47+0530] [ALPM] installed vulkan-radeon (19.3.4-2)
[2020-03-02T19:17:47+0530] [ALPM] installed libva-mesa-driver (19.3.4-2)
[2020-03-02T19:17:47+0530] [ALPM] installed libva-vdpau-driver (0.7.4-4)
[2020-03-02T19:17:47+0530] [ALPM] installed mesa-vdpau (19.3.4-2)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-vulkan-intel (19.3.4-3)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-vulkan-radeon (19.3.4-3)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-libva (2.6.0-1)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-libvdpau (1.3-1)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-libva-vdpau-driver (0.7.4-6)
[2020-03-02T19:17:47+0530] [ALPM] installed lib32-mesa-vdpau (19.3.4-3)
[2020-03-02T19:18:00+0530] [ALPM] transaction completed
[2020-03-02T19:18:00+0530] [ALPM] running ‘30-systemd-update.hook’…
[2020-03-02T19:18:39+0530] [PACMAN] Running ‘pacman -Syy’

This folder is part of very old Nvidia drivers information for MHWD, I also had this empty folder on my system, I just deleted it, it shouldn’t exist anymore since very long time when Manjaro switched to new decision regarding Nvidia driver management (keep only one legacy and the current driver available, instead of all possible versions like before when we had v340,390,418,430,440,450,455 and more or less other version at same time). Don’t worry, just delete it.

rm -R /var/lib/mhwd/db/pci/graphic_drivers/nvidia-430xx

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.