View previous topic :: View next topic |
Author |
Message |
berardel n00b


Joined: 03 Mar 2018 Posts: 34 Location: United States
|
Posted: Sat Mar 03, 2018 12:21 am Post subject: problems with CPU overclocking |
|
|
so i have an i7 7700k processor and the default clock speed is 4.2 GHz, however in BIOS settings i have it overclocked to 4.5.
on gentoo every place i check says that my processor clock speed is 4.2 GHz even though it should be at 4.5. on other distros such as debian it works just fine however.
does someone know what i can do to fix this issue? |
|
Back to top |
|
 |
steve_v Tux's lil' helper

Joined: 20 Jun 2004 Posts: 145 Location: New Zealand
|
Posted: Sat Mar 03, 2018 6:59 am Post subject: |
|
|
FWIW, I had to recompile the kernel with the intel p-state driver enabled to get turbo working here. |
|
Back to top |
|
 |
kajzer Guru


Joined: 27 Nov 2014 Posts: 489
|
Posted: Sat Mar 03, 2018 11:07 am Post subject: Re: problems with CPU overclocking |
|
|
berardel wrote: | so i have an i7 7700k processor and the default clock speed is 4.2 GHz, however in BIOS settings i have it overclocked to 4.5.
on gentoo every place i check says that my processor clock speed is 4.2 GHz even though it should be at 4.5. on other distros such as debian it works just fine however.
does someone know what i can do to fix this issue? |
In my case only this gave me the correct speed :
Code: | dmidecode --type Processor |
maybe there are some other ways but I'm not aware of them. |
|
Back to top |
|
 |
berardel n00b


Joined: 03 Mar 2018 Posts: 34 Location: United States
|
Posted: Sat Mar 03, 2018 11:11 pm Post subject: |
|
|
steve_v wrote: | FWIW, I had to recompile the kernel with the intel p-state driver enabled to get turbo working here. |
could you tell me where the option to enable this in the kernel config is please? |
|
Back to top |
|
 |
steve_v Tux's lil' helper

Joined: 20 Jun 2004 Posts: 145 Location: New Zealand
|
Posted: Sun Mar 04, 2018 12:31 am Post subject: |
|
|
berardel wrote: | could you tell me where the option to enable this in the kernel config is please? |
Code: | │ Symbol: X86_INTEL_PSTATE [=y] │
│ Type : boolean │
│ Prompt: Intel P state control │
│ Location: │
│ -> Power management and ACPI options │
│ -> CPU Frequency scaling │
│ (1) -> CPU Frequency scaling (CPU_FREQ [=y]) │
│ Defined at drivers/cpufreq/Kconfig.x86:5 │
│ Depends on: CPU_FREQ [=y] && X86 [=y] │
│ Selects: ACPI_PROCESSOR [=y] |
You can use "/" in menuconfig to search for such things. |
|
Back to top |
|
 |
berardel n00b


Joined: 03 Mar 2018 Posts: 34 Location: United States
|
Posted: Sun Mar 25, 2018 4:39 am Post subject: |
|
|
ok i fixed it
in this image, i had to turn off the first highlighted option and turn on the second highlighted option
https://i.imgur.com/JPqhohZ.png
i have a i7 7700k by the way |
|
Back to top |
|
 |
|