[Bug 257827] Re: brightness changes twice when using hotkeys

2014-08-14 Thread Bug Watch Updater
Launchpad has imported 18 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=7541.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-04-27T10:53:11+00:00 Yves-Alexis Perez wrote:

This is a regression in 1.0 so setting the severity to major.

In the (hal based) 0.8 branch, when on a platform which handles the
brightness itself (wether in the EC or in the kernel), xfpm was only
showing the notification. It did the brightness change itself only in
case nothing else could do that.

In 1.0, this is not the case anymore. In my case, (a Dell latitude E4300
and I guess a ThinkPad T61 which both have an Intel GMA965 video card)
the brightness is handled by the ACPI video driver, directly with the
card. There's no need for a userland application to set it itself. But
xfpm still tries (and suceeds) to do it, so each time I press the
brightness up key, the brightness level is upped twice. Same goes for
brightness down.

I'm not too sure how you did manage to detect if the brightness was
already handled in xfpm 0.8, maybe it was hal providing the information,
but it'd be nice to have that back.

Regards,

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/88


On 2011-04-27T11:20:24+00:00 Evgeni Golov wrote:

Same here on a Thinkpad X201s (Debian Sid) but not on a ASUS eeePC
1008HA (Fedora 14).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/89


On 2011-05-05T12:14:51+00:00 Aliov wrote:

Very bad, HAL had an info about that, it seems now there is no easy way
of doing it, unless i export the HAL code that does that to xfpm... i
think it is the only one solution available.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/90


On 2011-05-05T19:35:02+00:00 Yves-Alexis Perez wrote:

