![]() |
Brightness Problem - Implementing _bcm _bcl And _bcq ?
1 Attachment(s)
Hi all,
I'm desperately trying to fix an annoying problem I am facing with my Samsung N130 (with a GMA950), where every time I boot OSX the brightness level gets reset to the maximum. I can see the brightness being boosted to the max at the very last moment of the boot, just before the mouse cursor gets displayed. I came to think that it could be related to some ACPI controls... At some point maybe the system cannot get the current state of the backlight level and then decides to set it to the max (that's my own interpretation after reading similar reports here and there). I want to mention that I can change the brightness level normally through the control panel and it works just fine (except the at the minimum level the screen gets blank). If I understand well, _BCQ ("Backlight C... Query" ?) should return the current level of the backlight. I've read here and there there that: 1. _BCQ might sometimes return weird values 2. If _BCQ returns something weird of if there is no _BCQ available then the system will set it back to the max, which could explain my problem. So here are my question: - I've noticed that in my DSDT.aml I do not have those methods declared, similar to: Code:
Device (LCD) Can I add an LCD device to my DSDT just like that ? Please find attached my current DSDT Thank you for your help. |