Samsung NP550P5C S02 i5-3210M GT 650M Ubuntu 14.04
Gaming (especially in wine) and bumblebee/primusrun severly degrade performance after a few minutes due to powerclamp throttling!
This is extremely annoying since it didn't happen with nvidia-prime
Before making this a duplicate, i have to say that this didn't help me much: intel_powerclamp: Start/Stop forced idle injection
dmesg
gives me some
[ 4565.419502] intel_powerclamp: Start idle injection to reduce power
[ 4592.479139] intel_powerclamp: Stop forced idle injection
CPU still reaches 85C and intel_powerclamp kicks in severely reducing performance!!
While normal browsing CPU reaches 55-60C.
EDIT: after some searching i noticed that /sys/class/drm/gt_cur_freq_mhz was always 1100 no matter what i did, which is the maximum available.That means there is probably no proper power management for my intel HD 4000!!
So it should probably be the fault of the i915 driver not downclocking my card!! How can i make my intel card conserve power and/or make it downclock?!
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
andcat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
. When performance is degraded what do you get forgrep MHz /proc/cpuinfo
, when your system is under load? – Doug Smythies Oct 24 '15 at 16:03