Results 1 to 2 of 2

Thread: 24.04 - Big and ugly plymouth splash screen

  1. #1
    Join Date
    Aug 2014
    Beans
    31

    24.04 - Big and ugly plymouth splash screen

    Hi,
    I run Ubuntu 24.04 with kernel 6.8.8
    Gpu : Nvidia GeForce GTX 970 and driver version :550.78
    Display resolution : 2560x1440

    How to fix boot splash screen resolution and obtain splash screen with normal size ?

    Thanks.

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

    Re: 24.04 - Big and ugly plymouth splash screen

    At the Grub2 Menu, press the <C> key. At the Grub prompt...
    Code:
    videoinfo
    Write down the resolution that grub see/you want to use. Those will be valid for your BIOS/GPU/Display combination.

    Press the <Esc> key to return to the menu and boot.

    Edit the Grub Default file
    Code:
    sudo nano /etc/default/grub
    Lets say you want to use 1920x1080... Make these changes
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="-- quiet splash video=uvesafb:1920x1080-32@60,mtrr:3,ywrap,noblank"
    GRUB_GFX_MODE=1280x1024x32

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

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
  •