X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=TkXLQP+ TP7pfY4Lsvl/BlZzVny/9+dCSCAlgDHL1E0vwe/Myu3XUjO5kXJw7t1K+xLrpmc/ KQIiOMqhEm21cJm81i7P8WT7LW702+06WDqplu2OdlkW/IOyt3FGnGHafH4W+2bX MgqmlyX+Bz6YJbe60I3ZOlhpZXV40vwE9xOA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=q5Wlc3u7jh1gI 9PLE0s+hjOUC9E=; b=mQAPlV0ffXM9QyQi53uFzHtbnowtNA7nZy7pnCUfVpCco BE802KEr6/8zqoOzjtTepOXhLrghVPLitNNsjod11HQY9aAqqj+zL7oDg6yThkx4 JgIvFq/GnH0CoYh3JAWbQj2u+EihN71XTx9dgXK43ZU96Wzx0n+pU/Au3l1bxw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=laptop, rendered, blank, Will X-HELO: mail-yb1-f181.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=MlPx7gSCbBQjP7+IPBBwKADWZGrdOOHupzjjhCLMe1g=; b=NEJVeXRNoQcXABBfkuaqsoPPWEDQmzumHZWfpZcvmMlQX5wDnxdTNeZBNtmYAV0tIm VyPFtADrYIl7WspgEv3bBzyX3P+bYWllohDs1jjPscwVVmsp9ZKYW+TE/cdrLzxRj2Wb S3lg8vg1rcu9EVk5/ummBtwZrOtafIcqMyyPuLm6l+O7y8arQ3ujTlmiye7RyI1UmA2k CTOWva7ygSheCMPwDUGr1OFIVEXvP7wdbjM2U5UbIPfdUubLkrYYHwYt9cY107n/4LZF Jfs22VUHmFpFmfRIuSrmoau7OdF0p6oKIu/mnLQHInM+95A2Q2EJ7WLWSO0QeZ+6XYhN oebw== MIME-Version: 1.0 References: In-Reply-To: From: Chris Marshall Date: Sun, 14 Oct 2018 11:21:12 -0700 Message-ID: Subject: Re: opengl render size too small in X11 window To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes The initial render of the OpenGL content now fills the xwindow area but if you resize the window making it larger then the opengl content is scaled up by more than needed and the result is the xwindow area ends up with the bottom left corner of the expected viewing area. If, on the other hand, you resize smaller than the opengl rendered area shrinks faster than the amount appropriate for the change in size with the result that the content is completely visible in the bottom left corner off the xwindow area with blank regions to above and on the right to fill our the xwindow area. I can take screen shots that illustrate the problem but I don't have a way to get them to you. --Chris On Sun, Oct 14, 2018 at 11:01 AM Chris Marshall wrote: > Will do. > > On Sun, Oct 14, 2018 at 10:13 AM Jon Turney > wrote: > >> On 11/10/2018 18:40, Chris Marshall wrote: >> > I've verified that if I use the -nowgl option for the X11 server then >> the >> > opengl visualization is correctly rendered and sized for the containing >> > window. >> > >> > On Wed, Oct 10, 2018 at 12:15 PM Chris Marshall >> > wrote: >> > >> >> Dear Cygwin- >> >> >> >> Using cygwin X11 under windows 10 with a high dpi display (3840x2160) >> >> laptop resulted in far too small font and widgets using -multiwindow >> for >> >> the XWin option. If I set the windows setting display resolution to >> >> 1920x1080 and following the suggestion for the ~/.Xresources file from >> >> >> https://stackoverflow.com/questions/42211564/cygwin-xwin-scaling-broken-when-using-windows-scaling-on-high-resolution-displa >> >> I was able keep windows, widgets, and title/menu bars at a reasonable >> size >> >> for reading. >> >> >> >> However, when I display some OpenGL graphics content (using a FreeGLUT >> >> window), then the visible OpenGL rendered area is about 2/3 the >> apparent >> >> widget area of the X11 window. If I try the same in a non-multiwindow >> Xwin >> >> session then the rendered area is correct. This problem is even worse >> if I >> >> try with the full screen resolution. At the moment I think I have >> narrowed >> >> it down to the -multiwindow support for OpenGL contexts. >> >> >> >> This is with a couple of versions of the freeglut libraries with no >> effect >> >> and the current cygwin and cygwin X Server. >> >> Interesting. Thanks for reporting this issue. >> >> I suspect this might be caused by: >> >> - the X server is marked as high-dpi aware (via manifest) >> - when using WGL, OpenGL drawing takes place in the client (to a window >> handle retrieved from the X server) >> - the GL client you are using is not marked as high-dpi aware (the >> default) >> >> (-wgl is only currently supported in multiwindow mode) >> >> If that's the case, I think I see what is needed to fix this, but this >> is not possible for me to test. >> >> I've built an updated libGL1 with this potential fix, perhaps you can >> try it, to see if it improves things. Install it with: >> >> wget ftp://cygwin.com/pub/cygwinx/x86_64/libGL1-18.0.5-1.1.tar.xz >> tar -C / -xvf libGL1-18.0.5-1.1.tar.xz >> >> (This is built for x86_64. If you need x86 instead, please ask) >> >> Reinstall the libGL1 using cygwin setup to get things back to their >> previous state. >> >> -- >> Jon Turney >> Volunteer Cygwin/X X Server maintainer >> > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple