Results 1 to 3 of 3
I don't want to start X server when i run linux. Ho can I set linux to start in text mode (without starting X server)? if I press CTRL+ALT+F1 on ...
- 12-16-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
How to not start X server
I don't want to start X server when i run linux. Ho can I set linux to start in text mode (without starting X server)? if I press CTRL+ALT+F1 on start, i am switched to text mode, but X server is still active process. If i exit X server by KILL command, it restarts. I have Aurox Linux 9.1.
- 12-16-2004 #2Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
init linux in text mode
in /etc/inittab there is a line near the top with some thing like default:5:runlevel; change this number to 3 to start linux in text mode
- 12-17-2004 #3Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
Look for this line in /etc/inittab :
and change the 5 to a 3, that way it'll boot in run-level 3.Code:id:5:initdefault:
If you want to goto run-level 3 temporarily (like to run an install script that you can't run with X), then just enter this in a terminal (note you need to be root!) :
To go back to run-level 5 (and X), just enter:Code:init 3
Code:init 5
Emotions are the key to the soul.
Registered Linux User #375050


Reply With Quote