ERROR: Unable to find display on any available system

Hello! I installed the first Windows 11 OS with the second system “Fedora 35”, but more to the point.
After installing the system, of course, I want to install the drivers on my video card, I have such a machine:
Notebook: Lenovo idepad 320-15ikb
CPU: intel pentium gold 4415U
GPU1: intel HD Graphics 610 (integrated)
GPU2: nVidia Geforce MX110
By default, I have an integrated video card enabled, it certainly works well, but I think the discrete one will be clearly smoother, and I thought to play with various more demanding programs
I would like it to be possible to switch video cards, turn off the discrete one at a certain moment to save energy and turn on the integrated one, but if this is not possible, then I die.

I found instructions for installing drivers on YouTube, and I got down to business.

  1. Check for system updates, if any, install and reboot
  2. After rebooting, check the system update, if any, update and reboot.
  3. Enter the command “sudo dnf -y install akmod-nvidia” into the console
  4. Agree if there are questions somewhere and wait for the installation
  5. Reboot, and you’re done.
  6. Select Wayland on the lock screen

I followed this instruction and in the settings the video card really showed up, I thought hurray and the drivers are worth it, but after entering the command “$ glxinfo | egrep” OpenGL vendor "I got the following answer;

"OpenGL renderer
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel (R) HD Graphics 610 (KBL GT1) "

I think this indicates that my system does not use a discrete graphics card, what did I do wrong? Below I will leave more commands that I entered and what answer I received, perhaps this will be useful.

DRI_PRIME = 1 nvidia-settings

  • ERROR: Unable to find display on any available system

prime-run nvidia-settings

  • prime-run nvidia-settings
    bash: prime-run: command not found …

nvidia-smi

  • bash: nvidia-smi: command not found …
    Packages providing this file are:
    ‘xorg-x11-drv-nvidia-470xx-cuda’
    ‘xorg-x11-drv-nvidia-cuda’

__NV_PRIME_RENDER_OFFLOAD = 1 nvidia-settings

  • ERROR: Unable to find display on any available system

lspci | grep -E “VGA | 3D”

  • 00: 02.0 VGA compatible controller: Intel Corporation Device 5906 (rev 02)
    01: 00.0 3D controller: NVIDIA Corporation GM108M [GeForce MX110] (rev a2)

Please, I need your help! Thank you in advance!
I tried to write everything as clear, concise and understandable as possible, this is my first post on this please if I did something wrong, I apologize, I installed Linux Fedora 35 workstation not so long ago, so I’m a beginner …