Bug 10089
Summary: | no sysfs backlight interface on lifebook p7010 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Khashayar Naderehvandi (khashayar.lists) |
Component: | Power-Video | Assignee: | Jonathan Woithe (jwoithe) |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | acpi-bugzilla, jwoithe |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Any kernel version | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
output of dmidecode on lifebook p7010
output of acpidump output of dmesg |
Description
Khashayar Naderehvandi
2008-02-24 10:51:54 UTC
Created attachment 14963 [details]
output of dmidecode on lifebook p7010
Will you please attach the output of dmesg and acpidump? Thanks. Created attachment 15011 [details]
output of acpidump
Created attachment 15012 [details]
output of dmesg
I hope this helps. Regards, K. the fujitsu laptop doesn't follow the ACPI video extension, thus we need a platform specific driver to handle the backlight stuff via it's private control method. Please set the CONFIG_FUJITSU_LAPTOP and see if it can work for you. If not, it means that your laptop is not supported currently. Add the Jonathan Woithe in the cc list, who is the author of the fujitsu-laptop driver. Thank you for pointing out CONFIG_FUJITSU_LAPTOP, I was not aware of this. I have now tried using this module, which results in a directory at /sys/devices/virtual/backlight/fujitsu-laptop populated with a few files. taking a look at the files 'max_brightness' and 'actual_brightness' seems to reveal correct information about maximum and actual brightness respectively. However, actual_brightness is read only, and I have no idea how I could influence the brightness using this interface. Neither hal, or the xbacklight tool seem to be able to use this interface either. This is the list of files created: actual_brightness bl_power brightness max_brightness power subsystem uevent I'm sorry, I was too fast. It seems echoing to 'brightness' indeed sets brightness on my laptop. I say we close this bug, and I'll continue with the freedesktop guys... Thanks for the confirmation that the driver works on your S7010. This bug can be closed. |