Results 1 to 6 of 6
I was loging in the other night and the power went out. When I finallly got logged in the login screen had changed. I can not open the gui. There ...
- 07-04-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 3
Fedora gui gone
I was loging in the other night and the power went out. When I finallly got logged in the login screen had changed. I can not open the gui. There are no options to start it. I just get a login for localhost.... Are there special key stroke to get me back to the gui??? Thank you for any help....
- 07-04-2005 #2
Tell us what happens when you type
Code:startx
- 07-04-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 3
gui gone
When I type startx I get an error stating that it is already runing. I change consoles and can not find the gui. The login is on screen 7 but console 1 will open.
- 07-04-2005 #4
Rather strange, so ctrl+alt+F7 will not take you to a gui, and startx says that X is started.
Erm, have you runto see if X is running, if so maybe you should try and kill it?Code:ps aux | grep x
- 07-04-2005 #5Just Joined!
- Join Date
- Jul 2005
- Posts
- 3
I can try that when I get home, at work now. Still I should get a login screen that gives me an option to log in.
- 07-05-2005 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It could be that some lockfiles or X sockets are lingering. That normally shouldn't be a problem, but try to run the following command and see if it helps (you may need to reboot after running it).
Code:rm -rf /tmp/.X*-lock /tmp/.X11-unix/*


Reply With Quote
