this post was submitted on 27 Nov 2023
205 points (98.6% liked)

Linux

47231 readers
769 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
 

Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they're almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.

I've improved the brightness control of the Gnome settings daemon, using a bezier curve based brightness curve. I've also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.

Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven't looked at it yet so I'm looking to gauge public interest and see if users want to see it merged.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 9 months ago (1 children)

Sounds great, and is very welcome! Please merge. Thank you. Do you guys have any idea why ddc/ci controls for brightness control of external screens are not yet implemented in any major De? It's the same on windows, still not part of the Os. Third party tools available since ages.

[–] [email protected] 4 points 9 months ago (1 children)

there is a ddcci dkms driver that exposes displays as Linux backlight devices. That integrates them into all DEs!

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

But are there any DEs that make use of this and include setting screen brightness on external screens as easy as for laptops? Is it because each screen manufacturer implements altering brightness/contrast/etc. via ddcci differently?

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

yes, all of them. That's how laptop screen brightness is controlled