Skip to content

Instantly share code, notes, and snippets.

@sainak
Created January 2, 2021 20:23
Show Gist options
  • Save sainak/0df0c6f28e98165620847f0b4671f0c3 to your computer and use it in GitHub Desktop.
Save sainak/0df0c6f28e98165620847f0b4671f0c3 to your computer and use it in GitHub Desktop.
fix msi laptop brightness changing randomly
#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