<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Framebuffer object creation seg faults</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Dear All,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I am running Fedora 11 x86_64. I am trying to test a sample framebuffer object code segment.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have run some checks on my system including glxinfo and the following code snippet:</FONT>
</P>

<P><FONT FACE="Arial">   if (glewGetExtension("GL_EXT_framebuffer_object") == GL_TRUE)<BR>
   {<BR>
      std::cout << "FBO support" << std::endl;<BR>
   } </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Both these checks tell my FBO is supported on my GM45 chipset with the driver I am using.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">However, when I try to create a FBO with the following call:</FONT>
</P>

<P><FONT FACE="Arial">glGenFramebuffersEXT(1,&fb); </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I am getting a seg fault. I am using the stock Intel graphics driver shipped with FC11. Do I need to update to a more current</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Driver? Will the FBO code work with the latest driver?</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Vahe Avedissian</FONT>
</P>
<BR>
<BR>
<BR>

</BODY>
</HTML>