This file is indexed.

/usr/share/perl5/Config/Model/models/LCDd/glcdlib.pod is in libconfig-model-lcdproc-perl 2.052-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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
# PODNAME: Config::Model::models::LCDd::glcdlib
# ABSTRACT:  Configuration class LCDd::glcdlib

=encoding utf8

=head1 NAME

Config::Model::models::LCDd::glcdlib - Configuration class LCDd::glcdlib

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

generated from LCDd.conf

=head1 Elements

=head2 Backlight

Backlight if applicable. I< Optional. Type uniline.  > 

=over 4

=item default value :

no

=back



=head2 Brightness

Brightness (in %) if applicable. I< Optional. Type uniline.  > 

=over 4

=item default value :

50

=back



=head2 CharEncoding

character encoding to use. I< Optional. Type uniline.  > 

=over 4

=item default value :

iso8859-2

=back



=head2 Contrast

Contrast (in %) if applicable. I< Optional. Type uniline.  > 

=over 4

=item default value :

50

=back



=head2 Driver

which graphical display supported by graphlcd-base to use 
(see /etc/graphlcd.conf for possible drivers) I< Optional. Type uniline.  > 

=over 4

=item upstream_default value :

image

=back



=head2 FontFile

path to font file to use. I< Optional. Type uniline.  > 

=over 4

=item default value :

/usr/share/fonts/corefonts/courbd.ttf

=back



=head2 Invert

invert light/dark pixels. I< Optional. Type uniline.  > 

=over 4

=item default value :

no

=back



=head2 MinFontFaceSize

minimum size in pixels in which fonts should be rendered. I< Optional. Type uniline.  > 

=over 4

=item default value :

7x12

=back



=head2 PixelShiftX

I< Optional. Type uniline.  > 

=over 4

=item default value :

0

=back



=head2 PixelShiftY

I< Optional. Type uniline.  > 

=over 4

=item default value :

2

=back



=head2 ShowBigBorder

border within the usable text area,
for setting up TextResolution and
MinFontFaceSize (if using FT2);
border around the unused area. I< Optional. Type uniline.  > 

=over 4

=item default value :

no

=back



=head2 ShowDebugFrame

turns on/off 1 pixel thick debugging. I< Optional. Type uniline.  > 

=over 4

=item default value :

no

=back



=head2 ShowThinBorder

border around the unused area. I< Optional. Type uniline.  > 

=over 4

=item default value :

yes

=back



=head2 TextResolution

text resolution in fixed width characters 
(if it won't fit according to available physical pixel resolution
and the minimum available font face size in pixels, then
'DebugBorder' will automatically be turned on) I< Optional. Type uniline.  > 

=over 4

=item upstream_default value :

16x4

=back



=head2 UpsideDown

flip image upside down. I< Optional. Type uniline.  > 

=over 4

=item default value :

no

=back



=head2 UseFT2

no=use graphlcd bitmap fonts (they have only one size / font file)
yes=use fonts supported by FreeType2 (needs Freetype2 support in
libglcdprocdriver and its dependants) I< Optional. Type uniline.  > 

=over 4

=item default value :

yes

=back



=head1 SEE ALSO

=over

=item *

L<cme>

=back

=cut