diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/impressive-display.default | 32 |
2 files changed, 20 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 83de67a..9fff546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ impressive-display (0.2.1) UNRELEASED; urgency=medium * debian/control: + Various adjustment in Depends:, Recommends: and Suggests:. + Modifications of LONG_DESCRIPTION. + * debian/impressive-display.default: + + Rework comments. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 29 Mar 2016 20:14:17 +0200 diff --git a/debian/impressive-display.default b/debian/impressive-display.default index 2279526..e185a96 100644 --- a/debian/impressive-display.default +++ b/debian/impressive-display.default @@ -1,49 +1,53 @@ # 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... +# 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>" -# these PDF displays can have different download URLs +# 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, if needed. #HTTP_PROXY_URL="http://webcache:3128" -# Idle interval between PDF downloads +# Idle interval between PDF downloads. DOWNLOAD_INTERVAL=600 -# or different static PDF documents (downloadable PDFs get preferred by -# the impressive-display script...) +# 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 +# Show each slide for <n> seconds. SLIDE_DURATION=20 -# launch pulseaudio daemon if not already running +# Launch pulseaudio daemon if not already running. WITH_PULSEAUDIO="yes" -# hide idle mouse pointer +# Hide idle mouse pointer. HIDE_IDLE_POINTER="yes" -# enforce fixed resolution for displays +# 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= -# impressive fading options -# on GL systems use: --supersample -k --transition PagePeel +# Put impressive's fading options in the below variable... +# On GL systems use: --supersample -k --transition PagePeel IMPRESSIVE_OPTIONS="--transition None" |