Skip to content

Instantly share code, notes, and snippets.

@jgkim2020
Created May 19, 2020 06:55
Show Gist options
  • Save jgkim2020/b68cf3707cfb3e9e3cf57d8ffe576338 to your computer and use it in GitHub Desktop.
Save jgkim2020/b68cf3707cfb3e9e3cf57d8ffe576338 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