Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0df671a8473
Choose a base ref
...
head repository: ngscopeclient/scopehal-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 840daef8630a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 24, 2021

  1. Copy the full SHA
    840daef View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 section-gettingstarted.tex
16 changes: 8 additions & 8 deletions section-gettingstarted.tex
Original file line number Diff line number Diff line change
@@ -31,10 +31,10 @@ \section{Host System Requirements}

OpenGL 4.2 or later is required, as well as several extensions:
\begin{itemize}
\item GL_ARB_arrays_of_arrays (or OpenGL 4.3)
\item GL_ARB_compute_shader (or OpenGL 4.3)
\item GL_ARB_shader_storage_buffer_object (or OpenGL 4.3)
\item GL_EXT_blend_equation_separate
\item GL\_ARB\_arrays\_of\_arrays (or OpenGL 4.3)
\item GL\_ARB\_compute\_shader (or OpenGL 4.3)
\item GL\_ARB\_shader\_storage\_buffer\_object (or OpenGL 4.3)
\item GL\_EXT\_blend\_equation\_separate
\end{itemize}

The corresponding minimum hardware requirement is an AMD Radeon HD 5000, NVIDIA GeForce GTX 6xx series discrete GPU, or
@@ -45,10 +45,10 @@ \section{Host System Requirements}

To check for necessary graphics card support on Linux:
\begin{lstlisting}[language=sh]
glxinfo | grep GL_ARB_arrays_of_arrays
glxinfo | grep GL_ARB_compute_shader
glxinfo | grep GL_ARB_shader_storage_buffer_object
glxinfo | grep GL_EXT_blend_equation_separate
glxinfo | grep GL\_ARB\_arrays\_of\_arrays
glxinfo | grep GL\_ARB\_compute\_shader
glxinfo | grep GL\_ARB\_shader\_storage\_buffer\_object
glxinfo | grep GL\_EXT\_blend\_equation\_separate
glxinfo | grep "OpenGL version string"
\end{lstlisting}