LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu how do i shut down X (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-how-do-i-shut-down-x-370512/)

Slyth99 10-07-2005 12:30 AM

Ubuntu how do i shut down X
 
How do i shut down x - tried init 3 nothing happened !

fenderman11111 10-07-2005 12:35 AM

hm, it doesn't work here either.

try:

sudo pkill gdm

that should do the trick. Even though it's a bit gakky.

btw, why do you need to kill X?
you might try ctrl+alt+f1 ...

angkor 10-07-2005 12:57 PM

Try:

Ctrl-Alt-F1

Log in at the console and type,

sudo /etc/init.d/gdm stop.

That should stop X from running.

sudo /etc/init.d/gdm start

to start it back up again.

(note that 'restart' is also an option)

initialdrifteg6 10-07-2005 01:24 PM

at the console and type,

sudo /etc/init.d/gdm stop.

That should stop X from running.

sudo /etc/init.d/gdm start

to start it back up again.



^^^ that should be all that you need... you don't need to hit ctrl alt f1... just use the Accessories -> Terminal


All times are GMT -5. The time now is 12:38 PM.