Chinaunix首页 | 论坛 | 博客
  • 博客访问: 666231
  • 博文数量: 156
  • 博客积分: 6010
  • 博客等级: 准将
  • 技术积分: 1201
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-05 20:08
文章分类

全部博文(156)

文章存档

2010年(13)

2008年(39)

2007年(104)

我的朋友

分类: LINUX

2010-05-13 23:46:55

After installing the Nvidia Proprietary Drivers, Plymouth doesn’t work anymore, and the boot images looks… horrible, because it’s designed to use the nouveau driver,and since you’re using the nvidia proprietary driver, it’s kind of buggy. To make it work, it needs some small adjustments to be done.
Edit the grub:

sudo gedit /etc/default/grub

and uncomment by removing the # the line

#GRUB_GFXMODE=640x480

Change the resolution to whatever you like, for me it worked perfectly with

GRUB_GFXMODE=1280x800

Then, edit the following file:

sudo gedit /etc/grub.d/00_header

,search for the following line:

gfxmode=${GRUB_GFXMODE}

and past this line under it:

set gfxpayload=keep

The last thing to do is update the grub by typing

sudo update-grub

That’s all, but be careful not to make any mistake, because you Ubuntu might not start



阅读(1726) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~