Terminal:
sudo apt-get install v86d- Replace the following line (line number 9):
gksu gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"with this one:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"- Replace the following line (line number 18):
#GRUB_GFXMODE=640x480with this one:
GRUB_GFXMODE=1280x1024Back in terminal:
gksu gedit /etc/initramfs-tools/modulesWhen the text window appears, add the following line at the end of the file:
uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrapBack in terminal:
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2
sudo update-initramfs -u
0 comments:
Post a Comment