1) Install v86d and hwinfo package
$ sudo apt-get install v86d hwinfo2) Check maximum resolution supported when running Plymouth
$ sudo hwinfo --framebuffer3) Edit the resolutions in the GRUB2 files
$ sudo gedit /etc/default/grubAssuming your monitor can support 1280x1024, otherwise change it to whatever resolution supported by your monitor
4) Change the text below
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"then look for the text below
#GRUB_GFXMODE=640x480and change it to
GRUB_GFXMODE=1280x10245) Edit another file
$ sudo gedit /etc/initramfs-tools/modules6) Add the following line at the end of the file
uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap7) Run
$ echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash8) Update Grub
$ sudo update-grub29) Generate new splash screen
$ sudo update-initramfs -u
No comments:
Post a Comment