Skip to content

Instantly share code, notes, and snippets.

@tusharvikky
Last active January 3, 2016 22:29
Show Gist options
  • Save tusharvikky/8528262 to your computer and use it in GitHub Desktop.
Save tusharvikky/8528262 to your computer and use it in GitHub Desktop.
Fix: Ubuntu 13.10 Brightness Issue (MAX.) in Dell N4010
  1. Create the /usr/share/X11/xorg.conf.d/20-intel.conf file with root privlidges (from a terminal window):

Code:

sudo -i gedit /usr/share/X11/xorg.conf.d/20-intel.conf
  1. Copy/paste the following code:

Code:

Section "Device"
        Identifier  "card0"
        Driver      "intel"
        Option      "Backlight"  "intel_backlight"
        BusID       "PCI:0:2:0"
EndSection
  1. Save the file.

  2. Log out and back in again to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment