在 Ubuntu 12.04 中,当我通过 登录时lightdm
,会出现一个“幽灵”窗口。此窗口不显示任何内容。相反,它的边框闪烁并垂直向下移动。
当我xprop
这样做时,它报告说是WM_CLASS(STRING) = "gnome-settings-daemon", "Gnome-settings-daemon"
。
我可以通过两次杀死它来摆脱闪烁的幽灵窗口:
killall -9 gnome-settings-daemon
killall -9 gnome-settings-daemon
这将使窗口停止闪烁。
从终端重新启动后,gnome-settings-daemon
我没有看到闪烁的窗口,但我的.xsession-errors
文件报告:
failed to create drawable
compiz (core) - Warn: glXCreatePixmap failed
compiz (core) - Warn: Couldn't bind background pixmap 0x3e00001 to texture
compiz (decor) - Warn: failed to bind pixmap to texture
先前的错误.xsession-errors
是:
compiz (decor) - Warn: failed to bind pixmap to texture
compiz (opengl) - Info: Couldn't bind redirected window 0xa0000b to texture
怎么了?