|
sudo apt-get install xcompmgr transset
编辑 xorg.conf
查找
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "CI:0:2:0"
Option "RenderAccel"
EndSection
添加Option "RenderAccel"
在末尾加入
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
再在用户目录里添加.gnomerc
添加xcompmgr -c -f
重启就可以看到阴影效果
要透明只要在终端里运行transset 0.5
会出现一个十字鼠标,点击窗口就可以使该窗口透明
其中0.5是指透明度,如果是0的话你就看不到窗口了 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|