<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 17.09.2014 12:03, DRACULAX wrote:<br>
    <blockquote cite="mid:001901cfd25e$a89d8cd0$f9d8a670$@vszone.cn"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"\6279\6CE8\6846\6587\672C Char";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:9.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.Char
        {mso-style-name:"\6279\6CE8\6846\6587\672C Char";
        mso-style-priority:99;
        mso-style-link:\6279\6CE8\6846\6587\672C;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">Hi, guys, I recently
            build my frontend which based on VBoxHeadless.exe<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">except that I do not
            create any framebuffer for it.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">When I start my frontend
            it got the following error output. <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">It looks like the vga
            device failed to start. <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Am I missing something?
            Is the framebuffer object needed anyway?</span></p>
      </div>
    </blockquote>
    Yes, as long as the VGA card is configured (in 4.3 you can actually
    disable it using CLI) it needs a framebuffer. Wonder why it's worth
    implementing a framebuffer-less VBoxHeadless look-alike.<br>
    <br>
    It's required to get at the screen content, and it was considered
    too unusual to have a VGA card and no framebuffer. When disabling
    VGA it's a valid setup.<br>
    <br>
    Klaus<br>
    <span lang="EN-US"><o:p> <br>
      </o:p></span>
    <blockquote cite="mid:001901cfd25e$a89d8cd0$f9d8a670$@vszone.cn"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">Best regards for you<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">VirtualBox VM 4.3.10
            r93012 win.amd64 (Mar 26 2014 18:53:57) release log<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:00.824047 Log
            opened 2014-09-17T08:54:22.362547900Z<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:00.824047 Build
            Type: release<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:00.963055 DMI
            Product Name: 3443A96<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:00.968055 DMI
            Product Version: ThinkPad X1 Carbon<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:00.968055 Host
            RAM: 3776MB total, 880MB available<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">…<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">…<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:03.319951 CPUM:
            SetGuestCpuIdFeature: Enabled APIC<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:03.335542 PIT:
            mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:03.353628 Shared
            Folders service loaded.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">00:00:03.364024 PDM:
            Failed to construct 'vga'/0! VERR_INVALID_STATE (-79) -
            Generic invalid state error.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span>
        </p>
      </div>
    </blockquote>
  </body>
</html>