Nvidia GPU not found

Hi recently a installed the nvidia drivers from the app store my my gpu does not show even when i turn on envy control.
Can someone help?
Captura de ecrã de 2024-01-05 18-32-57

rtx 4060 and ryzen 7

We do not have much info so I will make some guesses.

  1. When you say “app store” I assume you may mean the gnome software center tool.

  2. I assume you are probably on a desktop or laptop.

  3. Apparently you have the system booting and can be used because of the image you posted.

Since I normally work from the command line in a terminal I would ask you to open up a terminal and then copy & paste the results from the commands below into your reply using the preformatted text tags with the </> button on the tool bar or by placing triple backquotes [ ``` ] on the lines before and after the pasted text.

Each response should show the command and the result, such as

$ mokutil --sb-state
SecureBoot enabled

What is the output of dnf list installed \*nvidia\*?
What is the output of mokutil --sb-state?
What is the output of lsmod | grep -E 'nvidia|nouveau'
What is the output of inxi -Fzxx (you may need to first install inxi)

This information will allow us to make a more informed suggestion to answer your question.