Skip to content

Instantly share code, notes, and snippets.

@jigangkim
Forked from jgkim2020/10-quirks.conf
Created July 15, 2020 06:47
Show Gist options
  • Save jigangkim/52d9be361b3dd2c4334dad58f52ca949 to your computer and use it in GitHub Desktop.
Save jigangkim/52d9be361b3dd2c4334dad58f52ca949 to your computer and use it in GitHub Desktop.
Fix for MSI laptop random screen brightness bug (/usr/share/X11/xorg.conf.d/10-quirks.conf)
# MSI laptop random screen brightness bug
# https://askubuntu.com/questions/777754/brightness-randomly-up-and-down-on-msi-laptop/808785#808785
Section "InputClass"
Identifier "Spooky Ghosts"
MatchProduct "Video Bus"
Option "Ignore" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment