Bug 11897 - Backlight gets to maximum during the booting
Summary: Backlight gets to maximum during the booting
Status: REJECTED INVALID
Alias: None
Product: ACPI
Classification: Unclassified
Component: Power-Video (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: acpi_power-video
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 19:35 UTC by Sachin Garg
Modified: 2008-11-04 17:32 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.27.4-58.fc10.i686
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
acpidump (160.27 KB, application/octet-stream)
2008-10-29 19:36 UTC, Sachin Garg
Details
lspci -vv (1.44 KB, application/octet-stream)
2008-10-29 19:37 UTC, Sachin Garg
Details

Description Sachin Garg 2008-10-29 19:35:36 UTC
Latest working kernel version: NA
Earliest failing kernel version: 2.6.27.4-58.fc10.i686
Distribution: Fedora rawhide
Hardware Environment: i386, C714NR laptop 
Software Environment: Fedora i386
Problem Description:

During the booting backlight goes to maximum and stays there. But it can be control by the function key.


Steps to reproduce:

Start linux and backlight goes to maximum
Comment 1 Sachin Garg 2008-10-29 19:36:49 UTC
Created attachment 18509 [details]
acpidump
Comment 2 Sachin Garg 2008-10-29 19:37:07 UTC
Created attachment 18510 [details]
lspci -vv
Comment 3 Zhang Rui 2008-10-29 19:51:08 UTC
Yes, this is introduced by c2c789057f075022658b38b498755c29c1ba8055
If _BQC is not available, we don't know the initial brightness level.
In this case, set the backlight to maximum.
I don't see any problems with this proposal.

Sachin, please reopen it if you still have any questions. :)
Comment 4 Sachin Garg 2008-10-29 20:07:41 UTC
Zhang,

I apologies for reopening the bug but this means it cannot be fixed ?

Wow that was speedy reply!!!!!!!

Regards,
Sachin.
Comment 5 Zhang Rui 2008-10-29 20:27:28 UTC
(In reply to comment #4)
>  but this means it cannot be fixed ?
you're right.
In fact, this is what we want in this patch.
Because we want to make sure we get the right backlight state during initialization.
Usually _BQC method helps us in many laptops.
It returns the current brightness level.
but as it's not available on this laptop, we need to set the backlight to some certain state, i.e. the maximum brightness level. :)

as users can control the backlight after boot, this won't bring many troubles to you, right? or do you think it's unacceptable?
Comment 6 Sachin Garg 2008-11-04 17:32:08 UTC
Can we pass brightness level as the argument.

Note You need to log in before you can comment on or make changes to this bug.