<br><br><div class="gmail_quote">2009/5/26 The-DarkLord <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
How can i set my driver tu pure OpenGL emulation?<br>
When i set the game to software, i can hear the sound but screen is black.<br>
In the terminal, there is often that &quot;fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16&quot;<br>
Can that be related to the crashes?<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>Theoretically... however I don&#39;t think that is the case. To change the driver you will have to edit your /etc/X11/xorg.conf, Look for section �Device� it should look more or less like this:<br><br>
Section &quot;Device&quot;<br>�   Identifier     &quot;Generic Video Card&quot;<br>�   Driver         &quot;nvidia&quot;<br>EndSection<br><br>Now where you have �nvidia� (in yours xorg.conf this will say something different... intel maybe?) change it to �vesa� so it looks like this:<br>
<br>Section &quot;Device&quot;<br>�   Identifier     &quot;Generic Video Card&quot;<br>�   Driver         &quot;vesa&quot;<br>EndSection<br><br>Save and restart xserver (sudo /etc/init.d/gdm restart (kdm if you are using kubuntu)). I think Intel drivers use DRI+mesa for direct rendering so setting driver to vesa should switch you to indirect mesa rendering. Note: this will be slow as hell, this is for testing only. When you are done testing simply change back �driver� to what was there earlier and restart xorg.<br>
<br>