Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Updated Ubuntu 12.10 and now all I have is a black screen

  1. #1
    Join Date
    Jun 2011
    Beans
    354

    Updated Ubuntu 12.10 and now all I have is a black screen

    I updated Ubuntu 12.10 and now all I have is a black screen after repeated reboots. Does anyone else have this problem? If so how did you fix this problem?
    Last edited by SUPERFITTER; May 20th, 2013 at 04:59 AM.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Hi SUPERFITTER.

    Do yo have any proprietary graphic driver installed?

    Regards.

  3. #3
    Join Date
    Jun 2011
    Beans
    354

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    I have a duel boot with windows 7 and have a Radeon HD7770 Card with driver. Everything was working perfectly until I updated.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Are you able to see the grub menu?

    If so, I assume you are getting a black screen after selecting Ubuntu?

    Regards.

  5. #5
    Join Date
    Jun 2011
    Beans
    354

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Quote Originally Posted by papibe View Post
    Are you able to see the grub menu?

    If so, I assume you are getting a black screen after selecting Ubuntu?

    Regards.
    Yes to both. Thank you for the help

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Hi --

    Just a quick question before I leave you again in papibe's capable hands...

    Did you update or install fresh?

    If you updated without first disabling the driver for your graphics adapter, that could be part of the problem.

    Best wishes!
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  7. #7
    Join Date
    Jun 2011
    Beans
    354

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    This was a fresh install that I did a couple of months ago. Now I just updated like I have done in the past. How do you disable the driver for your graphics adapter?
    Last edited by SUPERFITTER; May 10th, 2013 at 05:46 AM.

  8. #8
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Thanks. That looks like good news.

    Once you get to the black screen, wait a minute or so, and press Ctrl+Alt+F1 to get to a text-mode console. There you can login as you.

    Once you get to a terminal, run these commands:
    Code:
    sudo service lightdm stop
    
    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
    
    sudo service lightdm start
    If everything goes well, you will get to the graphic desktop.

    Let us know how it goes.
    Regards.

  9. #9
    Join Date
    Jun 2011
    Beans
    354

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    Quote Originally Posted by papibe View Post
    Thanks. That looks like good news.

    Once you get to the black screen, wait a minute or so, and press Ctrl+Alt+F1 to get to a text-mode console. There you can login as you.

    Once you get to a terminal, run these commands:
    Code:
    sudo service lightdm stop
    
    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
    
    sudo service lightdm start
    If everything goes well, you will get to the graphic desktop.

    Let us know how it goes.
    Regards.
    When I booted into Ubuntu I got the desktop picture and that changed from the black screen. I then got a terminal and followed your code. As soon as I got to sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old it said that there is no file by that name. I did it twice and got the same results? I will have to continue tomorrow, time to bed for me. Thanks again for the help
    Last edited by SUPERFITTER; May 10th, 2013 at 06:29 AM.

  10. #10
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Updated Ubuntu 12.10 and now all I have is a black screen

    I see.

    Let's try again. You don't need to reboot as long as you are able to go back to the console using Ctrl+Alt+F1.

    I'm still assuming it is a graphic driver problem, so let's remove the proprietary driver (you can reinstall it later).
    Code:
    sudo apt-get remove --purge  fglrx  fglrx-amdcccle  fglrx-updates  fglrx-amdcccle-updates
    
    sudo reboot
    Let us know how it goes.
    Regards.

Page 1 of 3 123 LastLast

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
  •