(no commit message)
[paste/584.git] / README.rst
1 Problems\r
2 ========\r
3 \r
4 HiDPI\r
5 -----\r
6 \r
7 The librem 13 v3 has 1920x1080 px resolution, on 13". This is "hidpi".\r
8 \r
9 Standard PureOS shipped had much too small fonts and icons.\r
10 \r
11 xpdyinfo reported 96 dpi resolution, which is really wrong. In reality it's 166 dpi.\r
12 \r
13 I told X11 to use the real screen size, and Cinnamon uses this information correctly (KDE, Gnome, Mate, XFCE not)::\r
14 \r
15  $ cat /etc/X11/xorg.conf.d/90-librem-display.conf\r
16  # xdpyinfo | grep -B2 resolution\r
17  # https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI\r
18  Section "Monitor"\r
19      Identifier   "eDP-1"\r
20      DisplaySize  294 166 # In millimeters\r
21  EndSection\r
22 \r
23 I also had to set "Font scaling factor" in the cinnamon font settings to 1.3\r
24 \r
25 Qt\r
26 --\r
27 \r
28 - http://doc.qt.io/qt-5/highdpi.html\r
29 \r
30  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
31 \r
32 \r
33 Pipe key\r
34 --------\r
35 Pipe key did not work on German keyboard after upgrading from Debian 9 stable to unstable.\r
36 \r
37 - https://forums.puri.sm/t/librem-13v2-german-keyboard-pureos-angle-brackets-pipe-key-dysfunctional/2828\r
38 - https://tracker.pureos.net/T486