[Bug 1105604] Re: Brightness control stopped working

2013-12-10 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at

[Bug 1105604] Re: Brightness control stopped working

2013-12-10 Thread Sebastien Bacher
could be the same as bug #1153173 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1105604 Title: Brightness control stopped working To manage notifications about this bug go to:

[Bug 1105604] Re: Brightness control stopped working

2013-06-05 Thread pawloch
#!/bin/bash NUM2=`cat /sys/class/backlight/intel_backlight/brightness` if [ 'up' = $1 ]; then NUM2=`expr $NUM2 \+ 50` else NUM2=`expr $NUM2 \- 50` fi echo $NUM2 /sys/class/backlight/intel_backlight/brightness use with up or dn parameter to control brightness until resolved --

[Bug 1105604] Re: Brightness control stopped working

2013-05-30 Thread Fábio Gomes
The controls still don't work in my Dell Inspiron 15R with Raring. However, I can change the brightness by running this command in the terminal: echo XXX /sys/class/backlight/intel_backlight/brightness -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1105604] Re: Brightness control stopped working

2013-05-30 Thread bcbc
An update on this bug... I have two raring installs. For one of them the brightness controls work, one doesn't. The one that doesn't work is a vanilla upgrade to Raring 13.04 from Quantal 12.10. The one that works is also an upgrade from 12.10, but there are two major differences: 1. I

[Bug 1105604] Re: Brightness control stopped working

2013-04-26 Thread panmari
I can use the slider in the brighness settings, but my fn-keys don't work anymore in 13.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1105604 Title: Brightness control stopped working To

[Bug 1105604] Re: Brightness control stopped working

2013-04-24 Thread bcbc
Just noticed my brightness controls are working again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1105604 Title: Brightness control stopped working To manage notifications about this bug go

[Bug 1105604] Re: Brightness control stopped working

2013-03-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-settings-daemon (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1105604] Re: Brightness control stopped working

2013-03-13 Thread bcbc
Latest update... the brightness control keys 'work'. The slider moves up and down, but there is no impact to the actual brightness. I'm controlling the brightness manually by setting it automatically after bootup and resume|thaw via scripts. I'm running raring with the Mir ppa, but I have another

[Bug 1105604] Re: Brightness control stopped working

2013-03-08 Thread bcbc
Now on Raring, the backlight is off after resuming from suspend. I have to run the following (blind type) after resuming each time: echo 978 | sudo tee /sys/class/backlight/intel_backlight/brightness Also, the function keys to control the brightness setting still don't work. They do on Quantal.

[Bug 1105604] Re: Brightness control stopped working

2013-03-08 Thread bcbc
Here is the syslog during the suspend/wake. This maybe a separate bug... but will move later if nec: Mar 8 18:49:30 malraux kernel: [ 593.626366] composite sync not supported Mar 8 18:49:31 malraux kernel: [ 593.787884] composite sync not supported Mar 8 18:49:31 malraux