<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [i915] Intel AMT kvm-over-ip screen remains blank on headless sytems"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=45336#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [i915] Intel AMT kvm-over-ip screen remains blank on headless sytems"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=45336">bug 45336</a>
              from <span class="vcard"><a class="email" href="mailto:fw.dmitry@yandex.ru" title="Dmitrii S. <fw.dmitry@yandex.ru>"> <span class="fn">Dmitrii S.</span></a>
</span></b>
        <pre>(In reply to Jesse Barnes from <a href="show_bug.cgi?id=45336#c6">comment #6</a>)
<span class="quote">> sorry didn't mean to close, please let me know if the video= thing works for
> you.</span >

'nomodeset' and 'i915.modeset=0' had a strange effect for me: even with monitor
connected the last thing I had shown on the monitor was the splash screen. I
suspect this is because latest systems require KMS to be enabled.

Adding 'video=VGA-1:1280x1024@60me' helped and I got no black screen. 'e'
option is mandatory here since it forces the system into thinking that there is
a valid VGA signal coming from the monitor even if it isn't (the kernel.org doc
for the video option is here
<a href="https://www.kernel.org/doc/Documentation/fb/modedb.txt">https://www.kernel.org/doc/Documentation/fb/modedb.txt</a>).

So my boot options line in /etc/default/grub looks like this now (don't forget
to run sudo update-grub if you are on ubuntu or debian and want to reproduce)
GRUB_CMDLINE_LINUX_DEFAULT="video=VGA-1:1280x1024@60me"</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>