What is the correct way to configure a dual monitor environment with different screen resolutions?
I have very different font size in both screens and I can not find how to configure different dpi per monitor or whatever.
Thanks in advance!
What is the correct way to configure a dual monitor environment with different screen resolutions?
I have very different font size in both screens and I can not find how to configure different dpi per monitor or whatever.
Thanks in advance!
The answer depends on your particular hardware. DPI will not be directly configurable using the standard Kubuntu display configuration tool, but if you try worse resolutions in the monitor with the best DPI you might go closer to the desired effect. You could also try to generate the xorg.conf
file and tweak it, but you will not go much farther than using the display tool.
DPI setup is incomplete under KDE4. AFAIK there is no default tool to specify the DPI with a per-monitor behaviour, only global. Workspaces5 is supposed perform better on hi-DPI setupsbut it's not ready for the public yet. However, I'm not sure this is what you are asking for.
There may be a way to do per-monitor DPI in xorg.conf (which you correctly don't have yet, despite of course using X) but it may break other stuff. You might try to force a specific DPI which fits both screens well under System Settings -> Application Appearance -> Fonts.
As for the resolution setup, you can tweak it under the standard "Display Configuration" or "Size & Orientation" dialogs, under System Settings -> Display and Monitor. On my system, it automatically pops up when a new screen is detected, but this may depend on HW and on SW version.
I've never had any problem running on external screens, but that depends on the used resolution. My notebook is 1280x800 and the highest resolution external screen I've used is 1920x1080. What resolutions are you using?
© 2022 - 2024 — McMap. All rights reserved.
xorg.conf
can haveDisplaySize
entries in each monitor section which are used to calculate DPI for that screen. Seeman xorg.conf
for more details. I'm not sure about setting different fonts per monitor, though... Possibly the X server will pick a different font if the DPI is different enough or something, but that's just speculation... – Iscariot/etc/X11
directory? – Iscariot