|
|
以前使用fedora 7 自带的compiz 桌面3D效果基本正常(除了偶尔出现边框消失之外),自从升级了compiz 之后就出现菜单、任务栏阴影为白色的现象(菜单周围一圈白色)。运行desktop-effects之后提示如下:
[way@way ~]$ desktop-effects
False
True
* Executing: /usr/bin/compiz --replace --sm-disable --ignore-desktop-hints ccp
* Intel found, exporting: INTEL_BATCH=1
* No GLX_EXT_texture_from_pixmap present with direct rendering context
... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
/usr/bin/compiz (cube) - Warn: Failed to load slide: freedesktop
/usr/bin/compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
/usr/bin/compiz (cubecaps) - Warn: Failed to load image: compizcap.png
/usr/bin/desktop-effects:200: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
gtk.timeout_add(1000, update_timer_label,timerdata)
False
5165
True
* Executing: /usr/bin/compiz --replace --sm-disable --ignore-desktop-hints ccp
* Intel found, exporting: INTEL_BATCH=1
* No GLX_EXT_texture_from_pixmap present with direct rendering context
... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
/usr/bin/compiz (cube) - Warn: Failed to load slide: freedesktop
/usr/bin/compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
/usr/bin/compiz (cubecaps) - Warn: Failed to load image: compizcap.png
后来安装了beryl 之后一切正常,但是compiz 则是一直没有边框。最后安装了最新的compiz fusion,仍然是没有边框。我的显卡是intel 的82945G/GZ 集成显卡,xorg 如下:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
哪位老大知道是什么地方出了问题? |
|