diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-13 10:14:56 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-13 10:14:56 +0000 |
commit | af545a1469350e9cd6ce6ca3925184b601bae27d (patch) | |
tree | 164162b148f79a1bf79376d96cd26d09b4d67b72 /h-source/Application/Views/Help/index_fr.php | |
parent | 618ca4ec40c2bf3ddfe7a6e66905fe20a85fe144 (diff) |
improved search and help pages thanks to ark suggestion
Diffstat (limited to 'h-source/Application/Views/Help/index_fr.php')
-rw-r--r-- | h-source/Application/Views/Help/index_fr.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php index 18c2eba..b4e2016 100644 --- a/h-source/Application/Views/Help/index_fr.php +++ b/h-source/Application/Views/Help/index_fr.php @@ -394,8 +394,12 @@ Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sens </dd> <dt>How to discover the architecture of your notebook</dt> <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> + <dd><pre class="terminal">cat /proc/cpuinfo | grep "lm"</pre> </dd> + <dd>If you get a message like this:</dd> + <dd><pre class="terminal">flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts<br/>acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64<br/>monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm</pre> + </dd> + <dd>then you machine is x86-64/amd64 capable and you could choose a x86-64/amd64 distro to run on it</dd> </dl> <p> </p> |