Results 1 to 2 of 2
I just installed juego linex over Mandriva and it looks good (1st impression)
My problem is when I open a terminal, log on as root then type init 3 - ...
- 02-19-2006 #1
init stuff
I just installed juego linex over Mandriva and it looks good (1st impression)
My problem is when I open a terminal, log on as root then type init 3 - nothing happens. no error message, just the command line. What I'm trying to do is install my Nvidia driver (which I've done tons of times in other distros). This is the first time I've run a Debian distro - should I be typing something else?
I need to close my x server and get to runlevel 3.
PaulKorean food is great - it's the dog's bollocks!
Linux user number 406572.
- 02-19-2006 #2
not runlevel
Hi,
Changing runlevel is not the correct way to stop X since
(afaik) Debian's default settings run X in all runlevels (2-5).
To change this behavior you have to properly set links in
/etc/rc[2-5].d (man init should tell you how).
But if you just want to stop X, switch to another virutal console
(ctrl+alt+F[1-6]), login as root and run command:
Replace gdm with your desktop manager (usualy xdm,Code:/etc/init.d/gdm stop
wdm or gdm) and then run
to start X again. If you only want to restart X after installingCode:/etc/init.d/gdm start
some driver, try pressing ctrl+alt+(shift)+backspace
-M.


Reply With Quote
