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

Linux

48208 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 8 comments
sorted by: hot top controversial new old
[–] Flax_vert@feddit.uk 9 points 5 hours ago

It's the core working of the system. Those gears specifically keep the clock ticking

[–] Max_P@lemmy.max-p.me 31 points 1 day ago (1 children)

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

[–] TimeSquirrel@kbin.melroy.org 21 points 1 day ago (2 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.

[–] QuazarOmega@lemy.lol 1 points 4 hours ago* (last edited 4 hours ago)

Amazing, I read this in a deep narrator voice and now I want a tale of a game engine developer living in a stereotypical dystopian cyberpunk society

[–] eldavi@lemmy.ml 12 points 1 day ago (1 children)

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

[–] Vikthor@lemmy.world 2 points 5 hours ago

Enemy Territory, running on id Tech 3 engine, worked pretty well for what I remember.

[–] pelya@lemmy.world 18 points 1 day ago* (last edited 1 day 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.

[–] azvasKvklenko@sh.itjust.works 11 points 1 day ago

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