daitj / gnome-display-brightness-ddcutil

Display brightness slider for gnome shell using ddcutil backend
GNU General Public License v3.0
292 stars 34 forks source link

Brightness resets when locking & unlocking PC #146

Open jantari opened 1 month ago

jantari commented 1 month ago

Describe the bug The brighness of my two monitors resets to 32 or 60 after I unlock my PC.

To Reproduce Steps to reproduce the behavior:

  1. Lower brightness to something low like 0 or 12.
  2. Lock GNOME with Super + L or by waiting for your inactivity timeout.
  3. Enter your password to unlock the PC.
  4. Notice how bright the screens are and check the extension to see the brightness reset to some high value such as 60.

Delete cache file if it exists and try again

Delete $XDG_CACHE_HOME/ddcutil_detect which generally is ~/.cache/ddcutil_detect and try to run extension again.

File didn't exist.

Journal logs You need to enable Verbose debugging from this extension's settings and then reload this extension first.

journalctl --no-pager -b /usr/bin/gnome-shell :

log output ``` Jul 25 22:00:36 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:00:36 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:00:51 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:00:51 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2560 32 2560x1408 Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 0 0 2560x1440 Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is enabled Jul 25 22:00:52 amdesktop gnome-shell[2815]: Launching DING process Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:00:52 amdesktop gnome-shell[2815]: [tilingshell] [DefaultMenu] [{"name":"XMI 27\"","x":2560,"y":0,"width":2560,"height":1440},{"name":"XMI 27\"","x":0,"y":0,"width":2560,"height":1440}] Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: Detected async api for thumbnails Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: (gjs:37455): Gjs-WARNING **: 22:00:52.695: GLib.unix_signal_add has been moved to a separate platform-specific library. Please update your code to use GLibUnix.signal_add instead. Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: 0 DesktopManager() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js":263:12] Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: 1 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":180:25] Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: 2 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":197:20] Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: 3 ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12] Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available. Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available. Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available. Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available. Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: ** Message: 22:00:52.731: Connecting to org.freedesktop.Tracker3.Miner.Files Jul 25 22:00:52 amdesktop gnome-shell[2815]: DING: GNOME nautilus 46.2 Jul 25 22:00:52 amdesktop gnome-shell[2815]: Received notification for window. 1 notifications remaining. Jul 25 22:00:52 amdesktop gnome-shell[2815]: Received notification for window. 0 notifications remaining. Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:00:53 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:07:02 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is disabled Jul 25 22:07:03 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:07:03 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:14:58 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:14:58 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:15:07 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:15:07 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2560 32 2560x1408 Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 0 0 2560x1440 Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is enabled Jul 25 22:15:08 amdesktop gnome-shell[2815]: Launching DING process Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:15:08 amdesktop gnome-shell[2815]: [tilingshell] [DefaultMenu] [{"name":"XMI 27\"","x":2560,"y":0,"width":2560,"height":1440},{"name":"XMI 27\"","x":0,"y":0,"width":2560,"height":1440}] Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: Detected async api for thumbnails Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: (gjs:38289): Gjs-WARNING **: 22:15:08.610: GLib.unix_signal_add has been moved to a separate platform-specific library. Please update your code to use GLibUnix.signal_add instead. Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: 0 DesktopManager() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js":263:12] Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: 1 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":180:25] Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: 2 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":197:20] Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: 3 ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12] Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available. Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available. Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available. Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available. Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: ** Message: 22:15:08.641: Connecting to org.freedesktop.Tracker3.Miner.Files Jul 25 22:15:08 amdesktop gnome-shell[2815]: DING: GNOME nautilus 46.2 Jul 25 22:15:08 amdesktop gnome-shell[2815]: Received notification for window. 1 notifications remaining. Jul 25 22:15:08 amdesktop gnome-shell[2815]: Received notification for window. 0 notifications remaining. Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:15:09 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:15:17 amdesktop gnome-shell[2815]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag Jul 25 22:15:17 amdesktop gnome-shell[2815]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag Jul 25 22:15:17 amdesktop gnome-shell[2815]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag Jul 25 22:15:25 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:15:25 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:15:25 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:15:26 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:15:26 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:15:26 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:18:54 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:18:54 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:18:54 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is disabled Jul 25 22:18:57 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:18:57 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:18:57 amdesktop gnome-shell[2815]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: Set global engine failed: Operation was cancelled Stack trace: _promisify/proto[asyncFunc]/ ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12] Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available. Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available. Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available. Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available. Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: ** Message: 22:19:02.834: Connecting to org.freedesktop.Tracker3.Miner.Files Jul 25 22:19:03 amdesktop gnome-shell[2815]: DING: GNOME nautilus 46.2 Jul 25 22:19:03 amdesktop gnome-shell[2815]: Received notification for window. 1 notifications remaining. Jul 25 22:19:03 amdesktop gnome-shell[2815]: Received notification for window. 0 notifications remaining. Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:19:03 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:18 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:21:18 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:21:18 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:21:19 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:21:19 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:21:19 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:21:23 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: this.settings change detected, reloading widgets Jul 25 22:21:23 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Remove keyboard shortcuts Jul 25 22:21:23 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Add keyboard shortcuts Jul 25 22:21:23 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: {"allow-zero-brightness":true,"disable-display-state-check":false,"hide-system-indicator":false,"only-all-slider":true,"show-all-slider":true,"show-display-name":true,"show-value-label":true,"verbose-debugging":true,"ddcutil-queue-ms":130,"ddcutil-sleep-multiplier":40,"position-system-indicator":0,"position-system-menu":3,"step-change-keyboard":2,"button-location":0,"ddcutil-additional-args":"","ddcutil-binary-path":"/usr/bin/ddcutil","decrease-brightness-shortcut":["XF86MonBrightnessDown"],"increase-brightness-shortcut":["XF86MonBrightnessUp"]} Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:23 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Skipping reloadMenuWidgets because extensions is reloading, timer ref: [boxed instance wrapper GIName:GLib.Source jsobj@0x1f45232c3498 native@0x6551c16ad0a0] Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Reload extension Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Remove keyboard shortcuts Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Adding to panel Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Add keyboard shortcuts Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:24 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info: Display 1 I2C bus: /dev/i2c-8 DRM connector: card1-DP-1 Monitor: XMI:Mi Monitor:2757500010902 Display 2 I2C bus: /dev/i2c-9 DRM connector: card1-DP-2 Monitor: XMI:Mi Monitor:2757500011731 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-8 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 8 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-9 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 9 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 8 is: VCP D6 SNC x01 Jul 25 22:21:24 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 9 is: VCP D6 SNC x01 Jul 25 22:21:26 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Reloading widgets Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.32 => 0.13, new brightness: 13, new value: 13 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector defining new display 8 and adding it to queue Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.6 => 0.13, new brightness: 13, new value: 13 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector defining new display 9 and adding it to queue Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 8 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 13 --bus 8 --sleep-multiplier 1 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 9 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 13 --bus 9 --sleep-multiplier 1 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.13 => 0, new brightness: 0, new value: 0 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 130 for 8 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, trigger queue again Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.13 => 0, new brightness: 0, new value: 0 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 130 for 9 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, trigger queue again Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 8 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 0 --bus 8 --sleep-multiplier 1 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 9 Jul 25 22:21:43 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 0 --bus 9 --sleep-multiplier 1 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Reload extension Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Remove keyboard shortcuts Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Adding to panel Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Add keyboard shortcuts Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:21:48 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info: Display 1 I2C bus: /dev/i2c-8 DRM connector: card1-DP-1 Monitor: XMI:Mi Monitor:2757500010902 Display 2 I2C bus: /dev/i2c-9 DRM connector: card1-DP-2 Monitor: XMI:Mi Monitor:2757500011731 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-8 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 8 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-9 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 9 Jul 25 22:21:48 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 8 is: VCP D6 SNC x01 Jul 25 22:21:49 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 9 is: VCP D6 SNC x01 Jul 25 22:21:50 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Reloading widgets Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.13 => 0.09, new brightness: 9, new value: 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector defining new display 8 and adding it to queue Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.13 => 0.09, new brightness: 9, new value: 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector defining new display 9 and adding it to queue Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 9 --bus 8 --sleep-multiplier 1 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 9 --bus 9 --sleep-multiplier 1 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.09 => 0.08, new brightness: 8, new value: 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 130 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, trigger queue again Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.09 => 0.08, new brightness: 8, new value: 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 130 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, trigger queue again Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.08 => 0.07, new brightness: 7, new value: 7 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 128 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.08 => 0.07, new brightness: 7, new value: 7 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 128 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.07 => 0.05, new brightness: 5, new value: 5 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 112 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.07 => 0.05, new brightness: 5, new value: 5 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 112 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.05 => 0.04, new brightness: 4, new value: 4 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 102 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.05 => 0.04, new brightness: 4, new value: 4 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 102 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.04 => 0.03, new brightness: 3, new value: 3 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 98 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.04 => 0.03, new brightness: 3, new value: 3 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 98 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.03 => 0.01, new brightness: 1, new value: 1 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 93 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.03 => 0.01, new brightness: 1, new value: 1 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 93 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.01 => 0, new brightness: 0, new value: 0 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 82 for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: display Mi, current: 0.01 => 0, new brightness: 0, new value: 0 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write collector update, current countdown is 82 for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 8 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 0 --bus 8 --sleep-multiplier 1 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Write in queue countdown over for 9 Jul 25 22:21:52 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: async /usr/bin/ddcutil setvcp 10 0 --bus 9 --sleep-multiplier 1 Jul 25 22:21:57 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:21:57 amdesktop gnome-shell[2815]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile Jul 25 22:21:57 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is disabled Jul 25 22:21:57 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Remove keyboard shortcuts Jul 25 22:22:00 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:22:00 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:22:03 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:22:03 amdesktop gnome-shell[2815]: no authentication service is enabled, using password authentication Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Adding to panel Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Add keyboard shortcuts Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2560 32 2560x1408 Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 0 0 2560x1440 Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [extension] extension is enabled Jul 25 22:22:04 amdesktop gnome-shell[2815]: Launching DING process Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [extension] building a tiling manager for each monitor Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 0] Work area for monitor 0: 2626 32 2494x1408 Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [TilingManager 1] Work area for monitor 1: 66 0 2494x1440 Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info: Display 1 I2C bus: /dev/i2c-8 DRM connector: card1-DP-1 Monitor: XMI:Mi Monitor:2757500010902 Display 2 I2C bus: /dev/i2c-9 DRM connector: card1-DP-2 Monitor: XMI:Mi Monitor:2757500011731 Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-8 Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 8 Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil brief info found bus line: I2C bus: /dev/i2c-9 Jul 25 22:22:04 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display state for bus: 9 Jul 25 22:22:04 amdesktop gnome-shell[2815]: [tilingshell] [DefaultMenu] [{"name":"XMI 27\"","x":2560,"y":0,"width":2560,"height":1440},{"name":"XMI 27\"","x":0,"y":0,"width":2560,"height":1440}] Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: Detected async api for thumbnails Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: (gjs:39712): Gjs-WARNING **: 22:22:04.909: GLib.unix_signal_add has been moved to a separate platform-specific library. Please update your code to use GLibUnix.signal_add instead. Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: 0 DesktopManager() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js":263:12] Jul 25 22:22:05 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 8 is: VCP D6 SNC x01 Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: 1 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":180:25] Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: 2 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":197:20] Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: 3 ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12] Jul 25 22:22:05 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: ddcutil reading display status for bus: 9 is: VCP D6 SNC x01 Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available. Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available. Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available. Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available. Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: ** Message: 22:22:04.944: Connecting to org.freedesktop.Tracker3.Miner.Files Jul 25 22:22:05 amdesktop gnome-shell[2815]: DING: GNOME nautilus 46.2 Jul 25 22:22:05 amdesktop gnome-shell[2815]: Received notification for window. 1 notifications remaining. Jul 25 22:22:05 amdesktop gnome-shell[2815]: Received notification for window. 0 notifications remaining. Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). Jul 25 22:22:05 amdesktop gnome-shell[2815]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). Jul 25 22:22:06 amdesktop gnome-shell[2815]: display-brightness-ddcutil extension: Reloading widgets ```

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

