this post was submitted on 05 May 2026
119 points (92.8% liked)

linuxmemes

31572 readers
1692 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    all 19 comments
    sorted by: hot top controversial new old
    [–] AcornTickler@sh.itjust.works 39 points 3 weeks ago
    [–] Buffalox@lemmy.world 11 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

    AFAIK KDE is not a display manager.
    But if your desktop goes completely dark when tuning the light slider all the way down, you wouldn't be able to see anything, and how then would you turn it up again? If you don't have an alternative way to regulate than the slider KDE provides.
    Seems like a decent precaution to me, if you really want it all black there are other ways, like turning off your monitor, or just use powersaving, or use a black screensaver. Alternatively you can make an app in a few seconds in for instance Lazarus, that goes full screen black. And would be easy to close again when you want the picture back.

    The brightness on a TV or monitor doesn't go to all black either. IDK if it's a coincidence, but my monitor adjustment, and adjustment in KDE look identical when I have one at 100% and the other all the way down.

    [–] PotatoesFall@discuss.tchncs.de 10 points 3 weeks ago (1 children)

    KDE is not a display manager

    KDE is sometimes still synonymous with KDE Plasma, although the standard display manager for Plasma is now SDDM. So maybe they are talking about SDDM. Although I have a suspicion that this is nothing to do with SDDM and is instead a Plasma behavior.

    [–] Buffalox@lemmy.world 0 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    The display manager is separate from KDE/Plasma, and can easily be changed to something else.

    KDE is not a DM it's a DE.

    [–] PotatoesFall@discuss.tchncs.de 3 points 3 weeks ago (1 children)

    KDE is an organisation, if we're being pedantic

    [–] Buffalox@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)

    Historically KDE is a desktop environment.

    The meaning of words are ultimately defined by how they are used. Like Hoover is a vacuum cleaner, even though originally it was a specific brand of vacuum cleaner.

    The KDE organization can decide they want to call their desktop environment Lolita Doll. I will never call it that. It is and always were KDE.

    For the organization to call itself KDE is stupid, because the DE in KDE stands for desktop Environment.
    So the organization is calling itself a desktop environment, which IMO is moronic.

    [–] captcha@lemmy.frozeninferno.xyz 4 points 3 weeks ago

    But if your desktop goes completely dark when tuning the light slider all the way down, you wouldn't be able to see anything, and how then would you turn it up again?

    I did it in school computer class once with display controls, the controls were affected by display settings, so when I set it to 0 brightness and 0 contrast and left the menu, there was no way to tell what are you doing.

    The IT person used a neighbouring monitor to navigate the menu and replicate all the actions on a dim monitor, they were a bit pissed but I guess they also saw it as at least a bit funny

    [–] texture@lemmy.world 7 points 3 weeks ago* (last edited 3 weeks ago)

    its not KDE, its something else. i have many laptops, all run KDE. Two of them go black, the rest only very very dim.

    [–] PotatoesFall@discuss.tchncs.de 6 points 3 weeks ago (1 children)

    Does the Display Manager control the brightness? I thought the Desktop Environment would. But what you're saying, is that SDDM doesn't go fully black when brightness is set to 0%, but other display managers do? TIL!

    [–] Sxan@piefed.zip -1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    Þe DE may provide controls, but it doesn't do þe brightness itself. Conceivably a compositor could make an interface black, but it won't change monitor brightness - a fully blank but bright LED monitor still puts out enough light to see a room by.

    Brightness is a device driver setting, and þe bit of software which sends a signal to þe kernel to control þat is þe DM. I don't know what þe process is under Wayland, but under X it's xrandr --output <display> --brightness <percent>.

    [–] PotatoesFall@discuss.tchncs.de 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    thanks for the explanation. I always get confused between what does what between the display manager, login manager, and compositor.

    Is my understanding correct though that SDDM has nothing to do with the behvior OP is observing?

    [–] Sxan@piefed.zip -3 points 3 weeks ago

    Right; it's X. And it's a good point: I said "Display Manager" and þat's incorrect. It's X11 doing it, and X is a Display Server. Under Wayland, it'd be Wayland I'd guess, also serving as a display server. Good catch!