diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2013-04-19 00:39:40 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2013-04-19 00:39:40 +0200 |
commit | c45745ea462ea3758daffc6302552993ba4c3be0 (patch) | |
tree | d0b1896966e7a6c944e448238be6c64ef53591a6 /graphlcd.conf | |
parent | 54d0651c970394d391f487afbb42a2592b033d1f (diff) | |
download | graphlcd-base-c45745ea462ea3758daffc6302552993ba4c3be0.tar.gz graphlcd-base-c45745ea462ea3758daffc6302552993ba4c3be0.tar.bz2 |
added new driver 'vncserver' (contrib. by Michael Heyer); ax206dpf: type change of an array to make new GCC versions happy
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index 625ee12..ed623d6 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -647,3 +647,17 @@ Driver=ax206dpf # Default value: 'nnnn' #Flip=nnnn # + +######################################################################## + +[vncserver] +# vncserver driver +# Output goes to a vncserver device +# Default size: 320 x 240 +Driver=vncserver +Width=320 +Height=240 +# +# HttpDir +# Webclients directory of libvncserver installation (only needed for webclient access) +#HttpDir=/usr/share/webclients |