this post was submitted on 18 Feb 2025
72 points (100.0% liked)

Linux

50663 readers
535 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 12 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 week ago (1 children)

I checked out the PR but I'm not sure what this means

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

It means it can play HDR videos in Wayland environments that support the protocol (Gnome, Plasma) among other color improvements this protocol brings.

[–] [email protected] 2 points 1 week ago

Hyprland too

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

So no more dark and dull looking videos?

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

You still need a HDR-capable screen.

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

Mmh, okay. So I'll continue re-downloading videos in non-HDR variants. But good to see it implemented, though.

[–] Codilingus 1 points 1 week ago

IIRC MPV can be configured to play HDR video as SDR, and you set the .conf things like quality and standard to what you want.

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

Couldn’t you already do this using the command below? (Under “video”)

https://wiki.archlinux.org/title/KDE#HDR

[–] [email protected] 7 points 1 week ago* (last edited 1 week ago) (1 children)

That uses the experimental of the color management protocol. Now that the protocol is stable, it will be exposed by default. And hopefully we shouldn't need to install additional software, set environmental variables, or pass command line flags.

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

Maybe it hasn’t been fully implemented yet but when I play HDR videos in MPV right now it is still not working. But running that command works as expected.

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

It being merged means If you compile it from source it'll work, there hasn't been a release yet, and that release also has to be in your distros repos, so it'll be bit

[–] [email protected] 1 points 1 week ago

Makes sense. Thanks for the info!