<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - No signal to monitor with X and openchrome using VX855 chipset graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91966#c55">Comment # 55</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - No signal to monitor with X and openchrome using VX855 chipset graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91966">bug 91966</a>
              from <span class="vcard"><a class="email" href="mailto:bensberg@justemail.net" title="Benno Schulenberg <bensberg@justemail.net>"> <span class="fn">Benno Schulenberg</span></a>
</span></b>
        <pre>(In reply to Kevin Brace from <a href="show_bug.cgi?id=91966#c54">comment #54</a>)
<span class="quote">> $ diff -cr Original_xf86-video-openchrome xf86-video-openchrome >
> Sample_Patch.patch</span >

That is nearly right: instead of '-cr' you would use '-ur', making a unified
diff.

However, it seems you make patches from an unpacked tarball.  It would be much
better if you made your changes in git.  That is: in git branches.

Use 'git clone' to make a copy of the openchrome repository.  Then use 'git
checkout -b somefix' to make a branch, then make your changes there, and when
you have a self-contained small change ready, you do 'git commit -a' and write
a nice commit summary.  Then you make more changes, and then commit those, and
so on.  Instead of 'somefix' you use whatever name is appropriate for the thing
you are working on.  The smaller the single, self-contained commits, the
better.</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>