<div dir="ltr">Hi,<div><br></div><div>thanks, so I assume I can also do that via IDisplay::setVideoModeHint(), I'll try that out, it would be an interesting alternative to using multiple monitors. </div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-18 22:23 GMT+03:00 Vitali Pelenjow <span dir="ltr"><<a href="mailto:Vitali.Pelenjow@oracle.com" target="_blank">Vitali.Pelenjow@oracle.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
it is possible to add arbitrary custom resolutions using the vboxcontrol.exe (from the guest additions):<br>
vboxcontrol addcustommode <width> <height> <bpp><br>
This mode will then be available in the "Adjust Resolution" dialog.<br>
<br>
Also you could try to set an arbitrary high resolution mode either from the guest:<br>
vboxcontrol setvideomode <width> <height> <bpp> <screen><br>
where screen = 0 is the primary display.<br>
Or from the host using the VBoxManage controlvm setvideomodehint command.<br>
<br>
Vitali<br>
<br>
Rūdolfs Bundulis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi,<br>
<br>
another question on IFramebuffer and monitors, yesterday while playing around with my headless implementation I saw that a guest Windows 7 actually offers resolutions up to 6400x1200 (I hope I remember correctly) in the "Adjust Resolution" dialog, I assume that comes from the fact that I always return supported as true in IFramebuffer::<u></u>videoModeSupported (I didn't actually check if resize to this mode would happen). This is also quite interesting since then that would actually give me a way of having a high resolution surface that I could internally split into 1920 x something tiles. But at least from what I saw it looked like only the width was large, not the height, I would have expected a 6400 x something (something being in 16:9 or 4:3 proportion), can anyone advise me on are these modes actually working and can I get a high 16:9/4:3 resolution mode?<br>
<br>
<br></span>
______________________________<u></u>_________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org" target="_blank">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" target="_blank">https://www.virtualbox.org/<u></u>mailman/listinfo/vbox-dev</a><br>
</blockquote>
<br>
</blockquote></div><br></div>