-
Notifications
You must be signed in to change notification settings - Fork 27
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
[FEATURE REQ] Device support: Samsung Galaxy Book Flex2 #247
Comments
Did you check the output of I use |
Hi! |
OLED brightness can be controlled by multiplying each pixel by a brightness factor. This can be done entirely in userspace, for example by GammaStep. I found another project, I think Clight should implement something similar, I would come back because now I also have a device with an ambient light sensor. |
Latest Clightd tag supports so-called "software emulated backlight" management for all monitors that are not supported by ddc. Also, in Clightd master i disabled by default the emulated backlight support since it was causing some troubles for me when i attached the laptop to my TV, but afaik it worked fine with internal laptop display or my normal external monitor while developing and testing the feature. |
For me to use this feature, I would need to be sure it wouldn't try to adjust the (emulated) brightness of two other displays, but rather, only the internal one. Your concern about it trying to use ACPI sysfs is most likely a problem, Perhaps configure Clight to use emulated backlight for specific displays? |
Yep makes sense! Please can you open a feat req on Clightd? :) |
Is your feature request related to a problem? Please describe.
My Samsung device got a brightness sensor – which is under Windows only, used to turn on/off the keyboard backlights (which can be adjusted in brightness or turned off completely).
Neither the brightness sensor nor the keyboard backlights (nor the secondary camera of the device) is showing up under Linux – which is kind of strange.
The 720p webcam above the display is working fine for clight, so this ticket isn't about that I'm unable to use clight - it works great! :)
I noticed that the 720p device show's up with 3 possible input devices, which is kind of weird to me:
So just a wild uneducated guess:
/dev/video1
is the secondary camera, which needs to be activated (or is just not supported) before using. And/dev/media0
is the brightness sensor?I'm kind of stuck, so I thought I'm asking for advice here:
The devices I found (which could be related):
lspci
lsusb
The text was updated successfully, but these errors were encountered: