This file is indexed.

/usr/share/doc/xserver-xorg-video-glamo/README.Debian is in xserver-xorg-video-glamo 0.0.0+20110719.gitcb9ed170-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
xserver-xorg-video-glamo for Debian
-----------------------------------

The Glamo X.Org video driver reports to the Xserver the correct DPI
value based on the display size and resolution.  The following formula
can be used to calculate the exact DPI value for a given resolution
(in pixel) and size (in mm):

  resolution * 25.4 / size = DPI

Given that the Openmoko Neo FreeRunner (GTA02) touch screen has a size
of 2.84" (43mm x 58mm) and a resolution of 480x640 pixels, the above
formula gives 284x280 DPI values, which are the ones reported by
xdpyinfo and are very similar to the construction value of 285 DPI.

However, some GTK+ applications can not automatically cope with this
value and they show big fonts, because UNIX traditionally has used
lower values, typically 96 DPI, regardless of display size or
resolution.  The suggested workaround is to specify your preferred
value in ~/.Xresources:

  Xft.dpi: 96

For more information, check the corresponding Debian bug:

  http://bugs.debian.org/500626

 -- Luca Capello <luca@pca.it>, Mon, 18 May 2009 18:13:16 +0200