a simple guide on how to get nvidia drivers working on adaos (GTX1650+)
-
copy the content in the nvidia-sources file
-
enter
sudo nano /etc/apt/sources.listin your terminal -
remove everything and paste the contents of the nvidia-sources file, then
ctrl+oto write out, enter - thenctrl+xto exit -
run
sudo apt updateto update repos andsudo apt upgradeto update packages if needed -
run
export PATH=$PATH:/usr/sbinto add dkms to PATH temporarily, for some reason it isnt by default and dkms is required to install drivers -
run
sudo apt install dkms build-essential linux-headers-$(uname -r)to install required build tools (should be installed automatically after step 4 but double check nonetheless) -
run
sudo apt install nvidia-driver firmware-misc-nonfreeto install drivers -
sudo rebootto restart your system -
run
nvidia-smito confirm drivers are working -
your all set, to confirm your gpu is being used run
nvidia-smiand you should see in your processes tab which apps are indeed using your descrete graphics, note - nvidia drivers 535 and up drivers support hybrid graphics natively