Created
May 7, 2018 06:07
-
-
Save mhou1981/bd551ef35ed7cf816a47b8402f102541 to your computer and use it in GitHub Desktop.
Fix Putty fuzzy font on Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In order to fix the fuzzy font issue for Putty on Windows 10. | |
1. Right mouse click on putty's icon and choose "properties" | |
2. Click on the "Comaptibility" tab. | |
3. Select "Override high DPI scaling behaviour Scaling performed by:" | |
4. Select "System (Enhanced)" in the drop down menu. | |
5. Click "OK" and reopen Putty. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, and the specifics here may vary some for different users depending on monitor configuration, while this guidance to select "System (Enhanced)" improves the main terminal window, it makes the home "PuTTY Configuration" window worse or has no effect. For that, I need to change to instead select the high DPI scaling override option of "Application." This suggests that PuTTY uses different rendering systems for the two windows. There is no way to select different high DPI scaling options for different windows, meaning whatever option fixes one can make the other worse. Because the terminal emulation window is the more important, I stick with "System (Enhanced)" scaling, but this results in a blurry PuTTY Configuration main window.
This should be corrected by PuTTY developers to ensure both windows use the same rendering system, regardless of which -- just make them the same so that users can then select the high DPI scaling override that works best for that user (on ALL PuTTY windows).