Can't install nvidia gtx 1650 hybrid driver

I have a new notebook with manjaro installed and I noticed that the hybrid drivers are not installed, and worse, when I try to install they fail, what should I do to install the graphics and be able to use my card in this new notebook, I tried to search the forum but I didn’t find a case like this.

Please post your system info as outlined here:

Please also post the output of:

mhwd -l
mhwd -li
sudo mhwd -a pci nonfree 0300 

See also Configure Graphics Cards - Manjaro

mhwd -l

> 0000:08:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:01:00.0 (0300:10de:1f99) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime            2021.12.18               false            PCI
video-hybrid-intel-nvidia-470xx-prime            2021.12.18               false            PCI
          video-nvidia            2021.12.18               false            PCI
    video-nvidia-470xx            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> 0000:00:02.0 (0300:8086:9bc4) Display controller Intel Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime            2021.12.18               false            PCI
video-hybrid-intel-nvidia-470xx-prime            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI
mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
     video-modesetting            2020.01.13                true            PCI
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!
sudo mhwd -a pci nonfree 0300 

> Using config 'video-hybrid-intel-nvidia-prime' for device: 0000:01:00.0 (0300:10de:1f99) Display controller nVidia Corporation TU117M
> Using config 'video-hybrid-intel-nvidia-prime' for device: 0000:00:02.0 (0300:8086:9bc4) Display controller Intel Corporation CometLake-H GT2 [UHD Graphics]
> 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...
warning: nvidia-utils-495.46-3 is up to date -- skipping
warning: libxnvctrl-495.46-1.0 is up to date -- skipping
warning: nvidia-prime-1.0-4 is up to date -- skipping
error: target not found: linux513-nvidia
Error: pacman failed!
Error: script failed!

The 5.13 kernel is no longer in the repos. Install one of the other available kernels, reboot then remove 5.13. After that, you’ll be able to install the video driver.

In that case should I install the latest lts version available? to 5.10?

5.15 is also LTS.

1 Like

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