Changing screen brightness

22,760

Solution 1

Package name is xfce4-power-manager-plugins. Solved my brightness problem in xubuntu 10.04.2.

Solution 2

echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness

You can change:

  • Brightness from 1 to 10.
  • acpi_video0 or acpi_video1

Solution 3

XFCE has a panel applet for changing brightness, I don't remember if it's installed, so search in packages (e.g. in synaptic) for XFCE and brightness. Then right-click on the panel to add it.

Solution 4

  1. Open your terminal
  2. Type sudo apt-get install xfce4-power-manager-plugins
  3. Enter your password and press y key to continue
  4. Right-click on the panel, Panel-> Panel Preferences...
  5. Come to the Items tab, click on Add new items button (+) and search for Power Manager Plugin
  6. Select it and click on the Add button
Share:
22,760

Related videos on Youtube

Adam Wilkins
Author by

Adam Wilkins

Updated on September 18, 2022

Comments

  • Adam Wilkins
    Adam Wilkins almost 2 years

    I have a hp pavilion dv6 with xubuntu installed. however there isn't a way to change the screen brightness, i tried the fn plus scroll keys to no avail, any ideas?

    • Admin
      Admin over 12 years
      Same here. cannot change brightness with Fn + arrow keys.
    • Admin
      Admin almost 12 years
      Have you solved this issue?
  • Adam Wilkins
    Adam Wilkins over 12 years
    did absolutely nothing :/
  • Adam Wilkins
    Adam Wilkins over 12 years
    not looking to change the gamma, i want to change the backlight brightness
  • Nicky De Maeyer
    Nicky De Maeyer over 12 years
    After installing additional power manager package I could add a brightness applet to the panel
  • William R.
    William R. over 11 years
    I'm extrremely new to xubuntu, and I was wondering if it could be possible to assign this command to a shortcut key?
  • jcora
    jcora over 11 years
    I'd give you a thousand +1s!
  • Ulad Kasach
    Ulad Kasach about 8 years
  • Klesun
    Klesun over 4 years
    So I have this package installed, what should I do next?