I'm having problems with the screen brightness moving up and down randomly, with no input from me, I have checked automatic brightness but that option doesn't shows up. Tried this solution to a similar problem found in this link: Brightness randomly up and down on MSI laptop wich says that adding these lines in /usr/share/X11/xorg.conf.d/10-quirks.conf, the problem will be solved:
Section "InputClass"
Identifier "Spooky Ghosts"
MatchProduct "Video Bus"
Option "Ignore" "on"
EndSection
But it didn't solved the issue.
I've tried to look at the evtest Video Bus outputs to see what's happening and found this: Output received from sudo evtest
It seems to be a Video Bus thing, and I have the event ID, but I don't know what to do whit that info, so if you have any clues or solutions for this, let me know, thanks for reading this.