Skip to content

nickjmeyer/system_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

System configuration files

What’s here?

Dot files, config files, scripts, etc.

Fixing issues

Brightness

Adjusting the brightness with xbacklight does not work using integrated graphics. Create the file /usr/share/X11/xorg.conf.d/20-intel.conf with the following content.

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

About

System configuration scripts and files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published