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 in Windows 7? 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.

link|improve this question

feedback

6 Answers

up vote 10 down vote accepted

DPI settings are controlled on per-system basis. You cannot have two different DPI settings on two monitors. :(

link|improve this answer
2  
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
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
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
feedback

Josip's answer is mostly correct. You cannot have two different DPI settings for each monitor. However, in Windows 7, DPI is actually a per user setting. In Vista it is a system wide setting.

link|improve this answer
i also wanted to mention this. DPI settings are controlled on per-system basis. is not ture. DPI settings are controlled on a per-user basis. And with Aero's dpi-scaling ability, you can actually lie to some programs what the dpi is. – Ian Boyd Apr 8 '11 at 19:57
feedback

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.

link|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
feedback

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.

link|improve this answer
feedback

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...

link|improve this answer
feedback

You can change the DPI settings in Windows 7 at:

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

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

Your Answer

 
or
required, but never shown

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