Results 1 to 9 of 9

Thread: Booting resolution problem in 10.4

  1. #1
    Join Date
    May 2006
    Beans
    1

    Booting resolution problem in 10.4

    Just after installing Ubuntu 10.4 I had plymuth and console resolution set to my screen native resolution, like 1920x1200. After updates and Nvidia drivers installation i have only 80x30 console:
    from kern.log:
    Code:
    Console: switching to colour frame buffer device 80x30
    so splash screen looks ugly and console is useless for me. How can i set right resolution?

  2. #2
    Join Date
    Apr 2007
    Beans
    23

    Re: Booting resolution problem in 10.4

    Step 1


    You must edit the /etc/default/grub file.

    Open a terminal and paste this:

    Code:
    $ sudo gedit /etc/default/grub
    On line #18, uncomment (uncomment = remove the “#” in front of the line “#GRUB_GFXMODE=640×480” and change the resolution to whatever you want (in my particular case, I changed it to 1680x1050). Here is how it should look:

    Code:
    GRUB_GFXMODE=1680x1050

    Step 2


    edit the /etc/grub.d/00_header file.

    Code:
    $ sudo gedit /etc/grub.d/00_header
    And find the following line: “gfxmode=${GRUB_GFXMODE}” (it’s line 103 on my computer) and under it, paste this:

    Code:
    set gfxpayload=keep

    Step 3


    update Grub 2:

    To update the GRUB, simply run the following command:

    Code:
    $ sudo update-grub
    Once you complete the above steps, restart the computer and you should see the nice Plymouth screen.

  3. #3
    Join Date
    Mar 2007
    Location
    Montreal
    Beans
    32
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Booting resolution problem in 10.4

    Thank you!
    “Don't even think about it and just do it. If you don't, you'll be regretting it the rest of the weekend.” Neil Strauss

  4. #4
    Join Date
    Mar 2007
    Beans
    3

    Re: Booting resolution problem in 10.4

    Many thanks Phentis =D>

  5. #5
    Join Date
    Nov 2006
    Location
    UK
    Beans
    391
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Booting resolution problem in 10.4

    Thanks

  6. #6
    Join Date
    May 2010
    Beans
    1

    Re: Booting resolution problem in 10.4

    hey, im new here and i have one question, when im trying do what u said Phentis appears on my console onething like " [sudo] password for untitled : "
    and after i cant do anything :\

    any help?

  7. #7
    Join Date
    May 2009
    Beans
    Hidden!

    Re: Booting resolution problem in 10.4

    Hi there everyone. I would like to comment the behavior of my computer when i applied the changes to the config files mentioned in this thread . When I rebooted I found that the splash screen had the correct resolution but it was not centered and when I checked the terminal with Ctrl + Alt + F1 I found myself staring at black screen. I did some googling and found that setting the resoultion in the 00_header file was supposed to work too, so I tried that and it set things straight. So in my case the line to add to /etc/grub.d/00_header looks like this:

    Code:
    set gfxpayload=1680x1050

  8. #8
    Join Date
    Mar 2007
    Beans
    2

    Re: Booting resolution problem in 10.4

    Like in josarn case i had same problem, everything not being centered. The quick update to /etc/grub.d/00_header solved eveything. Thanks all.

  9. #9
    Join Date
    Oct 2010
    Beans
    1

    Smile Re: Booting resolution problem in 10.4

    This was very helpful, thank you.

Tags for this Thread

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
  •