I've set a transparency value, but nothing is transparent?!
Here are some things to check:
1. You must be running a Fluxbox version 0.9.2 or newer. 0.1.x does not contain transparency support.
2. Fluxbox must be restarted for changes in the alpha value to take effect (just choose restart in the menu).
3. You need to have the XRender extension enabled in X, and compiled into fluxbox. Running fluxbox -i and xdpyinfo | grep RENDER should both say "RENDER".
4. You must have set the background with an XRender-compatible tool. fbsetbg comes with fluxbox and tries to make this easy for you, try it (the web page also has list of transparency supporting background tools). Run fbsetbg -i to see if it can find a suitable tool.
所以安装feh,之后重新fbsetbg设置壁纸即可了。
页面
▼
星期五, 十一月 23, 2007
星期一, 十一月 19, 2007
我的坏毛病(坏习惯)
吃饭时:嘴巴吧唧吧唧的有声响。
走路时:不停的往前甩脚。
鼻子是歪的。
嘴巴也有点歪。
说脏话。
总是惹她生气,惹她烦。
不会关心她。
总是认为自己做的是正确的。
小心眼。
皮笑肉不笑。
白头发太多。
所以她就整天和我说,你有毛病啊,你待四啊,你靠边去吧。(组合句:你靠待四啊。)
走路时:不停的往前甩脚。
鼻子是歪的。
嘴巴也有点歪。
说脏话。
总是惹她生气,惹她烦。
不会关心她。
总是认为自己做的是正确的。
小心眼。
皮笑肉不笑。
白头发太多。
所以她就整天和我说,你有毛病啊,你待四啊,你靠边去吧。(组合句:你靠待四啊。)
星期五, 十一月 16, 2007
星期一, 十一月 05, 2007
arch安装ssh后的配置
从pacman来安装openssh,安装后先生成密钥key,运行如下命令:
sudo ssh-keygen -t rsa
把key保存为/etc/ssh/ssh_host_rsa_key
同上,生成一个dsa的key,ssh-keygen -t rsa
修改sshd配置文件/etc/ssh/sshd_config,把Protocol 2处的key地址给取消注释。
运行/usr/sbin/sshd即可。另外修改/etc/rc.conf,把sshd加到daemons就可以跟随系统自启动了。
sudo ssh-keygen -t rsa
把key保存为/etc/ssh/ssh_host_rsa_key
同上,生成一个dsa的key,ssh-keygen -t rsa
修改sshd配置文件/etc/ssh/sshd_config,把Protocol 2处的key地址给取消注释。
运行/usr/sbin/sshd即可。另外修改/etc/rc.conf,把sshd加到daemons就可以跟随系统自启动了。




