Bug 269706 - please, add wlomp - Wayland output power management
Summary: please, add wlomp - Wayland output power management
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2023-02-20 07:41 UTC by Oleh Vinichenko
Modified: 2023-12-28 09:56 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Vinichenko 2023-02-20 07:41:57 UTC
As per summary, wlomp, Wayland output power management. Simple client implementing zwlr-output-power-management-v1.
It can be used as alternative to dpms, for example,

#!/bin/sh
exec swayidle -w \
	timeout 300 "waylock.sh" \
	timeout 600 "wlopm --off '*'" resume "wlopm --on '*'"
Comment 1 Oleh Vinichenko 2023-02-20 07:49:08 UTC
https://git.sr.ht/~leon_plickat/wlopm
Comment 2 Tino Engel 2023-11-15 12:29:04 UTC
I successfully compiled a working version of wlomp on FreeBSD 14.0-RELEASE.
I had to use gmake and gcc instead of make and clang to get it working.

Currently I feel in the mood to create a port for this at some time in future. :)
Comment 4 Tino Engel 2023-11-19 07:12:42 UTC
wlopm is now available as port:
https://www.freshports.org/x11/wlopm

so imho this ticket can be closed.