diff options
-rw-r--r-- | examples/impressive-display.default | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/impressive-display.default b/examples/impressive-display.default index 356c99b..f256694 100644 --- a/examples/impressive-display.default +++ b/examples/impressive-display.default @@ -6,7 +6,7 @@ # Don't forget to set 0600 permissions on the credential files. # default download URI for all display screens if not configured individually -DEFAULT_PDF_URI="file:///usr/share/doc/debian/FAQ/debian-faq.pdf.gz" +DEFAULT_PDF_URI="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz" # highly disrecommended... but possible... use .netrc formatted secrets files in # $HOME instead!!! @@ -16,8 +16,14 @@ DEFAULT_PDF_URI="file:///usr/share/doc/debian/FAQ/debian-faq.pdf.gz" #DEFAULT_RESOLUTION="1920x1080" # Configure individual display screens with host specific parameters: -DISPLAYS['$(hostname -f)']="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz" -#DISPLAYS['other-host']="pdf_uri=https://some.host.out.there/path/to/infoscreen.pdf" +#DISPLAYS['display-host-0']="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz" +#DISPLAYS['display-host-1']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage1.pdf.gz" +#DISPLAYS['display-host-2']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage2.pdf.gz|res=1024x768" +#DISPLAYS['display-host-3']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage3.pdf.gz|res=1280x1024" +#DISPLAYS['other-host-from-web']="pdf_uri=https://some.host.out.there/path/to/infoscreen.pdf" + +#### ^^^ use: FAKE_HOSTNAME="display-host-1" impressive-display +### to play with other hostnames and their PDF URI / resolution settings... # HTTP proxy URL, if needed. #HTTP_PROXY_URL="http://webcache:3128" |