wiki:Ru:Help/HiDPISupport

Version 1 (modified by ak099, 8 years ago) ( diff )

--

Перевод не завершен

Другие языки:

Поддержка HiDPI

Эта страница содержит информацию об использовании JOSM с дисплеями высокого разрешения.

TOC(inline)

Основы

  1. Нормальная поддержка HiDPI была добавлена в Java 9, так что убедитесь, что у вас Java 9 или более поздняя версия.
  2. Требуется JOSM версии r12722 или более поздней.

Можно ожидать лучших результатов с чётными коэффициентами масштабирования, например, 200%, 400%, ... но и другие значения тоже поддерживаются.

Как включить режим HiDPI

Если режим HiDPI не включён "из коробки", ниже приведены способы активировать его.

Windows

On Windows, you can activate scaled display mode system-wide. See for example this extensive help page.

For Windows 7, the option is called Display / Set custom text size (DPI), for Windows 8 it is called Display / Change the size of all items and for Windows 10 it is Display / Customize your display / Change the size of text, apps, and other items

Linux

You can activate HiDPI-mode for one application by running it with the GDK_SCALE environment variable set to 2, 4, ..., e.g.

GDK_SCALE=2 java -jar josm.jar

Tweaks

Background imagery
By default, the tiles of the background imagery are scaled by the same factor as other GUI elements. This ensures appropriate font size, in case the background imagery contains text and symbols. However, it leads to reduced image resolution.

Under Imagery preferences / Tab Settings / Tiles zoom offset, you can set an offset of 1. This makes JOSM fetch tiles of one zoom level higher and double the image resolution. Currently, this setting only applies to main map area and not the download dialog.

Menu font size
The font size for the main menu can be scaled by a certain factor using the advanced preference value gui.scale.menu.font. It is intended for relatively small adjustments. (JOSM r12923 or later)
Icons sizes
There are advanced options iconsize.* to tweak the default icon sizes. In particular iconsize.smallicon will affect the icons in front of menu items.
HiDPISupport Style
This style scales the drawing of the map area using MapCSS tools. It was created at a time of poor HiDPI support in Java and should only be required in exceptional cases.
Image scaling (deprecated, experimental)
The advanced option gui.scale was used to scale the GUI, basically trying to implement what is now available as Java 9 HiDPI support. It only got as far as scaling images. Further development is not planned as it is obsoleted by the Java 9 features. This option may be removed in a future release of JOSM.
Note: See TracWiki for help on using the wiki.