[Question] Clarification on AllowNVIDIAGPUScreens and bbswitch

Hi sorry to bother the GitHub > OpenSUSE > SUSEPrime > README.md > Installation/usage says:

  1. On intel configurations, powering off the NVIDIA card with bbswitch (since 390.xxx driver) or DynamicPowerManagement option (since 435.xx driver and Turing GPU or later) to save power and decrease temperature is supported but requires additional manual setup. Refer to instructions below.
  1. Since 435.xx driver you can make use of NVIDIA’s PRIME Render Offload feature in intel configurations (Xserver of Leap 15.2 or later needed!). Option “AllowNVIDIAGPUScreens” is already taken care of by intel X configs. You only need to set the __NV* environment variables. Check Chapter 35. PRIME Render Offload for more details.

I’m on a ASUS N56V i5 with an optimus setup running Tumbleweed and a GEFORCE 740M dGPU.

When I am about configuring SUSE Prime as told in:
https://en.opensuse.org/SDB:NVIDIA_SUSE_Prime

I get directed to GitHub - openSUSE/SUSEPrime: Provide nvidia-prime like package for openSUSE page and after reading this and several other pages I’m unsure if I actually need bbswitch to complete the setup.
The AllowNVIDIAGPUScreens are already in the /etc/prime config files by default.

Everything was automatically set up by following the instructions on:
https://en.opensuse.org/SDB:NVIDIA_drivers

If I run:

# glxinfo | grep 'OpenGL renderer'

I get:

string: Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)

If:

prime-select get-current

Then:

Driver configured: undefined

I suspect this is coz I haven’t issued prime-select nvidia yet.

Which instructions or steps should I follow to finish?.

Thanks A LOT for your time and effort.