this post was submitted on 25 Apr 2024
242 points (96.9% liked)

Linux

48039 readers
773 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
 

Curious from people who follow its development closely.

  • What protocol are about to be finally implemented?
  • Which ones are still a struggle?
  • How many serious protocols are there missing?

https://arewewaylandyet.com/

you are viewing a single comment's thread
view the rest of the comments
[–] boredsquirrel@slrpnk.net 4 points 6 months ago (1 children)

I dont know what that means. Normally the monitor turns off when the PC stops sending a signal. In KDE i can easily configure when to dim, turn off, lock etc. the screen.

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago (1 children)

I needed to do that from the console, xset didn't work. As far as I could tell there was no other command.

[–] boredsquirrel@slrpnk.net 1 points 6 months ago (1 children)
[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago (1 children)

A command to place the monitor in standby mode

[–] boredsquirrel@slrpnk.net 1 points 6 months ago (1 children)

What does this mean? Like unplugging without unplugging? Keeping one screen active and only turning off the other one?

I mean in the KDE monitor options I can choose [mirror,extend to left,extend to right,only external,only internal] so this is 100% possible.

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago (1 children)

Something like that yes, I want to turn off the side monitors with a single button press.

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

This will be possible and likely available as a command for your specific compositor. What are you using?

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago* (last edited 6 months ago) (1 children)

It was the one that came default with ubuntu 22.10 But as I have stated in my initial post, the feature had been restored by reinstalling Xwindow Also, I feel that the commands equivalent to

xset dpms force off
xset dpms force standby
xset dpms force suspend

Should be the same regardless which wayland variant you are using.

[–] boredsquirrel@slrpnk.net 1 points 6 months ago (1 children)

No the implementations are per-compositor. The fact that this worked on X is due to.XOrg being a huge blob that every window manager relied on.

Look for the command in Mutter (GNOME), Kwin (KDE), or whatever DE you use.

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago (1 children)
[–] boredsquirrel@slrpnk.net 1 points 6 months ago (1 children)

Its how Linux works lol. I mean there are tons of things per compositor.

The protocols are way cleaner and less, so it is easier for Distros to just write their own.

But for sure it is annoying that everyone wants to do their own. But that is not a Wayland problem, just nobody wanted to mess with XOrg.

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago (1 children)

Seems wasteful that each would need to build their own monitor power management interface.

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

They dont need to, a Desktop could just use another compositor and the rest of the stuff but they often dont. wlroots is a project doing some general work, but most of the others dont.

[–] interdimensionalmeme@lemmy.ml 1 points 6 months ago

Looks like it is hyprctl dispatch dpms on/off <hdmi_monitor_name> && hyprctl dispatch dpms on/off <main_monitor_name> Wlroots doesn't cover dpms

Also maybe via swayidle but I think dpms off, also triggers session lock