HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

glxgears — Test OpenGL rendering. See also: `vkcube`. More information: <https://manned.org/glxgears>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrenderingglxgearsclitestseeopenglalso

Problem

How to use the glxgears command: Test OpenGL rendering. See also: vkcube. More information: <https://manned.org/glxgears>.

Solution

glxgears — Test OpenGL rendering. See also: vkcube. More information: <https://manned.org/glxgears>.

Run an OpenGL test window:
glxgears


Display OpenGL renderer information:
glxgears -info


Display help:
glxgears -h

Code Snippets

Run an OpenGL test window

glxgears

Display OpenGL renderer information

glxgears -info

Display help

glxgears -h

Context

tldr-pages: common/glxgears

Revisions (0)

No revisions yet.