0

I have an Asus laptop I try to install Nvidia drivers but I failed.

$ sudo service lightdm stop
$ sudo init 3
$ chmod +x NVIDIA-Linux-x86-340.65.run
$ sudo ./NVIDIA-Linux-x86-340.65.run

2 Answers2

0

First open terminal and navigate to the directory where your driver is.

Then enter chmod +x name-of-your-driver.run

       enter ./name-of-your-driver.run

And installer will run

NOTE

Please this command chmod +x name-of-your-driver.run run with sudo

0

check this link it will help you. You need to careful what you are dealing with.this may cause some problem to your system.

Boban
  • 103