this post was submitted on 02 Oct 2025
12 points (92.9% liked)

Linux

58857 readers
950 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 6 years ago
MODERATORS
 

This has turned out to be more tedious than I thought. I did the usual looking up tools to use, and found they use ddci, like ddcutil and ddccontrol, but they're very slow. Before setting them up, KDE's brightness slider did software brightness, now it does hardware brightness but now takes a whole moment with each brightness, I can't smoothly slide it back and forth like I can on laptops. I have a Dell G3233Q connected via USB For USB ports and DisplayPort.

top 8 comments
sorted by: hot top controversial new old
[–] pewpew@feddit.it 3 points 1 week ago (1 children)

I have the same question, for me the KDE slider works like 1/6 of the time. Do you have an Nvidia GPU?

[–] Zamundaaa@discuss.tchncs.de 2 points 1 week ago* (last edited 1 week ago)

Ddc/ci brightness changes are very often animated by the display firmware, so doing it fast is rarely possible.

You can however disable ddc/ci in the display settings if you'd rather have software brightness.

[–] boredsquirrel@slrpnk.net 2 points 1 week ago (1 children)

brightnessctl is useful, can do percentage-wise. With some shell math you can also make buttons to increase and decrease it

[–] minimum@mander.xyz 1 points 1 day ago (1 children)

brightnessctl doesn't work with Wayland

[–] boredsquirrel@slrpnk.net 1 points 1 day ago* (last edited 1 day ago) (1 children)

It does? I use it on KDE Wayland

Extra checked the name of the thing

I use it to change brightness via KDE Connect.

[–] minimum@mander.xyz 1 points 1 day ago* (last edited 23 hours ago) (1 children)

Huh. I should check again

It doesn't work for me on SwayWM, maybe KDE does something else under the hood?

Edit: lol Sorry, I mistook xrandr for brightnessctl. (I had aliased xrandr brightness change commands to "brightness" in my shell)