Ok, I’ve got good news from the “bumblebee front”! rotfl!
Some context: since the recipe installation takes long and have many reboots, I usually went to the kitchen to get an extra glass of water (summer here) in that mean time.
The problem is that such interval was just enough for me not see some scandalous blue screen at boot time (Windows BSOD shade), that was something new for me: MOK! 
(I would suggest that it should be included in the recipe)
I’ve read about that on https://en.opensuse.org/SDB:NVIDIA_drivers when looking for a solution. Just tried the gigantic “mokutil” command line, rebooted, Emroll MOK, Continue, Yes, and rebooted again. And now:
optirun --status
Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is off.
optirun glxgears
22411 frames in 5.0 seconds = 4482.138 FPS
22366 frames in 5.0 seconds = 4473.068 FPS
22500 frames in 5.0 seconds = 4499.950 FPS
optirun glxspheres
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
GLX FB config ID of window: 0xad (8/8/8/0)
Visual ID of window: 0x21
Context is Direct
OpenGL Renderer: GeForce GTX 1050/PCIe/SSE2
418.996853 frames/sec - 467.600488 Mpixels/sec
420.243253 frames/sec - 468.991471 Mpixels/sec
343.473713 frames/sec - 383.316664 Mpixels/sec
308.200603 frames/sec - 343.951873 Mpixels/sec
Strangely, “glxinfo | grep OpenGL” yields the same output:
glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 19.3.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 19.3.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Also, “/proc/driver/nvidia/version” still non-existent, and “lsmod | grep nvidia” gives me no output. 
However, looking for “/dev/nvi*”:
ls -la /dev/nvi*
crw-rw----+ 1 root video 238, 1 dez 20 18:38 /dev/nvidia-uvm-tools
At least one file, but I remember that there should be more files. Also, “dmesg |grep -i nvidia” now gives much more output:
dmesg |grep -i nvidia
1.426305] integrity: Loaded X.509 cert 'Local build for nvidia-gfxG05 460.27.04 on 2020-12-19: 5f561852256111ea49325f56d3536fbc4df207c7'
20.651208] nvidia: module license 'NVIDIA' taints kernel.
20.737335] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
21.000232] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
21.115737] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 460.27.04 Fri Dec 11 23:35:05 UTC 2020
24.176150] audit: type=1400 audit(1608500338.218:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1160 comm="apparmor_parser"
24.176153] audit: type=1400 audit(1608500338.218:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1160 comm="apparmor_parser"
25.426946] nvidia-uvm: Loaded the UVM driver, major device number 238.
26.700306] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 460.27.04 Fri Dec 11 23:24:19 UTC 2020
27.553518] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
27.553519] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
30.915209] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
30.946439] nvidia-modeset: Unloading
31.412181] nvidia-uvm: Unloaded the UVM driver.
31.435948] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
31.564567] cfg80211 mei_me acer_wireless acpi_pad intel_lpss_pci intel_lpss rfkill intel_pch_thermal mei btrfs libcrc32c xor raid6_pq dm_crypt algif_skcipher af_alg hid_logitech_hidpp hid_logitech_dj hid_generic usbhid uas usb_storage sg dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua i915 crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel rtsx_pci_sdmmc mmc_core i2c_algo_bit aesni_intel drm_kms_helper syscopyarea xhci_pci sysfillrect sysimgblt aes_x86_64 fb_sys_fops xhci_hcd glue_helper crypto_simd drm cryptd usbcore serio_raw rtsx_pci i2c_hid wmi video pinctrl_cannonlake pinctrl_intel button dm_mod bbswitch(O) efivarfs [last unloaded: nvidia]
180.619878] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
180.620119] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=none:owns=none
180.735604] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 460.27.04 Fri Dec 11 23:35:05 UTC 2020
181.252933] nvidia-uvm: Loaded the UVM driver, major device number 238.
181.308877] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 460.27.04 Fri Dec 11 23:24:19 UTC 2020
181.380779] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
181.380785] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
201.324156] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
201.346922] nvidia-modeset: Unloading
201.880964] nvidia-uvm: Unloaded the UVM driver.
201.911652] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
212.572188] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
212.572423] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=none:owns=none
212.687959] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 460.27.04 Fri Dec 11 23:35:05 UTC 2020
213.206148] nvidia-uvm: Loaded the UVM driver, major device number 238.
213.259467] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 460.27.04 Fri Dec 11 23:24:19 UTC 2020
213.330913] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
213.330914] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
224.716655] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
224.751746] nvidia-modeset: Unloading
225.325689] nvidia-uvm: Unloaded the UVM driver.
225.356886] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
Later I’ll try a test compilation for cuda.
Also, will see if it keeps on working with some reboots.
Two questions still however:
Since this huge change in scenario (sorry for my mistake), and looking at those outputs, should I look at something else to make certain that bumblebee is working properly?
Moreover, I’ll give the prime offload a try later too: it should not have any incompability issues with bumblebee configurations, am I right?
Thanks a lot anyway already!