Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Flashing screen on 11.04

  1. #1
    Join Date
    Jul 2010
    Location
    Sweden
    Beans
    17
    Distro
    Ubuntu 11.04 Natty Narwhal

    Flashing screen on 11.04

    I've just downloaded and installed Ubuntu 11.04 (amd64) and every time I boot i get a flashing screen. I didn't have any problems at all with the LiveCD. The graphics card and my wireless adapter worked out of the box. But after the install it won't work. I can choose the OS in GRUB and then there's a purple screen. After that the screen starts flashing and I can hear the login sound.

    I have tried using "nomodeset" but that didn't work either. There is no flashing, just a purple screen all the time. But it was possible to enter tty. I also tried booting the Recovery Mode but it just loads and then a pink flashing screen appears.

    The graphics card is a XFX Radeon HD6870 1GB.

    Any help is appreciated.

  2. #2
    Join Date
    Apr 2011
    Beans
    5

    Re: Flashing screen on 11.04

    I have the same issue - running 10.10 until today with no problems. 9 hours ago upgrade to 11.04 popped, so I upgraded. After reboot there is only purple screen and then black screen is flashing with some white-on-black loading text ("setting up xy... [OK]" and so).

    Please, someone help, because now I have unusable machine ...if noone can help, I would like to know how to downgrade to 10.10 - still better than flashing screen.

  3. #3
    Join Date
    Apr 2011
    Beans
    8

    Re: Flashing screen on 11.04

    I am also having a similar problem. After upgrading my screen is mostly black after the grub screen. I get a slight flicker of color, mostly like static. I have an Nvidia card.

  4. #4
    Join Date
    Jan 2011
    Location
    Portland, OR
    Beans
    2,254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Flashing screen on 11.04

    Please do this (for all three posters above) :

    Code:
    gksudo gedit /etc/default/grub
    and change this line:

    #GRUB_GFXMODE=640x480

    to this:

    GRUB_GFXMODE=640x480

    Then save and exit the document.


    Then do:

    Code:
    sudo update-grub

    The Hedge



    p.s. ~Aquatic - you MAY need one more setting - but this should get you most of the way there.
    Last edited by Hedgehog1; April 28th, 2011 at 09:38 PM. Reason: Added p.s.
    Look at all those flashing lights! I'll take one!

    The Ubuntu Forums - our little Global Village

  5. #5
    Join Date
    Apr 2011
    Beans
    8

    Re: Flashing screen on 11.04

    Sorry for the noob question. How do I get to a terminal screen? Once I leave the grub screen, I can't see anything. This includes Recovery mode. Right after I choose the OS on the grub screen my screen goes black with static color.
    Last edited by mwedemeier; April 28th, 2011 at 09:58 PM.

  6. #6
    Join Date
    Apr 2011
    Beans
    8

    Re: Flashing screen on 11.04

    I was able to boot up under the previous linux versions (2.6.35-27-generic) option. I did what you said and rebooted again. I still get the same issue.

  7. #7
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: Flashing screen on 11.04

    Can you hear the login sound? If so, please press Ctrl + Alt + F1 at the blank or hang screen and see if the tty1 appears. If yes, login using your credentials, if it doesn't appear, from the Grub menu (you'll need to press and hold <Shift> key from Bios screen) select 'Recovery Mode' and then 'Drop to root shell'. Follow the commands below.

    Code:
    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
    Note, capital 'X' for X11. The commands are case-sensitive. If it returns an error like file not found, no problem, proceed to the next command anyways.

    Code:
    sudo dpkg-reconfigure xserver-xorg
    Code:
    sudo reboot now
    Lets hope you can see the desktop now. If you can't, we will need to see the outputs of these commands.

    Code:
    lspci | grep VGA
    Code:
    glxinfo | grep Vendor

  8. #8
    Join Date
    Apr 2011
    Beans
    8

    Re: Flashing screen on 11.04

    I am getting the start up sound. In fact, it even sounds like I can log in.

    Ctrl+alt+F1 did nothing.

    I can see the recovery option in Grub, but when I select it, it gets to "loading RAMDISK." Then I get the black screen again.

  9. #9
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: Flashing screen on 11.04

    Quote Originally Posted by mwedemeier View Post
    I am getting the start up sound. In fact, it even sounds like I can log in.

    Ctrl+alt+F1 did nothing.

    I can see the recovery option in Grub, but when I select it, it gets to "loading RAMDISK." Then I get the black screen again.
    If there are multiple kernels, did you try the Recovery Mode from an older kernel?

  10. #10
    Join Date
    Apr 2011
    Beans
    8

    Re: Flashing screen on 11.04

    For some reason I am able to boot into the desktop if in the grub I press 'e' , then add the line 'nomodeset.' However, each time I reboot I have to redo this. Also the resolution is 640*480, I think.

    I tried your steps 1-3 once I got in and that did not work.

    lpsci | grep VGA

    I get:
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GTX 460M] (rev a1)



    glxinfo | grep Vendor

    I get:
    The program 'glxinfo' is currently not installed. You can install it by typing:
    sudo apt-get install mesa-utils

Page 1 of 2 12 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
  •