Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(→‎PURPLE Chart: fix spanish taillabel on bad_color)
(add bad_model question to catch dell's with bad video cards)
Line 33: Line 33:
 
                     label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.6 GHz o más rápido ?\n(o un proc AMD con\nun modelo #2600 o mayor?)"]
 
                     label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.6 GHz o más rápido ?\n(o un proc AMD con\nun modelo #2600 o mayor?)"]
  
 +
  bad_model    [label="Is it a Dell Dimension 2350 or 2400?"]
  
 
   start        -> blowncaps
 
   start        -> blowncaps
Line 39: Line 40:
 
   blowncaps    -> recycle [label="YES", label_es="SÍ"]
 
   blowncaps    -> recycle [label="YES", label_es="SÍ"]
  
   dual_core    -> fast_enough2 [label="NO" ]
+
   dual_core    -> bad_model [label="NO" ]
 
   dual_core    -> green  [label="YES", label_es="SÍ"]
 
   dual_core    -> green  [label="YES", label_es="SÍ"]
 +
 +
  bad_model    -> fast_enough2 [label="NO"]
 +
  bad_model    -> recycle [label="YES", label_es="SÍ"]
  
 
   bad_color    -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
   bad_color    -> recycle [taillabel="YES", taillabel_es="SÍ"]

Revision as of 15:52, 10 May 2011

PURPLE Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Multi Core Systems

If one of these things is true, it's a Multi Core system:

  • The BIOS or label says "Core 2", "Core i3/i5/i7", "Pentium D"
  • The BIOS or label says "X2", "Phenom"
  • The BIOS indicates that it's "dual core", "quad core", or "multi-core".


English Version: System_Evaluation_Final_Triage

Versión en Español: System_Evaluation_Final_Triage_en_Español