Can't load nvidia drivers on intel laptop

Hi,

I own an xps9500 running on Manjaro i3 and I can’t seem to get my graphics card working.

Output of lshw -c display

*-display UNCLAIMED       
       description: 3D controller
       product: TU117M [GeForce GTX 1650 Ti Mobile]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: memory:b3000000-b3ffffff memory:70000000-7fffffff memory:80000000-81ffffff ioport:3000(size=128)
  *-display
       description: VGA compatible controller
       product: CometLake-H GT2 [UHD Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 05
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1200 visual=truecolor xres=1920 yres=1200
       resources: iomemory:600-5ff iomemory:400-3ff irq:177 memory:604a000000-604affffff memory:4000000000-400fffffff ioport:4000(size=64) memory:c0000-dffff

From this, it seems like Nvidia doesn’t have any drivers, but I have some installed :

mhwd -l 
> 0000:01:00.0 (0302:10de:1f95) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime            2021.07.28               false            PCI
          video-nvidia            2020.11.30               false            PCI
           video-linux            2018.05.04                true            PCI


> 0000:00:02.0 (0300:8086:9bc4) Display controller Intel Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime            2021.07.28               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-hybrid-intel-nvidia-prime            2021.07.28               false            PCI

Furthermore, when running nvidia-settings, it confirms that the drivers are not loaded.

I tried going to manjaro settings manager to install nvidia drivers so that it appears in mhwd -li, but it says it has a conflict with the hybrid-prime driver. So I tried uninstalling the prime and installing nvidia but it does not work.
I also tried using prime-run :

prime-run glxinfo | grep 'renderer string'
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  50
  Current serial number in output stream:  51

Without any success, if I remove prime-run I get :

glxinfo | grep 'renderer string'         
OpenGL renderer string: Mesa Intel(R) UHD Graphics (CML GT2)

How to fix that issue ? I’ve been working on it for hours now without any success and the slightest idea on what to do.

News : I gave up for now, spent more than 12 hours during the last few days trying to make it work but nothing to do, and I don’t see anything online helping me. I powered off my graphics card with bbswitch to save battery in the meantime.

I’d still be very happy to fix that issue, as it would really save me some time for my work if I can use my gpu instead of cpu.