Remote desktop DPI (RD from Mac to Windows 10)

3

1

Essentially this is my question: Use Remote Desktop with custom DPI

But here is caveat: I'm remoting from Mac to Windows 10

I didn't find any mentioning how to do it with Win 10 and solution proposed in above link is for old RD client for Windows.

I can use either Royal TSX or Microsoft Remote desktop. Both result in RD session with 100% DPI. On a remote machine I can't change DPI. But it's set to 150% when I work normally..

This basically make my goal of working remotely not achievable :( I can't see a screen..

katit

Posted 2016-12-11T19:24:37.663

Reputation: 153

Answers

3

As far as I know, neither the stable release of Microsoft Remote Desktop for Mac nor their current beta release support DPI scaling. I just checked again and wasn't able to find any settings related to this.

Royal TSX on the other hand supports using the full retina resolution of your Mac and automatically adjusting the remote DPI scaling when the connection is established. In a recent beta release support for adjusting the remote DPI scaling even without using a retina screen was added. The beta is available here.

Disclaimer: I'm the developer of Royal TSX (for macOS).

lemonmojo

Posted 2016-12-11T19:24:37.663

Reputation: 131

I have confirmed that Royal TSX does indeed support native DPI scaling! So you can RDP on a 1920x1080 monitor with 150% DPI scaling with sharp text. Unlike Microsoft's Remote Desktop for Mac (even v10), it only does the fuzzy scaling. – wisbucky – 2018-01-04T23:49:20.520

0

You can use FreeRDP, a free implementation of the Remote Desktop Protocol (RDP). It supports display scaling in a client.

On macOS, you can install via Brew: brew install freerdp.

kenorb

Posted 2016-12-11T19:24:37.663

Reputation: 16 795