Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(→‎PURPLE Chart: low end cutoff == 1800)
Line 12: Line 12:
 
   fastenough    [label="Does it have a\n1.8 GHz or faster proc?\n(or an AMD proc with\na model # of 1800 or greater?)"]
 
   fastenough    [label="Does it have a\n1.8 GHz or faster proc?\n(or an AMD proc with\na model # of 1800 or greater?)"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
 +
  dual_core    [label="Is it a\nDUAL CORE\nsystem?"]
  
 
   fg_pdx        [label="Does it have an\nFG-PDX sticker\non it?"]
 
   fg_pdx        [label="Does it have an\nFG-PDX sticker\non it?"]
Line 18: Line 19:
 
   start        -> blowncaps
 
   start        -> blowncaps
  
   blowncaps    -> fg_pdx [label="NO"]
+
   blowncaps    -> dual_core [label="NO"]
 
   blowncaps    -> recycle [taillabel="YES"]
 
   blowncaps    -> recycle [taillabel="YES"]
 +
 +
  dual_core    -> fg_pdx  [label="NO"]
 +
  dual_core    -> green  [label="YES"]
  
 
   fg_pdx -> fg_pdx_toss  [label="YES"]
 
   fg_pdx -> fg_pdx_toss  [label="YES"]
Line 33: Line 37:
 
</graphviz>
 
</graphviz>
 
</div>
 
</div>
 +
 +
== Dual Core Systems ==
 +
If one of these things is true, it's a DUAL CORE system:
 +
* Has a silver and blue label that says "CORE 2"
 +
* Has a label that says "Pentium D"
 +
* The BIOS indicates that it's dual core
  
 
[[Category: System Evaluation]]
 
[[Category: System Evaluation]]

Revision as of 16:52, 9 July 2009

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.

Dual Core Systems

If one of these things is true, it's a DUAL CORE system:

  • Has a silver and blue label that says "CORE 2"
  • Has a label that says "Pentium D"
  • The BIOS indicates that it's dual core