Quote:
Originally Posted by clowndomination 1-name of display: :0.0
2-display: :0 screen: 0
3:direct rendering: Yes
4-server glx vendor string: NVIDIA Corporation
5-server glx version string: 1.4
6-server glx extensions: |
That seems right.
Quote:
|
care to elaborate on the missing opengl extension?
|
Looking at the whole output of glxinfo you will see them all. These extensions depends on two things: the hardware and the drivers. Some programs might need any special extension to run, for example, compiz (and compositing in general) needs GLX_EXT_texture_from_pixmap.
I don't really know if this is applicable to wine, because it might implement those extensions internally and serve them in any other way instead of passing them to the drivers/hardware... It's just something that slipped onto my mind.
In any case, you might want to ask on the wine site and check the wine application db to see if anyone is having a similar problem. For me it just ran out of the box. It's unplayable, but it runs.
Some other things that I think you could try is:
1.- disable compositing, compiz and alikes if you are using any
2.- disable xinerama, just in case
3.- update your nvidia drivers if you haven't yet
4.- apply all available patches to nwn2
Just some things to try...