Author: pebender
Date: Sat May 2 09:11:44 2009
New Revision: 4699
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lcdproc.d/LCDd.conf.d/LCDd.conf
Log:
- Updated default LCDd.conf file.
- Set ServerScreen=no in LCd.conf.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat May 2
09:11:44 2009
@@ -17,6 +17,8 @@
Modified LCDproc
- Updated imonlcd patch.
+ - Updated default LCDd.conf file.
+ - Set ServerScreen=no.
Modified mediaplayers
- Modified mplayer-vld so that it uses the system liba52.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lcdproc.d/LCDd.conf.d/LCDd.conf
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lcdproc.d/LCDd.conf.d/LCDd.conf
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lcdproc.d/LCDd.conf.d/LCDd.conf
Sat May 2 09:11:44 2009
@@ -28,6 +28,14 @@
## Server section with all kinds of settings for the LCDd server ##
[server]
+# Where can we find the driver modules ?
+# IMPORTANT: Make sure to change this setting to reflect your
+# specific setup! Otherwise LCDd won't be able to find
+# the driver modules and will thus not be able to
+# function properly.
+# NOTE: Always place a slash as last character !
+DriverPath=/usr/lib/lcdproc/
+
# Tells the server to load the given drivers. Multiple lines can be given.
# The name of the driver is case sensitive and determines the section
# where to look for further configuration options of the specific driver
@@ -37,10 +45,11 @@
#
# The following drivers are supported:
# bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
-# EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, IOWarrior,
-# irman, joy, lb216, lcdm001, lcterm, lirc, MD8800, ms6931, mtc_s16209x,
-# MtxOrb, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS,
-# serialVFD, sli, stv5730, svga, t6963, text, tyan, ula200, xosd
+# EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, imonlcd,
IOWarrior,
+# irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931,
mtc_s16209x,
+# MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520,
serialPOS,
+# serialVFD, shuttleVFD, sli, stv5730, svga, t6963, text, tyan, ula200,
+# xosd
driv...@mm_lcdproc_driver@
# Tells the driver to bind to the given interface
@@ -52,38 +61,41 @@
# Sets the reporting level; defaults to 2 (warnings and errors only).
#ReportLevel=3
-# Should we report to syslog instead of stderr ? Default: no
+# Should we report to syslog instead of stderr ? [default: no; legal: yes,
no]
ReportToSyslog=yes
-# Sets the default time in seconds to displays a screen.
-WaitTime=5
-
-# User to run as. LCDd will drop its root priviledges,
-# if any, and run as this user instead.
+# User to run as. LCDd will drop its root priviledges, if any,
+# and run as this user instead.
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
-
# The server will stay in the foreground if set to true.
#Foreground=no
-# Where can we find the driver modules ?
-# IMPORTANT: Make sure to change this setting to reflect your
-# specific setup! Otherwise LCDd won't be able to find
-# the driver modules and will thus not be able to
-# function properly.
-# NOTE: Always place a slash as last character !
-DriverPath=/usr/lib/lcdproc/
+# Hello message: each entry represents a display line; default: builtin
+Hello=" "
+Hello=" "
# GoodBye message: each entry represents a display line; default: builtin
-#GoodBye="Thanks for using"
-#GoodBye=" LCDproc!"
GoodBye=" "
GoodBye=" "
+# Sets the default time in seconds to displays a screen.
+WaitTime=5
+
+# 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
+
+# set master backlight setting [default: open; legal: off, open, on]
+#Backlight=open
+
+# set master heartbeat setting [default: open; legal: off, open, on]
+#Heartbeat=open
+
+# set title scrolling speed [default: 10; legal: 0-10]
+#TitleSpeed=10
+
# The "...Key=" lines define what the server does with keypresses that
# don't go to any client.
# These are the defaults:
@@ -240,18 +252,21 @@
# use ASC symbols for icons & bars [default: no; legal, yes, no]
UseACS=no
+# draw Border [default: yes; legal: yes, no]
+DrawBorder=yes
+
## Cwlinux driver ##
[CwLnx]
-# Select the LCD model [default: 12232; legal: 12232, 1602]
+# Select the LCD model [default: 12232; legal: 12232, 12832, 1602]
Model=12232
# Select the output device to use [default: /dev/lcd]
devi...@mm_lcdproc_device@
-# Select the LCD size [default: depending on model: 12232: 20x4, 1602:
16x2]
+# Select the LCD size [default: depending on model: 12232: 20x4, 12832:
21x4, 1602: 16x2]
Size=20x4
# Set the communication speed [default: 19200; legal: 9600, 19200]
@@ -286,6 +301,10 @@
+## DM140 VFD
+[dm140]
+
+
## ea65 driver for the display in AOpen XC Cube AV EA65 media barebones ##
[ea65]
@@ -344,6 +363,8 @@
# Display size (currently unused)
size=20x5
+
+
## glcdlib meta driver for graphical LCDs ##
[glcdlib]
@@ -411,10 +432,10 @@
# Select what type of connection. See documentation for types.
ConnectionType=4bit
-# Port where the LPT is. Usual values are 0x278, 0x378 and 0x3BC
+# Port where the LPT is [ususal: 0x278, 0x378 and 0x3BC]
Port=0x378
-# Device of the serial interface (default is /dev/lcd)
+# Device of the serial interface [default: /dev/lcd]
devi...@mm_lcdproc_device@
# Bitrate of the serial port (0 for interface default)
@@ -424,9 +445,13 @@
# You may also need to configure the keypad layout further on in this file.
Keypad=no
-# set the initial contrast (for bwctusb only) [default: 0; legal: 0 - 1000]
+# Set the initial contrast (bwctusb and lcd2usb) [default: 500; legal: 0 -
1000]
Contrast=0
+# Set brightness of the backlight (lcd2usb only) [default: 0; legal 0 -
1000]
+#Brightness=1000
+#OffBrightness=0
+
# If you have a switchable backlight.
Backlight=no
@@ -448,12 +473,16 @@
# If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible',
# set this flag to get into extended mode (4-line linear).
-# This flag is NOT the old obsolete Extended option.
#ExtendedMode=yes
+# In extended mode, on some controllers like the ST7036 (in 3 line mode)
+# the next line in DDRAM won't start 0x20 higher. [default: 0x20]
+#LineAddress=0x10
+
# Character map to to map ISO-8859-1 to the LCD's character set
-# [default: hd44780_default; legal: hd44780_default, ea_ks0073,
sed1278f_0b ]
-Charmap=hd44780_default
+# [default: hd44780_default; legal: hd44780_default, hd44780_euro,
+# ea_ks0073, sed1278f_0b ]
+CharMap=hd44780_default
# If your display is slow and cannot keep up with the flow of data from
# LCDd, garbage can appear on the LCDd. Set this delay factor to 2 or 4
@@ -504,6 +533,10 @@
# (if not given, the 1st IOWarrior found gets used)
#SerialNumber=00000674
+# If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible',
+# set this flag to get into extended mode (4-line linear).
+#ExtendedMode=yes
+
# Specifies if the last line is pixel addressable or it controls an
# underline effect. [default: true (= pixel addressable); legal: yes, no]
#Lastline=true
@@ -523,7 +556,7 @@
## IrMan driver ##
[IrMan]
-#if in trouble with IrMan, try Lirc emulator for IrMan
+# in case of trouble with IrMan, try the Lirc emulator for IrMan
# Select the input device to use
devi...@mm_lcdproc_device@
@@ -533,6 +566,20 @@
+## IRtrans driver ##
+[irtrans]
+
+# Does the device have a backlight? [default: no; legal: yes, no]
+#Backlight=no
+
+# IRTrans device to connect to [default: localhost]
+#Hostname=localhost
+
+# display dimensions
+Size=16x2
+
+
+
## Joystick driver ##
[joy]
@@ -609,6 +656,26 @@
+## LIS MCE 2005 driver ##
+[lis]
+
+# Set the initial brightness [default: 1000; legal: 0 - 1000]
+# 0-250 = 25%, 251-500 = 50%, 501-750 = 75%, 751-1000 = 100%
+#Brightness=1000
+
+# Columns by lines [default: 20x2]
+#Size=20x2
+
+# USB Vendor ID [default: 0x0403]
+# Change only if testing a compatible device.
+#VendorID=0x0403
+
+# USB Product ID [default: 0x6001]
+# Change only if testing a compatible device.
+#ProductID=0x6001
+
+
+
##The driver for the VFD of the Medion MD8800 PC ##
[MD8800]
# device to use [default: /dev/ttyS1]
@@ -697,30 +764,41 @@
+## mx5000 driver for LCD display on the Logitech MX5000 keyboard ##
+[mx5000]
+
+# Select the output device to use [default: /dev/hiddev0]
+Device = /dev/hiddev0
+# Time to wait in ms after the refresh screen has been sent [default: 1000]
+WaitAfterRefresh = 1000
+
+
+
## Noritake VFD driver ##
[NoritakeVFD]
# device where the VFD is. Usual values are /dev/ttyS0 and /dev/ttyS1
[default: /dev/lcd]
-devi...@mm_lcdproc_device@
+devi...@mm_lcdproc_device@
# Specifies the size of the LCD.
Size=20x4
-
-# set the brightness
-Brightness=255
-
+# Set the initial brightness [default: 1000; legal: 0 - 1000]
+Brightness=1000
+# Set the initial off-brightness [default: 0; legal: 0 - 1000]
+# This value is used when the display is normally
+# switched off in case LCDd is inactive
+OffBrightness=50
# set the serial port speed [default: 9600, legal: 1200, 2400, 9600,
19200, 115200]
Speed=9600
-# re-initialize VFD ?
-#Reboot=yes
+# Set serial data parity [default: 0 (None), legal: 0(=none), 1(=odd),
2(=even)]
+Parity=0
+# re-initialize the VFD [default: no; legal: yes, no]
+Reboot=no
## Mini-box.com picoLCD (usblcd) driver ##
[picolcd]
-# This is for the Mini-Box.com usblcd device that ships with the M300. It
can
-# also be purchased separately but this driver has only been tested on the
M300
-# setup.
# KeyTimeout is the time that LCDd spends waiting for a key press before
cycling
# through other duties. Higher values make LCDd use less CPU time and make
@@ -729,7 +807,10 @@
# balanced value.
KeyTimeout=500
-# Contrast: [default: 1000; legal: 0 - 1000]
+# Set the initial brightness [default: 1000; legal: 0 - 1000]
+Brightness=1000
+
+# Set the initial contrast [default: 1000; legal: 0 - 1000]
Contrast=1000
# Light the keys? i[default: on; legal: on, off]
@@ -748,7 +829,7 @@
# Host name or IP address of the LIRC instance that is to receive IR codes
# If not set, or set to an empty value, IR support is disabled.
-#LircAddress=127.0.0.1
+#LircHost=127.0.0.1
# UDP port on which LIRC is listening [default: 8765; legal: 1 - 65535]
LircPort=8765
@@ -823,6 +904,11 @@
# 1 KD Rev 2.1.
# 2 Noritake VFDs (*).
# 3 Futaba VFDs
+# 4 IEE S03601-95B
+# 5 IEE S03601-96-080 (*)
+# 6 Futaba NA202SD08FA (allmost IEE compatible)
+# 7 Samsung 20S207DA4 and 20S207DA6
+# 8 Nixdorf BA6x / VT100
# (* most should work, not testet yet.)
Type=0
@@ -835,6 +921,9 @@
# Portaddress where the LPT is. Used in parallelmode only. Usual values
are 0x278, 0x378 and 0x3BC
Port=0x378
+# Set parallel port timingdelay (us). Used in parallelmode only. [default:
2; legal: 0 - 255]
+#PortWait=2
+
# Device to use in serial mode. Usual values are /dev/ttyS0 and /dev/ttyS1
devi...@mm_lcdproc_device@
@@ -858,6 +947,12 @@
+## shuttleVFD driver ##
+[shuttleVFD]
+# No options
+
+
+
## stv5730 driver ##
[stv5730]
@@ -967,25 +1062,27 @@
# set display size [default: 20x4]
Size=20x4
-# font to use, in XLFD format, as given by "xfontsel"
-Font=-*-terminus-*-r-*-*-*-320-*-*-*-*-*
-
+# Offset in pixels from the top-left corner of the monitor [default: 0x0]
+Offset=200x200
-## IrTrans driver
-[irtrans]
+# X font to use, in XLFD format, as given by "xfontsel"
+Font=-*-liberation sans-*-r-*-*-*-0-*-*-*-*-*
-Arguments="-hostname localhost -lcdw 16 -lcdh 2 -backlight -timeout 1"
-#hostname: IP / Hostname of irserver
-#lcdw: Breite des LCD Displays (default=16)
-#lcdh: Höhe des LCD Displays (default=4)
-
-
-##
+## SoundMon iMon LCD
[imonlcd]
-
+# Specify which iMon protocol should be used [default: 0=15c2:ffdc device;
legal: 1=15c2:0038 device]
+Protocol=0
+# Set the exit behavior [default: 1=show the big clock; legal: 0=leave
shutdown message, 2=blank device]
+OnExit=2
+# Select the output device to use [default: /dev/lcd0]
devi...@mm_lcdproc_device@
-
+# Select the displays contrast [default: 200; legal: 0-1000]
Contrast=200
-
+# Specify the size of the display in pixels [default:96x16]
+#Size=96x16
+# Set the backlight state [default: 1=on; legal: 0=off]
+#Backlight=1
+# Set the disc mode [default: 0=spin the "slim" disc - two disc segments;
legal: 1=their complement spinning]
+#DiscMode=0
# EOF
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---