|
|
lee@debian:~$ glxinfo
name of display: :0.0
DISPATCH ERROR! _glapi_add_dispatch failed to add glBlendEquationSeparate!
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramLocalParameters4fvEXT !
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramEnvParameters4fvEXT!
libGL warning: 3D driver claims to not support visual 0x4b
DISPATCH ERROR! _glapi_add_dispatch failed to add glBlendEquationSeparate!
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramLocalParameters4fvEXT !
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramEnvParameters4fvEXT!
display: :0 screen: 0
direct rendering: Yes
删除了ATI 的FGLRX驱动。采用DEBIAN自带的XSERVER-XORG-ATIMESA 驱动。
lee@debian:~$ lspci | grep ati
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
lee@debian:~$ beryl --test
**************************************************************
* 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 ...
DISPATCH ERROR! _glapi_add_dispatch failed to add glBlendEquationSeparate!
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramLocalParameters4fvEXT!
DISPATCH ERROR! _glapi_add_dispatch failed to add glProgramEnvParameters4fvEXT!
libGL warning: 3D driver claims to not support visual 0x4b
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2048x2048) |
|