Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardware brightness control #256

Open
Massimo-B opened this issue Sep 30, 2024 · 0 comments
Open

Hardware brightness control #256

Massimo-B opened this issue Sep 30, 2024 · 0 comments

Comments

@Massimo-B
Copy link

Current version: 2.4

As described in https://gitlab.xfce.org/xfce/xfce4-power-manager/-/issues/158#note_94788 your software only controls the software gamma levels and not the hardware brightness, so it's no solution for me.

Hardware is controlled for the internal display via

# grep -r ^ /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/*brightness
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/actual_brightness:19200
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/brightness:19200
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/max_brightness:19200

or for the external HDMI display via I2C using ddcui (https://www.ddcutil.com/ddcui_main/) or gddccontrol/ddccontrol (https://github.com/ddccontrol/ddccontrol/), affecting directly the brightness in its internal setup menu.

None of the tools like Xfce Power Manager Plugin (only supporting the internal display) or the mentioned gddccontrol/ddccontrol (external displays via I2C only) is able to control all kind of displays in one application.

Could you add hardware brightness support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant