this post was submitted on 24 May 2024
97 points (98.0% liked)

Linux

45479 readers
1392 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago

This is the best summary I could come up with:


The four month old KWin merge request by Xaver Hugl to allow for triple buffering has been merged and just in time for the Plasma 6.1 code branching!

Back in December a merge request was opened against Kwin for allowing dynamic triple buffering akin to the long in-development but used on Ubuntu GNOME dynamic triple buffering.

Xaver explained in that merge request: "When it takes more than one refresh cycle to render a frame, which isn't unheard of with weak integrated GPUs, KWin starts compositing immediately and we may or may not hit the vblank deadline.

If it's missed, then the buffer takes a whole refresh cycle of the display to be used, which means the refresh rate drops to half of what it should be - resulting in a less smooth appearance and increased latency.

This means that if the GPU can't keep up, latency will be increased just as much as is needed instead of almost one entire additional frame of latency and the halved refresh rate."

Immediately prior to the Plasma 6.1 branching, it was merged.


The original article contains 231 words, the summary contains 179 words. Saved 23%. I'm a bot and I'm open source!