https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/141001
我的compiz一直用的是gtk-window-decorator而没有用emerald
经常发生的状况是启动后所有程序的标题栏字体变得出奇的大
必须要把Appearance里改成None再改回来才正常
这是compiz的一个bug 参见以上的连接
应该是compiz没有接收到gnome的屏幕DPI参数
可惜目前compiz还没有相应的升级可以修补这个bug
但是有人给出了一个workround

jasbur

wrote
on 2007-10-16:
It
is a dpi problem. Apparently it has something to do with compiz
starting before gdm ( or the other way around). drvista on the ubuntu
forums managed to find a fix though. It worked for me at least.

In /etc/gdm/gdm.conf change:

[server-Standard]
name=Standard server
-command=/usr/bin/X -br -audit 0

to

[server-Standard]
name=Standard server
-command=/usr/bin/X -br -audit 0 -dpi 96

修改/etc/gdm/gdm.conf文件里相应的行 重新登录一次 应该就没问题了