Fixing brightness Ubuntu/Kubuntu
From here
http://itsfoss.com/fix-brightness-ubuntu-1310/
http://itsfoss.com/fix-brightness-ubuntu-1310/
sudo <your editor> /usr/share/X11/xorg.conf.d/20-intel.conf
Add the following lines to this file:
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Comments
Post a Comment