I'm trying to run the .run files for the nvidia drivers for my gpu, but it keeps saying I must get rid of the the x server. How do I do this?
Asked
Active
Viewed 634 times
0
-
possible duplicate of Ubuntu 14.04 install NVIDIA driver – mikewhatever Oct 16 '14 at 06:48
1 Answers
1
You don't need to "get rid of" the X server - you just need to stop it temporarily.
First, switch to a virtual terminal using one of the key combinations Ctrl+Alt+F1 thru Ctrl+Alt+F6 and log in using your regular account username and password. Then execute the command
sudo service lightdm stop
Once you have finished running the .run files for the drivers, you can restart the GUI using
sudo service lightdm start

steeldriver
- 136,215
- 21
- 243
- 336