View Single Post
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#4
I'm not sure if this is going to help, but you can try to disable MCE sensor:

Disable:

Code:
sudo gainroot
sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini
killall mce

Enable:

Code:
sudo gainroot
sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini
killall mce