(In reply to comment #2)
> Very bad, HAL had an info about that, it seems now there is no easy way of
> doing it, unless i export the HAL code that does that to xfpm... i think it is
> the only one solution available.

Hmhm, do you know how gnome-power-manager does it? That's something
worth adding to upower anyway.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/91


On 2011-05-12T09:34:13+00:00 Aliov wrote:

(In reply to comment #3)
> (In reply to comment #2)
> > Very bad, HAL had an info about that, it seems now there is no easy way of
> > doing it, unless i export the HAL code that does that to xfpm... i think it 
> > is
> > the only one solution available.
> 
> Hmhm, do you know how gnome-power-manager does it? That's something worth
> adding to upower anyway.

I think gnome-power-manager has the same problem, they will no add it to
upower, since they are refusing to add any code related to brightness to
upower, but what is funny is that recent versions of upower has
KbdBacklight interface, i suggest that you (distributions) start putting
pressure on upower developers so they can re-add brightness interface,
when i was pushing for this i was the only one complaining...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/92


On 2011-05-12T10:23:02+00:00 Yves-Alexis Perez wrote:

Ok, will report a bug against upower in Debian.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/93


On 2011-05-12T19:03:09+00:00 Yves-Alexis Perez wrote:

In the meantime, adding a checkbox in the settings so the user can chose
could be a good idea.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/257827/comments/94


On 2011-05-18T06:48:44+00:00 Konstantin Lavrov wrote:

(In reply to comment #4)

> I think gnome-power-manager has the same problem, they will no add it to
> upower, since they are refusing to add any code related to brightness to
> upower, but what is funny is that recent versions of upower has KbdBacklight
> interface, i suggest that you (distributions) start putting pressure on upower
> developers so they can re-add brightness interface, when i was pushing for 
> this
> i was the only one complaining...

In fact gnome-power-manager has it, and not only this issue. But patched
gnome-power-manager (https://bugs.launchpad.net/ubuntu/+source/gnome-
power-manager/+bug/527157) solves evereth

[Bug 257827] Re: brightness changes twice when using hotkeys

2012-08-03 Thread Schmankerl
xev-tool reports two key events:

MappingNotify event, serial 145, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

MappingNotify event, serial 145, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

MappingNotify event, serial 147, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

MappingNotify event, serial 147, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-07-21 Thread Schmankerl
Same problem on Ubuntu 12.04 (3.2.0-26-generic) and Thinkpad T500

echo 0 | sudo tee /sys/module/video/parameters/brightness_switch_enabled

or

echo 4 > /proc/acpi/ibm/cmos
echo 5 > /proc/acpi/ibm/cmos

works -> ~9 brightness steps instead of ~5 steps

dmesg: thinkpad_acpi: detected a 8-level brightness capable ThinkPad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-07-09 Thread Daniel Willemin
I have an ugly patch (see earlier comment) somewhere buried in a backup
amongst a couple of terabytes of other stuff. I will post it here in a
few days, digging it up isn't as simple as typing it in the windows
search box, and to be honest I have other things higher on my list of
priorities. I want to take the time to learn how to make it into a PPA
anyway, because I DO remember that I made a proper modification.

Also keep in mind that I made this patch on my HP G62, for my HP G62,
and it is unlikely that it will work like it does on my HP G62 on any
other machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-07-08 Thread AceLan Kao
sorry, it should be 
   echo 0 | sudo tee /sys/module/video/parameters/brightness_switch_enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-07-08 Thread AceLan Kao
Hi, I noticed this issue from bug 959106, thank Alex Wolfson.
We know this issue and this is not only a issue in userpsace but in kernel, so 
it's not easy to fix it soon.
We need the code ready in userspace(such as gnome-settings-daemon in gnome) and 
then we will fix the code in kernel.
But the maintainer of the gnome-settings-daemon didn't accept the patch yet, 
see bug 959106

Anyway, there is an workaround to fix this, just do
   echo 1 | sudo tee /sys/module/video/parameters/brightness_switch_enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-05-04 Thread Alex Wolfson
There is another bug that looks very similar
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959106

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-03-27 Thread Bug Watch Updater
** Changed in: gnome-power
   Status: New => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 257827] Re: brightness changes twice when using hotkeys

2012-01-10 Thread Pavol Klacansky
On Ubuntu just kill power manager and it should change only by one
steps, but some devices do not support changing brightness without gpm.
Easiest fix is just to add some checking to gpm if kernel already
changed brightness or not. Gnome guys seem not keen in fixing it.

P Liu <257...@bugs.launchpad.net> wrote:

>Does Xfce and KDE also use gnome-power-manager? I'm experience the same 
>problem in Lubuntu and Kubuntu. Brightness change 3 steps at a time.
>I found a workaround is to push {Home} and  {End} together. That only 
>increases the brightness by 1 step.
>
>-- 
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/257827
>
>Title:
>  brightness changes twice when using hotkeys
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-01-09 Thread P Liu
** Bug watch added: Xfce Bugzilla #7541
   http://bugzilla.xfce.org/show_bug.cgi?id=7541

** Also affects: xfce4-power-manager via
   http://bugzilla.xfce.org/show_bug.cgi?id=7541
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-01-09 Thread P Liu
Does Xfce and KDE also use gnome-power-manager? I'm experience the same problem 
in Lubuntu and Kubuntu. Brightness change 3 steps at a time.
I found a workaround is to push {Home} and  {End} together. That only increases 
the brightness by 1 step.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-01-07 Thread Pavol Klacansky
still here, please add condition into gnome-power-manager to change it
only if kernel didn't change it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2012-01-06 Thread P Liu
I have the problem in Ubuntu, Kubuntu, Lubuntu and Mint 11.10 with ThinkPad 
T520.
Defual 6 steps.
After "echo -n N | sudo tee 
/sys/module/video/parameters/brightness_switch_enabled"
increased to 9 Steps
In tty with brightness_switch_enabled=Y 16 steps
In tty with brightness_switch_enabled=N not working

xbacklight works flawlessly though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-11-18 Thread Ayan George
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Ayan George (ayan)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-08-04 Thread Pavol Klačanský
I hate that nobody cares in ubuntu team

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-08-04 Thread Daniel Willemin
Yes this issue still exists, and when it was filed, this series was
still supported. In fact, isn't 10.04 a LTS release??? I will not re-
file my bug report because nobody on the dev team seems to care... This
issue exists all the way up to Ubuntu 11.04. Because of this, I have
switched to Fedora (which does not have the bug).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-07-13 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/257827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-02-03 Thread Bug Watch Updater
** Changed in: linux
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-01-02 Thread Pavol Klačanský
Yes, it is quite simple to comment it, but there is serious problem,
because of there are laptops with correctly working brightness steps, so
your patch disables regulation on them

My patch is simple, it watches changes in file in sys and compare it
with cached value, so if kernel has changed it, gpm doesn't make another
step

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-01-02 Thread Daniel Willemin
That's the first thing I did. Anyways I think I fixed the issue now but
its a very ugly quick-fix. I commented out the calls to change
inc/decrement the brightness values when the keys are pressed. I also
had to always distrust the cached brightness value (like I said, ugly)
to get the OSD to follow the changes in brightness that the kernel
makes. As for the OSD still showing with no g-p-m, that was a strange
issue, it hasn't happened again. My mangling of the cache trust system
seems to have caused no serious bugs, but I've noticed only a couple
little things that may or may not have already existed. None of the tiny
bugs are as bad as the doubling up on the brightness control though so I
can live with it until one of us makes a real patch or the Ubuntu team
comes up with a better idea. If you want, I'll email you my changes, but
I just don't want to put it online because of how ugly it is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2011-01-02 Thread Pavol Klačanský
what? I cannot imagine how NotifyOSD can work without gpm running, I
think, it is impossible, have you tried gpm with my patch and run it (I
have compiled it e.g. to home/stage/gpm)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-31 Thread Daniel Willemin
In an effort to track down the bug, I commented out all the code within
the gpm_brightness_foreach_resource function and that still did not
correct the issue. Killing all gnome-power-manager stops the doubling,
so the issue lies within g-p-m. Interestingly enough, the brightness OSD
still shows when I use the hot-keys even without g-p-m running. I will
continue testing but if anyone has any ideas please share them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-31 Thread Daniel Willemin
The patch didn't help with the double increment in my case. Still
happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-31 Thread Brian Rogers
I have put Pavol's patch in a PPA here: https://launchpad.net/~brian-
rogers/+archive/power

Just run
sudo add-apt-repository ppa:brian-rogers/power

And then update your system to try it out. It also contains a patch to
provide battery life estimates on laptops that don't normally get them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-31 Thread Pavol Klačanský
yes, with my patch it works in GNOME and also TTY, KDE may use same
system of fixing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-30 Thread Daniel Willemin
I can confirm that executing "echo -n N | sudo
tee /sys/module/video/parameters/brightness_switch_enabled" corrects the issue 
within a logged in X session, but leaves the TTYs and GDM unable to control the 
screen brightness.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-29 Thread mlx
#78> Which one? The only patch I see in your comment #73 are for gnome-
power-manager. Not a whole lot useful to a Kubuntu user ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-29 Thread Pavol Klačanský
I use my patch, please test it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-29 Thread mlx
"Me too" since Intrepid all the way up to and including Maverick on 
Fujitsu-Siemens Esprimo Mobile U9200.
echo N > /sys/module/video/parameters/brightness_switch_enabled fixes 
everything for me, and brightness in tty still works. I'll check single-user 
(recovery) mode to be sure KDE is not involved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-24 Thread Pavol Klačanský
Hi, in Gnome, they didn't commit, so I really don't know, how could I
submit it :/, I use it in my laptop about 2 months without any problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257827

Title:
  brightness changes twice when using hotkeys

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-15 Thread Pavol Klačanský
My friend has tested it and it works

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-12 Thread Pavol Klačanský
I am a bit of lost in building packages and creating branches, but
please, I think, this should help

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-06 Thread Pavol Klačanský
** Branch linked: lp:~pavolzetor/ubuntu/maverick/gnome-power-
manager/pavolzetor

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-06 Thread Pavol Klačanský
please, check this branch
https://code.launchpad.net/~pavolzetor/ubuntu/maverick/gnome-power-manager/pavolzetor

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-06 Thread Pavol Klačanský
** Tags added: maverick

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-11-06 Thread Pavol Klačanský
ok, this is nice, but what about switching to e.g. TTY1. There users
cannot regulate brightness. So I am working on patch for gnome-power-
manager (no root access needed, just if is brightness changed, GPM will
not change it twice)

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 257827] Re: brightness changes twice when using hotkeys

2010-10-16 Thread le père Léon
Le 08/10/2010 08:17, Zhang Rui a écrit :
> does the problem still exist after running "echo 0 > 
> /sys/module/video/parameters/brightness_switch_enabled"?

Good! it solves the problem.

also working (I had a Y by default) :
  echo "N" > /sys/module/video/parameters/brightness_switch_enabled


-- 
Léon.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 257827] Re: brightness changes twice when using hotkeys

2010-10-08 Thread Pavol Klačanský
hmm, interesting, but then brightness control doesn't work in TTY

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-10-07 Thread Zhang Rui
module parameter /sys/module/video/parameters/brightness_switch_enabled is 
designed as a switch to disable/enable the backlight control in ACPI video 
driver.
does the problem still exist after running "echo 0 > 
/sys/module/video/parameters/brightness_switch_enabled"?

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-power
   Importance: Unknown => Medium

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-05 Thread le père Léon
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-05 Thread Martin Bajer
II can confirm the bug on my ThinkPad X60s.
running Ubuntu 10.04, kernel 2.6.32-24-generic #42-Ubuntu SMP

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-05 Thread Pavol Klačanský
It seems it is intel problem

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-04 Thread Pavol Klačanský
nobody?

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-09-03 Thread Pavol Klačanský
http://ubuntuforums.org/showthread.php?p=9802030

please, provide me there some info, it could help me in investigation

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread Bug Watch Updater
** Changed in: gnome-power
   Status: Unknown => New

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread pavolzetor
** Bug watch added: GNOME Bug Tracker #579224
   https://bugzilla.gnome.org/show_bug.cgi?id=579224

** Also affects: gnome-power via
   https://bugzilla.gnome.org/show_bug.cgi?id=579224
   Importance: Unknown
   Status: Unknown

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread pavolzetor
tested on Lenovo Thinkpad T500 and also FSC V5505

in E17, there is not this problem

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread pavolzetor
I have commented two rows ("XRRChangeOutputProperty (brightness->priv->dpy, 
output, brightness->priv->backlight, XA_INTEGER, 32,
 PropModeReplace, (unsigned char *) &value, 
1);") in file gpm-brightness-xrandr.c and brightness works properly, but I 
think this is kernel problem, because, it shouldn't change level of brightness 
if it is handled by other apps

What fix do you choose?

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread pavolzetor
Hallo, after some investigation I found source of problem (IMHO)
at kernel space, brightness is changed for one step, but in user space by 
gnome-power-manager it is changed for another one step and 1 + 1 = 2 => so 
brightness is changed twice

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-18 Thread pavolzetor
I am working on patch

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-07-10 Thread pavolzetor
also in VT1 it works properly, I think it is problem of GNOME

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-06-18 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
 Assignee: Andy Whitcroft (apw) => (unassigned)

** Changed in: linux (Ubuntu Intrepid)
 Assignee: Andy Whitcroft (apw) => (unassigned)

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-05-02 Thread pavolzetor
It is quite strange, buttons change it by twice steps, but this:
sudo sh -c "echo 10 > /sys/devices/virtual/backlight/acpi_video0/brightness"
sudo sh -c "echo 9 > /sys/devices/virtual/backlight/acpi_video0/brightness"
and so on can change brightness properly

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-03-21 Thread wub
One further note:  I have discovered a work-around, sort of.  In my case, when 
I use Fn +F6 to reduce the brightness to the minimum (for me, level 6 
initially)  if I then use Fn +F7 to increase brightness BY JUST ONE INCREMENT 
to 7, then I can return to Fn + F6 and drop down to 4.  If I continue this 
process of 'three steps down, one step up' 
I CAN EVENTUALLY REACH 1!!   

This looks like some sort of problem initializing a variable, one that
gets set when brightness is moved up, and decremented when brightness
goes down.  Each time the brightness is moved up, it goes to a value
like 3, and can be reduced three times?

Hope this helps.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-03-21 Thread wub
I just installed the first lucid beta and this just became an issue for
me.  From 7.04 to 9.10, I have been able to use my full range of
brightness settings with fn + f6/f7 on my Fujitsu Lifebook.  Now, I see
a horizontal bar indicator that only cycles through the top end of the
brightness setting.

/proc/acpi/video/OVGA/LCD/brightness  says I have 8 levels of
brightness, but the lowest I can set is 6.  Also, I found a thread
indicating this 'file' could be edited to set levels, but I am unable to
save changes to it.

In the same directory, the file EDID contains only "". 
 the file info contains:
device_id: 0x0400
type: UNKNOWN
known by bios:  no

and the file state contains:
state:  0x1f
query: 0x00

If any of that might be useful.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-03-07 Thread pavolzetor
I have lucid, and problem is still alive

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-02-20 Thread Mitch Towner
@ Fail2Ban: please do not assign/change/remove tags without first reading 
https://wiki.ubuntu.com/Bugs/Tags
Thanks in advance!


** Tags added: verification-needed
** Tags removed: verification-done

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-02-20 Thread Steve Langasek
** Tags removed: i386

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-02-20 Thread Fail2Ban
** Tags added: i386

** Tags added: verification-done
** Tags removed: verification-needed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-01-30 Thread Rolf Leggewie
** Tags added: lucid

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-01-07 Thread Stephen Warren
Sorry, I meant comment 272 not 271.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-01-07 Thread Stephen Warren
Comment 271 in bug 415023 indicates that this bug, or at least something
with the same symptoms (hotkeys changing 2 brightness levels at a time)
apply to the MSI Wind U100 in Karmic. I certainly do see the same
symptom, but have not yet validated whether blacklisting the acpi video
module solves it, like it did for the initial reporter of this bug.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-11-17 Thread pavolzetor
lucid, problem is still there

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-05-25 Thread Pavol Klačanský
** Changed in: linux (Ubuntu)
   Status: Invalid => Incomplete

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-05-23 Thread Pavol Klačanský
hmm, lastest updates brokes it, the bahaviour is strange, first step is
too big like 5 normal steps

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-05-05 Thread Pavol Klačanský
lastest updates fix it to me, thx

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-04-29 Thread Pavol Klačanský
this acpi_backlight=vendor fixed it for me, but I think this is no
simple for basic users

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-04-27 Thread Pavol Klačanský
I have thinkpad T500 with Jaunty 64 bit and there proble is occured,
when I press button brightness goes from 0 to 2, 2 to 4 and so on,

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-02-06 Thread tsaitgaist
this bug is still in linux - 2.6.27-11.27 : the applet works, the brightness 
does not change
I use a ThinkPad R61
another way to change the brightness, directly on the cmos : echo 5 | sudo tee 
/proc/acpi/ibm/cmos

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-02-02 Thread M. Fatih KILIC
I'm using an updated Intrepid on an x61 and the problem still exists. My
display is very dimmed and when I use brightness up and down controls it
doesn't affect to display even backlight OSD goes up and down. It was
working perfectly before the last updates.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-28 Thread Michael Rooney
If you are going to consider this bug fixed, shall I open up a new bug
for people like Guglielmo and myself? As mentioned the initial proposed
fixed this and then the second un-fixed it, and it is still (more)
broken in Jaunty. Let me know what to do, thanks!

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-28 Thread Kees Cook
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-5079

** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-5300

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.27-11.25

---
linux (2.6.27-11.25) intrepid-proposed; urgency=low

  [ Jeff Layton ]

  * SAUCE: cifs: make sure we allocate enough storage for socket address
- LP: #318565

linux (2.6.27-11.24) intrepid-proposed; urgency=low

  [ Stefan Bader ]

  * Revert "SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control"
- LP: #311716
  * SAUCE: acpi: Hack to enable video and vendor backlight implementations
- LP: #311716
  * SAUCE: Force vendor backlight control on ThinkPad T61
- LP: #311716

  [ Upstream Kernel Changes ]

  * Revert "thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality"
- LP: #311716

linux (2.6.27-11.23) intrepid-proposed; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control
- LP: #311716, #314119

  [ Jim Lieb ]

  * SAUCE: atl2: add tx bytes statistic
- LP: #268622

  [ Upstream Kernel Changes ]

  * i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45
- LP: #276943

linux (2.6.27-11.22) intrepid-proposed; urgency=low

  [ Andy Whitcroft ]

  * Revert "synchronise our linux-libc-dev with the kernel userspace
headers". It was causing regressions.
- LP: #300803

  [ Brian Rogers ]

  * SAUCE:  Add support for MSI t...@nywhere Plus remote
- LP: #281647

  [ Tim Gardner ]

  * SAUCE: Dell laptop digital mic does not work, PCI 1028:0271
- LP: #309508

  [ Upstream Kernel Changes ]

  * Revert "sched_clock: prevent scd->clock from moving backwards"
  * AMD IOMMU: enable device isolation per default
  * bonding: fix miimon failure counter
  * x86 Fix VMI crash on boot in 2.6.28-rc8
  * libata: fix Seagate NCQ+FLUSH blacklist
  * e1000e: fix double release of mutex
  * can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter
  * can: omit received RTR frames for single ID filter lists
  * iwlwifi: clean key table in iwl_clear_stations_table function
  * net: eliminate warning from NETIF_F_UFO on bridge
  * unicode table for cp437
  * console ASCII glyph 1:1 mapping
  * key: fix setkey(8) policy set breakage
  * firewire: fw-ohci: fix IOMMU resource exhaustion
  * ieee1394: add quirk fix for Freecom HDD
  * SUNRPC: Fix a performance regression in the RPC authentication code
  * b1isa: fix b1isa_exit() to really remove registered capi controllers
  * macfb: Do not overflow fb_fix_screeninfo.id
  * setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock
  * xilinx_hwicap: remove improper wording in license statement
  * Linux 2.6.27.10 except for "iwlagn: fix RX skb alignment". Besides causing
an ABI bump it only applies to machines using > 4K page size (such as 
PowerPC).
Pick this one up on the next ABI bumping upload.
- LP: #309731

linux (2.6.27-11.21) intrepid-proposed; urgency=low

  [ Andy Whitcroft ]

  * synchronise our linux-libc-dev with the kernel userspace headers
- LP: #300803

  [ Jim Lieb ]

  * SAUCE: [PATCH 1/1] USB: Unusual devs patch for Nokia 5610
- LP: #287701

  [ Michael Krufky ]

  * sms1xxx: use new firmware for Hauppauge WinTV MiniStick
- LP: #299671
  * sms1xxx: add autodetection support for Hauppauge WinTV MiniCard
- LP: #299680
  * sms1xxx: add functions to configure and set gpio
- LP: #301405
  * sms1xxx: turn off LEDs after initialization of Hauppauge WinTV
MiniStick
- LP: #301405
  * sms1xxx: enable power LED on Hauppauge WinTV MiniStick
- LP: #301405
  * sms1xxx: enable LNA control on Hauppauge WinTV MiniCard
- LP: #301204
  * sms1xxx: fix invalid unc readings
- LP: #301405
  * sms1xxx: enable signal quality indicator LEDs on Hauppauge WinTV
MiniStick
- LP: #301405
  * sms1xxx: identify "Dell Digital TV Receiver" devices correctly
- LP: #302509

  [ Stefan Bader ]

  * iscsitarget: Update to official 0.4.16 driver
- LP: #278625
  * uvcvideo: Commit streaming parameters when enabling the video stream.
- LP: #290506

  [ Tim Gardner ]

  * ALSA: hda: Add STAC_DELL_M4_3 quirk
- LP: #301738
  * Fix compile error after updating iscsitarget
  * [ALSA] Fix audio output regression.
- LP: #294418
  * Restore AMOI_VENDOR_ID/AMOI_PRODUCT_9508 macros

  [ Upstream Kernel Changes ]

  * V4L/DVB (8729): Use DIV_ROUND_UP
- LP: #301580
  * V4L/DVB (8754): uvcvideo: Implement the USB power management
reset_resume method.
- LP: #301572
  * V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace
message
- LP: #301580
  * V4L/DVB (8847): uvcvideo: Add support for a Bison Electronics webcam
found in the Fujitsu Amilo SI2636.
- LP: #301576
  * V4L/DVB (9030): uvcvideo : Add support for Advent 4211 integrated
webcam
- LP: #301576
  * V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a
variable size format.
- LP: #290506
  * V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4
- LP: #301580
  * V4L/DVB (9035): uvcvideo: Declare mi

[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-27 Thread Michael Rooney
FYI the situation is hilariously worse out-of-the-box in Jaunty (as of
Alpha 3), at least on my Dell M1330. The brightness seems to change 4-6
times when using the hotkey once, so in my case I have 2-3 brightness
levels instead of 8. However using acpi_backlight=vendor also fixes it
in Jaunty.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-22 Thread Guglielmo Cola
acpi_backlight=vendor worked for me too.
thanks!

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-22 Thread Stefan Bader
For Jaunty things are a bit in the moving state. In your case it
currently will likely do the right thing, since the default there is
either vendor or video. However, when we had the same in Intrepid it
fixed this case but broke several others, so we reverted to have vendor
_and_ video as the default for the time being. But the chances are not
too bad that your case is good in Jaunty since this is the direction
that upstream is currently taking.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-22 Thread Michael Rooney
Thanks Stefan, acpi_backlight=vendor did the trick for me! Are there any
plans to handle this automatically in any way and/or should Jaunty fix the
issue? I tried myself with Alpha 3 but amd64 installed fine though failed to
boot, and x86 froze on installing.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-21 Thread Stefan Bader
Hi Michael, Guglielmo,

if you use the latest Intrepid kernel from -proposed, could you try
adding either

acpi_backlight=video
or
acpi_backlight=vendor

to your kernel parameters, when you boot? In theory one or the other
should work for you.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-21 Thread Guglielmo Cola
I've the same questions as Michael. :)

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-21 Thread Michael Rooney
Hi Martin! I am not familiar with modaliases, which may be why I don't
see anything above that could help me. Is there any more explicit fix
for users such as myself as Guglielmo? Is it anticipated that all users
in our situation will have to discover and address this issue ourselves,
or is a fix for us planned as well? I'll try Jaunty and report my
findings. Would we be better off creating a new bug report? Sorry for
all the questions :)

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-21 Thread Martin Pitt
The regression (bug 311716) has been fixed in the current -proposed
upload (-11.24):

linux (2.6.27-11.24) intrepid-proposed; urgency=low

  [ Stefan Bader ]

  * Revert "SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control"
- LP: #311716
  * SAUCE: acpi: Hack to enable video and vendor backlight implementations
- LP: #311716
  * SAUCE: Force vendor backlight control on ThinkPad T61
- LP: #311716

  [ Upstream Kernel Changes ]

  * Revert "thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality"
- LP: #311716

Thus this should reintroduce the original bug reported here for many
people. It seems we cannot properly fix this without causing regressions
for other people. However, with the current -proposed kernel, you can
now install local modalias rules to fix your system. (See above). Thus
setting back to verification-needed.

** Tags added: verification-needed

** Tags removed: verification-failed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-19 Thread Michael Rooney
On Mon, Jan 19, 2009 at 11:32 AM, Andy Whitcroft wrote:

> @Michael Rooney, Guglielmo Cola -- what machines do you have
> specifically?
>


I am on a Dell XPS M1330 with the Nvidia 8400.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-19 Thread Guglielmo Cola
Dell Inspiron 1520
running Intrepid Ibex with last proposed updates installed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-19 Thread Andy Whitcroft
@Michael Rooney, Guglielmo Cola -- what machines do you have
specifically?

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-19 Thread Andy Whitcroft
We are trying to sort out how this can be fixed properly for Jaunty.  As
a first step in that I have pulled down the latest modifications to the
ACPI brightness support and applied them to the latest Jaunty kernel.
If anyone who has had issues, whether they are fixed or not in the
Intrepid -proposed kernels, could test these kernels and report back
here that would help us evaluate these upstream fixes.  Kernels can be
found at the URL below:

http://people.ubuntu.com/~apw/lp257827-jaunty/

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-17 Thread Guglielmo Cola
I can confirm what Michael Rooney said.
Proposed update solved it, but latest proposed update made the problem 
reappear. :(

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-17 Thread Michael Rooney
It was fixed for awhile after installing proposed updates, but yesterday
I installed proposed, I think 2.6.27.11-14, and the double changing is
back, which is funny since the changelog specifically mentioned FIXING
backlight quirks. Is there an easy way to go back?

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-05 Thread Steve Beattie
@apw: per our discussion, I tried both separately blacklisting the video
module and adding the brightness_enable=1 option to the thinkpad_acpi
module.

Blacklisting the video module had no effect; adjusting brightness was
broken entirely and even worse, the brightness was set at the lowest
setting. g-p-m locked up entirely when trying to adjust the screen
brightness.

Adding the brightness_enable=1 option to the thinkpad_acpi module
options caused brightness settings to start working; g-p-m was able to
adjust the brightness settings. Also, with that option, the directory
/sys/devices/virtual/backlight/thinkpad_screen/ showed up, and writing
values to the brightness file in that directory changed the display
brightness.

Writing values to /sys/devices/virtual/backlight/acpi_video0/brightness
had no effect in any of the kernels I booted (with the video module
blacklisted, that path did not exist). When the -10.20 kernel is booted,
there's also a /sys/devices/virtual/backlight/acpi_video1/ directory;
writing values to the brightness file in that directory also adjusted
the screen's brightness.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-05 Thread Steve Beattie
@Andy Whitcroft, the -11 kernel broke brightness settings on my t61 as
well, I reported it in bug 314119. I am running all of proposed but
don't use the gnome-applet; setting it through gnome-power-manager did
not work but does work with the -10.20 kernel. Manually echoing values
into /proc/acpi/video/VID/LCD0/brightness also doesn't work, which
didn't work in -10.20 either, but echoing values in
/proc/acpi/video/VID1/LCD0/brightness (note VID1 vs VID) did work in
-10.20 to change the screen's brightness, but the /proc/acpi/video/VID1/
path does not exist when the -11.22 kernel is rebooted,

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2009-01-05 Thread Andy Whitcroft
@Jon Oberheide -- there is also a gnome brightness appplet update in
-proposed which was supposed to fix brighness control on a number of
machines.  Was your testing there with just the -11 kernel or all of
proposed.

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-30 Thread Martin Pitt
** Tags added: verification-failed

** Tags removed: verification-done verification-needed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-30 Thread Arnaud Blouin
Since the update I have another problem, see: bug 311716

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-26 Thread Jon Oberheide
I believe this update broke LCD brightness controls on a number of
ThinkPad models (R61i, T61, X300).

See: http://ubuntuforums.org/showthread.php?p=6426872

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-18 Thread Steve Beattie
** Tags added: hw-specific

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-18 Thread Steve Langasek
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-09 Thread Martin Pitt
** Tags added: verification-done

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-09 Thread DSHR
Works now correctly for intrepid-proposed with Lenovo X60s. Thanks a
lot!

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-04 Thread Andy Whitcroft
We believe that the fixes indicated on this bug are already applied in
Jaunty.

** Changed in: linux (Ubuntu)
   Status: In Progress => Invalid

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257827] Re: brightness changes twice when using hotkeys

2008-12-04 Thread Andy Whitcroft
Based on testing on other bugs this fix has been pushed into the
Intrepid tree.

** Changed in: linux (Ubuntu Intrepid)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Intrepid)
   Importance: Low => Medium

-- 
brightness changes twice when using hotkeys
https://bugs.launchpad.net/bugs/257827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >