Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  -1] [ 0]  / answers: 1 / hits: 16688  / 3 Years ago, mon, october 18, 2021, 4:09:54

I'm trying to do this tutorial :



Installing CUDA Under Ubuntu 10.04



I need the command that would completely stop/turn off the x-server. When i try to install the NVidia developer driver, I get a blue screen telling me




Error: cant install with x-server running, please turn it off (something like that)




sudo service gdm stop worked at the time I guess, (didnt give any errors) but the x-server is still running. Is this the command I should be using?


More From » 10.04

 Answers
4

This will kill the server. Press Ctrl+Alt+F1 which moves you to the system console.



sudo /etc/init.d/gdm stop


When installation get complete, you are returned to same command prompt/terminal type screen. Now execute this command to start X SERVER back:



sudo /etc/init.d/gdm start


This will start the X SERVER and you gets the old UBUNTU LOGIN SCREEN


[#39621] Tuesday, October 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dersol

Total Points: 78
Total Questions: 100
Total Answers: 124

Location: Christmas Island
Member since Mon, Oct 19, 2020
4 Years ago
;