Nvidia graphics drivers
To install the proprietary drivers for a Nvidia graphics card, follow these steps:
apt install linux-headers-$(uname -r|sed 's/[^-]*-[^-]*-//')(e.g.linux-headers-amd64): needed to add kernel modules for the nvidia drivers.apt install nvidia-detectnvidia-detect: It will suggest the package needed for your card model.apt install {nvidia package (suggested by nvidia-detect)}- Reboot the computer: needed to load the nvidia modules instead of the default ones.
- Pray that it works and you don't have a blank screen