<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>Thanks! I don’t think I would have ever thought of that.  It works great now.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Regards,<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Travis Allen</span></b><b><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><br></span></b><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Software Developer<br>Audio/Video Innovations<br><a href="mailto:tallen@avi-electronics.com" title="blocked::mailto:tallen@avi-electronics.com mailto:tallen@avi-electronics.com">tallen@avi-electronics.com</a><br>V 905-331-5695 x228<br>F 905-331-7432<br></span><span style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:blue'>Audio/Video Innovations Inc. CONFIDENTIALITY NOTE:<br>The content contained in this e-mail transmission is legally privileged and confidential information intended only for the use of the individual or entity named herin.  If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this transmission is strictly prohibited.</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Alexander Lam [mailto:lambchop468@gmail.com] <br><b>Sent:</b> Thursday, June 23, 2011 12:20 PM<br><b>To:</b> Travis Allen<br><b>Subject:</b> Re: [Intel-gfx] Serious Performance Issue<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>945 class hardware has a known bug where when the CPU is in deep C states (C2 or deeper) the vblank interrupt does not wake the CPU up.<br><br><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30364" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=30364</a><br><br>Newer versions of mesa disable sync-to-vblank by default to avoid this problem.<br>On older versions (which I guess 11.04 has?) the env var vblank_mode controls vblank (I think setting it to 0 disables it?)<o:p></o:p></p><div><p class=MsoNormal>On Thu, Jun 23, 2011 at 12:04 PM, Travis Allen <<a href="mailto:tallen@avi-electronics.com" target="_blank">tallen@avi-electronics.com</a>> wrote:<o:p></o:p></p><p class=MsoNormal>I am using an D945GSEJT board.<br><br>Essentially what I am trying to do is run 1 single app on top of X (no window manager, login, etc).  What I did is install a command-line only Ubuntu 11.04, install xorg through apt, update the intel driver to 2.15.0, and use "startx /blah/blah" to launch X and the app.  The OpenGL performance was so bad that if you use glxgears as the only app running it would only get about 27FPS and looks just horrible.<br><br>Using glxinfo I double checked that it is not using Software Rendering, so I am not sure what I am doing wrong.  If I install full blown Kubuntu 11.04 and update the intel driver to 2.15.0, log in, and check performance there it runs perfectly fine.<br><br>The really weird thing? When using plain X with no window manager if you move the mouse constantly or hold down a keyboard key the framerate increases immensely.<br><br>Can someone help me out here?  I am beyond confused as to what could be causing this.  In theory the only difference between the full blown Kubuntu build and the Window-manager-less X build is KDE (especially since I ensured both are using the correct OpenGL renderer).<br><br><br>Travis<br>_______________________________________________<br>Intel-gfx mailing list<br><a href="mailto:Intel-gfx@lists.freedesktop.org" target="_blank">Intel-gfx@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/intel-gfx" target="_blank">http://lists.freedesktop.org/mailman/listinfo/intel-gfx</a><o:p></o:p></p></div><p class=MsoNormal><br><br clear=all><br>-- <br>Alexander Lam<o:p></o:p></p></div></div></body></html>