Bug 301575 - Battery plasmoid screen brightness doesn't update whilst dragging.
Summary: Battery plasmoid screen brightness doesn't update whilst dragging.
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-battery (show other bugs)
Version: 4.8.80 (beta1)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2012-06-10 13:37 UTC by perrantrevan
Modified: 2012-06-24 19:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description perrantrevan 2012-06-10 13:37:04 UTC
With kernel 3.4+ the slider in the battery plasmoid has no effect on screen brightness. However, I can still change the brightness using my laptops function keys. Dell Studio XPS 1340. Nvidia proprietary driver.

Reproducible: Always
Comment 1 Kai Uwe Broulik 2012-06-12 17:43:35 UTC
Confirmed using Intel i915. When I change the brightness using my Fn keys, the slider in the popup changes its position accordingly, though.
Comment 2 Kai Uwe Broulik 2012-06-12 17:48:10 UTC
It seems to somewhat work. When I click on the brightness slider somewhere, it works. But when I just drag the slider, then it does not really work.
Comment 3 Anne-Marie Mahfouf 2012-06-12 18:09:32 UTC
Dragging the slider with the mouse does not change the brightness until you release the mouse button.
When I change the brightness with my Fn keys the slider does NOT change accordingly. So I end up with the lowest brightness and the slider 100% on the right. 4.9 git master.

Is it a regression?
Comment 4 Kai Uwe Broulik 2012-06-12 18:12:20 UTC
@Anne-Marie Mahfouf: Well that the Fn keys work independently from the Battery plasmoid may be an issue with your ACPI so that Solid is not aware of the actual brightness. It used to be the same way on my notebook till I added acpi_backlight=vendor to my kernel boot parameters
Comment 5 Anne-Marie Mahfouf 2012-06-12 18:33:32 UTC
OK, thanks Kai, let's forget my Fn problem.
Marking as regression hence prioritizing it higher.
Comment 6 David Edmundson 2012-06-13 07:52:25 UTC
This bug report started drifting into being about two issues.

Updating title to clarify which one, and assigning to me (who has a patch)
Comment 7 David Edmundson 2012-06-13 07:52:40 UTC
This bug report started drifting into being about two issues.

Updating title to clarify which one, and assigning to me (who has a patch)
Comment 8 David Edmundson 2012-06-13 21:52:01 UTC
Git commit c449ddccc87f3633aff6f34b161a31a7293cde32 by David Edmundson.
Committed on 13/06/2012 at 23:41.
Pushed by davidedmundson into branch 'master'.

fix a bug where the value would not be changed whilst dragging, only when released.

Fixes reported issues in battery applet
REVIEW: 105236

M  +0    -1    plasma/declarativeimports/plasmacomponents/qml/Slider.qml

http://commits.kde.org/kde-runtime/c449ddccc87f3633aff6f34b161a31a7293cde32
Comment 9 perrantrevan 2012-06-24 10:42:26 UTC
The original bug I reported still exists- I never had the problem fixed by review 105236.

The slider has no effect on screen brightness, only the function keys or automatic power management can change it.
Comment 10 perrantrevan 2012-06-24 19:48:55 UTC
Never mind. Just upgraded to kernel 3.4.4-2-ARCH and it's working normally again!