I have two of the same Xiaomi 27" displays:

~ 
❯ ddcutil detect
Display 1
   I2C bus:  /dev/i2c-8
   DRM connector:           card1-DP-1
   EDID synopsis:
      Mfg id:               XMI - UNK
      Model:                Mi Monitor
      Product code:         9985  (0x2701)
      Serial number:        2757500010902
      Binary serial number: 1 (0x00000001)
      Manufacture year:     2020,  Week: 20
   VCP version:         2.1

Display 2
   I2C bus:  /dev/i2c-9
   DRM connector:           card1-DP-2
   EDID synopsis:
      Mfg id:               XMI - UNK
      Model:                Mi Monitor
      Product code:         9985  (0x2701)
      Serial number:        2757500011731
      Binary serial number: 1 (0x00000001)
      Manufacture year:     2020,  Week: 20
   VCP version:         2.1

This extension works great, but this issue is unfortunately very annoying in the evenings and at night when I work with low brightness settings between 0-20.

Thank you.

daitj commented 2 days ago

Have you tried to lower the brightness and disable this extension and do the similar timeout or reset procedure? Are you sure it is stemmed from this extension not from your monitor?

jantari commented 1 day ago

Not at my PC for a bit but I will be able to try that in a few days. However I doubt it's the monitors as I've had these for years and they never randomly changed their brightness before, not in Windows 10 either (I dual boot).