Created
January 2, 2021 20:23
-
-
Save sainak/0df0c6f28e98165620847f0b4671f0c3 to your computer and use it in GitHub Desktop.
fix msi laptop brightness changing randomly
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
#append this to | |
#/usr/share/X11/xorg.conf.d/10-quirks.conf | |
#Brightness changes randomly | |
#https://ubuntuforums.org/showthread.php?t=2314161&page=2&p=13465220#post13465220 | |
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