No NVIDIA drivers installed

I just installed a KDE instance, it has no NVIDIA drivers. Note: I used an old ISO with the 5.13 kernel.

inxi -G                                                                                                                                            [10:50:17]
Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: NVIDIA TU117M [GeForce GTX 1650 Mobile / Max-Q] driver: N/A
  Device-3: Quanta HP Wide Vision HD Camera type: USB driver: uvcvideo
  Display: x11 server: X.Org 1.21.1.2 driver: loaded: modesetting
    resolution: 1920x1080~60Hz
  Message: Unable to show advanced data. Required tool glxinfo missing.

this might help:

https://wiki.manjaro.org/index.php/Configure_Graphics_Cards

I ran the thing said in the guide:

sudo mhwd -a pci nonfree 0300                                                                                                                      [10:53:18]
[sudo] password for sayan: 
> Using config 'video-hybrid-intel-nvidia-prime' for device: 0000:01:00.0 (0300:10de:1f91) Display controller nVidia Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q]
> Using config 'video-hybrid-intel-nvidia-prime' for device: 0000:00:02.0 (0300:8086:3e9b) Display controller Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
> Installing video-hybrid-intel-nvidia-prime...
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/hybrid-intel-nvidia-prime/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 community downloading...
 multilib downloading...
error: target not found: linux513-nvidia
Error: pacman failed!
Error: script failed!

I am running 5.15 kernel. Why is it installing for 5.13?

output of uname -r

uname -r                                                               [11:08:36]
5.15.7-1-MANJARO

Remove 5.13 if it is installed…

mhwd-kernel -r linux513
2 Likes

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