CPU FREQUENCY SCALING TOOL [SOLVED]

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
pp4mnklinux
Posts: 1008
Joined: Wed Aug 19, 2020 5:43 pm
Location: Edinburgh
Has thanked: 596 times
Been thanked: 262 times
Contact:

CPU FREQUENCY SCALING TOOL [SOLVED]

Post by pp4mnklinux »

Morning EveryOne:

Some days ago, I changed my processor, from a i3540 CPU to a i5680 and it works faster, much faster, but here my problem come.

Till now, I used the CPU FREQUENCY SCALING TOOL, and I can choose different configurations. I tried to do this with my new processor and this options don't appear (look photo) it says I must use the appropiate drive...bla...bla...bla.... and I can't choose any option to modify the percent of the processor use.

What must I do? Can u give me the driver for this processor and explain me what I must do??

THANKS IN ADVANCE and happy weekend.

pp4mnk

photos.-

http://i.imgur.com/zhFav2P.png

http://i.imgur.com/UvXTwo8.png

Last edited by pp4mnklinux on Tue Apr 20, 2021 5:59 am, edited 1 time in total.

:arrow:

XFCE_FUSILLI . ===> https://puppyxfcefusilli.wordpress.com/

YouTube How_To . ==> https://bit.ly/f96ce_xfce_fusilli_HOWTO

Learning EASY OS . => https://easyos.org/

ozsouth
Posts: 1493
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 228 times
Been thanked: 669 times

Re: CPU FREQUENCY SCALING TOOL

Post by ozsouth »

These days, i3 & i5 cpus run much better under intel_pstate using powersave than other drivers. Have you disabled it? That powersave option is the equivalent of the old ondemand driver, but better.

User avatar
pp4mnklinux
Posts: 1008
Joined: Wed Aug 19, 2020 5:43 pm
Location: Edinburgh
Has thanked: 596 times
Been thanked: 262 times
Contact:

Re: CPU FREQUENCY SCALING TOOL

Post by pp4mnklinux »

Hi, ozsouth.- I don't know how to verify if I deactivated it, and, in case, how to activate it again.

Can u help me, please, to activate it again.?=?= Thanks a lot.

have a nice day, my friend.

:arrow:

XFCE_FUSILLI . ===> https://puppyxfcefusilli.wordpress.com/

YouTube How_To . ==> https://bit.ly/f96ce_xfce_fusilli_HOWTO

Learning EASY OS . => https://easyos.org/

User avatar
mikewalsh
Moderator
Posts: 6034
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 738 times
Been thanked: 1899 times

Re: CPU FREQUENCY SCALING TOOL

Post by mikewalsh »

@pp4mnklinux :-

I'll back Oz up on this one.

My old desktop had a 15-yr old, dual-core AMD Athlon64 X2; it was quite happy using the Frequency Scaling tool. Since switching to this new HP desktop - 9th-gen, "Coffee Lake" quad-core Intel Pentium 'Gold' G5400 - I took the advice to leave well alone, and let the CPU do its own thing. It's functioned quite happily like that ever since, though it runs pretty cool for an Intel chip anyway; my averages are between high 30s/low 50s (depending on what I'm doing).....a LONG way off throttling point.

Mike. ;)

Last edited by mikewalsh on Tue Apr 20, 2021 9:30 am, edited 2 times in total.
User avatar
bigpup
Moderator
Posts: 6836
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 874 times
Been thanked: 1472 times

Re: CPU FREQUENCY SCALING TOOL

Post by bigpup »

To give you specific info on what to do.
Answer these questions:
viewtopic.php?f=2&t=218

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
norgo
Posts: 268
Joined: Mon Jul 13, 2020 6:39 pm
Location: Germany
Has thanked: 5 times
Been thanked: 107 times
Contact:

Re: CPU FREQUENCY SCALING TOOL

Post by norgo »

ozsouth wrote: Sat Apr 17, 2021 12:22 pm

These days, i3 & i5 cpus run much better under intel_pstate using powersave than other drivers .......

@ozsouth really funny

acpi_cpufreq | conservative

intel_pstate | powersave

acpi_cpufreq_conservative.gif
acpi_cpufreq_conservative.gif (130.36 KiB) Viewed 314 times
intel_pstate_powersave.gif
intel_pstate_powersave.gif (127.01 KiB) Viewed 314 times
bigpuppyfan
Posts: 80
Joined: Fri Feb 12, 2021 1:20 pm
Has thanked: 14 times
Been thanked: 16 times

Re: CPU FREQUENCY SCALING TOOL

Post by bigpuppyfan »

You can try what is described on the first answer described in https://unix.stackexchange.com/question ... ern-pstate

I have tried this in the past (go to the puppy package manager to get that application or run in terminal pkg get linux-cpupower), for something else, but personally did not notice any significant difference on a 4th gen i5.

You can also try to undervolt the CPU with this tool I've just posted

viewtopic.php?f=105&t=2694

ozsouth
Posts: 1493
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 228 times
Been thanked: 669 times

Re: CPU FREQUENCY SCALING TOOL

Post by ozsouth »

@pp4mnklinux -
To check pstate status, run the following in a terminal: dmesg | grep pstate
If 'disabled' does not appear, then intel_pstate is engaged & you need to decide
which throttling system you want to use (see later).
Different settings of any cpu management tool can significantly affect results.
Some setups may go better with acpi-cpufreq, as @norgo suggests.
Under that, 95% up-threshold will run cool but be slow to respond to videos etc.
30% up-threshold will do the opposite.
Intel_pstate can be tweaked too - I set my maximum & minimum % to achieve
heat vs responsiveness balance. I won't detail that yet.

If you want to try intel-pstate, first delete /etc/init.d/wcpufreq (if present),
then reboot & don't run the cpu frequency setting tool.

If you want to run acpi-cpufreq, run the cpu frequency setting tool, make your
choices, then append your grub (or grub2) .cfg - kernel (or linux) line with
intel_pstate=disable, then reboot.

User avatar
pp4mnklinux
Posts: 1008
Joined: Wed Aug 19, 2020 5:43 pm
Location: Edinburgh
Has thanked: 596 times
Been thanked: 262 times
Contact:

Re: CPU FREQUENCY SCALING TOOL

Post by pp4mnklinux »

Thanks a lot to everybody to answer me.-

That is one of the reason that make me love puppy, it's community.

Have a nice day, my friends.

:arrow:

XFCE_FUSILLI . ===> https://puppyxfcefusilli.wordpress.com/

YouTube How_To . ==> https://bit.ly/f96ce_xfce_fusilli_HOWTO

Learning EASY OS . => https://easyos.org/

Post Reply

Return to “Users”