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

Apple Thunderbolt Display 27" - brightness_max is too low #2

Open
romamix opened this issue Feb 1, 2024 · 0 comments
Open

Apple Thunderbolt Display 27" - brightness_max is too low #2

romamix opened this issue Feb 1, 2024 · 0 comments

Comments

@romamix
Copy link

romamix commented Feb 1, 2024

With Apple Thunderbolt Display 27" and Lenovo ThinkPad X390 Yoga, the max available brightness through increments is too low:


  DeviceId ( Vendor vendor_, Product product_, string description_,
		 int brightness_min = 0, int brightness_max = 255 )

Monitor supports the brightness level up to 65535, so fixing the line helps:


  DeviceId ( Vendor vendor_, Product product_, string description_,
		 int brightness_min = 0, int brightness_max = 65535 )

I don't have any other monitor to check whether this value is different/dynamic on different displays, or if a FW update for the Thunderbolt Display changed it at certain moment, so this issue is more for the people who are struggling with a same monitor.

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