Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   keep          [label="KEEP it", fontsize="11", shape="box", style="bold"]
 
   keep          [label="KEEP it", fontsize="11", shape="box", style="bold"]
 
   atx          [label="Is there an\nATX CONNECTOR?", fontsize="11"]
 
   atx          [label="Is there an\nATX CONNECTOR?", fontsize="11"]
 +
  blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?", fontsize="11"]
 
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)", fontsize="11"]
 
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)", fontsize="11"]
 
   proc          [label="Does it have a\n500 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL SLOTS?", fontsize="11"]
 
   proc          [label="Does it have a\n500 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL SLOTS?", fontsize="11"]
Line 19: Line 20:
 
   atx          -> recycle [label="NO"]
 
   atx          -> recycle [label="NO"]
 
   video        -> recycle [label="NO"]
 
   video        -> recycle [label="NO"]
   video        -> multipleisas [label="YES"]
+
   video        -> blowncaps [label="YES"]
 +
  blowncaps    -> multipleisas [label="NO"]
 +
  blowncaps    -> recycle [label="YES"]
 
   multipleisas -> proprietary [label="NO"]
 
   multipleisas -> proprietary [label="NO"]
 
   multipleisas -> recycle [label="YES"]
 
   multipleisas -> recycle [label="YES"]
Line 29: Line 32:
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 +
 +
== Note on Processor Speeds ==
 +
 +
Processor speeds are usually marked somewhere on the processor, but their exact location varies from processor type to processor type. Therefore, you need to know what you are looking for when trying to determine the processor speed.
 +
 +
For the generation of computers we currently get at Free Geek most have three digit numbers somewhere on the processor that end in one of these ways:
 +
 +
* 00 ''(that is a multiple of 100)''
 +
* 33 ''(that is a third of 100)''
 +
* 50 ''(that is a half of 100)''
 +
* 66 ''(that is two thirds of 100)''
 +
 +
This gives us number like 333, 250, 466, and 700.
 +
 +
NOTE: Due to superstition, there were no 666 processors marketed. Rather, they used the number 667.
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:30, 10 August 2006

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

Note on Processor Speeds

Processor speeds are usually marked somewhere on the processor, but their exact location varies from processor type to processor type. Therefore, you need to know what you are looking for when trying to determine the processor speed.

For the generation of computers we currently get at Free Geek most have three digit numbers somewhere on the processor that end in one of these ways:

  • 00 (that is a multiple of 100)
  • 33 (that is a third of 100)
  • 50 (that is a half of 100)
  • 66 (that is two thirds of 100)

This gives us number like 333, 250, 466, and 700.

NOTE: Due to superstition, there were no 666 processors marketed. Rather, they used the number 667.