Jump to content

corrupted gdm theme


Recommended Posts

Press alt+ctrl+F1 in order to drop to the command line. From there start the GUI-desktop directly with

startx

Then go to system -> administration -> display manager and reconfigure it.

Link to comment
Share on other sites

startx doesn't help, because the gui login screen shows up, but all buttons and text boxes are locked. That means that X is up. I tried what you said but the terminal said that there is already one X session running...

Link to comment
Share on other sites

You'll need to shut it down. startx, when done under a user, should bypass the login screen.

 

To shut down X you'll need to do this as root:

/etc/init.d/gdm stop

or it might be slightly different in fedora...you might get away with:

service gdm stop

 

Another option would be to start a new X server on a different "screen" so you don't have to worry about the current one:

startx -- :1

Then going back to the first with CTRL+ALT+F7 and using CTRL+ALT+BKSP should force it to restart with a non-corrupt theme (after you change it as arctic stated).

Link to comment
Share on other sites

Sorry, I forgot to mention that you have to go into init 3 mode. You don't have to do that however by editing the inittab file. A simple "init 3" as root should be enough. After that, startx should work. (at least it does on my fc6 box and my RHEL clone)

Link to comment
Share on other sites

If it still doesn't work when using startx then it will tell why it won't start. Carefully read the resulting screen text and it will have the details.

 

I would also select fail safe at bootup and try going in from there.

 

Cheers. John.

Link to comment
Share on other sites

Hehehe..., John, Fedora does not have a "failsafe" boot-option. :) For that you have to edit the grub entry and add to the boot-line which init you want to start, e.g. by adding a "3" at the end of the kernel line for init 3 mode. Different distros, different approaches. :rolleyes:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...