Find the answer to your Linux question:
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 - ...
  1. #1
    Linux Newbie rossi46's Avatar
    Join Date
    Dec 2005
    Location
    edinburgh, scotland, uk
    Posts
    106

    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.

    Paul
    Korean food is great - it's the dog's bollocks!
    Linux user number 406572.

  2. #2
    Just Joined! mr.MikyMaus's Avatar
    Join Date
    Feb 2005
    Location
    Czech Republic
    Posts
    18

    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:
    Code:
    /etc/init.d/gdm stop
    Replace gdm with your desktop manager (usualy xdm,
    wdm or gdm) and then run
    Code:
    /etc/init.d/gdm start
    to start X again. If you only want to restart X after installing
    some driver, try pressing ctrl+alt+(shift)+backspace

    -M.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •