<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NV4B] nVidia Geforce 7300 fails to properly resume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23223#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NV4B] nVidia Geforce 7300 fails to properly resume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23223">bug 23223</a>
              from <span class="vcard"><a class="email" href="mailto:marcin.slusarz@gmail.com" title="Marcin Slusarz <marcin.slusarz@gmail.com>"> <span class="fn">Marcin Slusarz</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=72637" name="attach_72637" title="script limitter">attachment 72637</a> <a href="attachment.cgi?id=72637&action=edit" title="script limitter">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=23223&attachment=72637'>[review]</a>
script limitter

VBIOS contains some scripts, which are normally run by BIOS.
Nouveau executes those scripts:
1) when it detects the card is uninitialized
2) when NvForcePost=1 option is passed
3) on resume

It seems Nouveau does something wrong on your card when it executes those
scripts. So, if we will fix boot with NvForcePost=1, we will also fix the
resume issue.

Now, how to fix boot with NvForcePost=1? Good question ;).
Figuring out which script makes the trouble will probably make it easier.
With the above patch you will be able to tell how many scripts are executed and
then limit which one to execute by passing module parameters: minscript and
maxscript. Try it. (start by setting maxscript only)</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>