<div dir="ltr"><div><div><div><div><div><div><br></div><div>I can suggest three possible fixes in order of descending "cleanliness"<br></div><div><br>1)<br></div><div>You can tag your application using an application manifest that tells Windows that the application<br></div><div>is DPI aware and handles all the scaling itself.<br><br></div><div>2)<br></div>Another possible fix is to force compatibility scaling individually per executable in the Compatibility tab of the<br>Application properties ("Tell Windows not to scale an app that's not DPI-aware")<br><a href="https://technet.microsoft.com/en-us/library/dn528847.aspx?f=255&MSPPError=-2147217396">https://technet.microsoft.com/en-us/library/dn528847.aspx?f=255&MSPPError=-2147217396</a><br><br>3)<br></div>Another possible fix is to tell Windows 10 to use a custom scaling of 100% on your affected display<br>(Option #2 To Set Custom DPI Scaling Level for All Displays in Control Panel)<br><a href="http://www.tenforums.com/tutorials/5990-dpi-scaling-level-displays-change-windows-10-a.html">http://www.tenforums.com/tutorials/5990-dpi-scaling-level-displays-change-windows-10-a.html</a><br><br><br></div>#3 might be quickest, but affects all applications<br></div>#2 has to be reapplied on every compilation of your binary<br></div>#1 seems to be the preferred solution because it sticks with the application as it is applied on compilation<br><br></div>Christian<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-08 23:25 GMT+02:00 Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Li,<br>
<br>
I'm not a Windows expert so can't provide answers on Windows specific<br>
issues like this.  My guess Windows 10 has introduced some form of<br>
window scaling that the osgViewer isn't yet aware of so doesn't take<br>
account of.  To resolve this issue will require a Windows 10 dev to<br>
dive in an investigate.<br>
<span class="HOEnZb"><font color="#888888"><br>
Robert.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 8 October 2016 at 18:31, Li Chi <<a href="mailto:s12345uperman@sohu.com">s12345uperman@sohu.com</a>> wrote:<br>
> Hi,<br>
><br>
> I tested the newest code, it works perfectly, thank you very much.<br>
><br>
> Just another problem:<br>
> Under the windows 10 OS (may be other OS has the same result), when screen's TEXT SIZE isn't 100% (my computer's setting is 150%), the osgViewer.exe's full screen mode works a little odd. It just like some of the screen content is cutted, please see the attached screenshot picture.<br>
><br>
> Thank you!<br>
><br>
> Cheers,<br>
> Li<br>
><br>
> ------------------<br>
> Read this topic online here:<br>
> <a href="http://forum.openscenegraph.org/viewtopic.php?p=68915#68915" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=68915#<wbr>68915</a><br>
><br>
><br>
><br>
><br>
> Attachments:<br>
> <a href="http://forum.openscenegraph.org//files/screenshot_970.jpg" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org//files/screenshot_970.jpg</a><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> osg-users mailing list<br>
> <a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
> <a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</div></div></blockquote></div><br></div>