summaryrefslogtreecommitdiff
path: root/debian/impressive-display.default
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-03-29 21:07:18 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-03-29 21:07:18 +0200
commit8cb71b7ec3f5f3304149ea8f49150518ec230e38 (patch)
tree9e09b19f7e0cb6fa481d00031a39c36a6a19aac0 /debian/impressive-display.default
parentfc2392fa86311a40e123931df544a091817bc1c5 (diff)
downloadimpressive-display-0.2.1.tar.gz
impressive-display-0.2.1.tar.bz2
impressive-display-0.2.1.zip
release 0.2.10.2.1
Diffstat (limited to 'debian/impressive-display.default')
-rw-r--r--debian/impressive-display.default53
1 files changed, 0 insertions, 53 deletions
diff --git a/debian/impressive-display.default b/debian/impressive-display.default
deleted file mode 100644
index e185a96..0000000
--- a/debian/impressive-display.default
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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"
-
-# HTTP proxy URL, if needed.
-#HTTP_PROXY_URL="http://webcache:3128"
-
-# Idle interval between PDF downloads.
-DOWNLOAD_INTERVAL=600
-
-# 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
-
-# Launch pulseaudio daemon if not already running.
-WITH_PULSEAUDIO="yes"
-
-# 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=
-
-# Put impressive's fading options in the below variable...
-# On GL systems use: --supersample -k --transition PagePeel
-IMPRESSIVE_OPTIONS="--transition None"