[debian-edu-commits] debian-edu/pkg-team/ 02/08: debian/impressive-display.defaults: Update to match new variable setup in impressive-display 0.3.0.

Mike Gabriel sunweaver at debian.org
Mon Nov 21 19:40:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository impressive-display.

commit 11db58ddec0382d6cbe8f3dc7f032da13aa5f259
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 21 16:12:14 2016 +0100

    debian/impressive-display.defaults: Update to match new variable setup in impressive-display 0.3.0.
---
 debian/impressive-display.default | 57 ++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

diff --git a/debian/impressive-display.default b/debian/impressive-display.default
index be8b6b3..e2eeb80 100644
--- a/debian/impressive-display.default
+++ b/debian/impressive-display.default
@@ -1,23 +1,29 @@
 # Impressive PDF Display: Wrap around impressive PDF viewer and turn your
 # system into a PDF display screen.
 
-# There can be (a) primary terminal(s) and secondary terminals.
-# All terminals not listed here are secondary terminals...
-#
-# If you have more than one primary display, put the hostnames
-# in this variable separated by blanks.
-PRIMARY_DISPLAYS="$(hostname -f)"
-
-# Login credentials for PDF download URLs
-# Credentials can be put here, but we recommend putting them
-# into $HOME/.impressive-display-secrets.
-# Don't forget to set 0600 permissions for the credentials' file.
-#PDF_URL_PRIMARIES_CREDS="<username>:<password>"
-#PDF_URL_SECONDARIES_CREDS="<username>:<password>"
-
-# Primary and secondary PDF displays can have different download URLs.
-#PDF_URL_PRIMARIES="https://web.server.com/path/to/pdffile.pdf"
-#PDF_URL_SECONDARIES="https://web.server.com/path/to/otherpdf.pdf"
+# Login credentials for PDF download URLs can be put here, but we recommend
+# putting them into $HOME/.impressive-display/secrets/<display-host>.secret
+# 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/impressive-display/impressive-display.pdf.gz"
+
+# highly disrecommended... but possible... use .netrc formatted secrets files in
+# $HOME instead!!!
+#DEFAULT_PDF_URL_CREDS="<username>:<password>"
+
+# Enforce fixed resolution for all displays:
+#DEFAULT_RESOLUTION="1920x1080"
+
+# Configure individual display screens with host specific parameters:
+#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"
@@ -34,17 +40,12 @@ PRIMARY_DISPLAYS="$(hostname -f)"
 #SLEEP_HOURS="22-06"
 #SLEEP_HOURS_DOWNLOAD_INTERVAL="0"
 
-# log to syslog instead of .xsession-errors (not set by default)
-#LOG_TO_SYSLOG=yes
+# log to syslog instead of .xsession-errors
+#LOG_TO_SYSLOG="no"
 
 # Enable debugging of regular downloads (must be a non-empty string).
 #DEBUG_DOWNLOADS=""
 
-# Or different static PDF documents (downloadable PDFs get preferred by
-# the impressive-display script...).
-PDF_FILE_PRIMARIES="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
-PDF_FILE_SECONDARIES="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
-
 # Show each slide for <n> seconds.
 #SLIDE_DURATION=20
 
@@ -54,14 +55,8 @@ PDF_FILE_SECONDARIES="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
 # Hide idle mouse pointer.
 #HIDE_IDLE_POINTER="yes"
 
-# Enforce fixed resolution for displays:
-# PRIMARIES_RESOLUTION="1920x1080"
-# SLAVE_RESOLUTION="1920x1080"
-#PRIMARIES_RESOLUTION=
-#SLAVE_RESOLUTION=
-
 # screensaver settings, see "man 1 xset" for possible options
-#SCREENSAVER_SETTINGS=
+#SCREENSAVER_SETTINGS=""
 
 # Put impressive's fading options in the below variable...
 # On GL systems use: --supersample -k --transition PagePeel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/impressive-display.git



More information about the debian-edu-commits mailing list