Re: OpenGL issues with Counter Strike

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Wei-Tsun Sun <wsun013.wine@xxxxxxxxx> 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
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux