From f3975a977bc50b3040193db7eb9277924dd3326a Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Thu, 5 Jan 2012 21:02:05 +0100 Subject: Many improvements/tweaks. - Added in the com port selection: com1 (dev/cua0), com1 and com2 alternative (dev/cuau0 and dev/cuau1) - Added com port speed selection (hope users won't make a mess) - Added Contrast/Brightness/Offbrightness selection. If the setting from the user do not match the possibility of the driver the setting is just ignored. --- config/lcdproc-dev/lcdproc.xml | 224 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 222 insertions(+), 2 deletions(-) (limited to 'config/lcdproc-dev/lcdproc.xml') diff --git a/config/lcdproc-dev/lcdproc.xml b/config/lcdproc-dev/lcdproc.xml index 826ee86f..d31c9a6d 100644 --- a/config/lcdproc-dev/lcdproc.xml +++ b/config/lcdproc-dev/lcdproc.xml @@ -1,8 +1,8 @@ - Services: LCDproc 0.5.4 pkg v. 0.4 + Services: LCDproc 0.5.4 pkg v. 0.5 lcdproc - 0.5.4 pkg v. 0.4 + 0.5.4 pkg v. 0.5 Save /usr/local/pkg/lcdproc.inc @@ -64,10 +64,22 @@ none none + + + 5 + + + port_speed + Port speed + Set the port speed. Caution: not all the driver or panels support all the speeds, leave "default" if unsure. + select + + + + + + + + + + 0 + + + brightness + Brightness + Set the brightness of the LCD panel. This option is not supported by all the LCD panels, leave "default" if unsure. + select + + + + + + + + + + + + + + + -1 + + + offbrightness + Offrightness + Set the off-brightness of the LCD panel. This value is used when the display is normally switched off in case LCDd is inactive. This option is not supported by all the LCD panels, leave "default" if unsure. + select + + + + + + + + + + + + + + + -1 + + + contrast + Contrast + Set the contrast of the LCD panel. This option is not supported by all the LCD panels, leave "default" if unsure. + select + + + + + + + + + + + + + + + -1 -- cgit v1.2.3