Results 1 to 8 of 8

Thread: Booting to Black Screen with Fuzzy Lines

  1. #1
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    [Solved] Booting to Black Screen with Fuzzy Lines

    Running Ubuntu 9.04 64. Tried to install ATi driver today. After what seemed to be a successful install I rebooted only to end up stuck at a black screen with some fuzzy colored lines at the top portion of my screen.

    It goes through a normal boot process, I see the Ubuntu splash loading screen, and right about the time I should be seeing my login window -- instead I get the black screen with fuzzy lines.

    Update: More descriptive...
    - Small red lines at the top 1/4 inch of my screen.
    - About an inch thick green and purple lines 3/4 the way to the top of my screen.
    - The screen blinks three or four times than just sits there, with the weird colored lines.

    Any idea how to fix or just uninstall the driver? I've uninstalled/reinstalled xserver-xorg-video-ati and uninstalled xorg-driver-fglrx -- neither seemed to the fix the problem.
    Last edited by jdorenbush; July 19th, 2009 at 03:50 AM.

  2. #2
    Join Date
    Apr 2008
    Beans
    286

    Re: Booting to Black Screen with Fuzzy Lines

    Boot into "recovery mode", select "drop to a shell", uninstall the driver in question

  3. #3
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Booting to Black Screen with Fuzzy Lines

    Quote Originally Posted by roccivic View Post
    Boot into "recovery mode", select "drop to a shell", uninstall the driver in question
    Thanks for the quick response. I'm at the shell. Any chance you can help with command to uninstall driver? I ran this:
    Code:
    sudo apt-get remove xorg-driver-fglrx
    That apparently didn't work though. I am still having the problem.

    This is the driver.
    Last edited by jdorenbush; July 19th, 2009 at 01:21 AM.

  4. #4
    Join Date
    May 2007
    Location
    Georgia
    Beans
    160
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Booting to Black Screen with Fuzzy Lines

    I believe the correct command would be "sudo dpkg-reconfigure xserver-xorg" (without the quotes)
    Last edited by cwbar_1; July 19th, 2009 at 02:50 AM. Reason: forgot sudo

  5. #5
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    Re: Booting to Black Screen with Fuzzy Lines

    Quote Originally Posted by roccivic View Post
    Boot into "recovery mode", select "drop to a shell", uninstall the driver in question
    id suggest that too

  6. #6
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Booting to Black Screen with Fuzzy Lines

    Quote Originally Posted by philcamlin View Post
    id suggest that too
    I did uninstall it. At least I think I did. sudo apt-get remove xorg-driver-fglrx

    Quote Originally Posted by cwbar_1 View Post
    I believe the correct command would be "sudo dpkg-reconfigure xserver-xorg" (without the quotes)
    I ran through that process too. No luck.
    Last edited by jdorenbush; July 19th, 2009 at 03:00 AM.

  7. #7
    Join Date
    May 2007
    Location
    Georgia
    Beans
    160
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Booting to Black Screen with Fuzzy Lines


  8. #8
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Booting to Black Screen with Fuzzy Lines

    Quote Originally Posted by cwbar_1 View Post
    Thanks. I got it fixed. From that link I found https://wiki.ubuntu.com/X/Troublesho...thRadeonDriver

    Just did all of the following:
    Code:
      sudo /usr/share/ati/fglrx-uninstall.sh  # (if it exists)
      sudo apt-get remove --purge fglrx*
      sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon 
      sudo apt-get install xserver-xorg-video-ati
      sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
      dpkg-reconfigure xserver-xorg

Bookmarks

Posting Permissions

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