0

Sorry, it's my first time on a Linux system and I'm totally lost.

I want to install the NVidia driver because I'm stuck with a 1024 x 768 resolution and I think my GPU doesn't work properly with the default graphic driver (Nouveau?)....

So I tried to install the NVidia driver 352.21;
apparently I need to go in Ctrl+Alt+F1, but when I try this, I get a black screen and nothing else unless I return in Ctrl+Alt+F7.

I really don't want to damage something so I hope someone have a solution...

Sorry for my english and thanks in advance

RookieGui
  • 11
  • 5

1 Answers1

0

Install the driver this way

sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-352
sudo add-apt-repository -r ppa:xorg-edgers/ppa
Pilot6
  • 92,041