diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 20:13:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 20:13:38 +0100 |
commit | 57fd8c37555dc7c0b63512989d9d8de9e1ed29ed (patch) | |
tree | fec0ac5ac8cfcf8054112499b523bc19e3ab3689 | |
parent | 4eea1bbb7ee91827c859c84bd7ff627d6230fd68 (diff) | |
download | impressive-display-57fd8c37555dc7c0b63512989d9d8de9e1ed29ed.tar.gz impressive-display-57fd8c37555dc7c0b63512989d9d8de9e1ed29ed.tar.bz2 impressive-display-57fd8c37555dc7c0b63512989d9d8de9e1ed29ed.zip |
impressive-display.tex: Fix hostname faking test command call.
-rw-r--r-- | data/impressive-display.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/data/impressive-display.tex b/data/impressive-display.tex index 0131ce2..9b15f6a 100644 --- a/data/impressive-display.tex +++ b/data/impressive-display.tex @@ -203,11 +203,8 @@ \begin{itemize} \item<alert@+| uncover@+->\textbf{Install Impressive Display} locally \textbf{on your PC or notebook}; you can launch Impressive Display under your normal user account \item<alert@+| uncover@+->Do a \textbf{graphical login with your normal user} account; when logged in, open two Terminal windows - \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 \\ FAKE_HOSTNAME=<display-host> impressive-display} - \end{itemize} + \item<alert@+| uncover@+->Terminal 1: \textbf{Launch} a nested Xserver (like \textbf{Xephyr}) in user space: \\ \small \texttt{Xephyr -screen 1024x768 -ac :1} + \item<alert@+| uncover@+->Terminal 2, also under your normal user account: \\ \small \texttt{export DISPLAY=:1 \\ FAKE\_HOSTNAME=<display-host> impressive-display} \end{itemize} } \end{beamerboxesrounded} |