After reading up a few posts on online forums, it seems this can be fixed by applying
1) Create a i915.conf file in /etc/modprobe.d with this line
options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1
2) create a xorg.conf in /etc/X11 with the settings below
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
This tricks seem to work so far. I will update this post in few weeks time to let you know if it really gets the job done!
No comments:
Post a Comment