<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVY BRIDGE] Vkquake segment fault when change resolution in the menu"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97229#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVY BRIDGE] Vkquake segment fault when change resolution in the menu"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97229">bug 97229</a>
              from <span class="vcard"><a class="email" href="mailto:maximu@gmail.com" title="mrc_munir <maximu@gmail.com>"> <span class="fn">mrc_munir</span></a>
</span></b>
        <pre>
Ops In the latest changes are change binary to ./vkquake I'm miss that part so
no running anymore some Validation errors and Miss Input support.

For Other hand You sugerence the Commit Fix resolution rarely working very
Unstable  

ERROR Surface doesn't match video width or height

In the code use

if (vulkan_surface_capabilities.currentExtent.width != vid.width ||
vulkan_surface_capabilities.currentExtent.height != vid.height)
Sys_Error("Surface doesn't match video width or height");

Or 

 Couldn't acquire next image error

In the code Use

if (err != VK_SUCCESS)
                Sys_Error("Couldn't acquire next image");

In the gl_videsdl.c file

<a href="https://github.com/Novum/vkQuake/blob/c1390d7bfe967928cc383fbd3dbbc7a0668eb3f4/Quake/gl_vidsdl.c">https://github.com/Novum/vkQuake/blob/c1390d7bfe967928cc383fbd3dbbc7a0668eb3f4/Quake/gl_vidsdl.c</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>