summaryrefslogtreecommitdiff
path: root/examples/impressive-display.default
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-21 15:23:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-21 15:23:53 +0100
commitc441472eacb40c00264fcc05d5aaee5825527de7 (patch)
treed6d17a59c8814828674fe9f3be163c37859d4c3f /examples/impressive-display.default
parentac9fa13f36f0bef2c7b78483dc6a0a52f8610d62 (diff)
downloadimpressive-display-c441472eacb40c00264fcc05d5aaee5825527de7.tar.gz
impressive-display-c441472eacb40c00264fcc05d5aaee5825527de7.tar.bz2
impressive-display-c441472eacb40c00264fcc05d5aaee5825527de7.zip
examples/impressive-display.default: Update from Debian package.
Diffstat (limited to 'examples/impressive-display.default')
-rw-r--r--examples/impressive-display.default12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/impressive-display.default b/examples/impressive-display.default
index 356c99b..f256694 100644
--- a/examples/impressive-display.default
+++ b/examples/impressive-display.default
@@ -6,7 +6,7 @@
# Don't forget to set 0600 permissions on the credential files.
# default download URI for all display screens if not configured individually
-DEFAULT_PDF_URI="file:///usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
+DEFAULT_PDF_URI="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz"
# highly disrecommended... but possible... use .netrc formatted secrets files in
# $HOME instead!!!
@@ -16,8 +16,14 @@ DEFAULT_PDF_URI="file:///usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
#DEFAULT_RESOLUTION="1920x1080"
# Configure individual display screens with host specific parameters:
-DISPLAYS['$(hostname -f)']="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz"
-#DISPLAYS['other-host']="pdf_uri=https://some.host.out.there/path/to/infoscreen.pdf"
+#DISPLAYS['display-host-0']="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz"
+#DISPLAYS['display-host-1']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage1.pdf.gz"
+#DISPLAYS['display-host-2']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage2.pdf.gz|res=1024x768"
+#DISPLAYS['display-host-3']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage3.pdf.gz|res=1280x1024"
+#DISPLAYS['other-host-from-web']="pdf_uri=https://some.host.out.there/path/to/infoscreen.pdf"
+
+#### ^^^ use: FAKE_HOSTNAME="display-host-1" impressive-display
+### to play with other hostnames and their PDF URI / resolution settings...
# HTTP proxy URL, if needed.
#HTTP_PROXY_URL="http://webcache:3128"