summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-04-12 15:16:00 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-04-12 15:16:00 +1200
commit8c860ce6f5d9d0f51c7ec5287701fec9d7985a7f (patch)
treead634fbc97e690ec47a677f491bf67abb0d018dd /data
parent91ab0738af97c1290bd7b81a3a9da1d5a9d366c6 (diff)
downloadlightdm-git-8c860ce6f5d9d0f51c7ec5287701fec9d7985a7f.tar.gz
Allow VNC command to be specified in lightdm.conf
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index 0e4c3189..02b867d5 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -115,10 +115,15 @@
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
+# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
+# width = Width of display to use
+# height = Height of display to use
+# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
+#command=Xvnc
#port=5900
#width=1024
#height=768