I have a little trouble with my CPU : the frequency is blocked at 759Mhz by bios limit. I have an Intel i5 6300HQ and I am on Deepin 15.5 Beta.
Cpufreq-info return me :
pilote : acpi-cpufreq
hardware limit : 1000kHz - 759MHz
governors available : powersave, userspace, conservative, ondemand, performance, schedutil
actual governor : ondemand
It's the same for others CPUs cores (4).
And finally, I have just 2 choices for CPUs frequency 759Mhz and 1Mhz.
After some research I find my problem : intel_pstate wasn't used, instead it was acpi-cpufreq.
So, for other guys who have the same problem as me, you should enable intel_pstate (if you have an Intel processor) by changing the /etc/default/grub :
Add intel_pstate=enable in line GRUB_CMDLINE_LINUX_DEFAULT
Hi everyone,
I have a little trouble with my CPU : the frequency is blocked at 759Mhz by bios limit. I have an Intel i5 6300HQ and I am on Deepin 15.5 Beta.
Cpufreq-info return me :
- pilote : acpi-cpufreq
- hardware limit : 1000kHz - 759MHz
- governors available : powersave, userspace, conservative, ondemand, performance, schedutil
- actual governor : ondemand
It's the same for others CPUs cores (4).And finally, I have just 2 choices for CPUs frequency 759Mhz and 1Mhz.
Thank you in advance for your help.