Hello,<br><br>im trying to launch the gtkcairo demo program on a linux machine. It happens to complain<br>&nbsp;The program &#39;demo&#39; received an X Window System error.<br>This probably reflects a bug in the program.<br>The error was &#39;BadLength (poly request too large or internal Xlib length erro&#39;.
<br>&nbsp; (Details: serial 215 error_code 16 request_code 142 minor_code 1)<br>&nbsp; (Note to programmers: normally, X errors are reported asynchronously;<br>&nbsp;&nbsp; that is, you will receive the error a while after causing it.<br>&nbsp;&nbsp; To debug your program, run it with the --sync command line
<br>&nbsp;&nbsp; option to change this behavior. You can then get a meaningful<br>&nbsp;&nbsp; backtrace from your debugger if you break on the gdk_x_error() function.)<br><br><br>when i am calling<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self-&gt;glitz_surface =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; glitz_surface_create (drawable, format, width, height,&nbsp;&nbsp;&nbsp;&nbsp; 0, NULL);
<br><br><br>I have no problem running pure opengl applications (for ex. from nehe) on&nbsp; the same machine.<br>Could anybody tell me why cant i get glitz surface created ? And i have no problem running this program on other linux machine.
<br><br>Thanks.<br><br>Ignas<br>