X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FTips.tex;h=d2bbc86ad195a554f3df39e62d46518a1e131d7e;hb=686c08c43e0947398ad946038cae2018c2a66551;hp=8bf579fd0e454c7a0249414116beafa4e3231a57;hpb=213c73d0347527fa50543b20a420175f49a36084;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/Tips.tex b/parts/Tips.tex index 8bf579f..d2bbc86 100644 --- a/parts/Tips.tex +++ b/parts/Tips.tex @@ -312,7 +312,7 @@ profile=high \begin{figure}[htpb] \centering - \includegraphics[width=0.7\linewidth]{render-vaapi.png} + \includegraphics[width=1.0\linewidth]{render-vaapi.png} \caption{Render menu setup to encode using GPU with vaapi} \label{fig:render-vaapi} \end{figure} @@ -389,7 +389,7 @@ something like: \begin{lstlisting}[numbers=none] env CUDA_PATH=/opt/cuda -#OR if using the bash shell: +OR if using the bash shell: export CUDA_PATH=/opt/cuda \end{lstlisting} For all distros you will need to add to the ./configure line in your build script, the following: @@ -397,7 +397,7 @@ For all distros you will need to add to the ./configure line in your build scrip \begin{lstlisting}[numbers=none] --with-cuda -#so your configure line will look something like this: +so your configure line will look something like this: ./configure --with-single-user --with-booby --with-cuda \end{lstlisting}