<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i915 [drm] GPU HANG: ecode 8:0:0x0fdfffff, in Xorg [718], reason: Hang on rcs0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108518#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i915 [drm] GPU HANG: ecode 8:0:0x0fdfffff, in Xorg [718], reason: Hang on rcs0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108518">bug 108518</a>
              from <span class="vcard"><a class="email" href="mailto:denys.kostin@globallogic.com" title="Denis <denys.kostin@globallogic.com>"> <span class="fn">Denis</span></a>
</span></b>
        <pre>Hi, maybe it will help. For me (ubuntu and debian) these instructions worked
fine:


    cd /usr/share/X11/xorg.conf.d
    sudo gedit 20-intel.conf
    #this will create an empty txt file with a name 20-intel.conf
    Paste text below:

Section "Device"

    Identifier "Intel"

    Driver "intel"

    Option "TearFree" "true"

    Option "DRI" "3"

EndSection

4. Save document

5. Logout from your session and login again

6. Check used driver:


egrep -i " connected|card detect|primary dev|Setting driver"
/var/log/Xorg.0.log


If you need to change back to modesetting, simply in "Driver" - type
"modesetting"</pre>
        </div>
      </p>


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

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