2006-04-24 20:05:35 +00:00
|
|
|
# lcdvc client configuration file
|
|
|
|
|
|
|
|
|
|
## general options ##
|
|
|
|
|
[lcdvc]
|
|
|
|
|
|
|
|
|
|
# Address of the LCDd server
|
|
|
|
|
#Address=127.0.0.1
|
|
|
|
|
|
|
|
|
|
# Port to attach to LCDd server
|
|
|
|
|
#Port=13666
|
|
|
|
|
|
|
|
|
|
#If false, report to stderr. If true, to syslog.
|
|
|
|
|
#ReportToSyslog=true
|
|
|
|
|
|
|
|
|
|
# Same as with LCDd.
|
|
|
|
|
#ReportLevel=4
|
|
|
|
|
|
2006-04-28 17:10:25 +00:00
|
|
|
# run in foreground [default: false; legal: true, false]
|
2006-04-24 20:05:35 +00:00
|
|
|
#Foreground=false
|
|
|
|
|
|
2008-01-06 17:03:51 +00:00
|
|
|
# PidFile location when running as daemon [default: /var/run/lcdvc.pid]
|
|
|
|
|
#PidFile=/var/run/lcdvc.pid
|
|
|
|
|
|
2006-04-24 20:05:35 +00:00
|
|
|
# Keys to move the visible area around the screen.
|
|
|
|
|
#UpKey=Up
|
|
|
|
|
#DownKey=Down
|
|
|
|
|
#LeftKey=Left
|
|
|
|
|
#RightKey=Right
|
|
|
|
|
|
|
|
|
|
# VC devices to use [default: /dev/vcs, /dev/vcsa]
|
|
|
|
|
vcsDevice=/dev/vcs
|
|
|
|
|
vcsaDevice=/dev/vcsa
|
|
|
|
|
|
|
|
|
|
# EOF
|