(no commit message)
[paste/584.git] / README.rst
index 2e304f390b95e75b5ef4ac27266f0200f8143767..94f569a1ada762ff60e4574da4dd5b401bf456d8 100644 (file)
@@ -10,17 +10,24 @@ Standard PureOS shipped had much too small fonts and icons.
 \r
 xpdyinfo reported 96 dpi resolution, which is really wrong. In reality it's 166 dpi.\r
 \r
-I told X11 to use the real screen size, and Cinnamon uses this information correctly (KDE, Gnome, Mate, XFCE not):\r
-\r
-```\r
-$ cat /etc/X11/xorg.conf.d/90-librem-display.conf\r
-# xdpyinfo | grep -B2 resolution\r
-# https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI\r
-Section "Monitor"\r
-    Identifier   "eDP-1        "\r
-    DisplaySize  294 166 # In millimeters\r
-EndSection\r
-```\r
+I told X11 to use the real screen size, and Cinnamon uses this information correctly (KDE, Gnome, Mate, XFCE not)::\r
+\r
+ $ cat /etc/X11/xorg.conf.d/90-librem-display.conf\r
+ # xdpyinfo | grep -B2 resolution\r
+ # https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI\r
+ Section "Monitor"\r
+     Identifier   "eDP-1"\r
+     DisplaySize  294 166 # In millimeters\r
+ EndSection\r
+\r
+I also had to set "Font scaling factor" in the cinnamon font settings to 1.3\r
+\r
+Qt\r
+--\r
+\r
+- http://doc.qt.io/qt-5/highdpi.html\r
+\r
+ The traditional approach to supporting high DPI has been one where Qt scaled fonts automatically, and then provided a DPI value that application code could use to scale the rest of the UI.\r
 \r
 \r
 Pipe key\r