<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NV17] PowerMac3,6 Driver can't detect video output and xserver doesn't start"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=21273#c89">Comment # 89</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NV17] PowerMac3,6 Driver can't detect video output and xserver doesn't start"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=21273">bug 21273</a>
              from <span class="vcard"><a class="email" href="mailto:ronne@list.ru" title="Andrey Gusev <ronne@list.ru>"> <span class="fn">Andrey Gusev</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=85441" name="attach_85441" title="log of loading with workaround">attachment 85441</a> <a href="attachment.cgi?id=85441&action=edit" title="log of loading with workaround">[details]</a></span>
log of loading with workaround

I return workaround to code for PowerMac 3,6:
+    if (of_machine_is_compatible("PowerMac3,6")) {
+        fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1);
+        fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2);
+        return;
+    }
Unfortunately, it doesn't help. Also, there is output card0-DVI-I-1.
cat classdrm 
card0
card0-DVI-I-1
controlD64
ttm
version</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>