Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

My laptop is a 15" wide screen running at 1600x1050, and in addition to that I connect an external 19" LCD which runs at 1280x1024. The problem with this setup is that if I increase the text size to make the laptop screen readable, the text on the external LCD is huge. Normal text on the LCD results in tiny text on the laptop.

What options do I have to get around this?

I'm using Windows 7 and the laptop is a ThinkPad T61 with an nVidia NVS 140M video chipset. I cannot find any per-display setting in Windows or the nVidia control panel to resolve this.

share|improve this question

6 Answers

up vote 18 down vote accepted

DPI settings affect the entire desktop, regardless of number or arrangement of monitors. You cannot have two different DPI settings on two monitors.

share|improve this answer
3  
Imagine what a program would have to try of it spans both monitors. Or is moved from one to the next ... – Joey Aug 26 '09 at 7:16
@Johannes: For me it would be enough if DWM would control scaling (as it does for non-DPI aware applications). Final result would be blurry at best but it would be good enough for support monitor. – Josip Medved Aug 26 '09 at 8:08
3  
I figured this was going to be impossible, but was hoping there was some third-party solution out there. If anyone wants to make some money, here is a problem that need solving. :) – dlux Aug 26 '09 at 13:26
2  
This is the correct answer - the answer is "no". And imagine if a program's window was spanning 2 or 3 monitors at once - it is essentially impossible for a program to draw parts of itself at different DPI/Font settings. Windows would have to be resigned - getting rid of the notion of font and DPI preferences in order for this to ever work. – Ian Boyd Aug 31 '09 at 11:40
3  
You can have different dpi depending on screen, but apparently not on Windows. I'm having this problem with the Retina Macbook Pro hooked up to another screen. It works perfectly in Mac OS X as it scales according to screen's native DPI and resolution but not in Windows 7/8 as it wants the same dpi on the whole desktop. This is an issue in Windows because either you have to live with too large text in one display or too small text in the other. – Spoike Jan 28 at 14:09
show 4 more comments

I solved this issue by changing the "apparent DPI" (and thus text size) of the monitors. Placing the external 19" LCD further away will reduce the apparent size of the font.

If you don't want to/can't place the displays like that, you can also use the Thinkpad screen at a lower resolution to increase the apparent font size. Calculate the DPI here and make sure they match.

share|improve this answer
A common mistake people make is to take the resolution of the monitor (in pixels) and divide it by the size of the monitor (in inches), and use that number as the DPI setting for Windows. – Ian Boyd Apr 8 '11 at 19:59

You (should) be able to. In Linux you could do it like this:

  1. Create a X VNC Server with the size of two times the smaller screen. For example: you have two monitors, same size, but 1920 and 1600 pixels wide: you make a virtual server of two times the better one: 3840px wide (1080px height).

  2. Open two VNC clients against the server you just created. Put one in each screen. Full screen. Scale 1:1. Scroll the window on the right to show the rightmost part of the Vnc server. Since the pixels are different size, everything will look bigger in the screen of 1600px. Zoom out that one until sizes fits.

This is obviously very simple and has grave drawbacks (no direct rendering, probably slow, etc). But if you could do the same with proper framebuffers and such...

share|improve this answer

A workaround (although I haven't found how to do it in Windows 7) is enabling desktop panning/scrolling, that way it could be possible to set any resolution in smaller displays so font size would be similar.

share|improve this answer

As other answers have pointed out, DPI settings can't be adjusted per-monitor (or per-application).

If you need specific applications running in a different DPI than the rest of the desktop, consider using a virtual machine.

share|improve this answer

You can change the DPI settings in Windows 7 at:

Control Panel > Display or Control Panel > Display > Set custom text size (DPI)

share|improve this answer
That's not what the OP was asking. – Joey Aug 26 '09 at 5:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.