[1]
sudo apt-get install v86d
sudo gedit /etc/default/grub
#GRUB_GFXMODE=640x480
and chagne for this one (of course choose your resolution)
GRUB_GFXMODE=1440x900-24
GRUB_GFXPAYLOAD_LINUX=keep
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u
sudo update-grub2
[2]
wget http://launchpadlibrarian.net/121675171/fixplymouth
chmod +x fixplymouth
./fixplymouth
[3]
In Grub press C and enter vbeinfo. It will show supported resolutions
Boot Ubuntu and in terminal write sudo gedit /etc/default/grub
After line #GRUB_GFXMODE=640x480 write GRUB_GFXPAYLOAD_LINUX=1920x1080-32 (here your supported resolution)
Next in terminal: echo "FRAMEBUFFER=y" | sudo tee -a /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u -k all
sudo update-grub
který je podle vás nejlepší?
