mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
335 B
Plaintext
23 lines
335 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|