LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Starting Fedora in the terminal (https://www.linuxquestions.org/questions/fedora-35/starting-fedora-in-the-terminal-168930/)

TheDude611 04-11-2004 07:26 PM

Starting Fedora in the terminal
 
Is there a way to start Fedora in the terminal and not with the GUI login screen?

I want to install and NVIDIA driver and X can't be running. I tried switching to the terminal with Alt-F1 and closing X manually but that just restarted Fedora and put me back at the login screen.

TheDude611 04-11-2004 07:31 PM

sorry - i clicked to the wrong forum

TheDude611 04-11-2004 07:32 PM

Starting Fedora in the terminal
 
Is there a way to start Fedora in the terminal and not with the GUI login screen?

I want to install and NVIDIA driver and X can't be running. I tried switching to the terminal with Alt-F1 and closing X manually but that just restarted Fedora and put me back at the login screen.

DrOzz 04-11-2004 07:39 PM

ok first, no you cannot use a graphical app in a console ...
second all you have to do is download the nvidia driver ... exit out of X, and just install
it ... and then type startx to test er out ...

i think your just overthinking this :
read this

mrcheeks 04-11-2004 07:58 PM

/etc/inittab
change default value to 2 instead of 4 or 5
reboot

maxut 04-12-2004 05:48 AM

type in terminal:
init 3
u will be in console (no X) u can install driver. after installation edit /etc/X11/XF86Config
change the following vga driver name:
Driver "nv"
to:
Driver "nvidia"


if u want fedora to boot in console always, edit /etc/inittab
change the
id:5:initdefault:
to
id:3:initdefault:

spariggio82 04-12-2004 01:29 PM

The terminal init level isn't 3 instead of 2????

muxman 04-20-2004 03:31 AM

Quote:

Originally posted by spariggio82
The terminal init level isn't 3 instead of 2????
Yes, runlevel 3 is the commandline.

SML 10-02-2008 06:18 AM

Quote:

Originally Posted by TheDude611 (Post 871805)
Is there a way to start Fedora in the terminal and not with the GUI login screen?

I want to install and NVIDIA driver and X can't be running. I tried switching to the terminal with Alt-F1 and closing X manually but that just restarted Fedora and put me back at the login screen.

Enter this command in a terminal to switch to root ...
su -

Then type ...
init 3


All times are GMT -5. The time now is 03:42 AM.