-
Notifications
You must be signed in to change notification settings - Fork 0
/
cerberus.html
398 lines (356 loc) · 8.08 KB
/
cerberus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/images/logotic.png">
<title>Project | Cerberus</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:url" content="http://agalmicautomata.com/">
<meta property="og:title" content="MiniPC Identification">
<meta property="og:description" content="A quick identification guide to TinyMiniMicros.">
<meta property="og:image" content="/images/logotic.png">
<link rel="stylesheet" href="styles.css">
<html lang="en">
</head>
<body>
<section>
<nav>
<ul>
<li><p>[Projects]</p></li>
<li><a href="index.html">[BACK]</a></li>
</ul>
</nav>
<article>
<h1>[Sub1L PC System Identification]</h1>
<p>This is a simple guide to pool my knowledge of mini's into a quick glance guide, in the case you come across a system you want to immediately identify, and you can't immediately find specifications for.<br>
These naming schemes are simple once you get used to them, and are even a bit interchangeable.<br>
Note: Both HP and Lenovo denote AMD by using an ending 5 in the 2-3 digit ENTERPRISE name.</p>
<h1>[HP PRODESK/ELITEDESK MINI]</h1>
<p><table border="1">
<tr>
<th> </th><th>Build Quality</th>
</tr>
<tr>
<td>4xx</td><td>"ProDesk" - Tool-less Entry, with basic functionality, nearing home use.</td>
</tr>
<tr>
<td>6xx</td><td>"ProDesk" - Tool-less Assembly, with basic Enterprise support features.</td>
</tr>
<tr>
<td>7xx</td><td>"EliteDesk" - Effectively the same as 8xx, but seems to be AMD specific.</td>
</tr>
<tr>
<td>8xx</td><td>"EliteDesk" - Military Standard, and full featured for Enterprise use.</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Processor</th>
<tr>
<td>xx0</td><td>INTEL</td>
<tr>
<td>xx5</td><td>AMD</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>INTEL ProDesk/EliteDesk Chipset</th>
<tr>
<td>G1</td><td>4xxxT - Haswell</td>
<tr>
<td>G2</td><td>6xxxT - Sky lake</td>
<tr>
<td>G3</td><td>7xxxT - Kaby Lake</td>
<tr>
<td>G4</td><td>8xxxT - Coffee Lake</td>
<tr>
<td></td><td>(The HP 260 actually uses the G4<br> designation for Coffee Lake)</td>
<tr>
<td>G5</td><td>9xxxT - Coffee Lake</td>
<tr>
<td>G6</td><td>10xxxT - Cometlake</td>
<tr>
<td>G7</td><td>UNUSED</td>
<tr>
<td>G8</td><td>11xxxT - Rocket Lake</td>
<tr>
<td>G9</td><td>12xxxT - Alder Lake</td>
<tr>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>AMD ProDesk/EliteDesk Chipset</th>
<tr>
<td>G1</td><td>A88X</td>
<tr>
<td>G2</td><td>A78</td>
<tr>
<td>G3</td><td>B300</td>
<tr>
<td>G4</td><td>B350</td>
<tr>
<td>G5</td><td>PRO 560</td>
<tr>
<td>G6</td><td>PRO 565 - 4xxx</td>
<tr>
<td>G7</td><td>UNUSED</td>
<tr>
<td>G8</td><td>PRO 565 - 5xxx</td>
<tr>
<td>G9</td><td>UNUSED</td>
</tr>
</table></p>
<h1>[DELL OPTIPLEX MICRO]</h1>
<p><table border="1">
<tr>
<th> </th><th>Build Quality</th>
</tr>
<tr>
<td>3xxx</td><td>Entry-Level, usually built for light/general use.</td>
</tr>
<tr>
<td>5xxx</td><td>Mid-range</td>
</tr>
<tr>
<td>7xxx</td><td>High-End, usually designed with a specific function in mind.</td>
</tr>
<tr>
<td>9xxx</td><td>Refer to 7xxxx</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Other Signifiers</th>
</tr>
<tr>
<td>x0xx</td><td>Always 0. The number denotes a screensize, based on 2X inches for desktop and 1X inches for laptops, X being this number.</td>
</tr>
<tr>
<td>xxx0</td><td>Always 0. This is for laptop naming, as a variant for convertable versions.</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>OptiPlex Chipset</th>
</tr>
<tr>
<td>xx10</td><td>3xxxT - Ivy Lake (Theoretical)</td>
</tr>
<tr>
<td>xx20</td><td>4xxxT - Haswell</td>
</tr>
<tr>
<td>xx40</td><td>6xxxT - Sky lake</td>
</tr>
<tr>
<td>xx50</td><td>7xxxT - Kaby Lake</td>
</tr>
<tr>
<td>xx60</td><td>8xxxT - Coffee Lake</td>
</tr>
<tr>
<td>xx70</td><td>9xxxT - Coffee Lake</td>
</tr>
<tr>
<td>xx80</td><td>10xxxT - Comet Lake</td>
</tr>
<tr>
<td>xx90</td><td>11xxxT - Rocket Lake (Theoretical)</td>
</tr>
<tr>
<td>xx00</td><td>12xxxT - Alder Lake</td>
</tr>
</table>
</p>
<h1>[LENOVO THINKSTATION/THINKCENTRE TINY]</h1>
<p>Edit Note: Lenovo's Naming Scheme is so disorganized its not even funny. I spent 8 hours back searching and comparing PCs just to make this table.
<table border="1">
<tr>
<th> </th><th>Line Signifiers</th>
</tr>
<tr>
<td>Axxx</td><td>All-In-One</td>
</tr>
<tr>
<td>Mxxx</td><td>Thinkcentre</td>
</tr>
<tr>
<td>Pxxx</td><td>Thinkstation, the full-featured version of the Mxxx line focused on being a Workstation.</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Thinkcentre Generation and Build Quality</th>
</tr>
<tr>
<td>x6xx/x3x</td><td>Entry-Level, usually built for light/general use.</td>
</tr>
<tr>
<td>x7xx/x5x/x8x</td><td>Mid-range</td>
</tr>
<tr>
<td>x8xx/x7x</td><td>High-End, usually designed with a specific function in mind.</td>
</tr>
<tr>
<td>x9xx/x9x</td><td>Refer to x8xx/x7x</td>
</tr>
<tr>
<td>xx#</td><td>Sometimes used for desiginating the generation, when not used for processor.</td>
</tr>
<tr>
<td></td><td>And also sometimes used for designating an intel chipset, with 2 and 3.</td>
</tr>
<tr>
<td>xx#x</td><td>Also gets used for desiginating the generation.</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Thinkstation Generation and Build Quality</th>
</tr>
<tr>
<td>x3xx</td><td>Entry-Level, usually built for light/general use.</td>
</tr>
<tr>
<td>x5xx</td><td>Mid-range</td>
</tr>
<tr>
<td>x7xx</td><td>High-End, usually designed with a specific function in mind.</td>
</tr>
<tr>
<td>x9xx</td><td>Refer to 7xxx</td>
</tr>
<tr>
<td>xx#x</td><td>Refers to the generation of workstation.</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Processor</th>
</tr>
<tr>
<td>xx0</td><td>INTEL</td>
</tr>
<tr>
<td>xx5</td><td>AMD</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>INTEL Thinkcentre Chipset</th>
</tr>
<tr>
<td>Mx2</td><td>3xxxT</td><td>Ivy Lake</td>
</tr>
<tr>
<td>Mx3</td><td>4xxxT</td><td>Haswell</td>
</tr>
<tr>
<td>Mx0x</td><td>6xxxT</td><td>Sky Lake</td>
</tr>
<tr>
<td>Mx1x</td><td>7xxxT</td><td>Kaby Lake</td>
</tr>
<tr>
<td>Mx2x</td><td>8xxxT</td><td>Coffee Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>Mx2x</td><td>9xxxT</td><td>Coffee Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>Mx3x</td><td>8xxxU</td><td>Whiskey Lake</td>
</tr>
<tr>
<td>M7x</td><td>10xxxT</td><td>Comet Lake</td>
</tr>
<tr>
<td>^Gen2</td><td>11xxxT</td><td>Rocket Lake</td>
</tr>
<tr>
<td>M8x</td><td>10xxxT</td><td>Comet Lake</td>
</tr>
<tr>
<td>M9x</td><td>10xxxT</td><td>Comet Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>^Gen2</td><td>11xxxT</td><td>Rocket Lake</td>
</tr>
<tr>
<td>^Gen3</td><td>12xxxT</td><td>Alder Lake</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>AMD Thinkcentre Chipset</th>
</tr>
<tr>
<td>M625</td><td>AMD "SoC" A9-9420e</td>
</tr>
<tr>
<td>M715</td><td>B300</td>
</tr>
<tr>
<td>^Gen2</td><td>B300</td>
</tr>
<tr>
<td>M75</td><td>PRO 500</td>
</tr>
<tr>
<td>^Gen2</td><td>PRO 500</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>INTEL Thinkstation Chipset</td>
</tr>
<tr>
<td>Px20</td><td>7xxxT - Kaby Lake</td>
</tr>
<tr>
<td>Px30</td><td>8xxxT - Coffee Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>Px30</td><td>9xxxT - Coffee Lake</td>
</tr>
<tr>
<td>Px40</td><td>10xxxT - Comet Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>Px50</td><td>11xxxT - Rocket Lake (Supports PCIE slot)</td>
</tr>
<tr>
<td>Px60</td><td>12xxxT - Alder Lake (Supports PCIE slot)</td>
</tr>
</table>
<table border="1">
<tr>
<th> </th><th>Other Signifiers</th>
</tr>
<tr>
<td>xxxxt</td><td>Tower</td>
</tr>
<tr>
<td>xxxxs</td><td>Small/SFF</td>
</tr>
<tr>
<td>xxxxq</td><td>Tiny (What this page focuses on)</td>
</tr>
<tr>
<td>xxxxn</td><td>Nano</td>
</tr>
<tr>
<td>xxxxe</td><td>Usually denotes a cut down "Economy" version</td>
</tr>
</table>
P330 is effectively M920x<br>
P340 is effectively M90q<br>
P350 is effectively M90q Gen 2<br>
P360 is effectively M90q Gen 3</p>
</article>
</section>
<footer>
<p>AgalmicAutomata, held by Aternalogical, dedicated to open source and self sufficient designs.</p>
</footer>
</body>
</html>