diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-03-01 22:33:23 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-03-01 22:33:23 (GMT) |
commit | 31dc5180312b7853cf9b851f2c2008db6ccd6e87 (patch) | |
tree | dbdeaac48bdaa73d74c3eb6cb2abadca1751fcd9 /abs/core/system-templates | |
parent | d37c229ffc07d256e94b191d7173d04d64629723 (diff) | |
download | linhes_pkgbuild-31dc5180312b7853cf9b851f2c2008db6ccd6e87.zip linhes_pkgbuild-31dc5180312b7853cf9b851f2c2008db6ccd6e87.tar.gz linhes_pkgbuild-31dc5180312b7853cf9b851f2c2008db6ccd6e87.tar.bz2 |
system-templates: update LCDd.conf for antec_fusion LCD; refs 652
Diffstat (limited to 'abs/core/system-templates')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf | 18 |
2 files changed, 17 insertions, 3 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 1cf109e..c2d0344 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=2.0 -pkgrel=8 +pkgrel=9 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() 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 ## |