Click here to Skip to main content
15,885,537 members
Articles / Operating Systems / Win10
Tip/Trick

Visual Studio 2013 and High DPI Displays

Rate me:
Please Sign up or sign in to vote.
1.80/5 (2 votes)
25 Aug 2017CPOL 6.3K  
Getting Visual Studio 2013 look sharp again when used in high DPI scaled monitors
This quick tip shows you how to get Visual Studio to become normal and sharp again in all monitors, even in the built in panel of the laptop.

Introduction

Having multiple displays with different DPI can force you to ask windows to scale them differently to be able to read.

In my case, I had a laptop with a built in display with a resolution of 1920x1080 which windows recommends to be scaled at 100%.

I've bought a couple of 24" displays with a resolution of 2560x1440 which windows recommends to be scaled at 125%.

To my surprise, when I started Visual Studio 2013, everything looked blurry in my new displays.

How to Avoid This Problem

  1. Just access your display settings (right click on your desktop).
  2. Change the main monitor to one of the high DPI monitors.
  3. Restart the computer.

In my case, after doing this, Visual Studio has become again normal and non blurry.

Curiously enough in my case, it looks sharp again in all my monitors, even in the built in panel of the laptop.  Probably because that one is not scaled at all...

Hope this small tip helps you.

History

  • 25th August, 2017: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer robotecnik
Spain Spain
I'm from Catalonia (in Spain) and a specialist in CNC, PLC, robotics and automation in general.

From 1998 I've been developing software applications for the automation market.

I'm using different technologies in each case to get the proper result, fieldbus communications, special electronics, special laser sensors, artificial vision, robot arms, CNC applications, PLC's...

www.robotecnik.com[^] - robots, CNC and PLC programming

Comments and Discussions

 
-- There are no messages in this forum --