Installing Apt Driver
2. Checking NVIDIA Driver
Search for NVIDIA GNU/Linux Drivers
Take a look at the Drivers Supporting your Device.
And when in doubt then see also How to Check NVIDIA Graphics Card Model Supported Drivers.3. Installing NVIDIA Driver from antiX Repo
First, try to Check Available NVIDIA Driver Version
With:Copysudo apt search nvidia-driver
And then if it is in the Supported Drivers Range to setup it play:
Copysudo apt install nvidia-driver nvidia-settings
And you are done!
To load it Reboot with:Copysudo reboot
Else Download the NVIDIA Driver installer and follow with the Next Step…