|
|
发表于 2007-7-5 11:31:22
|
显示全部楼层
关于在FC7下启动Desktop effects,提示Desktop effects could not be be enabled"的解决办法之一:
1. Get nvidia beta driver install:
yum install kmod-nvidia --enablerepo=livna-testing
2. Get Xorg.conf ready:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
Add the following in /etc/X11/xorg.conf:
Section "Extensions"
Option "Composite"
EndSection
In the "Device" section, add:
Option "AddARGBGLXVisuals" "True"
In the "Module" section, add:
Load "extmod"
3. Logout, login again and type: desktop-effects
Enable the effects. |
|