Results 1 to 6 of 6
Well this is sort of an odd problem, but here goes:
I recently built myself a backup computer/file server running Fedora 14, and I'm trying to install the NVidia driver. ...
- 11-30-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
X server won't close
Well this is sort of an odd problem, but here goes:
I recently built myself a backup computer/file server running Fedora 14, and I'm trying to install the NVidia driver. For some reason, I can't seem to switch to console mode to save my f'ing life! Ctrl+Alt+F1 does nothing, as does the terminal command init 3. Seriously, I can't figure out for the life of me what could be causing this issue.
- 11-30-2010 #2
make sure that if you do 'init 3' that you have root privileges, 'su' or 'sudo'.
- 11-30-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
Yes, I'm quite aware of that. In point of fact, if you even try to execute an init command without root privileges, it will tell you to log in as root.
- 11-30-2010 #4
- 11-30-2010 #5Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
Correct. Absolutely nothing.
- 12-01-2010 #6
Did you try booting into runlevel 3 by editting the last line of /etc/inittab?
change:
toCode:id:5:initdefault:
Code:id:3:initdefault:


Reply With Quote