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 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
|
=head1 NAME
Config::Model::models::LCDd - Configuration class LCDd
=head1 VERSION
version 2.021
=head1 DESCRIPTION
Configuration classes used by L<Config::Model>
LCDd.conf -- configuration file for the LCDproc server daemon LCDd
This file contains the configuration for the LCDd server.
The format is ini-file-like. It is divided into sections that start at
markers that look like [section]. Comments are all line-based comments,
and are lines that start with '
The server has a 'central' section named [server]. For the menu there is
a section called [menu]. Further each driver has a section which
defines how the driver acts.
The drivers are activated by specifying them in a driver= line in the
server section, like:
Driver=curses
This tells LCDd to use the curses driver.
The first driver that is loaded and is capable of output defines the
size of the display. The default driver to use is curses.
If the driver is specified using the -d <driver> command line option,
the Driver= options in the config file are ignored.
The drivers read their own options from the respective sections.
Model information extracted from template /etc/LCDd.conf
=head1 BUGS
This model does not support to load several drivers. Loading several drivers is probably a marginal case. Please complain to the author if this assumption is false
=head1 Elements
=head2 server
I<< Optional. Type node. >>
=head2 menu
I<< Optional. Type node. >>
=head2 bayrad
I<< Optional. Type warped_node. >>
=head2 CFontz
I<< Optional. Type warped_node. >>
=head2 CFontzPacket
I<< Optional. Type warped_node. >>
=head2 curses
I<< Optional. Type warped_node. >>
=head2 CwLnx
I<< Optional. Type warped_node. >>
=head2 ea65
I<< Optional. Type warped_node. >>
=head2 EyeboxOne
I<< Optional. Type warped_node. >>
=head2 g15
I<< Optional. Type warped_node. >>
=head2 glcd
I<< Optional. Type warped_node. >>
=head2 glcdlib
I<< Optional. Type warped_node. >>
=head2 glk
I<< Optional. Type warped_node. >>
=head2 hd44780
I<< Optional. Type warped_node. >>
=head2 icp_a106
I<< Optional. Type warped_node. >>
=head2 IOWarrior
I<< Optional. Type warped_node. >>
=head2 imon
I<< Optional. Type warped_node. >>
=head2 imonlcd
I<< Optional. Type warped_node. >>
=head2 IrMan
I<< Optional. Type warped_node. >>
=head2 irtrans
I<< Optional. Type warped_node. >>
=head2 joy
I<< Optional. Type warped_node. >>
=head2 lb216
I<< Optional. Type warped_node. >>
=head2 lcdm001
I<< Optional. Type warped_node. >>
=head2 lcterm
I<< Optional. Type warped_node. >>
=head2 lirc
I<< Optional. Type warped_node. >>
=head2 lis
I<< Optional. Type warped_node. >>
=head2 MD8800
I<< Optional. Type warped_node. >>
=head2 mdm166a
I<< Optional. Type warped_node. >>
=head2 ms6931
I<< Optional. Type warped_node. >>
=head2 mtc_s16209x
I<< Optional. Type warped_node. >>
=head2 MtxOrb
I<< Optional. Type warped_node. >>
=head2 mx5000
I<< Optional. Type warped_node. >>
=head2 NoritakeVFD
I<< Optional. Type warped_node. >>
=head2 picolcd
I<< Optional. Type warped_node. >>
=head2 pyramid
I<< Optional. Type warped_node. >>
=head2 sed1330
I<< Optional. Type warped_node. >>
=head2 sed1520
I<< Optional. Type warped_node. >>
=head2 serialPOS
I<< Optional. Type warped_node. >>
=head2 serialVFD
I<< Optional. Type warped_node. >>
=head2 shuttleVFD
I<< Optional. Type warped_node. >>
=head2 stv5730
I<< Optional. Type warped_node. >>
=head2 SureElec
I<< Optional. Type warped_node. >>
=head2 svga
I<< Optional. Type warped_node. >>
=head2 text
I<< Optional. Type warped_node. >>
=head2 t6963
I<< Optional. Type warped_node. >>
=head2 tyan
I<< Optional. Type warped_node. >>
=head2 ula200
I<< Optional. Type warped_node. >>
=head2 sli
I<< Optional. Type warped_node. >>
=head2 vlsys_m428
I<< Optional. Type warped_node. >>
=head2 xosd
I<< Optional. Type warped_node. >>
=head1 SEE ALSO
=over
=item *
L<cme>
=item *
L<Config::Model::models::LCDd::CFontz>
=item *
L<Config::Model::models::LCDd::CFontzPacket>
=item *
L<Config::Model::models::LCDd::CwLnx>
=item *
L<Config::Model::models::LCDd::EyeboxOne>
=item *
L<Config::Model::models::LCDd::IOWarrior>
=item *
L<Config::Model::models::LCDd::IrMan>
=item *
L<Config::Model::models::LCDd::MD8800>
=item *
L<Config::Model::models::LCDd::MtxOrb>
=item *
L<Config::Model::models::LCDd::NoritakeVFD>
=item *
L<Config::Model::models::LCDd::SureElec>
=item *
L<Config::Model::models::LCDd::bayrad>
=item *
L<Config::Model::models::LCDd::curses>
=item *
L<Config::Model::models::LCDd::ea65>
=item *
L<Config::Model::models::LCDd::g15>
=item *
L<Config::Model::models::LCDd::glcd>
=item *
L<Config::Model::models::LCDd::glcdlib>
=item *
L<Config::Model::models::LCDd::glk>
=item *
L<Config::Model::models::LCDd::hd44780>
=item *
L<Config::Model::models::LCDd::icp_a106>
=item *
L<Config::Model::models::LCDd::imon>
=item *
L<Config::Model::models::LCDd::imonlcd>
=item *
L<Config::Model::models::LCDd::irtrans>
=item *
L<Config::Model::models::LCDd::joy>
=item *
L<Config::Model::models::LCDd::lb216>
=item *
L<Config::Model::models::LCDd::lcdm001>
=item *
L<Config::Model::models::LCDd::lcterm>
=item *
L<Config::Model::models::LCDd::lirc>
=item *
L<Config::Model::models::LCDd::lis>
=item *
L<Config::Model::models::LCDd::mdm166a>
=item *
L<Config::Model::models::LCDd::menu>
=item *
L<Config::Model::models::LCDd::ms6931>
=item *
L<Config::Model::models::LCDd::mtc_s16209x>
=item *
L<Config::Model::models::LCDd::mx5000>
=item *
L<Config::Model::models::LCDd::picolcd>
=item *
L<Config::Model::models::LCDd::pyramid>
=item *
L<Config::Model::models::LCDd::sed1330>
=item *
L<Config::Model::models::LCDd::sed1520>
=item *
L<Config::Model::models::LCDd::serialPOS>
=item *
L<Config::Model::models::LCDd::serialVFD>
=item *
L<Config::Model::models::LCDd::server>
=item *
L<Config::Model::models::LCDd::shuttleVFD>
=item *
L<Config::Model::models::LCDd::sli>
=item *
L<Config::Model::models::LCDd::stv5730>
=item *
L<Config::Model::models::LCDd::svga>
=item *
L<Config::Model::models::LCDd::t6963>
=item *
L<Config::Model::models::LCDd::text>
=item *
L<Config::Model::models::LCDd::tyan>
=item *
L<Config::Model::models::LCDd::ula200>
=item *
L<Config::Model::models::LCDd::vlsys_m428>
=item *
L<Config::Model::models::LCDd::xosd>
=back
=head1 COPYRIGHT
=over
=item 2011, Dominique Dumont
=item 1999-2011, William Ferrell and others
=back
=head1 LICENSE
=over
=item GPL-2
=back
=cut
|