Bug 57131
Summary: | Backlight regulate works incorrectly | ||
---|---|---|---|
Product: | ACPI | Reporter: | Igor Raits (igor.raits) |
Component: | Power-Video | Assignee: | Aaron Lu (aaron.lu) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | aaron.lu, igor.raits |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.9.0-0.rc8.git0.2.fc19 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | Test backlight |
Description
Igor Raits
2013-04-26 08:00:31 UTC
Hi Igor, From the linked page, it looks like manually poking /sys/class/backlight/acpi_video0 work well. Can you please confirm this? You can try the following command to see: # cd /sys/class/backlight/acpi_video # cat max_brightness should be 100 according to your report # echo 90 > brightness # cat brightness should return 90 now. you can test more levels. (In reply to comment #1) > Hi Igor, > > From the linked page, it looks like manually poking > /sys/class/backlight/acpi_video0 work well. Can you please confirm this? You > can try the following command to see: > # cd /sys/class/backlight/acpi_video > # cat max_brightness > should be 100 according to your report > # echo 90 > brightness > # cat brightness > should return 90 now. > > you can test more levels. Yes If I change manually in sysfs node brightness change. # cat max_brightness 100 # echo 90 > brightness # cat brightness 90 And other value too Created attachment 100031 [details]
Test backlight
So this means gdbus call can not change backlight, while echo can. Is this correct? (In reply to comment #4) > So this means gdbus call can not change backlight, while echo can. Is this > correct? Yes. You understand. Then you will need to go back to gnome bugzilla page and telling them the fact. I don't know much about how gdbus works. (In reply to comment #6) > Then you will need to go back to gnome bugzilla page and telling them the > fact. > I don't know much about how gdbus works. I wrote to the gnome BZ. |