Compare commits

...

2 Commits

Author SHA256 Message Date
c26e0698a9 Accepting request 1251477 from hardware
OBS-URL: https://build.opensuse.org/request/show/1251477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddcutil-service?expand=0&rev=10
2025-03-10 17:04:42 +00:00
Michael Hamilton
ef7dd5d125 - 1.0.14
- A hotplug and DPMS tidy up to accommodate quirks exhibited by drivers, GPUs and monitors.   
  - Default to libddcutil event detection for libddcutil >= 2.2 (for faster response to changes).
  - Add option --prefer-libddcutil-events as a better name for deprecated option --prefer-drm.
  - Deprecate option --prefer-drm as it's name is misleading.
  - Add option --disable-connectivity-signals to allow connectivity signals to be turned off.
  - Add options --disable-hotplug-polling and --disable-dpms-polling to accommodate quirky monitors.
  - Always internally poll for DPMS changes (DPMS is not covered by libddcutil events).
  - Add method ListDetected to take advantage of hotplug detection in libddcutil >= 2.2.
  - Add the list command to ddcutil-client to provide access to the new ListDetected method.
  - Add wait, wait-connection-change, and wait-vcp-change commands to ddcutil-client.
  - Log more information when get_vcp fails.

OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=63
2025-03-09 00:37:14 +00:00
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1214fb1b65f8fa7660cc27c07c8454e0df6b178d61ee0aae2a247e8e564b020b
size 74124

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12cf882c8ee98065a2e4a7884becf43db326954e4acaf0b5c40e71072a142d6c
size 78088

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 8 21:34:11 UTC 2025 - Michael Hamilton <michael@actrix.gen.nz>
- 1.0.14
- A hotplug and DPMS tidy up to accommodate quirks exhibited by drivers, GPUs and monitors.
- Default to libddcutil event detection for libddcutil >= 2.2 (for faster response to changes).
- Add option --prefer-libddcutil-events as a better name for deprecated option --prefer-drm.
- Deprecate option --prefer-drm as it's name is misleading.
- Add option --disable-connectivity-signals to allow connectivity signals to be turned off.
- Add options --disable-hotplug-polling and --disable-dpms-polling to accommodate quirky monitors.
- Always internally poll for DPMS changes (DPMS is not covered by libddcutil events).
- Add method ListDetected to take advantage of hotplug detection in libddcutil >= 2.2.
- Add the list command to ddcutil-client to provide access to the new ListDetected method.
- Add wait, wait-connection-change, and wait-vcp-change commands to ddcutil-client.
- Log more information when get_vcp fails.
-------------------------------------------------------------------
Wed Nov 27 19:36:37 UTC 2024 - Michael Hamilton <michael@actrix.gen.nz>

View File

@@ -18,7 +18,7 @@
Name: ddcutil-service
Version: 1.0.12
Version: 1.0.14
Release: 0
Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel
License: GPL-2.0-or-later