Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Hello, I was trying to install nvidia drivers and then it said that i had to exit X server. I found some answers at Google.One of the documentation which i ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    7

    Exit X server

    Hello,
    I was trying to install nvidia drivers and then it said that i had to exit X server.
    I found some answers at Google.One of the documentation which i found it was saying that i had to change the runlevel in this file "vi /etc/inittab" "id:5:initdefault:" to "id:3:initdefault:".Then it was telling that when i saved it, and i restart my computer then istead of logging into graphical interface, i will only see console but i logged again into graphical interface.My changes at /etc/inittab were fine that is it was id:3:initdefault:.
    What i have to do??
    Thanks

  2. #2
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    wish distro you use ? you can install the nvidia driver without changing the runlevel just press CTL+ALT+F1 and login as root then kill your X server , most probably your X manager is gdm or kdm you can see what is by typing ps x and then killall gdm or killall kdm , also you can kill a process by it's id like kill (id) , the id is what you see in ps x.

    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    7
    I have Debian

  4. #4
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    so it's gdm , changing the default inittab should do the job but in any case you can kill you window manager .

    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

  5. #5
    Just Joined!
    Join Date
    Jul 2007
    Posts
    7
    Thanks a lot aliov i will try it later.
    I am new to linux and i am curius why when i change runleve(whatever is that ) it doesnt start with console??

  6. #6
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    for me this is very strange ! because the runnlevel 3 should goes in non graphical mode and console mode !

    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Highlight Debian title in GRUB Menu and press 'e'. Select 'kernel' line and press 'e' again. Add <space> single at the end of line and hit 'Enter' key Press 'b'. Debian will boot up in Single User Command Line mode.
    OR
    Boot up as normal with GUI and press Alt+Ctrl+F1. Log in and execute this
    Code:
    su
    /etc/init.d/gdm stop
    EDIT:
    Quote Originally Posted by conon
    I am new to linux and i am curius why when i change runleve(whatever is that ) it doesnt start with console??
    Which version of Debian do you have?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Jul 2007
    Posts
    7
    how can i found which version of Debian i have??

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    ls /etc/*release*
    Check the contents of files from the list using cat <filename> command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    Jul 2007
    Posts
    7
    Quote Originally Posted by devils_casper View Post
    Execute this
    Code:
    ls /etc/*release*
    Check the contents of files from the list using cat <filename> command.

    this code doesnt work(ls /etc/*release* no such file or directory)

Page 1 of 2 1 2 LastLast

Posting Permissions

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