this post was submitted on 16 Nov 2024
37 points (100.0% liked)

Linux

48187 readers
1336 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] pelya 13 points 3 hours ago* (last edited 3 hours ago)

it's used to verify that OpenGL ES2 works on your system. It's the variant of 3D graphics drivers that is used on smartphones. Many apps nowadays write their GFX frontend with GLES2 so it uses the same code on phones and PCs, and if they compile the app to run in the web browser, WebGL is also based on GLES2.

[–] [email protected] 18 points 5 hours ago (1 children)

It's the same as glxgears but for EGL and Wayland. It tests that OpenGL works.

[–] [email protected] 7 points 2 hours ago (1 children)

Year 2070: A young man in a dirty, run down, four mile tall high-rise reaching into the smog and covered in holographic ads and QR code graffiti lays down and plugs his newly upgraded gaming system into the port in the back of his head, closes his eyes, and enters the virtual realm for some much needed reality escape. He tests his hardware by running glxgears. The toothed discs appear before him in the empty void, spinning smoothly and silently, assuring him that in a few moments, he can imagine a different life, if only for just a few hours.

[–] [email protected] 2 points 27 minutes ago

besides the head socket; this was me in 2005 as a lowly IT analyst with an entire laboratory's worth of screens displaying glxgears 6 days per week making sure all of the workstations' display drivers were working correctly before deploying them to the engineers. that 6th day was me coming in on a saturday or sunday to take advantage of the REALLY nice and expensive hardware to try out the few games that worked on linux at the time. lol

[–] [email protected] 10 points 4 hours ago

O thanks! I needed glxgears equivalent for Wayland at some point