xgl的更新

今天更新系统后发现又出现XGL/aiglx的老问题了:menu bar消失。
到ubuntuforums上一看,已经有解决方案了。原来是compiz使用了新的启动方法了:

compiz-start

修改插件可以使用:

csm

注意在使用csm命令前要修改.compiz目录的权限:

chmod 755 ~/.compiz -R

还可以在会话中加入compiz-start。

不过,I915下要把blue和water效果去掉,否则速度会很慢的。

This entry was posted in Linux and tagged . Bookmark the permalink.

One Response to xgl的更新

  1. wlx [微博 ] says:

    感觉aiglx还不是很稳定,因此还是启用startcompiz命令:

    #!/bin/sh
    if [ ! -f /tmp/Xgl-session ];then
    exit 1
    else
    rm /tmp/Xgl-session
    compiz-start
    fi

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string zTW5ru to the field below:

以新浪微博帐号登录