ubuntu:gpu:benchmark_the_gpu:gl_mark_2
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:gpu:benchmark_the_gpu:gl_mark_2 [2023/06/27 08:34] – created peter | ubuntu:gpu:benchmark_the_gpu:gl_mark_2 [2023/06/27 09:21] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - GPU - Benchmark the GPU - GL Mark 2 ====== | ====== Ubuntu - GPU - Benchmark the GPU - GL Mark 2 ====== | ||
+ | **glmark2** is an OpenGL 2.0 and ES 2.0 benchmark. | ||
+ | |||
+ | * glmark offers a rich set of tests that concern different aspects of the GPU performance (buffering, building, lighting, texturing etc), allowing for a much more comprehensive and meaningful test. | ||
+ | * Each test is conducted for 10 seconds and the frame rate is counted individually. | ||
+ | * In the end, users get a performance score based on all previous tests. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Install glmark2 ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install glmark2 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Run glmark2 ===== | ||
+ | |||
+ | <code bash> | ||
+ | glmark2 | ||
+ | |||
+ | or | ||
+ | |||
+ | glmark2 --fullscreen | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | ======================================================= | ||
+ | glmark2 2021.02 | ||
+ | ======================================================= | ||
+ | OpenGL Information | ||
+ | GL_VENDOR: | ||
+ | GL_RENDERER: | ||
+ | GL_VERSION: | ||
+ | ======================================================= | ||
+ | [build] use-vbo=false: | ||
+ | [build] use-vbo=true: | ||
+ | [texture] texture-filter=nearest: | ||
+ | [texture] texture-filter=linear: | ||
+ | [texture] texture-filter=mipmap: | ||
+ | [shading] shading=gouraud: | ||
+ | [shading] shading=blinn-phong-inf: | ||
+ | [shading] shading=phong: | ||
+ | [shading] shading=cel: | ||
+ | [bump] bump-render=high-poly: | ||
+ | [bump] bump-render=normals: | ||
+ | [bump] bump-render=height: | ||
+ | [effect2d] kernel=0, | ||
+ | [effect2d] kernel=1, | ||
+ | [pulsar] light=false: | ||
+ | [desktop] blur-radius=5: | ||
+ | [desktop] effect=shadow: | ||
+ | [buffer] columns=200: | ||
+ | [buffer] columns=200: | ||
+ | [buffer] columns=200: | ||
+ | [ideas] speed=duration: | ||
+ | [jellyfish] < | ||
+ | [terrain] < | ||
+ | [shadow] < | ||
+ | [refract] < | ||
+ | [conditionals] fragment-steps=0: | ||
+ | [conditionals] fragment-steps=5: | ||
+ | [conditionals] fragment-steps=0: | ||
+ | [function] fragment-complexity=low: | ||
+ | [function] fragment-complexity=medium: | ||
+ | [loop] fragment-loop=false: | ||
+ | [loop] fragment-steps=5: | ||
+ | [loop] fragment-steps=5: | ||
+ | ======================================================= | ||
+ | glmark2 Score: 21663 | ||
+ | ======================================================= | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Variants ===== | ||
+ | |||
+ | <code bash> | ||
+ | glmark2-drm | ||
+ | glmark2-es2 | ||
+ | glmark2-es2-wayland | ||
+ | glmark2-wayland | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** | ||
+ | |||
+ | * **glmark2-drm**: | ||
+ | * **glmark2-es2**: | ||
+ | * **glmark2-es2-wayland**: | ||
+ | * **glmark2-wayland**: | ||
+ | |||
+ | * **es2**: | ||
+ | |||
+ | </ | ||
ubuntu/gpu/benchmark_the_gpu/gl_mark_2.1687854864.txt.gz · Last modified: 2023/06/27 08:34 by peter