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_de.php | |
parent | 618ca4ec40c2bf3ddfe7a6e66905fe20a85fe144 (diff) |
improved search and help pages thanks to ark suggestion
Diffstat (limited to 'h-source/Application/Views/Help/index_de.php')
-rw-r--r-- | h-source/Application/Views/Help/index_de.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/h-source/Application/Views/Help/index_de.php b/h-source/Application/Views/Help/index_de.php index 6fd90c2..a9737d9 100644 --- a/h-source/Application/Views/Help/index_de.php +++ b/h-source/Application/Views/Help/index_de.php @@ -403,10 +403,14 @@ Device Descriptor: <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> </dd> - <dt>Wie man die Architektur Ihres Notebooks herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <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> |