Page 1 of 1

Multiple screens - resolution problem

Posted: 17 Jan 2022 11:22
by Majkl.MN
Hi, I have 3 screens.
The PC is MS Surface Pro 7

Monitors layout is asi following on the picture 1:
Monitors layout
Monitors layout
SharedScreenshot.jpg (5.72 KiB) Viewed 787 times
Monitor No. 1 is Surface (2736x1824), which screen I have set on 200 % zoom.
No. 2 and 3 are standard office 21" Benq monitor (1920x1080).
No. 3 is set as the main screen.

On 2 and 3 the XYplorer is OK.
On the screen no. 1 (Surface) resolution of XYplorer is not correct.
I am able to zoom icons of toolbar, text of files and folders, but I am not able to zoom text of menu bar and status bar and icons of folders and files.
Bad resolution od XYplorer
Bad resolution od XYplorer
SharedScreenshot1.jpg (260.52 KiB) Viewed 787 times
Please help me.
Thank you, Michal

Re: Multiple screens - resolution problem

Posted: 18 Jan 2022 11:10
by admin
Please attach images right in the forum:

Re: Multiple screens - resolution problem

Posted: 18 Jan 2022 16:18
by admin
The best I can offer is (for Win10/11):
- right-click XYplorer.exe
- turn on "Override high dpi scaling" and set to "System Enhanced"

background info:
- viewtopic.php?f=2&t=22374
- viewtopic.php?p=166437#p166437

Re: Multiple screens - resolution problem

Posted: 18 Jan 2022 17:07
by Majkl.MN
Nice! It works!
Thank You very much!!!

admin wrote: 18 Jan 2022 16:18 The best I can offer is (for Win10/11):
- right-click XYplorer.exe
- turn on "Override high dpi scaling" and set to "System Enhanced"

background info:
- viewtopic.php?f=2&t=22374
- viewtopic.php?p=166437#p166437

Re: Multiple screens - resolution problem

Posted: 09 Aug 2023 11:54
by Rainer.Friedrich
admin wrote: 18 Jan 2022 16:18 The best I can offer is (for Win10/11):
- right-click XYplorer.exe
- turn on "Override high dpi scaling" and set to "System Enhanced"

background info:
- viewtopic.php?f=2&t=22374
- viewtopic.php?p=166437#p166437
Have the same problem, Your tip solves it, but has a drawback,

When I open a excel file the excel opens and inherits the setting "System Enhanced" and is shown to big on the first screen, except I had opened excel previous outside of xyplorer. Also other program (not all as it seems) get confused because they inherit the setting.

I fixed it for one program so that I start it via Powershell script and change the setting in the script to DPI Awareness.

The problem seems that compatibility fixes are inherited by subprocesses which are started from this program.

Re: Multiple screens - resolution problem

Posted: 09 Aug 2023 12:06
by admin
Try checking Configuration | Other | Shell Integration | 64-bit Windows | Open files from 64-bit process. This may break the inheritance.

Re: Multiple screens - resolution problem

Posted: 09 Aug 2023 12:28
by Rainer.Friedrich
admin wrote: 09 Aug 2023 12:06 Try checking Configuration | Other | Shell Integration | 64-bit Windows | Open files from 64-bit process. This may break the inheritance.
Tried it, did not break it (with excel).

Re: Multiple screens - resolution problem

Posted: 09 Aug 2023 12:44
by highend
I fixed it for one program so that I start it via Powershell script and change the setting in the script to DPI Awareness.
Post it, maybe it helps others?

Re: Multiple screens - resolution problem

Posted: 09 Aug 2023 13:05
by Rainer.Friedrich
https://eddiejackson.net/lab/2022/07/15 ... dpi-aware/

After the script lines from there I set a Start-Process, it looks like the programm inherits now this config.