add lcdvc client: virtal console on LCD
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
|
||||
# If false, it forks to the background.
|
||||
#Foreground=false
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user