<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Intel driver 2.21.13 hangs on shutdown process"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67490#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Intel driver 2.21.13 hangs on shutdown process"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67490">bug 67490</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>(You may need to download some dependencies.)

$ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
$ cd xf86-video-intel
$ ./autogen --prefix=/usr
$ make && sudo make install

# confirm everything boots fine and you can reproduce the bug

$ git checkout 2.21.12
$ make && sudo make install

# confirm it works

$ git bisect start
$ git bisect good
$ git bisect bad
# git will select a commit halfway between the two endpoints
$ make && sudo make install

# test
$ git bisect good # if it shuts down cleanly, or
$ git bisect bad 

Then repeat the make, install, test, git bisect (good|bad) until git pronounces
a winner.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>