Skip to content

Instantly share code, notes, and snippets.

@sainak
Forked from jgkim2020/10-quirks.conf
Last active May 9, 2021 06:27
Show Gist options
  • Save sainak/33ab1525f8d5f897e9d89f5c0f124d37 to your computer and use it in GitHub Desktop.
Save sainak/33ab1525f8d5f897e9d89f5c0f124d37 to your computer and use it in GitHub Desktop.
Fix for MSI laptop random screen brightness bug(Xorg only)
# MSI laptop random screen brightness bug
# https://askubuntu.com/questions/777754/brightness-randomly-up-and-down-on-msi-laptop/808785#808785
# /etc/X11/xorg.conf.d/10-quirks.conf
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