I want to make nvidia the primary driver

I can’t use optimus-manager , it didn’t work ,and i want to nvidia make render instead of Intel.

kernel : 5.10

the output to inxi -G is :

Graphics:
  Device-1: Intel Skylake GT2 [HD Graphics 520] driver: i915 v: kernel 
  Device-2: NVIDIA GM107M [GeForce GTX 950M] driver: nvidia v: 460.39 
  Device-3: Realtek USB2.0 VGA UVC WebCam type: USB driver: uvcvideo 
  Display: wayland server: Xorg 1.20.10 driver: loaded: modesetting 
  unloaded: nvidia resolution: <missing: xdpyinfo> 
  OpenGL: renderer: Mesa Intel HD Graphics 520 (SKL GT2) v: 4.6 Mesa 20.3.4
  1. What’s the output of mhwd --listinstalled?
  2. Are you sure the nVidia is wired up to a screen you have? (Because that’s just a partial inxi)
    • If you’re not sure: inxi --admin --verbosity=7 --filter --no-host --width would be the minimum required information… (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)

:+1: