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 ...
- 07-28-2007 #1Just 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
- 07-28-2007 #2
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.
- 07-28-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 7
I have Debian
- 07-28-2007 #4
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.
- 07-28-2007 #5Just 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??
- 07-28-2007 #6
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.
- 07-28-2007 #7
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
EDIT:Code:su /etc/init.d/gdm stop
Which version of Debian do you have?
Originally Posted by conon It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-28-2007 #8Just Joined!
- Join Date
- Jul 2007
- Posts
- 7
how can i found which version of Debian i have??
- 07-28-2007 #9
Execute this
Check the contents of files from the list using cat <filename> command.Code:ls /etc/*release*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-28-2007 #10Just Joined!
- Join Date
- Jul 2007
- Posts
- 7


Reply With Quote
