From 69f12769aeb2690b39bc6fbe33d1999e3d67bddc Mon Sep 17 00:00:00 2001 From: taradiddles Date: Sun, 15 Apr 2018 08:35:07 +0300 Subject: [PATCH] advise to use dom0 dpi value in vms --- docs/customization/dpi-scaling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customization/dpi-scaling.md b/docs/customization/dpi-scaling.md index 7463f24..3a72a64 100644 --- a/docs/customization/dpi-scaling.md +++ b/docs/customization/dpi-scaling.md @@ -12,7 +12,7 @@ The simplest way to set dpi scaling in dom0 is to use the desktop environment's - Xfce: Qubes Menu → System Tools → Appearance → Fonts tab: Custom DPI setting: `xxx` - KDE: Qubes Menu → System Settings → Font → Force font dpi: `xxx` -Replace `xxx` accordingly with a number that is a multiple of 6 as numbers that aren't sometimes result in annoying rounding errors that cause adjacent bitmap font sizes to not increment and decrement linearly. +Replace `xxx` with a number that fits your setup and is a multiple of 6, as numbers that aren't sometimes result in annoying rounding errors that cause adjacent bitmap font sizes to not increment and decrement linearly. VMs @@ -26,7 +26,7 @@ Get the current value of `Xft.dpi`: xrdb -query | grep Xft.dpi ~~~ -Test with a different dpi value: in a terminal issue the following command and then start an application to check that the menus/fonts' size is increased/decreased (replace '144' accordingly with a number that is a multiple of 6): +Test with a different dpi value: in a terminal issue the following command and then start an application to check that the menus/fonts' size is increased/decreased; replace '144' with the value set in dom0 (it's possible to set a different value in VMs though): ~~~ echo Xft.dpi: 144 | xrdb -merge