I was following this tutorial to install GPU driver for my Nvidia GTX 1070 graphic card on my Alienware laptop. To check the recommended driver version, I used this command:
ubuntu-drivers devices
and also tried this:
sudo ubuntu-drivers devices
But both gave me nothing in return, like this:
george@DESKTOP:~$ ubuntu-drivers devices
george@DESKTOP:~$ sudo ubuntu-drivers devices
[sudo] password for george:
george@DESKTOP:~$
Here are the things I've tried:
- Disabled secure boot as suggested here
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt install nvidia-settings
Could this be a Windows Subsystem for Linux specific issue? Maybe Ubuntu doesn't have enough privilege on Windows? Any help is appreciated.