diff options
author | Cecil <knoppmyth@gmail.com> | 2012-03-02 03:02:46 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-03-02 03:02:46 (GMT) |
commit | f441ae5b8f06dd62ac369365bbf236aecb85d548 (patch) | |
tree | 937873a3b556a3623f8ccc2b1bb9084e3ccbb87d /abs/core/system-templates/templates | |
parent | 63bce33add0ab852c922d1d3264ec93d65728609 (diff) | |
parent | cc8a1c904a89ac1582ac442838f770418cd0c040 (diff) | |
download | linhes_pkgbuild-f441ae5b8f06dd62ac369365bbf236aecb85d548.zip linhes_pkgbuild-f441ae5b8f06dd62ac369365bbf236aecb85d548.tar.gz linhes_pkgbuild-f441ae5b8f06dd62ac369365bbf236aecb85d548.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/system-templates/templates')
-rwxr-xr-x[-rw-r--r--] | abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf b/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf index 2596c25..3719e47 100644..100755 --- a/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf +++ b/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf @@ -41,7 +41,7 @@ # joy, lb216,lcdm001, lcterm, lirc,MD8800, ms6931, mtc_s16209x, # MtxOrb, NoritakeVFD, pyramid, sed1330, sed1520, serialVFD, # sli, stv5730, svga, t6963, text, tyan, ula200, xosd -Driver=imon +Driver=imonlcd #Driver=curses # Tells the driver to bind to the given interface @@ -66,7 +66,7 @@ User=nobody # If yes, the the serverscreen will be rotated as a usual info screen. If no, # it will be a background screen, only visible when no other screens are # active. -#ServerScreen=no +ServerScreen=no # The server will stay in the foreground if set to true. #Foreground=no @@ -478,15 +478,29 @@ Size=20x4 + ## Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON driver ## [imon] # select the device to use Device=/dev/lcd0 +# Protocl=0 # display dimensions Size=16x2 +## Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON driver ## +[imonlcd] + +# select the device to use +Device=/dev/lcd +Contrast=200 +#Protocl=0 + +# display dimensions +#Size=16x2 + + ## IrMan driver ## |