|
|
发表于 2006-10-13 13:46:41
|
显示全部楼层
Post by hijy
删除compiz,使用如下方法:
rpm -e compiz (as root)
rm /etc/opt/gnome/gconf/schemas/compiz.schemas (if its still around)
gconftool-2 --recursive-unset /apps/compiz (as root as well as user)
rm -R ~/.compiz/compiz_settings (as user)
括号内为注释。
是不是还要加上下面的步骤?
Add the following to that xorg.conf
in "screen"
Option "AddARGBGLXVisuals" "True"
Section "Extensions"
Option "Composite" "Enabled"
EndSection
6. If you had compiz installed run gnome-xgl-switch --disable-xgl
7. If you dont have the above command, set DISPLAYMANAGER_XSERVER="Xorg" in /etc/sysconfig/displaymanager
8. init 5, login as user and run beryl-manage |
|