|
发表于 2005-11-19 12:16:24
|
显示全部楼层
安装xcompmgr和transset或transset-df,
在/etc/X11/xorg.conf中加入
- Section "Extensions"
- Option "Composite" "Enable"
- EndSection
复制代码
Nvidia显卡可能还需要在Section Device中加入
Option "RenderAccel" "true"
ATI显卡
Option "backingstore" "true"
最后可以
xcompmgr -c 试一下,
KDE3.42中可以在ControlCenter中打开Transparency,
大体上就这样了。 |
|