Commit 3cee84f2274e7eb1778675c2100b8e967a1740dc
1 parent
6852fe1e54
Exists in
master
git-svn-id: https://lxsd.femto-st.fr/svn/atlas@5 dff38a21-2163-4b57-a1b5-aae693bec1e4
Showing 1 changed file with 19 additions and 7 deletions Side-by-side Diff
build.sh
1 | 1 | #!/bin/bash |
2 | 2 | |
3 | -echo "Mettre le processeur en mode performances (important pour atlas)" | |
4 | -echo " + sous kde clic droit sur kpowersave " | |
5 | -echo " -> Définir les règles de fréquence du processeur" | |
6 | -echo " -> Performances" | |
7 | -echo " + avec les cpufrequtils en root : cpufreq-set -g performance" | |
3 | +echo "FR Mettre le processeur en mode performances (important pour atlas)" | |
4 | +echo "FR + sous kde clic droit sur kpowersave " | |
5 | +echo "FR -> Définir les règles de fréquence du processeur" | |
6 | +echo "FR -> Performances" | |
7 | +echo "FR + avec les cpufrequtils en root : cpufreq-set -g performance" | |
8 | 8 | echo |
9 | -echo "Si ce n'est pas fait tapez <Ctrl> C pour interrompre " | |
10 | -echo " sinon continuez avec <Entree>" | |
9 | +echo "FR Si ce n'est pas fait tapez <Ctrl> C pour interrompre " | |
10 | +echo "FR sinon continuez avec <Entree>" | |
11 | +echo | |
12 | +echo "EN Processor must be in performance mode (important for atlas)" | |
13 | +echo "EN + under kde right-clic on kpowersave " | |
14 | +echo "EN -> Processor frequency rules" | |
15 | +echo "EN -> Performances" | |
16 | +echo "EN + with cpufrequtils under root : cpufreq-set -g performance" | |
17 | +echo | |
18 | +echo "EN If it is not the case type <Ctrl> C to interrupt now " | |
19 | +echo "EN otherwise continue with <Enter>" | |
20 | + | |
21 | + | |
22 | + | |
11 | 23 | |
12 | 24 | read a |
13 | 25 |