Difference between revisions of "Spanish Build Documents"

From FreekiWiki
Jump to navigation Jump to search
Line 180: Line 180:
  
 
[[Category:Spanish Build Documents]]
 
[[Category:Spanish Build Documents]]
 +
 +
 +
='''BLUE CHART'''=       
 +
 +
__NOTOC__
 +
==DIAGRAMA AZUL==
 +
<div style="border: 10px solid BLUE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
 +
<graphviz>
 +
  digraph D {
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
 +
 +
  start        [label="INICIAR AQUI", fontsize="10", shape="box", style="bold", color="blue"]
 +
 +
  at            [label="¿Puede uster ver un\nconector ''AT keyboard''?"]
 +
  proc_gone    [label="¿Puede usted ver\nsi FALTA\nEL PROCESADOR?"]
 +
 +
  mobo          [label="¿Se encuentra la\n''MOTHERBOARD''\nAHI?"]
 +
  slot          [label="¿Tiene esto un\nSLOT based procesador\n(en lugar de un\nsocket based procesador)?"]
 +
  missingparts  [label="¿Faltan\nPARTES DEL ARMAZON?\n(p.e. de la parte frontal)"]
 +
  memory        [label="¿Puede usted ver\nalgun DDR slots?"]
 +
  blowncaps    [label="¿Puede usted ver\nalguna BLOWN CAPS?"]
 +
  pull_mobo1    [label="DESMONTE LA ''MOTHERBOARD''\ny llevela a\n''Advanced Testing''", shape="box"]
 +
  pull_mobo2    [label="Nosotros reciclamos\neste sistema\nporque tiene\n''BLOWN CAPS''", shape="box"]
 +
 +
  keep          [label="CONSERVELA\n(por el momento)", shape="box", style="bold"]
 +
  recycle      [label="Nosotros vamos a reciclarla.\nEn la Recicle label\ncircule el motivo\npor cual se recicla)", shape="box", style="bold"]
 +
 +
  go_back      [label="Regrese al\ndiagrama principal", shape="box", URL="/index.php?title=Diagrama Principal", style="dashed", color="red"]
 +
 +
  start      -> at
 +
 +
  at -> recycle [taillabel="SI"]
 +
  at -> mobo [taillabel="NO"]
 +
 +
  mobo        -> memory [taillabel="SI"]
 +
  mobo        -> recycle [taillabel="NO"]
 +
 +
 +
  memory        -> recycle [taillabel="NO"]
 +
  memory      -> slot  [taillabel="SI"]
 +
 +
  proc_gone -> blowncaps [label="NO"]
 +
  proc_gone -> recycle [taillabel="SI"]
 +
 +
  pull_mobo1  -> pull_mobo2 -> recycle
 +
 +
  blowncaps    -> missingparts [taillabel="NO"]
 +
  blowncaps    -> pull_mobo1 [taillabel="SI"]
 +
 +
  slot -> recycle [taillabel="SI"]
 +
  slot -> proc_gone  [label="NO"]
 +
 +
  missingparts -> recycle [taillabel="SI"]
 +
  missingparts -> keep [taillabel="NO"]
 +
 +
  keep -> go_back
 +
  recycle -> go_back
 +
 +
  }
 +
</graphviz>
 +
</div>
 +
 +
[[Category: Spanish Build Documents]]

Revision as of 12:25, 9 July 2010

This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)


Box A
  • RAM Sorting


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


System Evaluation Overview

DIAGRAMA PRINCIPAL

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

Como completar la "KEEPER LABEL"

  • Contar el numero de DDR slots y circular el numero correcto.
  • Para AMD chips:
    • Circular AMD en la seccion de "Proc Type"
    • Escribir del procesador numero de modelo en el are de "Processor Information"
  • Para Intel y otro tipo de chips:
    • Circule el tipo de procesador (o escriba "Other")
    • Escriba la speed del procesador en el area "Processor Information"
  • Si la tarjeta madre tiene conectores SATA circule el numero de conectores
  • Si la tarjeta madre tiene conectores IDE circule el numero de conectores
  • Si el sistema tiene mas de un processor slot, marque la caja de Multi Proc Capable
  • Si el sistema tiene un procesador dual core , marque la caja de Dual Core
  • Si el sistema no mostro la informacion exitosamente, marque la caja deDid not POST
  • Si se encuentran PCIe slots, circule PCI-e
  • Si se encuentran AGP slot, circule AGP
  • Recuerde escribir sus iniciales en la caja correspondiente

Incompatibles

NOTA: Si el sistema no tiene marca, entonces no se encuentra en la lista de incompatibles.

  • Amiga
  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
    • Umax Supermac
  • Commodore
  • DEC (Digital Equipment Corporation)
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)
  • anything with the label RISC on it
  • High Speed or Ultra Speed CD RW
    • They must have a standard 5.25" rectangular faceplate and not be laptop-sized.
    • A drive is only High Speed or Ultra Speed if it literally says "High Speed" or "Ultra Speed" to the right of the "Compact Disc" label.

C00150112.jpg

  • DVD Drive
    • They must have a standard 5.25" rectangular faceplate and not be laptop-sized.
  • Front side card readers, only if it includes a cable
  • Gigabit ethernet card (Network Card marked 1000)
  • Wireless card
  • Power supply with a SATA connector
  • Molex to SATA power supply adapter
  • Molex to 6-pin power supply adapter
  • Motherboard with SATA connector(s)
  • A really cool case that some geeky kid would drool over



BLUE CHART

DIAGRAMA AZUL

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