diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-24 21:00:28 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-24 21:00:28 +0100 |
| commit | 389b06e208cdb4fe5f16ef44fe6e95f11af21522 (patch) | |
| tree | af4eb6cec7ae163c75a8481963e18382f6531ec9 /debian/impressive-display.default | |
| download | impressive-display-389b06e208cdb4fe5f16ef44fe6e95f11af21522.tar.gz impressive-display-389b06e208cdb4fe5f16ef44fe6e95f11af21522.tar.bz2 impressive-display-389b06e208cdb4fe5f16ef44fe6e95f11af21522.zip | |
initial draft
Diffstat (limited to 'debian/impressive-display.default')
| -rw-r--r-- | debian/impressive-display.default | 39 |
1 files changed, 39 insertions, 0 deletions
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="<username>:<password>" +#PDF_URL_SLAVES_CREDS="<username>:<password>" + +# 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="" |
