Ubuntu系统3d桌面效果重启消失的问题解决


我用的是ubuntu8.10 前几日用了3d桌面,当时没太注意问题是如何引发的,总之,最后是每次一重启电脑,3d效果就没了,还要重新设置,今天有点时间,在百度上搜了一下,解决了,转载出来,希望帮助更多朋友解决问题:

百度:ubuntu 3d效果 重启消失

在一个外文论坛上找到的,主要操作就是:

执行:gksu gedit /usr/bin/compiz

编辑文件的最后一行,在适当的位置加上:--indirect-rendering 保存即可

-----------------

转载原文:

This isn't really a real answer... I mean it'll get the job done... but there you have it.

gksu gedit /usr/bin/compiz

right at the very bottom it says:

${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS || exec $FALLBACKWM $FALLBACKWM_OPTIONS

Try:

${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS --indirect-rendering "$@" $COMPIZ_PLUGINS || exec $FALLBACKWM $FALLBACKWM_OPTIONS

In place of it.

This changes what it run at the end so even if the script sees that you should run with direct rendering, the final exec line has it within. Easier than hacking up the actual script.

注:本文来源利纳克斯的赛迪博客!


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3