`
isiqi
  • 浏览: 16078379 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

ubuntu终于打开桌面特效了!Desktop effects could not be be enabled的解决办法

阅读更多

1. Get nvidia beta driver install:下载NVIDIA的驱动,不按下面说的,去官方去下载吧!http://www.nvidia.com/

yum install kmod-nvidia --enablerepo=livna-testing

2. Get Xorg.conf ready:设置好Xorg.conf文件
gconftool-2 -s "/apps/metacity/general/compositing_manager" --type bool true 在终端执行这个命令

Add the following in /etc/X11/xorg.conf:在/etc/X11/xorg.conf文件添加如下(下面的三行代码到最后面)内容:

Section "Extensions"
Option "Composite"
EndSection

In the "Device" section, add:在"Device"设置中添加下面的一行:
Option "AddARGBGLXVisuals" "True"

In the "Module" section, add:在"Module"设置中添加下面的一行:
Load "extmod"

3. Logout, login again and type: desktop -effects 注销,再次登录,在终端输入desktop -effects ,然后启动!

Enable the effects .


我太高兴了,找到了这个,我终于启动了我的3D了,COOL!SAY GOODBYE TO MY VISTA!

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics