Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

config acpi

11 réponses
Avatar
François Patte
Bonsoir,

J'ai un pentium D qui chauffe beaucoup dès qu'il est un peu sollicité,
d'où ventilatuers... et des températures affichées qui font peur: 100°....

Je lis une doc sur sourceforge qui semble dire qu'on peut assigner des
valeurs à ne pas dépasser.

<cite>
Write echo -n x:y > limit
with x being replaced by the performance state number and y being
replaced by the throttling state number.
Such an user limit causes the system to decrease performance and power
usage by setting at least these states. Platform and/or thermal limits
might enforce even higher states.
</cite>

avec cette précision pour l'échauffement:

<cite>
thermal limit:
When the system gets too hot it might be necessary to enforce a lower
CPU speed to avoid overheating which might even cause permanent damage
to your system. This is done by a "thermal limit". For example, it might
be set to "P0:T1" when the temperature reaches 80°C. For details, look
at the /proc/acpi/thermal_zone subdirectories.
</cite>

J'essaie donc:

echo -n "P0:T1" > /proc/acpi/processor/CPU1/limit

et je récupère:

-bash: echo: write error: Argument invalide

Et rien ne change évidemment....

Enlever les " ne change rien.

Quelqu'un a-t-il un lien vers un site qui explique en détail comment
faire pour toutes ces opérations?

Et comment les rendre, éventuellement, pérennes.

Merci.


--
François Patte
Université Paris Descartes

1 réponse

1 2
Avatar
yl
In article <4b43af36$0$945$,
François Patte writes:


J'essaie donc:

echo -n "P0:T1" > /proc/acpi/processor/CPU1/limit



C'est un biprocesseur ??

et je récupère:

-bash: echo: write error: Argument invalide



Que donnent cat info et cat limit ?

Moi j'ai :
phoenix:/proc/acpi/processor/CPU0# ls -l
total 0
-r--r--r-- 1 root root 0 janv. 7 01:03 info
-rw-r--r-- 1 root root 0 janv. 7 01:03 limit
-r--r--r-- 1 root root 0 janv. 7 01:03 power
-rw-r--r-- 1 root root 0 janv. 7 01:03 throttling
phoenix:/proc/acpi/processor/CPU0# echo -n "P0:T1">limit
bash: echo: erreur d'écriture : Argument invalide
phoenix:/proc/acpi/processor/CPU0# cat info
processor id: 0
acpi id: 1
bus mastering control: no
power management: no
throttling control: no
limit interface: no
phoenix:/proc/acpi/processor/CPU0# cat limit
<not supported>

--
http://mikeread.tripod.com/archive.htm
1 2