-
Notifications
You must be signed in to change notification settings - Fork 264
RDCMan HiDPI problem on RDP #730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To avoid blurring in RDCMAN, you need to change in the compatibility tab > Change high DPI settings - overide high dpi scaling override - application. In this case there will be no blurring, but also the controls in RDCMAN itself will not match the current dpi.
These steps will start rdcman using the system DpiAwarness mode. |
Maybe the problem will be solved in future releases? I will wait for it. And also save this workaround for the future. Thanks! |
This will be fixed in the next release, thanks for the feedback! |
Local PC: Windows 10, 4K monitor (resolution 3840x2160), display scaling 150%
Remote PC: Windows 10, FullHD notebook (1920x1080), display scaling 100% or 125% (not sure)
With custom resolution



1.1. Local display scale 100%. It is pixel to pixel equals with remote screen. There is no scroll bars, but black lines on top and bottom, i think it is (2160-2048) / 2 = 56 pixels height on each line.
1.2. Local display scale 150%. There is scrollbars visible.
With fullscreen resolution

2.1. Local display scale 100%. It is pixel to pixel equals with remote screen. There is no scroll bars, but black lines on top and bottom




2.2. Local display scale 150%. There is scrollbars visible. Is it recalculated resolution? It is strange because i didn't change local resolution.
And it is blurry (no pixel to pixel equality):
How to remove this blurry effect and get pixel to pixel equality?
RDCMan is the only useful remote screen utility for me. Please help me fix this issue.
The text was updated successfully, but these errors were encountered: