bastonia to Linux · 7 months agoAre we Wayland yet or Whats missing?imagemessage-square228fedilinkarrow-up1250arrow-down17file-text
arrow-up1243arrow-down1imageAre we Wayland yet or Whats missing?bastonia to Linux · 7 months agomessage-square228fedilinkfile-text
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/
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·6 months agoIts 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.
minus-squareinterdimensionalmemecakelinkfedilinkarrow-up1·6 months agoSeems wasteful that each would need to build their own monitor power management interface.
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·6 months agoThey 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.
minus-squareinterdimensionalmemecakelinkfedilinkarrow-up1·6 months agoLooks 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
That, is terrible
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.
Seems wasteful that each would need to build their own monitor power management interface.
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.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
deleted by creator