Results 1 to 8 of 8
hi all total newbee
was getting on fine with my suse 9.3 untill i tried to network with my xp system so i could update an go on internet while ...
- 01-29-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- norfolk
- Posts
- 4
locked out off my desktop
hi all total newbee
was getting on fine with my suse 9.3 untill i tried to network with my xp system so i could update an go on internet while doing this iv turned something off when iv gone back to start system it wont boot up as the desktop i had at begining
am getting gray login screen once logged in cant seem to restart wotever iv turned off can anyone help its probably very easy and im a idiot
- 01-29-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
I'm not sure how suse 9.3 works, but my Suse Linux Enterprise Desktop 10 has an option on the Logon Screen (i'm not sure if you even can get there), but you should be able to select either KDE or Gnome desktop. I your Gnome desktop is messed up then use Kde if your Kde is messed up use Gnome. I can't really give you instrutions on how to fit it from there but, I reccommend updating to openSuse 10.2. It is free from openSuse.org.
- 01-31-2007 #3Just Joined!
- Join Date
- Jan 2007
- Location
- norfolk
- Posts
- 4
thanks for taking time to reply
unfortunately im still locked out
- 01-31-2007 #4This sounds like you are in the text mode and at the command line, correct? So you can type commands like ls and see the results of running a command, correct?
Originally Posted by kyrkyr
If so, what is the result of typing in startx? Assuming X does not start what errors do you get?
- 01-31-2007 #5Just Joined!
- Join Date
- Jan 2007
- Location
- norfolk
- Posts
- 4
hi rong thanks for your time
the error i get is :
fatal sever error:
server is already active for display o
if this server is no longer running, remove /tmp/.x0-lock
xlib: connection to ":0.0" refused by server
xlib: invalid MIT-MAGIC COOKIE-1 key
giving up
xinit: unable to connect to X server
xinit: no such process (error 3): server error
couldnt get a file description reffering to the console
cheers for reply
- 01-31-2007 #6
hi kyrkyr !
i am not sure what you turned off. in terminal, log in as root and execute 'startx' again.
if it throws same error, execute this
linux is case sensitive. X is capital in above command.Code:rm -f /tmp/.X0-lock
execute 'startx' again. if GUI loads, turn ON whatever you have turned off.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-31-2007 #7Just Joined!
- Join Date
- Jan 2007
- Location
- norfolk
- Posts
- 4
still stuck
have tried this
it just said
rm: cannot remove '/tmp/': is a directory
- 01-31-2007 #8
there isn't any <space> between /tmp/ and .X0-lock.
Code:rm -f /tmp/.X0-lock
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote