ubuntu 10.04更新显卡驱动后开机画面模糊,在下查找来部分资料,最终解决如下:
step 1.
终端下 sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="ywrap"改为:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x768-24,mtrr=3,scroll=ywrap"
找到 GRUB_GFXMODE 字段,将其开头的“#”去除启用,并将其后的分辨率调整至你的显示器的常规分辨率,如我的是1280x768
step 2.
继续终端下 sudo gedit /etc/grub.d/00_header
在 set gfxmode=${GRUB_GFXMODE}后插入一行
写上
set gfxpayload=keep
step 3.
sudo update-grub
step 4.
sudo reboot
这样就达到效果了。


被折叠的 条评论
为什么被折叠?



