• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Fix Brightness Control Not Working for Ubuntu Laptops – Ubuntu 14.10/14.04 & Linux Mint 17

Fix Brightness Control Not Working for Ubuntu Laptops – Ubuntu 14.10/14.04 & Linux Mint 17

By Sourabh / April 6, 2015 Category: How To, Ubuntu

How to fix brightness function key not working in Ubuntu Laptop. Resolve and fix brightness control not working for Ubuntu 14.04/14.10 and Linux Mint 17 Systems.

To fix this issue, let’s first find out the graphics/video card being used in Ubuntu and Linux Mint Systems. Open Terminal and run the following commands to know what video card used for the Ubuntu Systems:

Ubuntu-Graphics

ls /sys/class/backlight/

Another way to find out the information about the graphics card is via the System Settings. Open System Settings > Details > Graphics.

Ubuntu-Graphics-02

Here you can see the graphic card’s name in use. As you can see in the screenshot, the graphics card in use is Intel (Intel® Sandybridge Mobile x86/MMX/SSE2).

Now as we know that the graphics card on the System is Intel, follow the steps given below to fix brightness control issue with Intel card in Ubuntu and Linux Mint Systems:

Open Terminal and run the following command to create the configuration file:

sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf

Now open the file in any editor and edit the file. Run the following command to edit the file:

sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf

Once the file is opened, add the following lines to the file:

Section “Device”
Identifier “card0”
Driver “intel”
Option “Backlight” “intel_backlight”
BusID “PCI:0:2:0”
EndSection

Save the file and exit. Noe restart the system and the brightness control should be working fine.

 Using Norbert Script

You can also download and use sysvinit-backlight script that automatically remembers the screen brightness level and loads the backlight levels on boot, reboot, or wake up from sleep.

Open Terminal and run below commands to add the script from Norbert’s PPA:

sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
sudo apt-get update
sudo apt-get install sysvinit-backlight

You can also add the script directly from PPA packages page. Please note that the script works fine for Ubuntu 14.10, Ubuntu 14.04 and Ubuntu 12.04 Systems.

Tags: Fix Brightness Control Not Working for Ubuntu 14.04, Fix Brightness Control Not Working for Ubuntu 14.04 & Linux Mint 17, Fix Brightness Control Not Working for Ubuntu Laptops - Ubuntu 14.10/14.04 & Linux Mint 17, Fix Brightness Control Ubuntu 14.04, Fix Brightness Control Ubuntu 14.10, Fix Brightness in Ubuntu Laptop, Fix Ubuntu Laptop Screen Brightness, How to Configure Screen Brightness in Ubuntu, Save Screen Brightness Settings In Ubuntu 14.04, Ubuntu 14.04, Ubuntu 14.10, Ubuntu Fix Brightness Control

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap