|
|
DEBIAN4.0 ETCH,ATI9550 AGP 128M卡,己安装ATI官方最新的驱动,8.37.6,BERYL也成功安装,但是无法启用,
在终端输入BERYL,所有窗口没有边框,没响应。
我的XORG.CONF文件中关于Section "Device"内容如下:“
Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "fglrx"
BusID " CI:1:0:0"
Option "ColorTiling" "true"
Option "EnablePageFlip" "true"
Option "AGPMode" "8"
Option "AccelMethod" "XAA"
Option "GartSize" "128"
Option "BusType" "AGP"
Option "AGPFastWrite" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection
文件未尾也加上了
Section "Extensions"
Option "Composite" "Enable"
EndSection
终端运行beryl后有如下提示:
提示如下:
debian:/home/mulan# beryl
**************************************************************
* Beryl system compatiblity check *
**************************************************************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : failed
Support for non power of two textures missing
beryl: SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0
请各位指点!! |
|