this post was submitted on 14 Feb 2025
70 points (97.3% liked)

Linux

50350 readers
1655 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 6 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 1 week ago* (last edited 1 week ago)

Woah that MR actually got merged damn. Couldn't believe it when I saw this, I thought the title was a clickbait or something until I checked and it was for real.

[–] [email protected] 10 points 1 week ago (1 children)

That MR Just got merged??? I think I've known about it like 3 or 4 years ago? I had to install a copr repo on fedora to get it.

[–] [email protected] 5 points 6 days ago (2 children)

What's the big deal with triple buffering anyway? Like, what exactly is it and what does it solve?

[–] [email protected] 10 points 6 days ago (1 children)

There's a back buffer run by the CPU where it can render another frame in the background and pass it to the GPU so it doesn't have to wait for the primary buffer every time, giving higher frame rates, and also makes odd frame rates work better so you aren't restricted to just 30/60 etc. Reduces tearing, but might introduce input lag where you're dragging a window but the cursor doesn't follow the drag.

[–] [email protected] 1 points 6 days ago

Thanks. For normal desktop usage this sounds great (for games the input lag might be bad but that depends on whether there's always input lag and how much), I'm curious what it'll be like in practice.

[–] [email protected] 4 points 6 days ago

It made animations smoother on my desktop is all I know about it.