This sounds like an XY problem.
Problem: Something doesn't work
Wrong question: How do I reset
The correct solution is to diagnose the problem and fix it, not reset.
If you reset / reinstall, you are likely to just end up with the same problem you currently have.
If the drivers are failing to detect your card, there are several possibilities:
- The drivers may not have installed correctly (e.g., initrd failed to build or driver failed to compile)
- You may have secure boot enabled and the driver is not signed or the driver's signing key didn't get correctly enrolled as a MOK; this will prevent the driver from loading, and you get a useful error from modprobe if you try
- You may have the wrong drivers installed
- Your hardware may have failed
You have given no details here about what you did to try to diagnose the problem.
A good start would be to try to modprobe nvidia and if that fails, check the errors (both from the command and the system logs). This should diagnose if the driver is missing, failed to build, or has a secure boot issue.
Another test would be to use lspci | grep -i nvidia to get your card model, and verify that you have installed the correct driver for the card. Each card has a range of driver versions that support it, and there are at least 4 distinct lines of nvidia drivers.