aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--h-source/Application/Include/languages.php4
-rw-r--r--h-source/Application/Views/Help/index.php16
-rw-r--r--h-source/Application/Views/Help/index_de.php10
-rw-r--r--h-source/Application/Views/Help/index_es.php4
-rw-r--r--h-source/Application/Views/Help/index_fr.php6
-rw-r--r--h-source/Application/Views/Help/index_it.php10
-rw-r--r--h-source/Application/Views/Search/lspci_results.php3
7 files changed, 43 insertions, 10 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index 87e62f4..8621f7e 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -260,6 +260,10 @@ class Lang
/*0212*/"has been inserted by an anonymous user, it has to be approved by an administrator in order to be published" => "è stato inserito da un utente anonimo, deve essere approvato da un amministratore per essere pubblicato",
/*0213*/"you can also subscribe to the feed in order to receive the new modifications that need a moderation" => "puoi anche iscriverti al feed per ricevere le nuove modifiche che richiedono una moderazione",
/*0214*/"you need javascript enabled in order to correctly use the language's tabs (see below)" => "deve abilitare Javascript per usare correttamente le schede della lingua (vedi sotto)",
+ /*0215*/"yes" => "sì",
+ /*0216*/"works with 3D acceleration" => "funziona con accelerazione 3D",
+ /*0217*/"works, but without 3D acceleration" => "funziona, ma senza accelerazione 3D",
+ /*0218*/"it does not work" => "non funziona",
),
'es' => array
(
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php
index 47b9c03..afd012c 100644
--- a/h-source/Application/Views/Help/index.php
+++ b/h-source/Application/Views/Help/index.php
@@ -323,9 +323,15 @@ Device Descriptor:
<dd class="note"><b>Note:</b> The name of each device is written at the row starting with "idProduct" (see the text
in bold in the above list)</dd>
<dl>
- <dt>How to discover the year of commercialization of your notebook</dt>
+ <dt>How to discover the model name of your notebook</dt>
+ <dd>See below your notebook or netbook<dd>
+ <a name="model-name"></a><dt>How to discover the model name of your device (if it is not a notebook)</dt>
+ <dd class="opt"><strong>If the device is integrated (example: a video card)</strong></dd>
<dd>Open a terminal and type the following command:</dd>
- <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre>
+ <dd><pre class="terminal">lspci</pre>
+ </dd>
+ <dd>or</dd>
+ <dd><pre class="terminal">lspci &gt; FILENAME # output to a file</pre>
</dd>
<dt>How to discover the kernel libre version you are using</dt>
<dd>Open a terminal and type the following command:</dd>
@@ -403,8 +409,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>
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>
diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php
index 8d6f494..9b3cf7d 100644
--- a/h-source/Application/Views/Help/index_es.php
+++ b/h-source/Application/Views/Help/index_es.php
@@ -405,6 +405,10 @@ Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sens
<dd>Abra una terminal y escriba la orden siguiente:</dd>
<dd><pre class="terminal">dpkg --print-architecture</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>
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>
diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php
index fa644b6..0b921ef 100644
--- a/h-source/Application/Views/Help/index_it.php
+++ b/h-source/Application/Views/Help/index_it.php
@@ -393,10 +393,14 @@ Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sens
<dd>Apri un terminale e digita il seguente comando:</dd>
<dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre>
</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>
+ <dt>Come scoprire l'architettura del tuo portatile:</dt>
+ <dd>Apri un terminale e digita il seguente comando:</dd>
+ <dd><pre class="terminal">cat /proc/cpuinfo | grep "lm"</pre>
+ </dd>
+ <dd>Se ottieni un messaggio come il seguente:</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>allora il tuo portatile è x86-64/amd64 e puoi usare una distribuzione x86-64/amd64</dd>
</dl>
<p> </p>
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php
index 2420ba3..dc6b152 100644
--- a/h-source/Application/Views/Search/lspci_results.php
+++ b/h-source/Application/Views/Search/lspci_results.php
@@ -67,6 +67,9 @@
case 'ethernet-card':
echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['ethernet_card_works'])."</b>";
break;
+ case 'acquisition-card':
+ echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['compatibility'])."</b>";
+ break;
}
?>
</div>