External display, blurry display

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
1040063186
500 Command not understood
Posts: 5
Joined: 2020-04-17 03:30
First name: jie
Last name: liu

External display, blurry display

#1 Post by 1040063186 » 2020-04-17 03:36

External display, blurry display.
I have two monitors,The second monitor does not display properly.
The first display,125% zoom,1920 * 1080 resolution.
The second display,100% zoom,1920 * 1080 resolution


Forum I do not know how to upload pictures.
Reference :https://github.com/notepad-plus-plus/no ... ssues/8115

1040063186
500 Command not understood
Posts: 5
Joined: 2020-04-17 03:30
First name: jie
Last name: liu

Re: External display, blurry display

#2 Post by 1040063186 » 2020-04-17 03:43

Please repair it as soon as possible, thanks

User avatar
boco
Contributor
Posts: 26933
Joined: 2006-05-01 03:28
Location: Germany

Re: External display, blurry display

#3 Post by boco » 2020-04-17 16:24

That doesn't have anything to do with FileZilla.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

flagpole
425 Can't open data connection
Posts: 46
Joined: 2013-07-30 14:45
First name: nigel
Last name: coldwell

Re: External display, blurry display

#4 Post by flagpole » 2020-04-17 16:32

Lol

User avatar
boco
Contributor
Posts: 26933
Joined: 2006-05-01 03:28
Location: Germany

Re: External display, blurry display

#5 Post by boco » 2020-04-17 16:41

flagpole wrote:
2020-04-17 16:32
Lol
Blurry display with different DPI sizes is a Windows bug. And a long standing one. Even Windows itself offers to "fix blurry apps".
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

1040063186
500 Command not understood
Posts: 5
Joined: 2020-04-17 03:30
First name: jie
Last name: liu

Re: External display, blurry display

#6 Post by 1040063186 » 2020-04-20 03:23

Windows has development parameters for setting dpi,Used to solve this problem,Please pay attention to this issue.
I'm a developer too.
My suggestion ,Edit the app.manifest file, as follows:

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<!-- The combination of below two tags have the following effect :
1. Per-Monitor for >= Windows 10 Anniversary Update
2. System < Windows 10 Anniversary Update -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>

Reference blog:https://blog.walterlv.com/post/windows-high-dpi-development-for-wpf.html

User avatar
botg
Site Admin
Posts: 35555
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: External display, blurry display

#7 Post by botg » 2020-04-20 07:19

Per-display DPI scaling is not supported by the framework. For optimal visual quality, use the same DPI scaling on all displays.

1040063186
500 Command not understood
Posts: 5
Joined: 2020-04-17 03:30
First name: jie
Last name: liu

Re: External display, blurry display

#8 Post by 1040063186 » 2020-04-20 07:32

Please ask your technical developers to take a look at this problem

User avatar
boco
Contributor
Posts: 26933
Joined: 2006-05-01 03:28
Location: Germany

Re: External display, blurry display

#9 Post by boco » 2020-04-20 10:20

No such thing.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35555
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: External display, blurry display

#10 Post by botg » 2020-04-21 07:44

1040063186 wrote:
2020-04-20 07:32
Please ask your technical developers to take a look at this problem
botg wrote:
2020-04-20 07:19
Per-display DPI scaling is not supported by the framework. For optimal visual quality, use the same DPI scaling on all displays.

1040063186
500 Command not understood
Posts: 5
Joined: 2020-04-17 03:30
First name: jie
Last name: liu

Re: External display, blurry display

#11 Post by 1040063186 » 2020-05-27 06:20

1.png
1.png (497.08 KiB) Viewed 1474 times
Please see the attachment. On the left is winSCP, which is adapted to dpi, so it is not fuzzy. On the right is FileZilla blur.

Post Reply