TigerVNC/tigervnc

"High Resolution" mode on macOS

Open

#878 opened on Oct 10, 2019

 (23 comments) (8 reactions) (0 assignees)C++ (1,176 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7,399 stars)
PR merge metrics
 (Avg merge 95d 10h) (4 merged PRs in 30d)

Description

Please change to True in the Mac info.plist:

	<key>NSHighResolutionCapable</key>
	<string>true</string>

so that it isn't forced to "Open in low resolution" and the interface looks much better on modern high DPI Macs.

UI scaling already seems to be correct at high dpi, so this should be the only change needed. Please see attached screenshots.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor guide