Results 1 to 3 of 3

Thread: Noble: incorrect resolution on boot (640x480?)

  1. #1
    Join Date
    Nov 2013
    Location
    EU
    Beans
    11
    Distro
    Ubuntu

    Question Noble: incorrect resolution on boot (640x480?)

    Successfully upgraded from Mantic to Noble, however one niggly thing occurs now:

    My install is LUKS encrypted. When I get prompted for the decryption password, that particular screen is at the wrong resolution (640x480?). After entereing the password it then resumes booting and jumps into the correct native resolution (1600x900).

    I have managed to fix it by adding GRUB_GFXMODE=1600x900 and GRUB_GFXPAYLOAD_LINUX=keep to /etc/default/grub

    I am still wondering though why is this happening? It was booting straight to the native res under Mantic so what changed? Although the above fixes it, I can still see a clear flashing screen where it now starts at 1600x900, then screen goes black for 1 sec, then back to 1600x900 whereas in Mantic it just straight booted at the native res and kept it throughout the boot phase.

    Any tips will be appreciated. Thanks.

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

    Re: Noble: incorrect resolution on boot (640x480?)

    For one: The kernel version. (6.5 vs 6.8)

    In that part of the boot process, the machine's graphics are controlled by the BIOS and kernel KMS hints, which you resolved by editing the /etc/default/grub file (correctly). There a few ways to pass that from Grub, which basically do the same thing.

    If you read the first post in my Graphics Resolution sticky in my signature line, in this section, I explain that. It's been the same basic concepts since around 2011.

    Once you log into the Desktop, then the Linux Graphics Layer initializes, and uses graphics drivers for the specific GPU. So there is a hand-off between.

    "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
    Nov 2013
    Location
    EU
    Beans
    11
    Distro
    Ubuntu

    Re: Noble: incorrect resolution on boot (640x480?)

    Quote Originally Posted by MAFoElffen View Post
    For one: The kernel version. (6.5 vs 6.8)
    oh right, good point.

    Quote Originally Posted by MAFoElffen View Post
    If you read the first post in my Graphics Resolution sticky in my signature line, in this section, I explain that.
    Was literally reading it just now, great stuff! Cheers!

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
  •