Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Location
    norfolk
    Posts
    4

    Question 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

  2. #2
    Just 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.

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Location
    norfolk
    Posts
    4

    Angry thanks for taking time to reply

    unfortunately im still locked out

  4. #4
    Linux Engineer rong's Avatar
    Join Date
    Feb 2005
    Location
    California
    Posts
    803
    Quote Originally Posted by kyrkyr

    am getting gray login screen once logged in cant seem to restart wotever iv turned off
    This 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?

    If so, what is the result of typing in startx? Assuming X does not start what errors do you get?
    registered Linux user #388382

    Have you checked here first?

  5. #5
    Just 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

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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
    Code:
    rm -f /tmp/.X0-lock
    linux is case sensitive. X is capital in above command.
    execute 'startx' again. if GUI loads, turn ON whatever you have turned off.




    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jan 2007
    Location
    norfolk
    Posts
    4

    Exclamation still stuck

    have tried this
    it just said
    rm: cannot remove '/tmp/': is a directory

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    there isn't any <space> between /tmp/ and .X0-lock.
    Code:
    rm -f /tmp/.X0-lock





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...