View previous topic :: View next topic |
Author |
Message |
IvanHoe l33t
Joined: 05 Oct 2002 Posts: 658
|
Posted: Fri Oct 25, 2002 5:00 am Post subject: Bypassing xdm on startup |
|
|
I inserted xdm into my startup via "rc-update add xdm default"; is there a way to bypass xdm on startup without removing it from the startup? |
|
Back to top |
|
|
[smeagol] Apprentice
Joined: 24 Oct 2002 Posts: 152
|
Posted: Fri Oct 25, 2002 5:30 am Post subject: |
|
|
rc-update del xdm default is the only way i know of.
The file will still exist in /etc/init.d, just won't be run on startup _________________ In God We Trust, All Others We monitor. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Fri Oct 25, 2002 7:12 am Post subject: |
|
|
I'm not sure what you mean by "bypass". You can get to a console with Ctrl-Alt-F[1-6]. From there, you can "/etc/init.d/xdm stop" if you want. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
duff Guru
Joined: 19 Jun 2002 Posts: 466 Location: Clemson, SC
|
Posted: Fri Oct 25, 2002 12:45 pm Post subject: |
|
|
Do you mean bypassing, as in automatically loggin in? ie. Start X as some default user? |
|
Back to top |
|
|
rth Apprentice
Joined: 23 Sep 2002 Posts: 157
|
Posted: Tue Nov 23, 2004 1:20 am Post subject: |
|
|
My X is pooched. Instead of getting the login screen, I get the grey screen with an hour glass. So, I haven't logged in yet, therefore I can't get to a console or anything else. It seems I have the same question? Although stopping xdm with rc-update is fine. As long as I can get to a console of somekind... |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Tue Nov 23, 2004 1:26 am Post subject: |
|
|
Boot into single-user/administrative mode by passing "single" as a kernel parameter. Then re-mount your patitions as read-write (instead of the default read-only): Code: | # mount -t <filesystem_type> /dev/<partition> <mount point> | Then you should be able to run "rc-update del xdm" and then run "/sbin/init 5" to continue booting into your normal system. Hth! _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
rth Apprentice
Joined: 23 Sep 2002 Posts: 157
|
Posted: Tue Nov 23, 2004 1:32 am Post subject: |
|
|
CTRL+ALT+BS seems to have finally worked. It would just reload X, now I'm in with a command line. |
|
Back to top |
|
|
rth Apprentice
Joined: 23 Sep 2002 Posts: 157
|
Posted: Tue Nov 23, 2004 3:22 am Post subject: |
|
|
I can get back into Gnome now. But I have another problem... My desktop is gone. No icons. No background. Can't even right-click on the desktop. Very odd.
Edit:
Made a new thread for my problem:
https://forums.gentoo.org/viewtopic.php?p=1794610 |
|
Back to top |
|
|
|