From 389b06e208cdb4fe5f16ef44fe6e95f11af21522 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 24 Mar 2016 21:00:28 +0100 Subject: initial draft --- debian/impressive-display.default | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/impressive-display.default (limited to 'debian/impressive-display.default') diff --git a/debian/impressive-display.default b/debian/impressive-display.default new file mode 100644 index 0000000..5114565 --- /dev/null +++ b/debian/impressive-display.default @@ -0,0 +1,39 @@ +# Impressive PDF Display: Wrap around impressive PDF viewer and turn your +# system into a PDF display screen. + +# There can be master terminals and slave terminals. +# All terminal not listed here are slave terminals... +MASTER_DISPLAYS="$(hostname -f)" + +# Login credentials for PDF download URLs +# Credentials can be put here, but we recommend putting them +# into $HOME/.impressive-display-secrets. +#PDF_URL_MASTERS_CREDS=":" +#PDF_URL_SLAVES_CREDS=":" + +# these PDF displays can have different download URLs +#PDF_URL_MASTERS="https://web.server.com/path/to/pdffile.pdf" +#PDF_URL_SLAVES="https://web.server.com/path/to/otherpdf.pdf" + +# HTTP proxy URL, if needed +#HTTP_PROXY_URL="http://webcache:3128" + +# or different static PDF documents (downloadable PDFs get preferred by +# the impressive-display script...) +PDF_FILE_MASTERS="/usr/share/doc/impressive-display/examples/demo.pdf.gz" +PDF_FILE_SLAVES="/usr/share/doc/impressive-display/examples/demo.pdf.gz" + +# launch pulseaudio daemon if not already running +WITH_PULSEAUDIO="yes" + +# hide idle mouse pointer +HIDE_IDLE_POINTER="yes" + +# enforce fixed resolution for displays +# MASTER_RESOLUTION="1920x1080" +# SLAVE_RESOLUTION="1920x1080" +MASTER_RESOLUTION= +SLAVE_RESOLUTION= + +# screensaver settings, see "man 1 xset" for possible options +SCREENSAVER_SETTINGS="" -- cgit v1.2.3