Results 1 to 5 of 5

Thread: Undefined video at start-up.

  1. #1
    Join Date
    Nov 2006
    Beans
    154

    Undefined video at start-up.

    When I start in Hardy,the screen shows:
    "Starting up...
    Undefined video mode number: 2f6
    Press <ENTER> to see video modes available, <SPACE> to continue, or
    wait 30 secs."
    Entering any of the modes shown, presssing Space, or waiting, starts the
    up-splash screen and the computer works perfectly.
    Is there any way to get rid of the message so it will skip that step or is it necessary in Hardy?
    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    Marlborough, UK
    Beans
    519
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Undefined video at start-up.

    It isn't necessary - check your xorg.conf for errors, and make sure that your resolution doesn't have a typo. You could also check the grub boot line in menu.lst for typos in the framebuffer command. Apart from that, i'm out of ideas...
    Ubuntu user #11075
    Howto: AwesomeWM (OUTDATED) || My BitBucket Page || My deviantArt page
    If you find a post helpful, click the medal icon to give thanks!
    Quote Originally Posted by chucky chuckaluck View Post
    ... wallpaper is a tiling of the opera icons.

  3. #3
    Join Date
    Nov 2006
    Beans
    154

    Re: Undefined video at start-up.

    Thanks for the help.

  4. #4
    Join Date
    Jun 2008
    Beans
    1

    Re: Undefined video at start-up.

    I've got the same problem and I'm wondering if you've solved it or if anyone else has solved it? For me the problem started to appear when I used a VGA screen instead of DVI.

  5. #5
    Join Date
    Mar 2007
    Location
    Coral Gables, FL
    Beans
    27

    Re: Undefined video at start-up.

    I was having the same problem where it would say that I had an undefined video mode and would just give me some choices.

    Silly enough when you look at the choices it says something like...

    Code:
    1 80x50 0F02
    2 80x20 0F01
    or something to that effect. All I actually did to get around this was decide which one of the choices that i preferred and wrote down the "0F02" part. Then I edited my menu.lst boot options to say vga=0F02 instead of vga=795 or whatever it was originally. Worked without a hitch.

    Code:
    sudo nano /boot/grub/menu.lst
    and near the bottom is the list of your boot options. the different kernels you have available and Windows if you have it. Find the kernel that you use and simply change the vga=XXX part to one of the choices that you see during boot up (ex. 0F02). Save and reboot. Good luck!

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
  •