diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 16:33:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 16:33:54 +0100 |
commit | c14f70fe47fc1b123327a746f940928c4b548f7f (patch) | |
tree | 34d27296acf852aab675a20c3e01a3707e1647b9 | |
parent | a3487fd65b07456d939f95e011db67148dbc4af8 (diff) | |
download | impressive-display-c14f70fe47fc1b123327a746f940928c4b548f7f.tar.gz impressive-display-c14f70fe47fc1b123327a746f940928c4b548f7f.tar.bz2 impressive-display-c14f70fe47fc1b123327a746f940928c4b548f7f.zip |
Impressive Display HowTo: Don't use Xsession for launching tests. Document the FAKE_HOSTNAME var.
-rw-r--r-- | data/impressive-display.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/impressive-display.tex b/data/impressive-display.tex index 418b82b..83485b5 100644 --- a/data/impressive-display.tex +++ b/data/impressive-display.tex @@ -206,8 +206,7 @@ \item<alert@+| uncover@+->Terminal 1: \textbf{Launch} a nested Xserver (like \textbf{Xephyr}): \\ \small \texttt{Xephyr -screen 1024x768 -ac :1} \item<alert@+| uncover@+->Terminal 2, also under your normal user account: \begin{itemize} - \item<alert@+| uncover@+->On Debian (and alike): \\ \small \texttt{export DISPLAY=:1 \\ STARTUP=impressive-display /etc/X11/Xsession} - \item<alert@+| uncover@+->On other distros: still unknown, please help improving this presentation file + \item<alert@+| uncover@+->On Debian (and alike): \\ \small \texttt{export DISPLAY=:1 \\ FAKE_HOSTNAME=<display-host> impressive-display} \end{itemize} \end{itemize} } |