www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/01/26/22:14:06

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 12BBF3858D20
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=comcast.net
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;
s=20190202a; t=1643253204;
bh=cLNWc+hEWQ5DY/xqnszRoEQSeVTGhRte5g1RFpT2vrg=;
h=Received:Received:Content-Type:Message-ID:Date:MIME-Version:
Subject:To:From;
b=VfDrPxqS8/HI2jAZbTRk63iUIMMbxvAoTOlEZUH26oJzaIyibQliBo2LlDzyVOzG5
bXDHjF7dM3CbWMW8MwpGEMngOVVbYrkfMskPXkp5bAs+wgd/Ec/MLiykw+cEglV5th
vCO3CkjjKEQ8y2suOQsJt1v7BasSFVq+1DPnR9x88kgGco82INr1I7RY5JJ4+p8JuL
8BMcsYfqdCD/a0g0sWiZw4cOceRTLTjLhcm8kSZ43BJsJmmssfHkDhu4GAX2TDCJ6r
kYknIRzI+dJYP38rvWC50PRHktm5HR7UtrKUQq6O6terMpdDQbE/WPTo7CD/4gy5vY
JVP37Wcioozew==
X-Xfinity-VMeta: sc=-100.00;st=legit
Message-ID: <2e8f1d16-92eb-b66e-c49e-7e38e5f07110@comcast.net>
Date: Wed, 26 Jan 2022 22:12:58 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.5.1
Subject: Re: Cygwin/X with Win10 display scaling corrupting font display of
typed characters - Issue identified - "Solution" found
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
References: <b56c0a7e-27f3-c165-6331-69b71b2075a5 AT comcast DOT net>
<02b8ba82-0a40-e9ea-c4e6-fe201097d957 AT comcast DOT net>
<4f4d8d34-3e30-82fe-4be2-2926da2c1c6a AT dronecode DOT org DOT uk>
<ebef1f87-1457-3068-2657-af5dfa5c484e AT comcast DOT net>
<37ce4364-d009-4280-ebf2-739b5aa6a66d AT dronecode DOT org DOT uk>
From: Ken Whitesell <KenWhitesell AT comcast DOT net>
In-Reply-To: <37ce4364-d009-4280-ebf2-739b5aa6a66d@dronecode.org.uk>
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
JMQ_SPF_NEUTRAL, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 20R3E6pP004835

Thank You!!!

On 1/24/2022 10:02 AM, Jon Turney wrote:
> On 20/01/2022 01:01, Ken Whitesell wrote:
>> On 1/19/2022 2:28 PM, Jon Turney wrote:
>>> On 19/01/2022 00:02, Ken Whitesell wrote:
>>>> On 1/17/2022 1:29 PM, Ken Whitesell wrote:
>>>>>
>>>>> Is there a known solution for this? (Or is it known that there is 
>>>>> no solution?)
>>>
>>> Thanks for reporting this.
>>>
>>>>> Any guidance, pointers, suggestions of avenues for further 
>>>>> research, or other information, will all be greatly appreciated.
>>>>>
>>>> After more research and experimentation, it appears to be related 
>>>> to one of xorg-server, xorg-server-common, or xorg-server-xorg.
>>>>
>>>> Installing the older version 1.20.12-1 of these packages allows the 
>>>> windows to be moved between monitors without any issues. Upgrading 
>>>> to the current version 21.1.3-1 creates the problems. I'm able to 
>>>> replicate this behavior on two different laptops with two different 
>>>> external monitors.
>>>
>>> It seems likely that this is an unintended effect of changes in 
>>> xorg-server 21.1.0-1, trying to fix problems in this area (See [1])
>>
>> Thanks for the references. I've read all the messages in the thread - 
>> I was particularly intrigued by this comment:
>>
>> wrt the font scaling issue, looking at the source, it seems that we
>> don't re-consider the display dpi after a WM_DISPLAYCHANGE message, but
>> keep on using the value determined at startup.  This is probably a bug.
>>
>> I'm curious enough to want to take a look at the code, but I've got 
>> no belief that I'm going to be able to find an answer. (I'm *not* a 
>> C++ programmer. I can read it and write a little of it, but that's 
>> about it.) I was going to start by comparing the last known-working 
>> version to the first known-non-working version, but given that it's a 
>> major release change, that's not likely going to be a useful 
>> approach. (I'm way out of my league here. It's probably going to take 
>> me a long time just to get to the point where I can even begin to 
>> explore this.)
>
> The relevant change, which tries to fix the issue identified in that 
> comment, and probably introduces this issue is:
>
> https://gitlab.freedesktop.org/jturney/xserver/-/commit/b19b6266d33f2b911dc1826ad5c03da135a39957 
>
>
> [...]
>>>> If I change the scaling from 125% to 100% on the laptop's display,
>>>> the problem appears until I restart Cygwin/X. Restarting Cygwin/X
>>>> shows it displaying properly, until I change the scaling again.
>>>
>>> I could only reproduce this problem with mis-rendering when changing 
>>> the scaling on the secondary monitor.
>>
>> Wow, I did a really poor job of writing that. I'm sorry.
>>
>> For clarity, just in case you were unable to interpret what I meant 
>> by what I wrote -
>>
>> At start: Laptop scaling set at 125%, second monitor at 100%.
>>
>> Mis-rendering occurs at start, on the second monitor only.
>>
>> If I change the scaling on the laptop, while the current instance of 
>> XWin is running - the same mis-rendering now occurs on the laptop.
>>
>> Interestingly enough, if I change the laptop from 125% to 100%, the 
>> tops are clipped as previously reported. But if I change the scaling 
>> from 125% to 150%, then the bottoms are clipped. (It kinda makes 
>> sense from what you've written.)
>>
>> If I then stop and restart XWin after having reset the scaling such 
>> that both monitors have the same setting, then the problem doesn't 
>> appear.
>
> Thanks for the clarification.
>
> The laptop display is the primary monitor in all cases, correct?

Yes, the laptop display is the primary monitor in all cases.

But, the real reason for my reply at this point is to report that I have 
found a solution for _my_ issue.

I make no guarantees about any problems anyone else may be facing, nor 
can I make any statement about whether or not this causes other problems.

Obligatory disclaimer: I don't really know what I'm doing here. I'm not 
a Windows developer, and I know just enough about cygwin to muddle my 
way through doing what I want to do with the help of the mailing lists 
and other resources. I'm not in a position to _explain_ anything. This 
works for me, but that's as far as I can go.

First, the bottom line:

XWin.exe.manifest, line 21

change:
<dpiAwareness>PerMonitorV2,PerMonitor</dpiAwareness>
to
<dpiAwareness>PerMonitor</dpiAwareness>

Some details:

I managed to get to a point where I could build the packages from source 
and install them. I looked at the commit you referred me to, and started 
reverting changes, one-by-one - at least in so far as the change 
appeared to make sense to me.

Anyway, I got to this change, and sure enough, it worked. Removing the 
"PerMonitorV2" solved the issue. Also, I confirmed that it's the 
"PerMonitorV2" that is causing the issue and not having both of them by 
running another test with just the "PerMonitorV2" - and that still shows 
the problem.

References with further information if it's going to be helpful to 
anyone: 
https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process 
and 
https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019