Closed CaptainMorgan12 closed 1 month ago
Thank you for the suggestion. There already is a Gnome extension which may address your needs: Gnome Brightness Control Using ddcutil. Also you may want to look at VDU Controls.
Update: Thank you so much the gnome extension https://github.com/daitj/gnome-display-brightness-ddcutil
works and when selecting Button Location = System Menu it shows up in the native place did not work, but VDU Controls with daemon works great! It would be awesome if VDU system tray actually showed the sliders, but not a big deal since I am not changing the settings that frequently.
Feature suggestion would be to roll all detected and controllable attributes (sliders) into a gnome extension, then use the extension to control the values from the ubuntu/gnome top bar, it would then be more of a service that runs with the extension calling the values. For my thunderbolt display:
Normalize each value by max value e.g. max brightness +65535 would be 100, additionally it seems the thunderbolt display controller already does not allow 0 to be actually no display so that would have to be normalized too somehow. Actual adjustment right now for me is: ~20-100
Since the worst one can do is accidentally lower it to where you don't see anything. It is too bad that the old ubuntu kernels supported the thunderbolt display and I was able to use ubuntu stock with a brightness slider, on a side note could this be added in a mainline kernel to support these values as a kernel patch for thunderbolt type display support?