LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do i stop xfree from loading on startup in RH Fedora? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-stop-xfree-from-loading-on-startup-in-rh-fedora-184924/)

Rotal 05-23-2004 04:10 PM

How do i stop xfree from loading on startup in RH Fedora?
 
How do i stop xfree from loading on startup in RH Fedora Core 1?. I used mandrake and suse before and they have a checkbox in xfree configuration if i want to load xfree on startup, but Fedora does not have anything like this. So how do i do it?

Mega Man X 05-23-2004 04:18 PM

Not sure if this is what you are asking... As root, open and edit the file inittab located at /etc:

Code:

vim (or any other editor you use) /etc/inittab
You will see some lines which looks like this:

Code:

# Level to run in
id:5:initdefault:

This is for Mandrake. If you switch "5" to "3", next time you start your system, you will login in text-mode only. This number may slightly change regarding your distribution, so beware ;).

Rotal 05-23-2004 04:36 PM

Thanks
 
Thank you you pointed me in to right derection. I did not do exectly what you said but in that file there is last line and i commneted out and it did what i wanted.

Mega Man X 05-23-2004 04:37 PM

cool ;)


All times are GMT -5. The time now is 06:59 PM.