PROBLEM

UNIX C++ API Help default text size is too small to read

Last Published: April 25, 2020

Description

On machines with NVIDIA video cards, the C++ API Help default text size may display too small to read.

Cause

The default Dots Per Inch (DPI) is set too small.

To check the current DPI setting, run:
% xdpyinfo | grep "resolution"
resolution: 69x69 dots per inch

The above output is an example of a low DPI setting.

Solution or Workaround

Override the calculated DPI.

For NVIDIA cards, add the following lines to the 'Device' section of the config file located either in /etc/X11/xorg.conf (Xorg) or /etc/X11/XF86Config (XFree86):
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
Note:
See the link 'LinuxQuestions.org' in the Related Information section below for a forum string on 'How to Stop DPI from changing on resolution change'.


Note:
For additional information about using the DPI to determine how large (in pixels) to draw an object on the display service, click NVIDIA Accelerated Linux Driver Set README and Installation Guide. In your browser menu click Edit > Find (or type CTRL+F). In the Find field, type 'Appendix Y. Dots Per Inch'.

Article ID:000009476

Software:
  • ArcGIS Engine

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic