[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-04-12 Thread Norbert
** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mate-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cinnamon-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- On laptops, screen brightness isn't memorized between sessions
+ On laptops, screen brightness and keyboard backlight isn't memorized between 
sessions

** Also affects: upower (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  On laptops, screen brightness and keyboard backlight isn't memorized
  between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


Re: [Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-04-05 Thread SiRiusCb
The only solution is the mine 
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940 and i 
am annoyed about this stupid solutions

Il 04/apr/2015 18:00, Doctor Rover 1270...@bugs.launchpad.net ha
scritto:   Unfortunately, the fix doesn't work for me. After reboot,
the screen brightness is always on the minimum level.  Maybe I did
something wrong... Is there a need to do something after the
installation of the package with the script or installation itself is
supposed to be enough?  Ubuntu 14.10 64bit  Notebook: Asus N550JK 
Graphics: Integrated Intel HD Graphics 4600 + NVIDIA GTX850M   -- 
You received this bug notification because you are subscribed to a 
duplicate bug report (923940).  https://bugs.launchpad.net/bugs/1270579
  Title:    On laptops, screen brightness isn't memorized between
sessions   Status in Dell Sputnik:    New  Status in One Hundred
Papercuts:    Won't Fix  Status in The Linux Mint Distribution: 
Confirmed  Status in Upstart:    Confirmed  Status in upstart package
in Ubuntu:    Won't Fix   Bug description:    HOW TO REPRODUCE: 
1. Boot a laptop.    2. Set a different screen brightness level.    3.
Reboot.     RESULT:    Backlight is not memorized.     FIX: 
Install package from PPA    sudo add-apt-repository ppa:nrbrtx
/sysvinit-backlight    sudo apt-get update    sudo apt-get
install sysvinit-backlight     NOTE:      If you have installed
previous version, please remove it carefully manually    sudo rm
/etc/rc?.d/?25backlight /etc/init.d/brightness /etc/rc?.d/?25brightness
    ProblemType: Bug    DistroRelease: Ubuntu 14.04    Package:
initscripts 2.88dsf-41ubuntu5    ProcVersionSignature: Ubuntu
3.13.0-4.19-generic 3.13.0-rc8    Uname: Linux 3.13.0-4-generic i686 
ApportVersion: 2.13.1-0ubuntu1    Architecture: i386 
CurrentDesktop: GNOME    Date: Sun Jan 19 17:20:26 2014 
InstallationDate: Installed on 2013-10-20 (91 days ago) 
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386
(20131016.1)    SourcePackage: sysvinit    UpgradeStatus: Upgraded to
trusty on 2013-11-19 (61 days ago)   To manage notifications about
this bug go to:  https://bugs.launchpad.net/dell-
sputnik/+bug/1270579/+subscriptions

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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

[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-04-04 Thread Doctor Rover
Unfortunately, the fix doesn't work for me. After reboot, the screen brightness 
is always on the minimum level.
Maybe I did something wrong... Is there a need to do something after the 
installation of the package with the script or installation itself is supposed 
to be enough?
Ubuntu 14.10 64bit
Notebook: Asus N550JK
Graphics: Integrated Intel HD Graphics 4600 + NVIDIA GTX850M

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-29 Thread Norbert
Dear all!

As you can read from bug description, I created Ubuntu package for
saving and restoring backlight (brightness) level on laptops.

This package installs one file - /etc/init.d/sysvinit-backlight (sysvinit 
script).
You can install my package from PPA with the commands below:
sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
sudo apt-get update
sudo apt-get install sysvinit-backlight

You can remove it by
sudo apt-get purge sysvinit-backlight

Please note: if you have installed the previous version of my script, please 
remove it by
sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
/etc/rc?.d/?25brightness

The script functionality is:
   * save backlight (brightness) levels of all video adapters on reboot and 
shutdown (runlevel 0 and 6)
   * load backlight (brightness) levels for all video adapters on boot 
(runlevel S and 2)
   * this version supports hybrid graphics

The script options are:
   * sudo service sysvinit-backlight status (show current brightness levels and 
saved in files values)
   * sudo service sysvinit-backlight start (set saved level from files)
   * sudo service sysvinit-backlight stop (save current level to files)

Known problems:
   * brightness resets to maximum on login to MATE session (may be related to 
https://github.com/mate-desktop/mate-power-manager/issues/76)

Changes:
I removed all bashisms and made code more clear - thanks to Andreas Mohr 
(andi).


I tested my package on Ubuntu 12.04.5 LTS, 14.04.2 LTS and Ubuntu 14.10.

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-29 Thread Norbert
** Description changed:

  HOW TO REPRODUCE:
  1. Boot a laptop.
  2. Set a different screen brightness level.
  3. Reboot.
  
  RESULT:
  Backlight is not memorized.
  
  FIX:
-   Install package from PPA (now only for Ubuntu 12.04 Precise Pangolin LTS)
+   Install package from PPA
  sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
  sudo apt-get update
  sudo apt-get install sysvinit-backlight
  
  NOTE:
    If you have installed previous version, please remove it carefully manually
  sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
/etc/rc?.d/?25brightness
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initscripts 2.88dsf-41ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
  Uname: Linux 3.13.0-4-generic i686
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jan 19 17:20:26 2014
  InstallationDate: Installed on 2013-10-20 (91 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  SourcePackage: sysvinit
  UpgradeStatus: Upgraded to trusty on 2013-11-19 (61 days ago)

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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

[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-29 Thread Norbert
** Tags removed: vivid

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-28 Thread Norbert
** Branch linked: lp:~nrbrtx/+junk/sysvinit-backlight

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-28 Thread Norbert
** Description changed:

  HOW TO REPRODUCE:
  1. Boot a laptop.
  2. Set a different screen brightness level.
  3. Reboot.
  
  RESULT:
  Backlight is not memorized.
  
  FIX:
- Into the Terminal application, enter the following lines one by one:
-   - wget 
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1270579/+attachment/4288756/+files/upstart_brightness.tar.gz
-   - sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness
-   - sudo tar -zxvf upstart_brightness.tar.gz -C /
-   - rm upstart_brightness.tar.gz
+   Install package from PPA (now only for Ubuntu 12.04)
+ sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
+ sudo apt-get update
+ sudo apt-get install sysvinit-backlight
+ 
+ 
+ NOTE:
+   If you have installed previous version, please remove it carefully manually 
+ sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
/etc/rc?.d/?25brightness
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initscripts 2.88dsf-41ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
  Uname: Linux 3.13.0-4-generic i686
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jan 19 17:20:26 2014
  InstallationDate: Installed on 2013-10-20 (91 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  SourcePackage: sysvinit
  UpgradeStatus: Upgraded to trusty on 2013-11-19 (61 days ago)

** Description changed:

  HOW TO REPRODUCE:
  1. Boot a laptop.
  2. Set a different screen brightness level.
  3. Reboot.
  
  RESULT:
  Backlight is not memorized.
  
  FIX:
-   Install package from PPA (now only for Ubuntu 12.04)
- sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
- sudo apt-get update
- sudo apt-get install sysvinit-backlight
- 
+   Install package from PPA (now only for Ubuntu 12.04 Precise Pangolin LTS)
+ sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
+ sudo apt-get update
+ sudo apt-get install sysvinit-backlight
  
  NOTE:
-   If you have installed previous version, please remove it carefully manually 
- sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
/etc/rc?.d/?25brightness
- 
+   If you have installed previous version, please remove it carefully manually
+ sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
/etc/rc?.d/?25brightness
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initscripts 2.88dsf-41ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
  Uname: Linux 3.13.0-4-generic i686
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jan 19 17:20:26 2014
  InstallationDate: Installed on 2013-10-20 (91 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  SourcePackage: sysvinit
  UpgradeStatus: Upgraded to trusty on 2013-11-19 (61 days ago)

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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

[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-22 Thread Cody Garver
Tracked by elementary OS @ bug #1080552

** Changed in: elementaryos
   Status: Confirmed = Invalid

** No longer affects: elementaryos

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-03-21 Thread Norbert
** Also affects: dell-sputnik
   Importance: Undecided
   Status: New

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-02-22 Thread Norbert
Bug exists in Ubuntu 15.04 alpha2.

** Tags added: vivid

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-02-02 Thread Jorge Juan
I wrote a couple of upstart scripts to save and retore brightness
between bootups. I hope the scripts are smart enough to run unmodified
in any system with /sys/class/backlight.

You can find them at bitbucket with install instructions:

https://bitbucket.org/jjchico/upstart-brightness

Quick manual:

cd /etc/init
sudo wget 
https://bitbucket.org/jjchico/upstart-brightness/raw/d9a5d9484475eb1256d56c64b28e680a7aeae72c/brightness-store.conf
sudo wget 
https://bitbucket.org/jjchico/upstart-brightness/raw/d9a5d9484475eb1256d56c64b28e680a7aeae72c/brightness-restore.conf

Test reports and patches are wellcome (these are my first upstart
scripts).

Enjoy!

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

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1270579/+subscriptions

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


[Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-01-27 Thread Alberto Salvia Novella
This bug only affects stable releases but, because the lost of
functionality it introduces isn't of high importance, it isn't a valid
candidate for a stable release update.

That means the script will never be officially published in Ubuntu, and
the bug will just go away when systemd becomes the new init system.

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

** Changed in: hundredpapercuts
   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/1270579

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1270579/+subscriptions

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