[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2015-05-04 Thread Joonas Saarinen
The bug is still present in Ubuntu 15.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips Levels. Status in Gnome Settings Daemon:

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2014-11-15 Thread Kojo Kumah
Seems odd to me that this bug is a low priority. The results are pretty poor UX. There are 3 interesting solutions here. http://askubuntu.com/questions/208331/brightness-control-increments-brightness-by-4-instead-of-1 Fix 1 is a partial fix that worked for me right away. Still looking into the

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2014-10-31 Thread Joonas Saarinen
This bug needs more attention. There are still big amount of laptops where the brightness is incorrectly adjusted by 2 or 3 steps per one brightness key press. Some affected machines: * Dell E4300 * Asus F200CA * Fujitsu E751 -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2014-02-02 Thread Chas Emerick
This bug seems to have gone stale (again?), but I'd like to report that it affects me with: * 13.10, fully updated * Thinkpad T440p (FHD panel, if that matters) Using the slider in Settings Brightness Lock, it seems that there is ~15 brightness levels (it's hard to get an exact count, since

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-12-19 Thread Christo Apostolov
Hello, I have this exact same issue on 12.04 32bits on Dell VOSTRO 3450. I am a bit confused of all the posts above... is there a patch for 12.04 at the end? Short instruction on how to apply the patch will be highly appreciated (or a link to a wiki or something about applying patches in

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-07-18 Thread Mark Smith
Just popped in to check on this bug. I don't have the hardware I filed this against anymore, and I'm still happy on OS X and my Macbook Air, but I feel a responsibility to the users still stuck with this problem. Why are you guys marking the g-p-m bug invalid? The switch to g-s-d doesn't

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-07-18 Thread Dmitriy Geels
Why are you guys marking the g-p-m bug invalid? Because see previous comments. g-s-d handles media keys. This bug is appeared, because we have a case, when g-s-d should handle brightness keys differently. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-28 Thread James H
gsd-media-keys-manager.c.rej : --- plugins/media-keys/gsd-media-keys-manager.c 2012-04-14 11:13:20.0 +0400 +++ plugins/media-keys/gsd-media-keys-manager.c 2012-04-14 11:20:07.772836587 +0400 @@ -142,6 +144,8 @@ NotifyNotification *volume_notification;

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-27 Thread Dmitriy Geels
In order for this patch to apply properly, it should be applied last, after all ubuntu patches. In you case you don't have any of them applied. If you got package from packages.ubuntu.com, there are 2 source files: one http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-settings-daemon

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-27 Thread Dmitriy Geels
Patch 16_use_synchronous_notifications.patch -- is the one, that my patch heavily depends on. Also, as far, as I understand, it's incompatible with debian. To make patch for debian, I need to understand, where to get correct params for update_screen_cb(), to call it from

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-26 Thread James H
I'm using Debian Wheezy, but I tried it on Ubuntu's 3.2.2 source package and it failed with the same error. I tried unpacking the package and using patch -p1 52_brightness_in_hardware.patch, and that didn't work. I tried putting it in the debian/patches directory and using dpkg-buildpackage,

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-26 Thread Dmitriy Geels
Hmm... really strange. I made patch ubuntu 11.10, g-s-d 3.2.2-0ubuntu2.1. May be you upgraded to 12.04 already? Actually, I should make patch for 12.04, as it's latest stable now. Will do this bit later. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-26 Thread Dmitriy Geels
Sorry, I didn't write instruction: - put the file into debian/patches/ dir - add line 52_brightness_in_hardware.patch to 'series' file in that dir (not sure if this step is required) - build package as usual This patch should be applied last, after all ubuntu/debian patches. That's why it fails.

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-25 Thread James H
Patch didn't work for me. What gnome-settings-daemon version did you work on? (3.2.2 here) $ patch -p1 ../52_brightness_in_hardware.patch patching file data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in patching file plugins/media-keys/gsd-media-keys-manager.c Hunk #1 succeeded at

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-23 Thread James H
Thanks. I'll test this out as soon as I find time to. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips Levels. Status in Gnome

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-14 Thread Dmitriy Geels
Here is the patch. Please review it. ** Patch added: 52_brightness_in_hardware.patch https://bugs.launchpad.net/archlinux/+source/gnome-power-manager/+bug/527157/+attachment/3063911/+files/52_brightness_in_hardware.patch -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-04-14 Thread Dmitriy Geels
My patch is similar to one in comment #15. Differences are: - it uses gsettings api (commonly used by g-s-d now) - it doesn't break StepUp/StepDown dbus methods - it's smaller -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
James: no, there is no need to touch kernel. You should have noticed, that brightness control works as expected, before you login (during boot or even on login screen). Problem is in user-level process running during user session. We have to find that process, than fix will be pretty simple. See

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
Oh, that was about g-s-d source! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips Levels. Status in “gnome-power-manager” package

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
** Changed in: gnome-power-manager (Ubuntu) Status: Triaged = Invalid ** Also affects: gnome-settings-daemon Importance: Undecided Status: New ** Changed in: gnome-settings-daemon Assignee: (unassigned) = Dmitriy Geels (dmig) -- You received this bug notification because

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
Fix itself is pretty simple, but all that g/dconf mess confuses me. Need to understand, how to create new key in dconf... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu.

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-28 Thread Dmitriy Geels
Oh yeah! #24 is really dirty one! But it gave me a clue, how this bug should be fixed: Patching StepUp/StepDown handlers is very bad practice, because these methods may be called by some other applications. We need to prevent calls to these methods depending on some parameter. The problem

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-28 Thread Dmitriy Geels
I would change status on g-p-m to 'Invalid' and assign bug to other package. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-28 Thread James H
Dmitriy: Yes it is a dirty hack :) I don't know of any other applications that would increment the backlight up and down, and GNOME's ability to set the brightness to a specific percentage (without going through steps inbetween) *should* still be functional with it...although even the unpatched

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-25 Thread James H
This patch is for GNOME 3.2 that permanently disables gnome-settings- deamon's ability to step-up and step-down the backlight. For those who still can't get the correct brightness steps, this is a workaround. It works perfectly on my Lenovo Thinkpad x220. I'm not usually a code hacker or

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-25 Thread James H
Please note that the above patch is ONLY for those encountering this problem and should definitely be used ONLY on an individual basis. It will break backlight control for everyone else using GNOME 3.2. -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-03-14 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.3 kernel[1] (Not a kernel in the daily directory). Once you've tested the upstream kernel, please remove the 'needs-upstream-testing' tag(Only that

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-02-23 Thread Mark Smith
Happy Birthday Bug 527157! Gee, has it been two years already? It feels like just yesterday I was wondering why I couldn't get more than 5-7 brightness levels! Three Ubuntu releases later, and I've had to find two different solutions to the same problem. Maybe it's a g-p-m bug! Maybe it's a

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2012-02-21 Thread Marius Gedminas
Here's a thread in the linux-thinkpad mailing list about this issue (it affects XFCE as well as GNOME): http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2012-February/050576.html The thinkpad-acpi kernel module maintainer says: This typically means broken crap that reacts to

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2011-09-30 Thread Aurélien COUDERC
I have better with my Thinkpad X100e : 4 levels of brightness per keypress ! This reduces from 16 to 5, which is quite annoying. I didn’t have the problem up to natty… -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager

[Desktop-packages] [Bug 527157] Re: Brightness controls skips Levels.

2011-08-30 Thread Mark Smith
This bug is still a problem in Oneric.The version of Gnome Power Manager is completely different (3.1.3). Is there a fix possible for this? The bug is exactly the same. Two brightness levels when only one is needed. -- You received this bug notification because you are a member of Desktop