Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: 11.04 - Input not supported!

  1. #11
    Join Date
    Sep 2009
    Beans
    5

    Re: 11.04 - Input not supported!

    Figured it out thanks to trying a few suggestions found elsewhere on this forum.

    Seems, for whatever reason, grub, a boot time loader, doesn't use a default graphics mode supported by all monitors at boot time. I'm sure glad BIOS companies haven't made this move...

    Anyway, for those that follow, here's what I did.

    1. To boot into ubuntu, immediately after the BIOS messages flash, I press the arrow down key, then the enter key.

    2. Once a menu appears with some entries showing garbage characters, arrow up and down a few times to refresh the choices so they can be read. Choose the choice that says something like "run in safe graphics mode".

    Note: If you get a blue screen at this point labeled MEMTEST, then you've invoked the wrong thing. Hit ESC key and reboot and try #2 again.

    3. If asked after #2, choose the message with something like "run in safe graphics mode just this one time/session/boot"

    4. When you get unix booted, go to a terminal session. If you have classic ubuntu running, choose "Accessories", then "terminal".

    5. Do the following:

    Quote Originally Posted by Hedgehog1 View Post
    After you boot into Ubuntu, please do this:

    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


  2. #12
    Join Date
    Apr 2005
    Location
    Devonshire
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 11.04 - Input not supported!

    Your solution worked for me too (22" LG monitor). I then tried this instead

    Code:
    GRUB_GFXMODE=1280x1024
    and got a slightly better boot display

  3. #13
    Join Date
    Jan 2012
    Beans
    3

    Re: 11.04 - Input not supported!

    when i minimize firefox and restoe the pc freezes and logs off...i used to get the input not supported and i tried the above mentioned codes...m dual booting ubuntu 11.10 alongside windows 7..please help..m thinking of changing to linux but this is a very serious issue..

Page 2 of 2 FirstFirst 12

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
  •