summaryrefslogtreecommitdiff
path: root/debian/impressive-display.default
blob: 4f806026623534d26874119674dbd192e4033421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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"

# Idle interval between PDF downloads
DOWNLOAD_INTERVAL=600

# or different static PDF documents (downloadable PDFs get preferred by
# the impressive-display script...)
PDF_FILE_MASTERS="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz
PDF_FILE_SLAVES="/usr/share/doc/debian/FAQ/debian-faq.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=""