(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 \r
24 Pipe key\r
25 --------\r
26 Pipe key did not work on German keyboard after upgrading from Debian 9 stable to unstable.\r
27 \r
28 - https://forums.puri.sm/t/librem-13v2-german-keyboard-pureos-angle-brackets-pipe-key-dysfunctional/2828\r
29 - https://tracker.pureos.net/T486