<body><div style="font-family: '微软雅黑'; font-size: 10.5pt;">
                                
Hello All,<div><br></div><div>      <span style="font-family: Helvetica, Arial, PingFang, 苹方, 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑, Tahoma, SimSun, 宋体, STXihei, 华文细黑, Heiti, 黑体, sans-serif; font-size: 10.5pt; background-color: rgb(255, 255, 255);">vboxguest, </span><span style="font-family: Helvetica, Arial, PingFang, 苹方, 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑, Tahoma, SimSun, 宋体, STXihei, 华文细黑, Heiti, 黑体, sans-serif; font-size: 10.5pt; background-color: rgb(255, 255, 255);">vboxvideo</span><span style="font-family: Helvetica, Arial, PingFang, 苹方, 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑, Tahoma, SimSun, 宋体, STXihei, 华文细黑, Heiti, 黑体, sans-serif; font-size: 10.5pt; background-color: rgb(255, 255, 255);"> and </span><span style="font-family: Helvetica, Arial, PingFang, 苹方, 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑, Tahoma, SimSun, 宋体, STXihei, 华文细黑, Heiti, 黑体, sans-serif; font-size: 10.5pt; background-color: rgb(255, 255, 255);">vboxsf have been probed into android-x86. We are finding the entrance of translate android-x86 3d implement to host OS.</span></div><div><span style="font-family: Helvetica, Arial, PingFang, 苹方, 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑, Tahoma, SimSun, 宋体, STXihei, 华文细黑, Heiti, 黑体, sans-serif; font-size: 10.5pt; background-color: rgb(255, 255, 255);"><br></span></div><div>      We have a few questions about virtualbox, thanks^^:</div><div><br></div><div>1 "external_vboxguest-linux-module" is a driver for virtualbox's virtual hardware, is my understanding right?</div><div><br></div><div>2 There is a sentense "Hardware 3D acceleration under Ubuntu 10.10 and Fedora 14 have been tested and confirmed as working" in <a href="http://www.virtualbox.org/manual/ch04.html#guestadd-video" class="yo-genlink" target="_blank" style="font-size: 10.5pt;">http://www.virtualbox.org/manual/ch04.html#guestadd-video</a><span style="font-size: 10.5pt;"> . Can you introduce the theory? eg. where is the entrance that The additon translate 3d api invoke to host?</span></div><div><span style="font-size: 10.5pt;"><br></span></div><div><span style="font-size: 10.5pt;">3 We want to do some modification based on </span><span style="font-size: 10.5pt;">"external_vboxguest-linux-module". Could you please give us some suggestions or samples?</span></div><div><br></div><div>4 About android-x86: is there some way to <span style="font-size: 10.5pt;">directly(like by usb wire)</span><span style="font-size: 10.5pt;">  </span><span style="font-size: 10.5pt;">connect host to android-x86 in virtualbox by adb? We </span><span style="font-size: 10.5pt;">only </span><span style="font-size: 10.5pt;">found the way  "adb connect IP"  can success, and the "IP" must be a lan IP but 127.0.0.1 so that the transfer speed would be low.</span></div><div><span style="font-size: 10.5pt;"><br></span></div><div><span style="font-size: 10.5pt;">5 How can sound card of virtualbox Android-x86 </span><span style="font-size: 10.5pt;">work fine?</span></div><div><br>best</div><div>Dong Hao</div><br>
<hr class="-eMc-email-sig" style="width: 101px;border: 0;border-top: 1px solid #ccc;" align="left">
<div class="yomail-sig" style="margin:0;padding:0;"><div class="yomail-sig" style="padding:0;margin:0;"><a href="http://www.yomail.com/?utm_source=signature" style="font-size:10.5pt;font-family:微软雅黑;">Sent from YoMail for Gmail</a></div></div>
<br>
<div class="gmail_quote -eMc-quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; display: block;">
        <span dir="ltr"><
                <a href="mailto:michael.thayer@oracle.com" target="_blank">Michael Thayer</a>> 在 2017-07-12 19:17:49 写道:
        </span>
        <br>
        <blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; display: block;">
                <div dir="ltr">
                        10.07.2017 10:52, tim3385 wrote:<br>> Dear Sirs:<br>> <br>> I want to make virtualbox addition for android-x86 to improve the<br>> efficient of 3d and 2d.<br>> Mr. Chih-Wei Huang, current project maintainer of android-x86, has given<br>> me some reference about android-x86 3d acceleration. They just discuss<br>> this with VWare.<br>>  <br>> I want to look for somebody who can help me begin. thanks.<br>Hello Tim (is that the right name to address you by?),<br><br>I'm afraid that no one has a lot of time to help you with this.  I will<br>make a quick suggestion about where you could start looking.  You will<br>probably have most luck studying the code and asking precise questions<br>when things are not clear.<br><br>You will probably want to start by looking at the X11 libGL.so and its<br>dependencies.  This is a purely user-space library which marshalls the<br>OpenGL command stream and some information from GLX commands and sends<br>it to the host, currently via the "guest" device, on Windows through the<br>graphics device.  On the host the 3D content is rendered to a host<br>window - a separate one from the normal guest screen window, which<br>sometimes causes unwanted artefacts when 2D and 3D guest rendering are<br>mixed.<br><br>It will probably take you a while to get used to our build system to<br>work out what goes into libGL.so (including generated files), but you<br>will probably have to go through that.<br><br>Hope that helps for a start.<br><br>Regards<br>Michael<br>-- <br>Michael Thayer | VirtualBox engineer<br>ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt<br><br>ORACLE Deutschland B.V. & Co. KG<br>Hauptverwaltung: Riesstraße 25, D-80992 München<br>Registergericht: Amtsgericht München, HRA 95603<br><br>Komplementärin: ORACLE Deutschland Verwaltung B.V.<br>Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister<br>der Handelskammer Midden-Nederland, Nr. 30143697<br>Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher<br>
                </div>
        </blockquote>
</div>
                        </div></body>