Changes between Initial Version and Version 1 of Ticket #20127
- Timestamp:
- 2020-11-21T17:23:30+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20127
- Property Keywords hidpi added
-
Ticket #20127 – Description
initial v1 1 1 I can resize menus fonts by gui.scale.*=1.5 but not dialog boxes and maps. 2 2 3 xrandr : 3 {{{ 4 $ xrandr 4 5 Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 5 6 eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm 6 7 1920x1080 60.00*+ 8 }}} 9 7 10 Linux Debian 10. 8 11 9 xdyinfo got wrong dpi infos: 12 {{{ 13 $ xdyinfo # got wrong dpi infos: 10 14 screen #0: 11 15 dimensions: 1920x1080 pixels (508x285 millimeters) 12 16 resolution: 96x96 dots per inch 13 17 depths (7): 24, 1, 4, 8, 15, 16, 32 14 18 }}} 15 19 16 20 ==== What is the expected result? … … 20 24 21 25 JOSM is difficult to use. 22 GDI_SCALE=2 got huge and unusable fonts. 26 `GDI_SCALE=2` got huge and unusable fonts. 23 27 24 28 ==== Please provide any additional information below. Attach a screenshot if possible.