[Wine] OpenGL issues with Counter Strike

Daniel Skorka skorka at gmx.net
Mon Jun 5 10:45:07 CDT 2006


Wei-Tsun Sun <wsun013.wine at gmail.com> wrote:
> ./glxinfo
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 5.0.3 radeon (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/radeon_dri.so
> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenByBusid: drmOpenMinor returns 4
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> display: :0  screen: 0
> direct rendering: Yes
> server glx vendor string: SGI
> server glx version string: 1.2

Here's your problem. glXChooseFBConfig is 'officially' not available for
GLX version below 1.3 (in case of client/server differences, the lower
version is significant). However, since many drivers (in particular
binary drivers) chose to implement it irrespective of GLX version,
the wine code was changed to use it. On most systems, it is indeed 
available; you are one of the unlucky few where it is not. There is
little you can do besides wait until your X server supports it.

Daniel


More information about the wine-users mailing list