diff options
-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} |