-
-
Save sainak/33ab1525f8d5f897e9d89f5c0f124d37 to your computer and use it in GitHub Desktop.
Fix for MSI laptop random screen brightness bug(Xorg only)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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