diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-27 21:01:12 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-27 21:01:12 +0000 |
commit | 3c865cea81995a9668b517f0163a2eb077112623 (patch) | |
tree | dfbf693127b08488779d3bf3850e89407b0fce5c /lcd4linux.c | |
parent | eed0c5c33d4a4e06e63269706b2e2b3da6dc795d (diff) | |
download | lcd4linux-3c865cea81995a9668b517f0163a2eb077112623.tar.gz |
add server port as config option, rename options
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1012 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 8231274..d492950 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -505,12 +505,17 @@ Display Image { } Display VNC { - Driver 'VNC' - Font '6x8' - xres '320' - yres '140' - bpp '4' - maxclients '1' + Driver 'VNC' + Font '6x8' + Port '5900' + Xres '320' + Yres '140' + Bpp '4' + Maxclients '2' + Buttons '4' + Keypadxofs '40' + Keypadyofs '70' + } #Plugin KVV { |