Hey there! That's definitely something I can help with: with or without SecureBoot enabled.
The Basics
Based on your About page, you are using the Nouveau display driver right now, which isn't really great for gaming, but it is open source.
Nvidia drivers don't immediately come with the Linux kernel like AMD drivers do, so you'll just need to intentionally download them if you want them. You can do this through the Software Updater (most of the time).
Other times, you end up needing the Terminal (if the Software Updater fails to get them).
If you go to the Software Updater (it has a little orange circle with cyclic arrows), you can go to the "Settings" menu after it checks for what updates are available.
From there, you can go to additional drivers and give it a second to load the list of drivers.
For the most recent games, like Monster Hunter Wilds, I hear you need the newest 570 or 575 drivers to get a good experience, but I'm sticking with 550 because 570 wasn't great at switching between Desktops while not crashing the games I play (Tabletop Simulator). Monster Hunter: Rise still works perfectly on 550.
Select the one you want, depending on your needs.
Troubleshooting
If it finishes successfully, reboot.
The About page should reflect your Nvidia card, if it doesn't, that probably means that either SecureBoot is on or you are still using Wayland, which all 4 Nvidia cards I've tried hate consistently.
To disable Wayland (including on the Login Screen--I highly recommend doing this to prevent flickering nonsense):
sudo nano /etc/gdm3/custom.conf
Uncomment [remove # from] the line containing:
WaylandEnable=false
If SecureBoot is enabled, you can either:
- Disable SecureBoot from BIOS.
- Or, enroll the Machine Operator Key for the Nvidia driver to your mokutils list (I do this, but everyone else will tell you to disable SecureBoot because it is simpler).
- (SecureBoot obviously can stop bad things from running if it can stop good things from running)
If you have SecureBoot enabled and want it to stay enabled, I'll elaborate more on how to enroll the key, but it would involve a command like this:
sudo mokutil --import /var/lib/shim-signed/mok/MOK.der
Rebooting and enrolling the key. During the install of Zorin, when I told it to use a modern graphics card drivers and third party proprietary drivers, it tended to sign it, but not enroll it for some reason, and that would be the verbatim command you need.
When you reboot, you'll have to finish enrolling the Key in the weird blue BIOS menu that will show up.
If Software Updater doesn't install it successfully, then you'll have to install it through Terminal manually instead, which multiple people here (including me) could help you with if the Software Updater fails to do it, depending on which version you want.
In my experience, the Software Updater usually only has problems switching from one Nvidia driver to another (not going from Nouveau to Nvidia).
Let us know how it goes.