<div class="gmail_quote">On Wed, Oct 21, 2009 at 10:18 PM, vitamin <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
Jim Hall wrote:<br>
&gt; err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32 @50! (XRandR)<br>
<br>
</div>Disable twinview, make sure you have all required display modes with different color depths configured in xorg.conf.<br>
<br>
<br>
</blockquote></div><br>Twinview is not enabled according to Nvidia settings. Here is my xorg.conf file. It looks correct, but I might have missed something.<br><br># nvidia-xconfig: X configuration file generated by nvidia-xconfig<br>
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:54:58 PDT 2009<br><br><br>Section &quot;ServerLayout&quot;<br>    Identifier     &quot;Layout0&quot;<br>    Screen      0  &quot;Screen0&quot; 0 0<br>
    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>
    Load           &quot;dbe&quot;<br>    Load           &quot;extmod&quot;<br>    Load           &quot;type1&quot;<br>    Load           &quot;freetype&quot;<br>    Load           &quot;glx&quot;<br>    Load           &quot;bitmap&quot;<br>
    Load           &quot;ddc&quot;<br>    Load           &quot;int10&quot;<br>    Load           &quot;record&quot;<br>    Load           &quot;v4l&quot;<br>    Load           &quot;vbe&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>
<br>    # generated from default<br>    Identifier     &quot;Mouse0&quot;<br>    Driver         &quot;mouse&quot;<br>    Option         &quot;Protocol&quot; &quot;auto&quot;<br>    Option         &quot;Device&quot; &quot;/dev/psaux&quot;<br>
    Option         &quot;Emulate3Buttons&quot; &quot;no&quot;<br>    Option         &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br><br>    # generated from default<br>    Identifier     &quot;Keyboard0&quot;<br>
    Driver         &quot;kbd&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier     &quot;Monitor0&quot;<br>    VendorName     &quot;Princeton&quot;<br>    ModelName      &quot;Ultra95e&quot;<br>    HorizSync       28.0 - 49.0<br>
    VertRefresh     43.0 - 72.0<br>    Option         &quot;DPMS&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>    Identifier     &quot;Device0&quot;<br>    Driver         &quot;nvidia&quot;<br>    VendorName     &quot;NVIDIA Corporation&quot;<br>
EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier     &quot;Screen0&quot;<br>    Device         &quot;Device0&quot;<br>    Monitor        &quot;Monitor0&quot;<br>    DefaultDepth    24<br>    SubSection     &quot;Display&quot;<br>
        Depth       1<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubSection<br>    SubSection     &quot;Display&quot;<br>        Depth       4<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
    EndSubSection<br>    SubSection     &quot;Display&quot;<br>        Depth       8<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubSection<br>    SubSection     &quot;Display&quot;<br>
        Depth       15<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubSection<br>    SubSection     &quot;Display&quot;<br>        Depth       16<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
    EndSubSection<br>    SubSection     &quot;Display&quot;<br>        Depth       24<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubSection<br>    SubSection     &quot;Display&quot;<br>
        Depth       32<br>        Modes      &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubSection<br>EndSection<br><br><br>Jim<br><br><br>