Find the answer to your Linux question:
Results 1 to 8 of 8
xfix broke my computer hello, my laptop was running slow and someone sugested doing xfix in recovery mode. once i selected it and restarted it worked fine up to right ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    14

    no graphics after unbuntu loading screen

    xfix broke my computer

    hello,

    my laptop was running slow and someone sugested doing xfix in recovery mode. once i selected it and restarted it worked fine up to right after the ubuntu loading screen. after that the screen blinks black a few times and i can hear the login promt noises, just no graphics. i can log in blindly and hear the login noises. so the compter is running fine.

    when i hook it up to external monitor it works fine. i have tried reinstalling ubuntu and nothing seems to work.

    thanks for any help,


    robbie

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Which version of ubuntu are you trying to use? Newer versions should autodetect and use the right driver, unless you have ATI/Nvidia card. Boot up in recovery mode and post the results of this
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci | grep -i vga

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    14
    Quote Originally Posted by coopstah13 View Post
    Which version of ubuntu are you trying to use? Newer versions should autodetect and use the right driver, unless you have ATI/Nvidia card. Boot up in recovery mode and post the results of this
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci | grep -i vga
    for the 1st code it says /ect/X11/xorg.conf: no such file or directory

    and for the second part it says i have a intel graphics device

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Posts
    47
    Quote Originally Posted by coopstah13 View Post
    Which version of ubuntu are you trying to use? Newer versions should autodetect and use the right driver, unless you have ATI/Nvidia card. Boot up in recovery mode and post the results of this
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci | grep -i vga
    also might help if he does dmesg and cat /var/log/messages

    youre gonna have to create a xorg file

  5. #5
    Just Joined!
    Join Date
    Aug 2008
    Posts
    14
    Quote Originally Posted by coopstah13 View Post
    Which version of ubuntu are you trying to use? Newer versions should autodetect and use the right driver, unless you have ATI/Nvidia card. Boot up in recovery mode and post the results of this
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci | grep -i vga
    oh, im using 8.04

  6. #6
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you typed etc wrong, and if it is possible, please post as much of the output as you can

  7. #7
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Yo! Guys! An external monitor hooked in shows the graphics fine, that means the correct (or at least a working) driver is loaded!

    The problem is xfix failed to detect his screen's limitations, and is booting X in a resolution that exceeds his screen resolution.

    Quick fix (not permanent):
    Once the screen goes black, press [Ctrl + Alt + -] (you might have to do this a few times, wait a few seconds between each) until you get your screen back.

    For a permanent solution, you'll have to reconfigure X or edit the xorg.conf file and remove references to resolutions beyond what your screen can handle.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    for the 1st code it says /ect/X11/xorg.conf: no such file or directory
    Its etc instead of ect. I would suggest you to execute that code again and post output here.

    It looks like Resolutions and Refresh rates problem only. Plug-in External monitor and post the contents of /etc/X11/xorg.conf file here.
    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
  •  
...