Add Brightness Control in UBUNTU

Discussion in 'Linux' started by Brian8gbSSDLinux, Feb 22, 2014.

  1. Brian8gbSSDLinux

    Brian8gbSSDLinux

    Joined:
    Aug 22, 2008
    Messages:
    262
    Likes Received:
    53
    Location:
    Romford, Essex UK
    If like me you own a Samsung Laptop or Netbook you'll have had problems with Brightness Control after installing Versions of Ubuntu...
    This definitely WORKS for Samsungs AND SHOULD WORK for ALL other Computers too.

    I found this on Ubuntuhandbook.org
    Originally posted as being for elementary OS... It works in Lubuntu too

    Open a Terminal and copy these individual commands
    To copy... (Hilite command and hold Ctrl Key and tap C Key)
    To paste into Terminal - go to Edit menu > select Paste )

    sudo apt-get update

    sudo add-apt-repository ppa:indicator-brightness/ppa

    sudo apt-get install indicator-brightness

    When terminal has finished...

    Brightness indicator appears in Accessories Menu (in Lubuntu)

    clicking on Brightness indicator doesn't appear to do anything - But -
    If you look in the bottom right system tray (in Lubuntu)
    you'll see a NEW ICON looks like an 8 petal Flower THAT is Brightness indicator

    Left click it to bring up the 'scale' 0 - 8. the current brightness is shown by a black dot
    choose a higher number to brighten - a lower one to darken the screen

    To REMOVE all traces - if it DOESN'T work..
    (many of these things do not work after a Kernel upgrade)..

    Open a Terminal...

    sudo apt-get remove indicator-brightness

    Then remove the PPA:

    sudo add-apt-repository -r ppa:indicator-brightness/ppa

    All gone...
     
    Last edited: Mar 8, 2014
    Brian8gbSSDLinux, Feb 22, 2014
    #1
  2. Brian8gbSSDLinux

    Clanky

    Joined:
    Mar 3, 2014
    Messages:
    10
    Likes Received:
    0
    Wow, thanks! I'm using Ubuntu on my second laptop and this will definitely help me out, I was looking for something like this for quite a long while.
     
    Clanky, Mar 4, 2014
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.