hi there,
i have a running nvidia card and when i launch an 3d app without a running compiz all works fine. but if i start compiz or an other comp-manager (like the new kde-one) all 3d apps doesent start an i get the following message:
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 29
Current serial number in output stream: 29
libxcb: WARNING! Program tries to lock an already locked connection,
which indicates a programming error.
There will be no further warnings about this issue.
iam using this xorg opts:
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
VendorName "NVidia"
Option "NvAGP" "1"
BoardName "GeForce Go 7600"
Screen 0
EndSection
Section "Screen"
...
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
...
Section "Extensions"
Option "Composite" "Enable"
EndSection
driver is the latest stable nvidia closed source. the most stupid is, that i cant test my 3d engine while compiz is running. ):