Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Something happend where my RHEL6 computer locked up and I needed to shutdown the computer manually via holding the power button. When I turn the computer back on all I ...
  1. #1
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20

    X broken? Please help.

    Something happend where my RHEL6 computer locked up and I needed to shutdown the computer manually via holding the power button. When I turn the computer back on all I see is the wallpaper and mouse curser...no log in window or anything.

    I can do the alt-shift F1/f2 thing where I can log in via terminal type commands but I cant get the normal display to work. Please anyone know how to fix this?!

    Thank you in advanced.

    Update:
    When going init 5 in the console x loads but still nothing but the wallpaper and mouse. When I go back to console it seems to be stuck at enabling bluetooth devices...but I dont believe I even have a bluetooth device.
    Last edited by SirRoot; 07-05-2011 at 12:27 PM.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Have you tried accessing the grub menu and logging in at runlevel 3 (no gui). Do that, and then try running the "startx" command manually to see what the problem may be. Also, you probably need to fix the file system (fsck) by booting up with a Live/Recovery CD/DVD/USB device, and then running fsck on the unmounted file system(s) in order to sort them out. Do that before you try booting into runlevel 3.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20
    1.) I dont know how to run no gui via grub i only see my linux part and xp part. But i did log in and run init 3. then after a log in i did startx. THe GUI appeared with some crashed associated with the panel. (abrt-gui and libbonobo). Every time I try to add to the empty panel i get two crashes ..... (gnome-panel and libbonobo)
    How do I see whats the acual problem?

    2.) I did fsck from a live cd and it said my disk was clean.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Ok. Good start. Try reinstalling GDM and Xorg. Ie:
    Code:
    yum reinstall gdm 'xorg-x11-*'
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20
    im afraid this PC does not have internet can this be done with the install dvd?

  6. #6
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by SirRoot View Post
    im afraid this PC does not have internet can this be done with the install dvd?
    Difficult, but possible. You need to access the rpm files, and do this instead (I think I have it right - assuming you are running 64-bit):
    Code:
    yum reinstall gdm.x86_64.rpm 'xorg-x11*x86_64.rpm'
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  7. #7
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20
    I have a 32bit system. I tried to be smart and convert that line of code but I faild.

    Also when I locate teh gdm rpms on my install cd all the rpms say they cannot find key? This never happened before this issue occured.

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by SirRoot View Post
    I have a 32bit system. I tried to be smart and convert that line of code but I faild.

    Also when I locate teh gdm rpms on my install cd all the rpms say they cannot find key? This never happened before this issue occured.
    Use the yum option --nogpgcheck. This will skip looking for the key.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  9. #9
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20
    i did the yum --nogpmcheck reintall gpmxxx.rpm and a reinstall was successful however no change in problem.

  10. #10
    Just Joined!
    Join Date
    Jun 2011
    Posts
    20
    Still nothing...anything got any other ideas?

Page 1 of 2 1 2 LastLast

Posting Permissions

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