ubuntu:gpu:benchmark_your_gpu
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:benchmark_your_gpu [2023/05/31 22:55] – peter | ubuntu:gpu:benchmark_your_gpu [2023/06/27 08:28] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - GPU - Benchmark your GPU ====== | ||
- | |||
- | Technically speaking, all of the available GPU benchmarking tools in Linux only test under the OpenGL renderer of course. | ||
- | |||
- | While your GPU may be compatible with some versions of Direct3D, it is not possible to test this renderer under Linux. | ||
- | |||
- | ---- | ||
- | |||
- | ===== GLX-Gears ===== | ||
- | |||
- | GLX gears is a popular OpenGL test that is part of the “mesa-utils” package. Install the package on Ubuntu with this command: | ||
- | |||
- | ==== Install GLX-Gears ==== | ||
- | |||
- | <code bash> | ||
- | sudo apt install mesa-utils | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ==== Run GLX-Gears ==== | ||
- | |||
- | <code bash> | ||
- | glxgears | ||
- | </ | ||
- | |||
- | This will open up a window with an OpenGL rendering of a simple arrangement of three rotating gears. | ||
- | |||
- | The frame rate is measured and printed out on the terminal every five seconds. | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== GL Mark 2 ===== | ||
- | |||
- | ==== Install glmark2 ==== | ||
- | |||
- | <code bash> | ||
- | sudo apt install glmark2 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ==== Run glmark2 ==== | ||
- | |||
- | <code bash> | ||
- | glmark2 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Unigine Benchmarks ===== | ||
- | |||
- | Download from https:// | ||
- | |||
- | See also https:// | ||
- | |||
- | ---- | ||
- | |||
ubuntu/gpu/benchmark_your_gpu.1685573736.txt.gz · Last modified: 2023/05/31 22:55 by peter