大家帮忙分析一下是什么原因阿
显卡驱动安装正常,安装了ati的驱动后,直接运行beryl,出现下面的情况
装好驱动后
debian:~# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600 Generic
OpenGL version string: 2.0.6234 (8.32.5)
debian:~# beryl-manager
debian:~# beryl: No composite extension
修改xorg.conf
在device里加入
#add use beryl
#Option "XAANoOffscreenPixmaps" # Optional if NVIDIA drivers are used
Option "AddARGBGLXVisuals" "On"
#add use beryl
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
#add use beryl
#Option "XAANoOffscreenPixmaps" # Optional if NVIDIA drivers are used
Option "AddARGBGLXVisuals" "On"
#add use beryl
EndSection