Hi MVP,
Thank you for your input.
I have only two options to choose in BIOS: Switchable graphics or discrete. I have selected switchable.
I already test it disabling novuea and nvidia in /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
The config file /sys/kernel/debug/vgaswitcheroo/switch do exists in Fedora 18 (Spherical Cow) but doesn't exists in Fedora 33. Config files changes name and location along de Fedora development, so youtube video do not apply here. Sorry.
I tried to blacklist both nouveau and nvidia drivers in the grub config file and making a new grug config with grub2-mkconfig, but didn't work.
Linux line from boot:
linux rd.driver.blacklist=nouveau modprobe.backlist=nouveau rd.driver.blacklist=nvidida modprobe.backlist=nvidida nvidida-drm.modeset=0
Also I uninstalled nouveau and nvidia drivers but for some reason nouveau kernel driver seems to be enabled even with no existence of the rpm package.
Anyway, thanks for your help.