我們知道在 GNOME 2.22 中的 Metacity 窗口管理器已經具有了混合特效,但是默認情況下這些混合特效並沒有被打開。如果你已經安裝了 GNOME 2.22,且當前所用的顯卡也支持,那麼可以使用以下方法來打開 Metacity 的混合特效。
按 Alt + F2,打開“運行應用程序”對話框。輸入 gconf-editor,並按回車。
導航到 Apps->metacity->general,並選中 compositing_manager。
你也可以執行下面的終端命令來打開 Metacity 的混合特效:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
要關閉 Metacity 的混合特效則執行:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false