Bug 451180
Summary: | No display backlight when resuming eeepc from sleep | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Carlo Raudino <carloraudino> |
Component: | pm-utils | Assignee: | Phil Knirsch <pknirsch> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 9 | CC: | amlau, bnocera, opensource, richard, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-06-14 10:49:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 462851 |
Description
Carlo Raudino
2008-06-13 08:39:15 UTC
Have you tried "pm-suspend --quirk-reset-brightness" ? Tried now in my eeepc 701: using pm-suspend --quirk-reset-brightness at resume I have brightness at 125 % (it's brighter than usual maximum) , and I can't change the brightness using Fn keys (they usually work directly, also while loading OS) cat /sys/devices/platform/eeepc/brn 0 (wrong value...) It would be nice to test this command in eeepc 900/901, that can't resume with the lamer workaround (reading value and setting it) Any idea? >cat /sys/devices/platform/eeepc/brn
Why isn't the kernel using a standard brightness class?
Does xbacklight also change the brightness on this PC?
how to try it? can you tell what to do, to test it out? ps gnome-power-management seems to not see the "brightness"..... I remember with other distributions, it was able to change brightness...for example, with pc idle.... xbacklight isn't shipped by default, it's available here: http://xorg.freedesktop.org/archive/individual/app/xbacklight-1.0.tar.bz2 This uses the X.org driver to set the brightness, and not any kernel bits. Try it out in X, and see if it allows the brightness to change again after a resume. I disabled my workaround (so, stock 99video) suspended using: pm-suspend --quirk-reset-brightness Resumed (brightness 125 %....) xbacklight, gives me "100%" value I setted with xbacklight, 50 %..... no change.... but xbacklight reports 50 %.. strange... it's like a "broken" link between hardware and software.... Now (rebooted) I tried: stock 99video script NORMAL SUSPEND (without --quirk-reset-brightness) after resume (black screen....resumed pressinf Fn+F4) xbacklight: 100 % xbacklight -set 50 ........worked faded to 50 % brightness. so: with stock fedora, and pressing fn+f4 , xbacklight WORKS. using quirk-reset-brightness, xbacklight doesn't work. GREAT, kernel-2.6.26-0.67.rc6.git1 FIXES THIS PROBLEM! I tried, and backlight is correctly resumed. After, I tried the "stable" kernel, and backlight doesn't work (obviously) with it. So kernel 2.6.26 has a working resume from suspend for brightness. Let's wait this kernel, it takes fresh air to my netbook :) |