<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRI_PRIME=1 and fullscreen issues"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98146#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRI_PRIME=1 and fullscreen issues"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98146">bug 98146</a>
              from <span class="vcard"><a class="email" href="mailto:darekdeoniziak@gmail.com" title="Darek Deoniziak <darekdeoniziak@gmail.com>"> <span class="fn">Darek Deoniziak</span></a>
</span></b>
        <pre>Big thanks for help, seems like closing or minimizing fullscreen program
doesn't freeze screen anymore (it was biggest issue for me).

I've added 2 files to xorg.conf.d:
20-radeon.conf (this one solved the freezing issue):
Section "Device"
   Identifier "Radeon"
   Driver "radeon"
   Option "SwapBufferWait" "0"
   Option "DRI3" "3"
EndSection

and 20-intel.conf decided to stick with intel driver:
Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "DRI" "3"
EndSection

Actually I can't tell if intel is using DRI3, the output from xorg logs is the
same. I will also try modesetting driver to see if it does anything.</pre>
        </div>
      </p>


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

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