Results 1 to 5 of 5

Thread: Upgrade from 12.04 to 12.10, blank screen on boot

Hybrid View

  1. #1
    Join Date
    Mar 2013
    Beans
    3

    Upgrade from 12.04 to 12.10, blank screen on boot

    I upgraded my laptop (a Dell Vostro) from Ubuntu 12.04 to 12.10, and now I'm getting a blank screen on boot. If I boot in recovery mode, I can get to a command prompt. I had a look at /var/log/Xorg.log. It failed saying "no screens found", and "No drivers available". It tried intel, vesa, modesetting and fbdev, within messages like:

    'Failed to load module "intel (module does not exist)"'

    Snippet from lspci -v:


    Intel Corp 3rd Gen Core processor Grahics Controller (rev 09)
    Subsystem: Dell Device 0562
    Kernel driver in user: i915

    Any help much appreciated!
    Last edited by MattRussellUK; March 26th, 2013 at 09:33 PM. Reason: solved

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgrade from 12.04 to 12.10, blank screen on boot

    Quote Originally Posted by MattRussellUK View Post
    I upgraded my laptop (a Dell Vostro) from Ubuntu 12.04 to 12.10, and now I'm getting a blank screen on boot. If I boot in recovery mode, I can get to a command prompt. I had a look at /var/log/Xorg.log. It failed saying "no screens found", and "No drivers available". It tried intel, vesa, modesetting and fbdev, within messages like:

    'Failed to load module "intel (module does not exist)"'

    Snippet from lspci -v:


    Intel Corp 3rd Gen Core processor Grahics Controller (rev 09)
    Subsystem: Dell Device 0562
    Kernel driver in user: i915

    Any help much appreciated!
    1st insure ensure that it "is" there or not...
    Code:
    dkg -l | grep -i intel
    The package should be "xserver-xorg-video-intel". If for some reason it's not there, install it. But...

    Thinking it's there and just not working. There is a known bug last week on the current kernel in 12.10 affecting some Intel GPU's. The work-around (easiest) was to run on an earlier kernel (select from the Grub Menu) and to keep running upgrades to check for the next kernel upgrade, which should correct that.

    Intel GPU support is default in kernel and Xorg... but something happened with that last kernel upgrade in 12.10. Trying the mainline kernel of that version, same, as it was an upstream problem.
    Last edited by MAFoElffen; March 26th, 2013 at 07:00 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Mar 2013
    Beans
    3

    Re: Upgrade from 12.04 to 12.10, blank screen on boot

    I have xserver-xorg-video-intel-lts-quantal 2;2.20.9-0ubuntu2~precise2. dpkg --status says it's "Status: deinstall ok config-files". I've tried installing plain xserver-xorg-video-intel, but get told: "The following packages have unmet dependencies: Depends: xserver-xorg-core >= 2:1.22.99.901". I do have xserver-xorg-core-lts-quantal 2:1.13.0-0ubuntu6.1~precise2 currently installed -- do I need to somehow swap these lts-quantal packages out? Where did they come from?

  4. #4
    Join Date
    Mar 2013
    Beans
    3

    Re: Upgrade from 12.04 to 12.10, blank screen on boot

    OK, this sorted me out:

    Code:
      sudo apt-get purge xserver-xorg-lts-quantal
      sudo apt-get purge xserver-xorg-core-lts-quantal
      sudo apt-get install xserver-xorg

  5. #5
    Join Date
    Nov 2008
    Beans
    3

    Thumbs up Re: Upgrade from 12.04 to 12.10, blank screen on boot

    Quote Originally Posted by MattRussellUK View Post
    OK, this sorted me out:

    Code:
      sudo apt-get purge xserver-xorg-lts-quantal
      sudo apt-get purge xserver-xorg-core-lts-quantal
      sudo apt-get install xserver-xorg

    That worked for me, thank you!
    Last edited by eddo22; March 18th, 2014 at 06:13 PM.

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
  •