Chameleon

Chameleon Commit Details

Date:2012-07-13 22:23:19 (11 years 9 months ago)
Author:ErmaC
Commit:2012
Parents: 2011
Message:Update nvidia.c with latest DevID and SubDevId. Package: - fix typo and missed translation for Indonesian thx to regae: http://www.insanelymac.com/forum/index.php?showtopic=231075&view= findpost&p=1833377
Changes:
M/trunk/package/po/id.po
M/trunk/i386/libsaio/nvidia.c

File differences

trunk/i386/libsaio/nvidia.c
9999
100100
101101
102
103
104102
105103
106104
107105
108
109
110
111
106
107
108
109
112110
113111
114112
......
122120
123121
124122
123
124
125
126
125127
126128
127129
......
152154
153155
154156
155
157
156158
157159
158160
159161
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
160202
161203
162204
......
219261
220262
221263
222
264
223265
224266
267
225268
226269
227270
......
257300
258301
259302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
260319
261320
262321
......
264323
265324
266325
267
326
327
268328
269329
270330
......
283343
284344
285345
286
346
287347
288348
289349
290
350
291351
292352
293353
......
300360
301361
302362
363
364
365
366
367
303368
369
304370
371
372
373
374
375
376
377
378
379
305380
306381
307382
......
332407
333408
334409
335
336
337
338
339
340
341
342
343
344
345
346
347
348
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
349429
350430
351431
352432
433
434
435
436
353437
354438
355439
356440
357441
358442
443
444
445
359446
360447
361448
......
365452
366453
367454
455
456
457
458
459
460
461
462
463
464
368465
369466
370467
371468
372469
373470
374
471
375472
473
474
475
376476
377477
378478
......
384484
385485
386486
387
487
488
489
490
491
492
388493
389494
390495
391496
392497
393
498
394499
395500
396501
502
503
504
505
506
507
508
509
510
397511
512
513
514
515
516
398517
399518
400519
......
402521
403522
404523
524
405525
406
526
407527
408
528
529
409530
531
410532
411
533
534
412535
413536
414537
538
415539
416540
417541
418542
419543
420
421
544
545
546
547
422548
423549
424
425
550
551
552
553
426554
555
427556
557
428558
429559
430560
......
438568
439569
440570
571
441572
442573
443574
444575
445
576
446577
578
447579
448580
449581
......
474606
475607
476608
609
610
477611
612
478613
479614
480615
......
496631
497632
498633
634
635
636
637
499638
500639
501640
641
642
502643
503644
645
646
647
648
649
650
651
652
504653
505654
506655
656
657
658
659
660
661
662
507663
508664
509665
......
529685
530686
531687
688
689
690
691
692
693
532694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
533731
534732
535733
536734
537735
538
736
539737
540738
541739
......
545743
546744
547745
746
548747
549748
550749
......
556755
557756
558757
758
759
760
761
762
763
764
765
766
767
768
769
559770
560771
561772
......
605816
606817
607818
608
819
609820
610821
611
822
612823
613824
614825
615826
616827
617828
829
830
831
832
618833
834
835
836
837
838
839
840
841
842
843
844
619845
620846
621847
......
633859
634860
635861
862
863
864
865
866
867
636868
637869
638870
......
669901
670902
671903
904
672905
906
673907
674
675
908
909
910
911
912
913
914
676915
916
917
677918
919
678920
679921
680922
......
689931
690932
691933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
692960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
693988
694989
695990
......
7051000
7061001
7071002
708
709
710
1003
1004
1005
1006
1007
1008
1009
7111010
7121011
7131012
......
7351034
7361035
7371036
1037
1038
7381039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
7391070
7401071
7411072
......
7531084
7541085
7551086
756
1087
7571088
7581089
7591090
7601091
1092
1093
1094
1095
1096
1097
7611098
7621099
7631100
7641101
7651102
7661103
1104
7671105
768
1106
1107
1108
1109
1110
1111
7691112
7701113
1114
7711115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
7721126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
7731140
1141
1142
1143
1144
1145
1146
1147
1148
7741149
1150
7751151
1152
1153
1154
1155
1156
1157
1158
7761159
7771160
7781161
7791162
7801163
1164
7811165
7821166
7831167
......
7901174
7911175
7921176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
7931196
7941197
7951198
......
7971200
7981201
7991202
1203
8001204
8011205
1206
8021207
1208
1209
8031210
1211
8041212
8051213
1214
1215
1216
1217
1218
8061219
807
808
809
1220
1221
1222
1223
8101224
8111225
8121226
......
8161230
8171231
8181232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
8191249
8201250
8211251
1252
8221253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
8231268
8241269
8251270
8261271
1272
1273
8271274
8281275
8291276
8301277
8311278
8321279
1280
8331281
8341282
8351283
......
9631411
9641412
9651413
966
1414
9671415
9681416
9691417
......
12721720
12731721
12741722
1275
1723
12761724
12771725
12781726
......
13381786
13391787
13401788
1789
13411790
13421791
13431792
......
13741823
13751824
13761825
1377
1826
13781827
13791828
13801829
......
14091858
14101859
14111860
1412
1861
14131862
14141863
14151864
......
14341883
14351884
14361885
1437
1886
14381887
14391888
14401889
......
14461895
14471896
14481897
1449
1898
14501899
14511900
14521901
......
14931942
14941943
14951944
1496
1945
14971946
14981947
14991948
15001949
15011950
1502
1951
15031952
15041953
15051954
......
16212070
16222071
16232072
1624
2073
16252074
16262075
16272076
......
16362085
16372086
16382087
1639
2088
16402089
16412090
16422091
......
16502099
16512100
16522101
1653
2102
16542103
16552104
16562105
......
16832132
16842133
16852134
2135
2136
16862137
16872138
16882139
......
16952146
16962147
16972148
2149
2150
2151
16982152
16992153
17002154
2155
17012156
1702
2157
2158
17032159
2160
17042161
2162
2163
2164
17052165
17062166
17072167
......
17122172
17132173
17142174
2175
17152176
17162177
17172178
......
17252186
17262187
17272188
1728
2189
17292190
17302191
17312192
......
17452206
17462207
17472208
1748
2209
17492210
17502211
17512212
......
17642225
17652226
17662227
1767
2228
17682229
17692230
17702231
......
17802241
17812242
17822243
2244
17832245
17842246
17852247
......
17962258
17972259
17982260
2261
17992262
18002263
18012264
......
18092272
18102273
18112274
2275
18122276
18132277
18142278
......
18442308
18452309
18462310
1847
2311
18482312
18492313
18502314
......
18642328
18652329
18662330
1867
2331
18682332
18692333
18702334
......
18772341
18782342
18792343
1880
2344
18812345
18822346
18832347
......
18942358
18952359
18962360
1897
2361
18982362
18992363
19002364
19012365
19022366
19032367
1904
2368
19052369
19062370
19072371
......
19182382
19192383
19202384
2385
19212386
19222387
19232388
......
19332398
19342399
19352400
1936
2401
19372402
19382403
19392404
......
19412406
19422407
19432408
1944
2409
19452410
19462411
19472412
......
19672432
19682433
19692434
1970
2435
19712436
19722437
19732438
......
19812446
19822447
19832448
1984
2449
19852450
19862451
19872452
19882453
1989
2454
19902455
19912456
19922457
......
20102475
20112476
20122477
2013
2478
20142479
20152480
20162481
......
20522517
20532518
20542519
2055
2520
20562521
20572522
20582523
......
20722537
20732538
20742539
2075
2540
20762541
20772542
20782543
20792544
2080
2545
20812546
2082
2547
20832548
20842549
20852550
......
20882553
20892554
20902555
2091
2556
20922557
20932558
20942559
20952560
20962561
20972562
2098
2563
20992564
21002565
2101
2566
21022567
21032568
21042569
......
21272592
21282593
21292594
2130
2595
21312596
21322597
21332598
21342599
21352600
21362601
2137
2602
21382603
2139
2604
21402605
21412606
21422607
21432608
2144
2609
21452610
21462611
2147
2612
21482613
21492614
21502615
......
21822647
21832648
21842649
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
21962670
21972671
21982672
......
22302704
22312705
22322706
2233
2707
22342708
22352709
22362710
2237
2711
22382712
22392713
22402714
......
22442718
22452719
22462720
2247
2721
22482722
22492723
22502724
22512725
2252
2726
22532727
22542728
22552729
......
22652739
22662740
22672741
2268
2742
22692743
22702744
22712745
......
23092783
23102784
23112785
2312
2786
23132787
23142788
23152789
23162790
23172791
2318
2792
23192793
2320
2794
23212795
23222796
23232797
......
23312805
23322806
23332807
2334
2808
23352809
23362810
23372811
23382812
2339
2813
23402814
23412815
23422816
23432817
2344
2818
23452819
2346
2820
23472821
23482822
23492823
......
23522826
23532827
23542828
2355
2829
23562830
2357
2831
23582832
23592833
2360
2834
23612835
23622836
23632837
......
23932867
23942868
23952869
2396
2870
23972871
23982872
23992873
......
24042878
24052879
24062880
2407
2881
24082882
24092883
24102884
2411
2885
24122886
24132887
24142888
......
24222896
24232897
24242898
2425
2899
24262900
24272901
24282902
2429
2903
24302904
24312905
24322906
24332907
24342908
2435
2909
24362910
24372911
24382912
......
24622936
24632937
24642938
2465
2939
24662940
24672941
24682942
......
24702944
24712945
24722946
2473
2947
24742948
24752949
static uint8_t default_dcfg_0[]={0x03, 0x01, 0x03, 0x00};
static uint8_t default_dcfg_1[]={0xff, 0xff, 0x00, 0x01};
// uint8_t connector_type_1[]={0x00, 0x08, 0x00, 0x00};
#define DCFG0_LEN ( sizeof(default_dcfg_0) / sizeof(uint8_t) )
#define DCFG1_LEN ( sizeof(default_dcfg_1) / sizeof(uint8_t) )
static uint8_t default_NVPM[]= {
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
};
#define NVPM_LEN ( sizeof(default_NVPM) / sizeof(uint8_t) )
/* ------ Specific DeviceID and SubDevID. ------ */
// 0000 - 0040
// 0040 - 004F
{ 0x10DE0040,0x10438178,"Asus V9999 Ultra V62.11" },
{ 0x10DE0040,0x1043817D,"Asus V9999GT V61.21" },
{ 0x10DE0040,0x10DE0205,"nVidia GeForce 6800 Ultra" },
{ 0x10DE0040,0x7FFFFFFF,"GeForce 6800 Ultra [NV40.0]" },
// 0050 - 005F
// 0060 - 006F
// 0070 - 007F
{ 0x10DE019D,0x107D2A72,"Leadtek Quadro FX 5600" },
{ 0x10DE019D,0x10DE0409,"nVidia Quadro FX 5600" },
{ 0x10DE019E,0x107D2A72,"Leadtek Quadro FX 4600" },
{ 0x10DE019E,0x10DE0408,"nVidia Quadro FX 4600" }, // fwood
{ 0x10DE019E,0x10DE0408,"nVidia Quadro FX 4600" },
// 01A0 - 01AF
// 01B0 - 01BF
// 01C0 - 01CF
// 01D0 - 01DF
{ 0x10DE01D7,0x1025006C,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250090,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250096,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250100,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250107,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250110,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x10250112,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x102501C2,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x102501C8,"Acer GeForce Go 7300" },
{ 0x10DE01D7,0x102801C2,"Dell Quadro NVS 110M" },
{ 0x10DE01D7,0x102801C8,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x102801CC,"Dell Quadro NVS 110M" },
{ 0x10DE01D7,0x102801D7,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x102801E2,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x102801F9,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x102801FE,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x10282003,"Dell GeForce Go 7300" },
{ 0x10DE01D7,0x10338848,"NEC GeForce Go 7300" },
{ 0x10DE01D7,0x103C30B2,"HP GeForce Go 7300" },
{ 0x10DE01D7,0x103C30B7,"HP GeForce Go 7300" },
{ 0x10DE01D7,0x10431212,"Asus GeForce Go 7300" },
{ 0x10DE01D7,0x104313A2,"Asus GeForce Go 7300" },
{ 0x10DE01D7,0x10431441,"Asus GeForce Go 7300" },
{ 0x10DE01D7,0x10DE0000,"nVidia GeForce Go 7300" },
{ 0x10DE01D7,0x10DE014B,"nVidia Quadro NVS 110M" },
{ 0x10DE01D7,0x11790001,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x11790002,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x1179FF00,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x1179FF01,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x1179FF02,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x1179FF10,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x1179FF31,"Toshiba GeForce Go 7300" },
{ 0x10DE01D7,0x13DC1172,"Netbost GeForce Go 7300" },
{ 0x10DE01D7,0x144D8063,"Samsung GeForce Go 7300" },
{ 0x10DE01D7,0x144DC024,"Samsung GeForce Go 7300" },
{ 0x10DE01D7,0x144DC026,"Samsung GeForce Go 7300" },
{ 0x10DE01D7,0x144DC513,"Samsung GeForce Go 7300" },
{ 0x10DE01D7,0x14C00012,"Compal GeForce Go 7300" },
{ 0x10DE01D7,0xC0181631,"GeForce Go 7300" },
{ 0x10DE01D8,0x10250090,"Acer GeForce Go 7400" },
{ 0x10DE01D8,0x102801C8,"Dell GeForce Go 7400" },
{ 0x10DE01D8,0x102801CC,"Dell Quadro NVS 120M" },
{ 0x10DE01D8,0x1864007A,"LG GeForce Go 7400" },
{ 0x10DE01D8,0x19614605,"ESS GeForce Go 7400" },
{ 0x10DE01D8,0x19615607,"ESS GeForce Go 7400" },
{ 0x10DE01D8,0x19915532,"GeForce Go 7400" }, // Topstar Digital Technologies Co., Ltd.
{ 0x10DE01D8,0x19915532,"Topstar GeForce Go 7400" },
{ 0x10DE01D8,0x19DB2174,"GeForce Go 7400" }, // ??
{ 0x10DE01D8,0xC0181631,"GeForce Go 7400" }, // ??
{ 0x10DE01DA,0x1028017D,"Dell Quadro NVS 110M" },
{ 0x10DE01DA,0x10280407,"Dell GeForce 7300 LE" },
{ 0x10DE01DA,0x11790001,"Toshiba Quadro NVS 110M" },
// 0370 - 037F
// 0380 - 038F
// 0390 - 039F
{ 0x10DE0391,0x104381F7,"Asus GeForce 7600 GT" },
{ 0x10DE0391,0x104D820D,"Sony GeForce 7600 GT" },
{ 0x10DE0391,0x104D9004,"Sony GeForce 7600 GT" },
{ 0x10DE0391,0x104D9007,"Sony GeForce 7600 GT" },
{ 0x10DE0391,0x105B0E10,"Foxconn GeForce 7600 GT" },
{ 0x10DE0391,0x10B00401,"Gainward GeForce 7600 GT" },
{ 0x10DE0391,0x10B00803,"Gainward GeForce 7600 GT" },
{ 0x10DE0391,0x10DE033D,"nVidia GeForce 7600 GT" },
{ 0x10DE0391,0x10DE0403,"nVidia GeForce 7600 GT" },
{ 0x10DE0391,0x10DE047A,"Galaxy GeForce 7600 GT" },
{ 0x10DE0391,0x14583417,"Gigabyte GeForce 7600 GT" },
{ 0x10DE0391,0x1179FF00,"Toshiba GeForce 7600 GT" },
{ 0x10DE0391,0x19F1201F,"BFG GeForce 7600 GT" },
{ 0x10DE0391,0x19F120DE,"Galaxy GeForce 7600 GT" },
{ 0x10DE0391,0x3842C615,"EVGA GeForce 7600 GT" },
{ 0x10DE0393,0x00000400,"Apple GeForce 7300GT" },
// 03A0 - 03AF
// 03B0 - 03BF
// 03C0 - 03CF
// 03E0 - 03EF
// 03F0 - 03FF
// 0400 - 040F
{ 0x10DE0402,0x10DE0439,"Galaxy 8600GT" }, // pianman
{ 0x10DE0402,0x10DE0439,"Galaxy 8600GT" },
{ 0x10DE0407,0x101922D4,"Elitegroup GeForce 8600M GT" },
{ 0x10DE0407,0x1025011D,"Acer GeForce 8600M GT" },
{ 0x10DE0407,0x1025011E,"Acer GeForce 8600M GT" },
{ 0x10DE0407,0x10250146,"Acer GeForce 8600M GT" },
{ 0x10DE0407,0x1025015E,"Acer GeForce 8600M GT" },
{ 0x10DE0407,0x1028019C,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x102801F1,"Dell GeForce 8600M GT" }, // LatinMcG
{ 0x10DE0407,0x102801F1,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x102801F2,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x10280228,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x10280229,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x1028022E,"Dell GeForce 8600M GT" }, // DarwinX
{ 0x10DE0407,0x1028022E,"Dell GeForce 8600M GT" },
{ 0x10DE0407,0x10431515,"Asus GeForce 8600M GT" },
{ 0x10DE0407,0x10431588,"Asus GeForce 8600M GT" },
{ 0x10DE0407,0x10431618,"Asus GeForce 8600M GT" },
{ 0x10DE0407,0x106B00A0,"Apple GeForce 8600M GT" },
{ 0x10DE0407,0x106B00A3,"Apple GeForce 8600M GT" },
{ 0x10DE0407,0x106B00A4,"Apple GeForce 8600M GT" },
{ 0x10DE040C,0x103C30C5,"HP Quadro FX 570M" },
{ 0x10DE040C,0x104381F7,"Asus Quadro FX 570M" },
{ 0x10DE040C,0x10CF1423,"Fujitsu Quadro FX 570M" },
{ 0x10DE040C,0x17AA20D9,"Lenovo Quadro FX 570M" },
// 0410 - 041F
{ 0x10DE0410,0x174B3058,"PC Partner GeForce GT 330" },
// 0420 - 042F
{ 0x10DE0426,0x10338897,"NEC GeForce 8400M GT" },
{ 0x10DE0426,0x104381F7,"Asus GeForce 8400M GT" },
{ 0x10DE0426,0x104D9005,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x104D9016,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x104D9017,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x104D9018,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x104D902D,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x104D9030,"Sony GeForce 8400M GT" },
{ 0x10DE0426,0x19915584,"Topstar GeForce 8400M GT" },
// 0430 - 043F
// 0440 - 044F
// 0450 - 045F
// 05E0 - 05EF
{ 0x10DE05E0,0x10DE064E,"nVidia GeForce GTX 295" },
{ 0x10DE05E0,0x38421291,"EVGA GeForce GTX 295" },
{ 0x10DE05E2,0x10438291,"Asus GTX 260" },
{ 0x10DE05E2,0x10438298,"Asus GTX 260" },
{ 0x10DE05E2,0x104382C4,"Asus GTX 260" },
{ 0x10DE05E2,0x104382CF,"Asus GTX 260" },
{ 0x10DE05E2,0x104382E3,"Asus GTX 260" },
{ 0x10DE05E2,0x10B00801,"Gainward GTX 260" },
{ 0x10DE05E2,0x10DE0585,"nVidia GTX 260" },
{ 0x10DE05E2,0x10DE0617,"nVidia GTX 260" },
{ 0x10DE05E2,0x16822390,"HFX GTX 260" },
{ 0x10DE05E2,0x17870000,"HIS GTX 260" },
{ 0x10DE05E2,0x34421260,"Bihl GTX 260" },
{ 0x10DE05E2,0x34421262,"Bihl GTX 260" },
{ 0x10DE05E2,0x73770000,"Colorful GTX 260" },
{ 0x10DE05E3,0x10438320,"Asus GeForce GTX 285" }, // mauriziopasotti
{ 0x10DE05E2,0x10438291,"Asus GeForce GTX 260" },
{ 0x10DE05E2,0x10438298,"Asus GeForce GTX 260" },
{ 0x10DE05E2,0x104382C4,"Asus GeForce GTX 260" },
{ 0x10DE05E2,0x104382CF,"Asus GeForce GTX 260" },
{ 0x10DE05E2,0x104382E3,"Asus GeForce GTX 260" },
{ 0x10DE05E2,0x104382EB,"ASUS ENGTX260" },
{ 0x10DE05E2,0x10B00801,"Gainward GeForce GTX 260" },
{ 0x10DE05E2,0x10DE0585,"nVidia GeForce GTX 260" },
{ 0x10DE05E2,0x10DE0617,"nVidia GeForce GTX 260" },
{ 0x10DE05E2,0x16822390,"HFX GeForce GTX 260" },
{ 0x10DE05E2,0x17870000,"HIS GeForce GTX 260" },
{ 0x10DE05E2,0x196E064B,"PNY GeForce GTX 260" },
{ 0x10DE05E2,0x19F10FA9,"BFG GeForce GTX 260" },
{ 0x10DE05E2,0x34421260,"Bihl GeForce GTX 260" },
{ 0x10DE05E2,0x34421262,"Bihl GeForce GTX 260" },
{ 0x10DE05E2,0x73770000,"Colorful GeForce GTX 260" },
{ 0x10DE05E3,0x10438320,"Asus GeForce GTX 285" },
{ 0x10DE05E3,0x106B0000,"Apple GeForce GTX 285" },
{ 0x10DE05E3,0x10DE065B,"nVidia GeForce GTX 285" },
{ 0x10DE05E3,0x38421080,"EVGA GeForce GTX 285" },
{ 0x10DE05E3,0x38421187,"EVGA GeForce GTX 285" },
{ 0x10DE05E6,0x10B00401,"Gainward GeForce GTX 285" },
{ 0x10DE05E6,0x38421171,"EVGA GeForce GTX 275" },
{ 0x10DE05E7,0x10DE0595,"nVidia Tesla T10 Processor" },
{ 0x10DE05E7,0x10DE066A,"nVidia Tesla C1060" },
{ 0x10DE05E7,0x10DE068F,"nVidia Tesla T10 Processor" },
{ 0x10DE05E7,0x10DE0697,"nVidia Tesla M1060" },
{ 0x10DE05E7,0x10DE0714,"nVidia Tesla M1060" },
{ 0x10DE05E7,0x10DE0743,"nVidia Tesla M1060" },
{ 0x10DE05EA,0x10DE0738,"nVidia GeForce GTX 260" },
{ 0x10DE05EB,0x10DE0705,"nVidia GeForce GTX 295" },
{ 0x10DE05EB,0x19F110C2,"BFG GeForce GTX 295" },
// 05F0 - 05FF
{ 0x10DE0600,0x10DE0000,"Abit GeForce 8800 GTS" },
{ 0x10DE0600,0x10DE0502,"nVidia GeForce 8800 GTS" },
{ 0x10DE0600,0x19F10719,"BFG GeForce 8800 GTS" },
{ 0x10DE0603,0x1B0A9044,"Pegatron GeForce GT 230" },
{ 0x10DE0609,0x1028019B,"Dell GeForce 8800M GTS" },
{ 0x10DE0609,0x103C30D4,"HP GeForce 8800M GTS" },
{ 0x10DE0609,0x104381F7,"Asus GeForce 8800M GTS" },
{ 0x10DE0609,0x106B00A7,"Apple GeForce 8800M GS" },
{ 0x10DE0609,0x107B0690,"Gateway GeForce 8800M GTS" },
{ 0x10DE0609,0x11700121,"Inventec GeForce 8800M GTS" },
{ 0x10DE0609,0x152D0770,"Quanta GeForce 8800M GTS" },
// 0610 - 061F
{ 0x10DE0611,0x104381F7,"Asus GeForce 8800 GT" },
{ 0x10DE0611,0x10DE053C,"nVidia GeForce 8800 GT" },
{ 0x10DE0611,0x14621171,"MSi GeForce 8800 GT" },
{ 0x10DE0611,0x14621172,"MSi GeForce 8800 GT" },
{ 0x10DE0611,0x174B9210,"PC Partner GeForce 8800 GT" },
{ 0x10DE0611,0x1ACC8582,"Point of View GeForce 8800 GT" }, // Alex//3oo1
{ 0x10DE0611,0x1ACC8582,"Point of View GeForce 8800 GT" },
{ 0x10DE0611,0x3842C802,"EVGA GeForce 8800 GT" },
{ 0x10DE0612,0x3842C875,"EVGA GeForce 9800 GTX+" },
{ 0x10DE0618,0x1025028E,"Acer GeForce GTX 260M" },
{ 0x10DE0618,0x102802A1,"Dell GeForce GTX 260M" },
{ 0x10DE0618,0x102802A2,"Dell GeForce GTX 260M" },
{ 0x10DE0618,0x15580577,"Clevo/Kapok GeForce GTX 260M" },
{ 0x10DE0618,0x15580860,"Clevo/Kapok GeForce GTX 260M" },
// 0620 - 062F
{ 0x10DE0622,0x104382AC,"Asus EN9600GT Magic" }, // Fabio71
{ 0x10DE0622,0x104382AC,"Asus EN9600GT Magic" },
{ 0x10DE0622,0x10DE0545,"nVidia GeForce 9600GT" },
{ 0x10DE0622,0x10621272,"MSi GeForce 9600GT" },
{ 0x10DE0622,0x10621278,"MSi GeForce 9600GT" },
{ 0x10DE0622,0x10621279,"MSi GeForce 9600GT" },
{ 0x10DE0622,0x10621432,"MSi GeForce 9600GT" },
// 0630 - 063F
// 0640 - 064F
{ 0x10DE0640,0x106B00AD,"Apple GeForge 9500 GT" },
{ 0x10DE0640,0x106B00B3,"Apple GeForge 9500 GT" },
{ 0x10DE0640,0x106B061B,"Apple GeForge 9500 GT" },
{ 0x10DE0640,0x10DE077F,"Inno3D GeForge 9500GT HDMI" }, // Fabio71
{ 0x10DE0640,0x10DE077F,"Inno3D GeForge 9500GT HDMI" },
{ 0x10DE0640,0x14621290,"MSi GeForge 9500 GT" },
{ 0x10DE0640,0x14621291,"MSi GeForge 9500 GT" },
{ 0x10DE0640,0x16423796,"Bitland GeForge 9500 GT" },
{ 0x10DE0647,0x106B00A9,"Apple GeForge 9600M GT" },
{ 0x10DE0647,0x106B00B0,"Apple GeForge 9600M GT" },
{ 0x10DE0647,0x106B00B3,"Apple GeForge 9600M GT" },
{ 0x10DE0647,0x106B00BC,"Apple GeForge 9600M GT" },
{ 0x10DE0648,0x1043900F,"Asus GeForge 9600M GS" },
{ 0x10DE0649,0x10439013,"Asus GeForge 9600M GT" },
// 0650 - 065F
{ 0x10DE065C,0x10280250,"Dell Quadro FX 770M" },
{ 0x10DE065C,0x103C30E7,"HP Quadro FX 770M" },
{ 0x10DE065C,0x10DE058B,"nVidia Quadro FX 770M" },
{ 0x10DE065C,0x10DE0734,"nVidia Quadro FX 770M" }, // 512MB
{ 0x10DE065C,0x17341147,"Fujitsu Quadro FX 770M" },
// 0660 - 066F
// 0670 - 067F
// 0680 - 068F
// 06A0 - 06AF
// 06B0 - 06BF
// 06C0 - 06CF
{ 0x10DE06C0,0x10438359,"Asus GeForce GTX 480" },
{ 0x10DE06C0,0x10DE075F,"nVidia GeForce GTX 480" },
// { 0x10DE06C0,0x19DA0010,"Zotac GTX 480 AMP" },
{ 0x10DE06C0,0x38421480,"EVGA GTX 480" },
{ 0x10DE06C0,0x38421482,"EVGA GTX 480" },
{ 0x10DE06CD,0x10DE079F,"Point of View GeForce GTX 470" }, // Alex//3oo1
{ 0x10DE06CD,0x10DE079F,"Point of View GeForce GTX 470" },
{ 0x10DE06CD,0x10DE979F,"nVidia GeForce GTX 470" },
{ 0x10DE06CD,0x145834F5,"GigaByte GeForce GTX 470" },
{ 0x10DE06CD,0x19DA0010,"Zotac GTX 470" },
{ 0x10DE06CD,0x19DA1153,"Zotac GeForce GTX 470" }, // magnifico10 and Fabio71 TODO: AMP???
{ 0x10DE06CD,0x19DA1153,"Zotac GeForce GTX 470" },
{ 0x10DE06CD,0x38421472,"EVGA GeForce GTX 470" },
// 06D0 - 06DF
{ 0x10DE06D1,0x10DE0771,"nVidia Tesla C2050" },
{ 0x10DE06D1,0x10DE0772,"nVidia Tesla C2070" },
{ 0x10DE06D2,0x10DE0774,"nVidia Tesla M2070" },
{ 0x10DE06D2,0x10DE0830,"nVidia Tesla M2070" },
{ 0x10DE06D2,0x10DE0842,"nVidia Tesla M2070" },
{ 0x10DE06D2,0x10DE088F,"nVidia Tesla X2070" },
{ 0x10DE06D2,0x10DE0908,"nVidia Tesla M2070" },
{ 0x10DE06DD,0x103C076F,"HP Quadro 6000" },
{ 0x10DE06DD,0x10DE076F,"nVidia Quadro 6000" },
{ 0x10DE06D8,0x103C076F,"HP Quadro 6000" },
{ 0x10DE06D8,0x10DE076F,"nVidia Quadro 6000" },
{ 0x10DE06D9,0x103C0770,"HP Quadro 5000" },
{ 0x10DE06D9,0x10DE0770,"nVidia Quadro 5000" },
{ 0x10DE06DD,0x1028081A,"Dell Quadro 5000M" },
{ 0x10DE06DD,0x103C1520,"HP Quadro 5000M" },
{ 0x10DE06DA,0x1028081A,"Dell Quadro 5000M" },
{ 0x10DE06DA,0x103C1520,"HP Quadro 5000M" },
{ 0x10DE06DD,0x103C0780,"HP Quadro 4000" },
{ 0x10DE06DD,0x106B0000,"Apple Quadro 4000" },
{ 0x10DE06DD,0x10DE0780,"nVidia Quadro 4000" },
{ 0x10DE06DE,0x10DE0773,"nVidia Tesla S2050" },
{ 0x10DE06DE,0x10DE077A,"nVidia Tesla M2050" },
{ 0x10DE06DE,0x10DE082F,"nVidia Tesla M2050" },
{ 0x10DE06DE,0x10DE0866,"nVidia Tesla M2050" },
{ 0x10DE06DE,0x10DE0907,"nVidia Tesla M2050" },
{ 0x10DE06DE,0x10DE091E,"nVidia Tesla M2050" },
{ 0x10DE06DF,0x10DE0842,"nVidia Tesla M2070-Q" },
{ 0x10DE06DF,0x10DE084D,"nVidia Tesla M2070-Q" },
{ 0x10DE06DF,0x10DE087F,"nVidia Tesla M2070-Q" },
// 06E0 - 06EF
{ 0x10DE06E4,0x10438322,"Asus EN8400GS" }, // Fabio71
{ 0x10DE06E4,0x10438322,"Asus EN8400GS" },
{ 0x10DE06E4,0x14583475,"GV-NX84S256HE [GeForce 8400 GS]" },
{ 0x10DE06E8,0x10280262,"Dell GeForce 9200M GS" },
{ 0x10DE06E8,0x10280271,"Dell GeForce 9200M GS" },
{ 0x10DE06E8,0x10280272,"Dell GeForce 9200M GS" },
{ 0x10DE06E8,0x19614605,"ESS GeForce 9200M GE" },
{ 0x10DE06E8,0x19615584,"ESS GeForce 9200M GE" },
{ 0x10DE06E8,0x1B0A000E,"Pegatron GeForce 9200M GE" },
{ 0x10DE06E9,0x10430510,"Asus GeForce 9300M GS" },
// 06F0 - 06FF
{ 0x10DE06FF,0x10DE0711,"nVidia HICx8 + Graphics" },
// 0700 - 070F
// 0710 - 071F
// 0720 - 072F
// 0820 - 082F
// 0830 - 083F
// 0840 - 084F
{ 0x10DE084B,0x10250227,"Acer GeForce 9200" },
{ 0x10DE084B,0x10250228,"Acer GeForce 9200" },
{ 0x10DE084B,0x103C2A6E,"HP GeForce 9200" },
{ 0x10DE084B,0x1631E03B,"NEC GeForce 9200" },
// 0850 - 085F
// 0860 - 086F
// 0870 - 087F
{ 0x10DE0873,0x104319B4,"Asus GeForce G102M" },
{ 0x10DE0876,0x103C3651,"HP ION" },
{ 0x10DE0876,0x10438402,"Asus ION" },
{ 0x10DE0876,0x144DC056,"Samsung ION" },
{ 0x10DE0876,0x17AA38F8,"Lenovo ION" },
{ 0x10DE0876,0x18491202,"ASRock ION" },
{ 0x10DE0876,0x18540148,"LG ION" },
{ 0x10DE0876,0x18540149,"LG ION" },
{ 0x10DE087D,0x10250222,"Acer ION" },
{ 0x10DE087D,0x17AA301D,"Lenovo ION" },
// 0880 - 088F
// 0890 - 089F
// 08A0 - 08AF
{ 0x10DE08A0,0x106B00C0,"Apple GeForce 320M" },
{ 0x10DE08A0,0x106B00C2,"Apple GeForce 320M" },
{ 0x10DE08A0,0x106B00C5,"Apple GeForce 320M" },
{ 0x10DE08A0,0x106B00C9,"Apple GeForce 320M" },
{ 0x10DE08A0,0x106B00CE,"Apple GeForce 320M" },
{ 0x10DE08A2,0x106B00D4,"Apple GeForce 320M" },
// 08B0 - 08BF
// 08C0 - 08CF
// 08D0 - 08DF
// 0A10 - 0A1F
// 0A20 - 0A2F
{ 0x10DE0A20,0x10438311,"Asus GeForce GT 220" },
{ 0x10DE0A20,0x10DE069A,"nVidia GeForce GT 220" },
{ 0x10DE0A20,0x14621910,"MSi GeForce GT 220" },
{ 0x10DE0A20,0x14621911,"MSi GeForce GT 220" },
{ 0x10DE0A20,0x14621990,"MSi GeForce GT 220" },
{ 0x10DE0A20,0x16423920,"Bitland GeForce GT 220" },
{ 0x10DE0A28,0x1B0A903B,"Pegatron GeForce GT 230" },
// 0A30 - 0A3F
{ 0x10DE0A34,0x10250200,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250201,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x1025020E,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250219,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x1025021E,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250252,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250259,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x1025026B,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250273,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x10250299,"Acer GeForce GT 240M" },
{ 0x10DE0A34,0x102802A2,"Dell GeForce GT 240M" },
{ 0x10DE0A34,0x10431AE2,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x1043202A,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x10432031,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x10432034,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x10432036,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x1043203A,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x10432040,"Asus GeForce GT 240M" },
{ 0x10DE0A34,0x104D905E,"Sony GeForce GT 240M" },
{ 0x10DE0A34,0x104D9060,"Sony GeForce GT 240M" },
{ 0x10DE0A34,0x10719072,"Mitac GeForce GT 240M" },
{ 0x10DE0A34,0x14621013,"MSi GeForce GT 240M" },
{ 0x10DE0A34,0x1462102E,"MSi GeForce GT 240M" },
{ 0x10DE0A34,0x14621031,"MSi GeForce GT 240M" },
{ 0x10DE0A34,0x14624570,"MSi GeForce GT 240M" },
{ 0x10DE0A34,0x14C00042,"Compal GeForce GT 240M" },
{ 0x10DE0A34,0x152D0828,"Quanta GeForce GT 240M" },
{ 0x10DE0A34,0x16423928,"Bitland GeForce GT 240M" },
{ 0x10DE0A34,0x1734118D,"Fujitsu GeForce GT 240M" },
{ 0x10DE0A34,0x1734118E,"Fujitsu GeForce GT 240M" },
{ 0x10DE0A34,0x17AA2144,"Lenovo GeForce GT 240M" },
{ 0x10DE0A34,0x17AA38CD,"Lenovo GeForce GT 240M" },
{ 0x10DE0A34,0x17AA38FD,"Lenovo GeForce GT 240M" },
{ 0x10DE0A34,0x17AA38FF,"Lenovo GeForce GT 240M" },
{ 0x10DE0A34,0x17C010D0,"Wistron GeForce GT 240M" },
{ 0x10DE0A34,0x17C0208D,"Wistron GeForce GT 240M" },
// 0A40 - 0A4F
// 0A50 - 0A5F
// 0A60 - 0A6F
{ 0x10DE0A64,0x1025063C,"Acer ION" },
{ 0x10DE0A64,0x103C2AAD,"HP ION" },
{ 0x10DE0A64,0x10430010,"Asus ION2" }, // buoo
{ 0x10DE0A64,0x10430010,"Asus ION2" },
{ 0x10DE0A64,0x1043841F,"Asus ION" },
{ 0x10DE0A64,0x1043842F,"Asus ION" },
{ 0x10DE0A64,0x10438455,"Asus ION" },
{ 0x10DE0A64,0x18490A64,"ASRock ION" },
{ 0x10DE0A64,0x1B0A00CE,"Pegatron ION" },
{ 0x10DE0A64,0x1B0A00D7,"Pegatron ION" },
{ 0x10DE0A65,0x10438334,"Asus GeForce 210" },
{ 0x10DE0A65,0x10438353,"Asus GeForce 210" },
{ 0x10DE0A65,0x10438354,"Asus GeForce 210" },
{ 0x10DE0A6C,0x1028040B,"Dell NVS 3100M" },
{ 0x10DE0A6C,0x17AA2142,"Lenovo NVS 3100M" },
// 0A70 - 0A7F
{ 0x10DE0A70,0x10438458,"Asus GeForce 310M" },
{ 0x10DE0A70,0x10438459,"Asus GeForce 310M" },
{ 0x10DE0A70,0x17AA3605,"Lenovo ION" },
{ 0x10DE0A73,0x17AA3607,"Lenovo ION" },
{ 0x10DE0A73,0x17AA3610,"Lenovo ION" },
{ 0x10DE0A74,0x16423940,"Bitland GeForce G210M" },
{ 0x10DE0A74,0x1B0A903A,"Pegatron GeForce G210" },
{ 0x10DE0A75,0x10DE0798,"nVidia GeForce 310M" },
{ 0x10DE0A75,0x17AA3605,"Lenovo ION" },
// 0A80 - 0A8F
// 0A90 - 0A9F
// 0AA0 - 0AAF
{ 0x10DE0CA3,0x14622072,"MSi GeForce GT 240" },
{ 0x10DE0CA3,0x14622073,"MSi GeForce GT 240" },
{ 0x10DE0CA3,0x14628010,"MSi GeForce GT 240" },
{ 0x10DE0CA3,0x14628041,"MSi VN240GT-MD1G" }, //Fabio71
{ 0x10DE0CA3,0x14628041,"MSi VN240GT-MD1G" },
{ 0x10DE0CA3,0x16423926,"Bitland GeForce GT 230" },
{ 0x10DE0CA3,0x196E0010,"PNY GeForce GT 240" },
{ 0x10DE0CA3,0x196E069D,"PNY GeForce GT 240" }, // ErmaC
{ 0x10DE0CA3,0x196E069D,"PNY GeForce GT 240" },
{ 0x10DE0CA3,0x196E075B,"PNY GeForce GT 240" },
{ 0x10DE0CA3,0x19DA1142,"Zotac GeForce GT 240" },
{ 0x10DE0CA3,0x19DA1143,"Zotac GeForce GT 240" },
{ 0x10DE0CA3,0x19DA1144,"Zotac GeForce GT 240" },
{ 0x10DE0CA3,0x19DA2130,"Zotac GeForce GT 240" },
{ 0x10DE0CA3,0x19DA2134,"Zotac GeForce GT 240" },
{ 0x10DE0CA9,0x16423942,"Bitland GeForce GTS 250M" },
{ 0x10DE0CAF,0x10DE0782,"nVidia GeForce GT 335M" },
// 0CB0 - 0CBF
{ 0x10DE0CB0,0x10250367,"Acer GeForce GTS 350M" },
{ 0x10DE0CB0,0x10250368,"Acer GeForce GTS 350M" },
{ 0x10DE0CB0,0x10250422,"Acer GeForce GTS 350M" },
{ 0x10DE0CB0,0x10250463,"Acer GeForce GTS 350M" },
{ 0x10DE0CB0,0x10DE080D,"nVidia GeForce GTS 350M" },
{ 0x10DE0CB0,0x1179FD30,"Toshiba GeForce GTS 350M" },
{ 0x10DE0CB0,0x1179FF50,"Toshiba GeForce GTS 350M" },
{ 0x10DE0CB0,0x15580511,"Clevo GeForce GTS 350M" },
{ 0x10DE0CB0,0x15580512,"Clevo GeForce GTS 350M" },
{ 0x10DE0CB0,0x15588687,"Clevo GeForce GTS 350M" },
{ 0x10DE0CB0,0x15588689,"Clevo GeForce GTS 350M" },
// 0CC0 - 0CCF
// 0CD0 - 0CDF
// 0CE0 - 0CEF
// 0DA0 - 0DAF
// 0DB0 - 0DBF
// 0DC0 - 0DCF
{ 0x10DE0DC0,0x174B1178,"PC Partner GeForce GT 440" },
{ 0x10DE0DC4,0x10438365,"Asus GeForce GTS 450" },
{ 0x10DE0DCD,0x102804B7,"Dell GeForce GT 555M" },
{ 0x10DE0DD1,0x102802A2,"Dell GeForce GTX 460M" },
{ 0x10DE0DD1,0x1028048F,"Dell GeForce GTX 460M" },
{ 0x10DE0DD1,0x10280490,"Dell GeForce GTX 460M" },
{ 0x10DE0DD1,0x15588687,"Clevo/Kapok GeForce GTX 460M" },
{ 0x10DE0DD1,0x17AA3620,"Lenovo GeForce GTX 460M" },
{ 0x10DE0DD1,0x17C010EA,"Wistron GeForce GTX 460M" },
{ 0x10DE0DD6,0x10280010,"Dell GeForce GT 550M" },
{ 0x10DE0DD8,0x103C084A,"HP nVidia Quadro 2000" },
{ 0x10DE0DD8,0x10DE084A,"nVidia Quadro 2000" }, // mauriziopasotti
{ 0x10DE0DD8,0x10DE0914,"nVidia Quadro 2000 D" },
{ 0x10DE0DD8,0x10DE084A,"nVidia Quadro 2000" },
{ 0x10DE0DD8,0x10DE0914,"nVidia Quadro 2000D" },
{ 0x10DE0DDE,0x1043203D,"Asus GF106-ES" },
{ 0x10DE0DDE,0x1043203E,"Asus GF106-ES" },
{ 0x10DE0DDE,0x10432040,"Asus GF106-ES" },
{ 0x10DE0DDE,0x10432041,"Asus GF106-ES" },
// 0DE0 - 0DEF
{ 0x10DE0DE0,0x10DE0828,"nVidia GeForce GT 440" },
{ 0x10DE0DE1,0x38421430,"EVGA GeForce GT 430" },
{ 0x10DE0DE9,0x10250487,"Acer GeForce GT 630M" },
{ 0x10DE0DE9,0x10250488,"Acer GeForce GT 630M" },
{ 0x10DE0DE9,0x10250505,"Acer GeForce GT 630M" },
{ 0x10DE0DE9,0x103C181B,"HP GeForce GT 630M" },
{ 0x10DE0DE9,0x103C181D,"HP GeForce GT 630M" },
{ 0x10DE0DE9,0x103C1837,"HP GeForce GT 630M" },
{ 0x10DE0DE9,0x10431477,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x104310AC,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x104310BC,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x104310CC,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10431407,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10431447,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10431497,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432104,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432106,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432110,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432113,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432114,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432128,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x1043212E,"Asus GeForce GT 630M" },
{ 0x10DE0DE9,0x10432131,"Asus GeForce GT 630M" },
{ 0x10DE0DEF,0x104310AC,"Asus N13P-NS1-A1" },
{ 0x10DE0DEF,0x104310BC,"Asus N13P-NS1-A1" },
{ 0x10DE0DEF,0x104310CC,"Asus N13P-NS1-A1" },
{ 0x10DE0DEF,0x10431407,"Asus N13P-NS1-A1" },
{ 0x10DE0DEF,0x10431447,"Asus N13P-NS1-A1" },
{ 0x10DE0DEF,0x17AA21F3,"Lenovo NVS 5400M" },
{ 0x10DE0DEF,0x17AA21F4,"Lenovo NVS 5400M" },
{ 0x10DE0DEF,0x17AA21F5,"Lenovo NVS 5400M" },
{ 0x10DE0DEF,0x17AA21F6,"Lenovo NVS 5400M" },
{ 0x10DE0DEF,0x17AA5005,"Lenovo NVS 5400M" },
// 0DF0 - 0DFF
{ 0x10DE0DF0,0x1B0A9077,"Pegatron GeForce GT 425M" },
{ 0x10DE0DF0,0x1B0A909A,"Pegatron GeForce GT 425M" },
{ 0x10DE0DF2,0x174B5162,"PC Partner GeForce GT 435M" },
{ 0x10DE0DF4,0x1043105C,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x104315E2,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x104315F2,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x10431642,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x10431662,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x10431672,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x1043849E,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x104384EE,"Asus GeForce GT 540M" },
{ 0x10DE0DF4,0x18490DF4,"ASRock GeForce GT 540M" },
{ 0x10DE0DF5,0x102804CA,"Dell GeForce GT 525M" },
{ 0x10DE0DF5,0x10280511,"Dell GeForce GT 525M" },
{ 0x10DE0DF5,0x10280521,"Dell GeForce GT 525M" },
{ 0x10DE0DFE,0x10431407,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431447,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431482,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431502,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431512,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431522,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431532,"Asus GF108 ES" },
{ 0x10DE0DFE,0x10431552,"Asus GF108 ES" },
{ 0x10DE0DFE,0x1B0A206C,"GF108 ES" },
// 0E00 - 0E0F
// 0E10 - 0E1F
// 0E20 - 0E2F
{ 0x10DE0E22,0x14622322,"MSi GeForce GTX 460" },
{ 0x10DE0E22,0x14622381,"MSi GeForce GTX 460" },
{ 0x10DE0E22,0x19DA1166,"Zotac GeForce GTX 460" },
{ 0x10DE0E22,0x19DA2166,"Zotac GeForce GTX 460" }, // Fabio71
{ 0x10DE0E22,0x38421370,"GeForce GTX 460" },
{ 0x10DE0E22,0x38421373,"GeForce GTX 460" },
{ 0x10DE0E22,0x19DA2166,"Zotac GeForce GTX 460" },
{ 0x10DE0E22,0x38421362,"EVGA GeForce GTX 460" },
{ 0x10DE0E22,0x38421370,"EVGA GeForce GTX 460" },
{ 0x10DE0E22,0x38421372,"EVGA GeForce GTX 460" },
{ 0x10DE0E22,0x38421373,"EVGA GeForce GTX 460" },
{ 0x10DE0E22,0x38421380,"EVGA GeForce GTX 460" },
{ 0x10DE0E23,0x10B00401,"Gainward GeForce GTX 460" },
// 0E30 - 0E3F
// 0E40 - 0E4F
// 0FA0 - 0FAF
// 0FB0 - 0FBF
// 0FC0 - 0FCF
{ 0x10DE0FC2,0x103C0936,"HP GeForce GT 630" },
{ 0x10DE0FC2,0x174B0630,"PC Panther GeForce GT 630" },
// 0FD0 - 0FDF
{ 0x10DE0FD1,0x10280552,"Dell GeForce GT 650M" },
{ 0x10DE0FD1,0x10280566,"Dell GeForce GT 650M" },
{ 0x10DE0FD1,0x10280578,"Dell GeForce GT 650M" },
{ 0x10DE0FD1,0x146210C7,"MSi GeForce GT 650M" },
{ 0x10DE0FD1,0x146210CD,"MSi GeForce GT 650M" },
{ 0x10DE0FD2,0x1028055F,"Dell GeForce GT 640M" },
{ 0x10DE0FD2,0x144DC0D5,"Samsung GeForce GT 640M" },
{ 0x10DE0FD3,0x10250713,"Acer GeForce GT 640M LE" },
{ 0x10DE0FD3,0x10250717,"Acer GeForce GT 640M LE" },
{ 0x10DE0FD3,0x104D909A,"Sony GeForce GT 640M LE" },
{ 0x10DE0FD3,0x104D909C,"Sony GeForce GT 640M LE" },
{ 0x10DE0FD4,0x10280551,"Dell GeForce GTX 660M" },
{ 0x10DE0FD4,0x1028057B,"Dell GeForce GTX 660M" },
{ 0x10DE0FD4,0x146210D7,"MSi GeForce GTX 660M" },
{ 0x10DE0FDB,0x104310AC,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10431447,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432103,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432105,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432115,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432116,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432117,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x10432118,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x1043212D,"Asus GK107-ESP-A1" },
{ 0x10DE0FDB,0x1179FB12,"Toshiba GK107-ESP-A1" },
{ 0x10DE0FDB,0x1179FB18,"Toshiba GK107-ESP-A1" },
{ 0x10DE0FDB,0x1179FB1A,"Toshiba GK107-ESP-A1" },
// 0FE0 - 0FEF
// 0FF0 - 0FFF
// 1000 - 100F
{ 0x10DE1040,0x174B3214,"PC Partner GeForce GT 520" },
{ 0x10DE1040,0x196E0915,"PNY GeForce GT 520" },
{ 0x10DE1040,0x19DA1215,"Zotac GeForce GT 520" },
{ 0x10DE1040,0x19DA1222,"Zotac GeForce GT 520" }, // robertx
{ 0x10DE1040,0x19DA1222,"Zotac GeForce GT 520" },
{ 0x10DE1040,0x1ACC5213,"Point of View GeForce GT 520" },
{ 0x10DE1040,0x1ACC5214,"Point of View GeForce GT 520" },
{ 0x10DE1040,0x1ACC522C,"Point of View GeForce GT 520" },
{ 0x10DE1040,0x1B0A90AA,"Pegatron GeForce GT 520" },
{ 0x10DE1042,0x14622595,"MSi GeForce 510" },
{ 0x10DE1042,0x14622596,"MSi GeForce 510" },
{ 0x10DE1050,0x10250593,"Acer GeForce GT 520M" },
{ 0x10DE1054,0x10280511,"Dell GeForce 410M" },
{ 0x10DE1054,0x10CF1656,"Fujitsu GeForce 410M" },
{ 0x10DE1054,0x10CF1657,"Fujitsu GeForce 410M" },
{ 0x10DE1054,0x1179FCC0,"Toshiba GeForce 410M" },
{ 0x10DE1054,0x14581100,"GigaByte GeForce 410M" },
{ 0x10DE1054,0x14581125,"GigaByte GeForce 410M" },
{ 0x10DE1055,0x104D908A,"Sony GeForce 410M" },
{ 0x10DE1055,0x104D908B,"Sony GeForce 410M" }, // shulillo vedder
{ 0x10DE1055,0x104D908B,"Sony GeForce 410M" },
{ 0x10DE1058,0x10431457,"Asus GeForce 610M" },
{ 0x10DE105A,0x10432129,"Asus GeForce 610M" },
// 1060 - 106F
// 1070 - 107F
{ 0x10DE107D,0x103C094E,"HP NVS 310" },
// 1080 - 108F
{ 0x10DE1080,0x104383BB,"Asus GeForce GTX 580" },
{ 0x10DE1080,0x10B00401,"Gainward GeForce GTX 580" },
{ 0x10DE1080,0x1458351B,"Gigabyte GeForce GTX 580" },
{ 0x10DE1080,0x14622550,"MSi GeForce GTX 580" },
{ 0x10DE1080,0x196E086A,"PNY GeForce GTX 580" },
{ 0x10DE1080,0x19DA2203,"Zotac GeForce GTX 580" },
{ 0x10DE1080,0x38421582,"EVGA GeForce GTX 580" },
{ 0x10DE1080,0x38421584,"EVGA GeForce GTX 580" },
{ 0x10DE1081,0x10438383,"Asus GeForce GTX 570" },
{ 0x10DE1081,0x10DE087E,"nVidia GeForce GTX 570" },
{ 0x10DE1081,0x14583513,"GigaByte GeForce GTX 570" },
{ 0x10DE1081,0x14622551,"MSi GeForce GTX 570" },
{ 0x10DE1081,0x38421570,"EVGA GeForce GTX 570" },
{ 0x10DE1081,0x38421572,"EVGA GeForce GTX 570" },
{ 0x10DE1082,0x10DE0873,"nVidia GeForce GTX 560 Ti" },
{ 0x10DE1082,0x174B5207,"PC Partner GeForce GTX 560 Ti" },
{ 0x10DE1084,0x14622570,"MSi GeForce GTX 560" },
{ 0x10DE1084,0x14622571,"MSi GeForce GTX 560" },
{ 0x10DE1084,0x16423A96,"Bitland GeForce GTX 560" },
{ 0x10DE1086,0x10438387,"Asus GeForce GTX 570" },
{ 0x10DE1086,0x10DE0871,"Inno3D GeForce GTX 570" },
{ 0x10DE1086,0x14583513,"GigaByte GeForce GTX 570" },
{ 0x10DE1086,0x14622224,"MSi GeForce GTX 570" },
{ 0x10DE1086,0x174B1207,"PC Partner GeForce GTX 570" },
{ 0x10DE1086,0x196E0871,"PNY GeForce GTX 570" },
{ 0x10DE1086,0x19DA1207,"Zotac GeForce GTX 570" },
{ 0x10DE1086,0x38421571,"EVGA GeForce GTX 570" },
{ 0x10DE1086,0x38421573,"EVGA GeForce GTX 570" },
{ 0x10DE1087,0x104383D6,"Asus ENGTX560Ti448 DCII" },
{ 0x10DE1087,0x1458353A,"Gigabyte GeForce GTX 560 Ti-448" },
{ 0x10DE1087,0x19DA2207,"Zotac GeForce GTX 560 Ti-448" },
{ 0x10DE1087,0x38422066,"EVGA GeForce GTX 560 Ti-448" },
{ 0x10DE1088,0x104383A3,"Asus GeForce GTX 590" },
{ 0x10DE1088,0x10DE0868,"nVidia GeForce GTX 590" },
{ 0x10DE1088,0x38421598,"EVGA GeForce GTX 590" },
{ 0x10DE108B,0x10438391,"Asus GeForce GTX 590" },
// 1090 - 109F
{ 0x10DE1091,0x10DE0887,"nVidia Tesla M2090" },
{ 0x10DE1091,0x10DE088E,"nVidia Tesla X2090" },
{ 0x10DE1091,0x10DE0891,"nVidia Tesla X2090" },
{ 0x10DE1094,0x10DE0888,"nVidia Tesla M2075" },
{ 0x10DE109B,0x10DE0918,"nVidia Quadro 7000" },
// 10A0 - 10AF
// 10B0 - 10BF
// 10C0 - 10CF
// 1120 - 112F
// 1130 - 113F
// 1140 - 114F
{ 0x10DE1140,0x1025064A,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x1025064C,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250680,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250692,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250694,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250702,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250719,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250725,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250728,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x1025072B,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x1025072E,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10250732,"Acer GeForce GT 620M" },
{ 0x10DE1140,0x10280565,"Dell GeForce GT 630M" },
{ 0x10DE1140,0x10280568,"Dell GeForce GT 630M" },
{ 0x10DE1140,0x144DC0D5,"Samsung GeForce GT 630M" },
{ 0x10DE1140,0x17AA3901,"Lenovo GeForce GT 610M" },
{ 0x10DE1140,0x17AA3903,"Lenovo GeForce GT 610M" },
{ 0x10DE1140,0x17AA3983,"Lenovo GeForce GT 610M" },
{ 0x10DE1140,0x17AA500D,"Lenovo GeForce GT 620M" },
// 1150 - 115F
// 1160 - 116F
// 1170 - 117F
{ 0x10DE1180,0x104383F0,"Asus GTX680-2GD5" },
{ 0x10DE1180,0x104383F7,"Asus GTX 680 Direct CU II" },
{ 0x10DE1180,0x10DE0969,"nVidia GTX 680" },
{ 0x10DE1180,0x10DE097A,"nVidia GeForce GTX 680" },
{ 0x10DE1180,0x118010B0,"Gainward GTX 680" },
{ 0x10DE1180,0x1458353C,"GV-N680OC-2GD WindForce GTX 680 OC" },
{ 0x10DE1180,0x14622830,"MSi GTX 680 Lightning" },
{ 0x10DE1180,0x15691180,"Palit GTX 680 JetStream" },
{ 0x10DE1180,0x15691189,"Palit GTX 680 JetStream" },
{ 0x10DE1180,0x174B1255,"PC Partner GeForce GTX 680" },
{ 0x10DE1180,0x19DA1255,"Zotac GTX 680" },
{ 0x10DE1180,0x38421582,"EVGA GTX 680" },
{ 0x10DE1180,0x38422680,"EVGA GTX 680" },
{ 0x10DE1180,0x38422682,"EVGA GTX 680 SC" },
{ 0x10DE1188,0x10438406,"Asus GeForce GTX 690" },
{ 0x10DE1188,0x10DE095B,"nVidia GeForce GTX 690" },
{ 0x10DE1188,0x38422690,"EVGA GeForce GTX 690" },
{ 0x10DE1189,0x10438405,"Asus GTX 670 Direct CU II TOP" },
{ 0x10DE1180,0x10DE097A,"nVidia GTX 670" },
{ 0x10DE1180,0x15691189,"Palit GTX 670 JetStream" },
{ 0x10DE1180,0x19DA1255,"Zotac GTX 670" },
{ 0x10DE1189,0x10DE097A,"nVidia GeForce GTX 670" },
{ 0x10DE1189,0x15691189,"Palit GTX 670 JetStream" },
{ 0x10DE1189,0x174B1260,"PC Partner GeForce GTX 670" },
{ 0x10DE1189,0x19DA1255,"Zotac GTX 670 AMP! Edition" },
{ 0x10DE1189,0x38422672,"EVGA GTX 670" },
// 1190 - 119F
// 11A0 - 11AF
// 11E0 - 11EF
// 11F0 - 11FF
// 1200 - 120F
{ 0x10DE1200,0x1043838B,"Asus GeForce GTX 560 Ti" },
{ 0x10DE1200,0x10438390,"Asus GeForce GTX 560 Ti" },
{ 0x10DE1200,0x104383BF,"Asus GeForce GTX 560 Ti" },
{ 0x10DE1200,0x10B00801,"Gainward GeForce GTX 560 Ti" },
{ 0x10DE1200,0x14583515,"Gigabyte GeForce GTX 560 Ti" },
{ 0x10DE1200,0x14622601,"MSi GeForce GTX 560 Ti" },
{ 0x10DE1200,0x196E0898,"PNY GeForce GTX 560 Ti" },
{ 0x10DE1200,0x38421567,"EVGA GeForce GTX 560 Ti" },
{ 0x10DE1200,0x38421568,"EVGA GeForce GTX 560 Ti" },
{ 0x10DE1201,0x104383B4,"Asus GeForce GTX 560" },
{ 0x10DE1201,0x10DE0895,"nVidia GeForce GTX 560" },
{ 0x10DE1201,0x14622383,"MSi GeForce GTX 560" },
{ 0x10DE1206,0x10DE0958,"nVidia GeForce GTX 555" },
{ 0x10DE1210,0x10431487,"Asus GeForce GTX 570M" },
{ 0x10DE1210,0x10432104,"Asus GeForce GTX 570M" },
{ 0x10DE1210,0x146210BD,"MSi GeForce GTX 570M" },
{ 0x10DE1211,0x10280490,"Dell GeForce GTX 580M" },
{ 0x10DE1212,0x1028057B,"Dell GeForce GTX 675M" },
{ 0x10DE1212,0x146210CB,"MSi GeForce GTX 675M" },
{ 0x10DE1213,0x102804BA,"Dell GeForce GTX 670M" },
{ 0x10DE1213,0x146210CB,"MSi GeForce GTX 670M" },
{ 0x10DE1241,0x10DE091D,"nVidia GeForce GT 545" },
{ 0x10DE1244,0x104383BC,"Asus GeForce GTX 550 Ti" },
{ 0x10DE1244,0x1458351A,"GigaByte GeForce GTX 550 Ti" },
{ 0x10DE1244,0x19DA5194,"Zotac GeForce GTX 550 Ti" },
{ 0x10DE1244,0x38421556,"EVGA GeForce GTX 550 Ti" },
{ 0x10DE1247,0x10431407,"Asus GeForce GT 555M" },
{ 0x10DE1247,0x10431752,"Asus GeForce GT 635M" },
{ 0x10DE1247,0x10432050,"Asus GeForce GT 555M" },
{ 0x10DE1247,0x10432051,"Asus GeForce GT 555M" },
{ 0x10DE1247,0x10432119,"Asus GeForce GT 670M" },
{ 0x10DE1247,0x10432120,"Asus GeForce GT 670M" },
{ 0x10DE1247,0x1043212A,"Asus GeForce GT 635M" },
{ 0x10DE1247,0x1043212B,"Asus GeForce GT 635M" },
{ 0x10DE1247,0x1043212C,"Asus GeForce GT 635M" },
{ 0x10DE1247,0x14581532,"GigaByte GeForce GT 555M" },
{ 0x10DE1247,0x14586744,"GigaByte GeForce GT 555M" },
{ 0x10DE1247,0x152D0930,"Quanta GeForce GT 635M" },
{ 0x10DE1251,0x102802A2,"Dell GeForce GTX 560M" },
{ 0x10DE1251,0x102802F8,"Dell GeForce GTX 560M" },
{ 0x10DE1251,0x1028048F,"Dell GeForce GTX 560M" },
{ 0x10DE01D2,NV_SUB_IDS,"GeForce 7550 LE" },
{ 0x10DE01D3,NV_SUB_IDS,"GeForce 7300 SE/7200 GS" },
{ 0x10DE01D6,NV_SUB_IDS,"GeForce Go 7200" },
{ 0x10DE01D7,NV_SUB_IDS,"Quadro NVS 110M / GeForce Go 7300" }, // 71 SubID
{ 0x10DE01D7,NV_SUB_IDS,"Quadro NVS 110M / GeForce Go 7300" },
{ 0x10DE01D8,NV_SUB_IDS,"GeForce Go 7400" },
{ 0x10DE01D9,NV_SUB_IDS,"GeForce Go 7450" },
{ 0x10DE01DA,NV_SUB_IDS,"Quadro NVS 110M" },
{ 0x10DE062E,NV_SUB_IDS,"GeForce 9600 GT" },
{ 0x10DE062F,NV_SUB_IDS,"GeForce 9800 S" },
// 0630 - 063F
{ 0x10DE0630,NV_SUB_IDS,"NVIDIA G94" },
{ 0x10DE0630,NV_SUB_IDS,"GeForce 9700 S" },
{ 0x10DE0631,NV_SUB_IDS,"GeForce GTS 160M" },
{ 0x10DE0632,NV_SUB_IDS,"GeForce GTS 150M" },
{ 0x10DE0633,NV_SUB_IDS,"NVIDIA G94" },
{ 0x10DE06D2,NV_SUB_IDS,"Tesla M2070 / X2070" },
{ 0x10DE06D8,NV_SUB_IDS,"Quadro 6000" },
{ 0x10DE06D9,NV_SUB_IDS,"Quadro 5000" },
{ 0x10DE06DA,NV_SUB_IDS,"Quadro 5000M" },
{ 0x10DE06DC,NV_SUB_IDS,"Quadro 6000" },
{ 0x10DE06DD,NV_SUB_IDS,"nVidia Quadro 4000" },
{ 0x10DE06DE,NV_SUB_IDS,"nVidia Tesla S2050" },
{ 0x10DE06FC,NV_SUB_IDS,"NVIDIA G98" },
{ 0x10DE06FD,NV_SUB_IDS,"Quadro NVS 295" },
{ 0x10DE06FE,NV_SUB_IDS,"NVIDIA G98" },
// { 0x10DE06FF,NV_SUB_IDS,"HICx16 + Graphics" },
{ 0x10DE06FF,NV_SUB_IDS,"HICx16 + Graphics" },
// 0700 - 070F
// 0710 - 071F
// 0720 - 072F
{ 0x10DE0848,NV_SUB_IDS,"GeForce 8300" },
{ 0x10DE0849,NV_SUB_IDS,"GeForce 8200" },
{ 0x10DE084A,NV_SUB_IDS,"nForce 730a" },
{ 0x10DE084B,NV_SUB_IDS,"GeForce 9200" },
{ 0x10DE084B,NV_SUB_IDS,"GeForce 9200" }, // nVidia GeForce 8200 ??
{ 0x10DE084C,NV_SUB_IDS,"nForce 980a/780a SLI" },
{ 0x10DE084D,NV_SUB_IDS,"nForce 750a SLI" },
{ 0x10DE084F,NV_SUB_IDS,"GeForce 8100 / nForce 720a" },
{ 0x10DE0870,NV_SUB_IDS,"GeForce 9400M" },
{ 0x10DE0871,NV_SUB_IDS,"GeForce 9200" },
{ 0x10DE0872,NV_SUB_IDS,"GeForce G102M" },
{ 0x10DE0873,NV_SUB_IDS,"GeForce G102M" },
{ 0x10DE0873,NV_SUB_IDS,"GeForce G205M" },
{ 0x10DE0874,NV_SUB_IDS,"ION 9300M" },
{ 0x10DE0876,NV_SUB_IDS,"ION 9400M" },
{ 0x10DE087A,NV_SUB_IDS,"GeForce 9400" },
// 08A0 - 08AF
{ 0x10DE08A0,NV_SUB_IDS,"GeForce 320M" },
// { 0x10DE08A1,NV_SUB_IDS,"NVIDIA MCP89-MZT" },
// { 0x10DE08A2,NV_SUB_IDS,"NVIDIA MCP89-EPT" },
{ 0x10DE08A2,NV_SUB_IDS,"GeForce 320M" },
{ 0x10DE08A3,NV_SUB_IDS,"GeForce 320M" },
{ 0x10DE08A4,NV_SUB_IDS,"GeForce 320M" },
{ 0x10DE08A5,NV_SUB_IDS,"GeForce 320M" },
{ 0x10DE0A2C,NV_SUB_IDS,"NVS 5100M" },
{ 0x10DE0A2D,NV_SUB_IDS,"GeForce GT 320M" },
// 0A30 - 0A3F
// { 0x10DE0A30,NV_SUB_IDS,"NVIDIA GT216" },
{ 0x10DE0A30,NV_SUB_IDS,"GeForce GT 330M" },
{ 0x10DE0A32,NV_SUB_IDS,"GeForce GT 415" },
{ 0x10DE0A34,NV_SUB_IDS,"GeForce GT 240M" },
{ 0x10DE0A35,NV_SUB_IDS,"GeForce GT 325M" },
{ 0x10DE0A38,NV_SUB_IDS,"Quadro 400" },
{ 0x10DE0A3C,NV_SUB_IDS,"Quadro FX 880M" },
// { 0x10DE0A3D,NV_SUB_IDS,"NVIDIA N10P-ES" },
{ 0x10DE0A3D,NV_SUB_IDS,"NVIDIA N10P-ES" },
// { 0x10DE0A3F,NV_SUB_IDS,"NVIDIA GT216-INT" },
// 0A40 - 0A4F
// 0A50 - 0A5F
{ 0x10DE0DD6,NV_SUB_IDS,"GeForce GT 550M" },
{ 0x10DE0DD8,NV_SUB_IDS,"Quadro 2000" },
{ 0x10DE0DDA,NV_SUB_IDS,"Quadro 2000M" },
// { 0x10DE0DDE,NV_SUB_IDS,"GF106-ES" },
{ 0x10DE0DDE,NV_SUB_IDS,"GF106-ES" },
// { 0x10DE0DDF,NV_SUB_IDS,"GF106-INT" },
// 0DE0 - 0DEF
{ 0x10DE0DE0,NV_SUB_IDS,"GeForce GT 440" },
{ 0x10DE0DEC,NV_SUB_IDS,"GeForce GT 525M" },
{ 0x10DE0DED,NV_SUB_IDS,"GeForce GT 520M" },
{ 0x10DE0DEE,NV_SUB_IDS,"GeForce GT 415M" },
// { 0x10DE0DEF,NV_SUB_IDS,"N13P-NS1-A1" },
{ 0x10DE0DEF,NV_SUB_IDS,"N13P-NS1-A1" },
// 0DF0 - 0DFF
{ 0x10DE0DF0,NV_SUB_IDS,"GeForce GT 425M" },
{ 0x10DE0DF1,NV_SUB_IDS,"GeForce GT 420M" },
{ 0x10DE0DF9,NV_SUB_IDS,"Quadro 500M" },
{ 0x10DE0DFA,NV_SUB_IDS,"Quadro 1000M" },
{ 0x10DE0DFC,NV_SUB_IDS,"NVS 5200M" },
// { 0x10DE0DFE,NV_SUB_IDS,"GF108 ES" },
{ 0x10DE0DFE,NV_SUB_IDS,"GF108 ES" },
// { 0x10DE0DFF,NV_SUB_IDS,"GF108 INT" },
// 0E00 - 0E0F
// 0E10 - 0E1F
// 0EE0 - 0EEF
// 0EF0 - 0EFF
// 0F00 - 0F0F
{ 0x10DE0F00,NV_SUB_IDS,"GeForce GT 630" },
{ 0x10DE0F01,NV_SUB_IDS,"GeForce GT 620" },
// 0F10 - 0F1F
// 0F20 - 0F2F
// 0F30 - 0F3F
// 0FA0 - 0FAF
// 0FB0 - 0FBF
// 0FC0 - 0FCF
{ 0x10DE0FC0,NV_SUB_IDS,"GeForce GT 640" },
{ 0x10DE0FC1,NV_SUB_IDS,"GeForce GT 640" },
{ 0x10DE0FC2,NV_SUB_IDS,"GeForce GT 630" },
// 0FD0 - 0FDF
{ 0x10DE0FD1,NV_SUB_IDS,"GeForce GT 650M" },
{ 0x10DE0FD2,NV_SUB_IDS,"GeForce GT 640M" },
{ 0x10DE0FD3,NV_SUB_IDS,"GeForce GT 640M LE" },
{ 0x10DE0FD4,NV_SUB_IDS,"GeForce GTX 660M" },
// { 0x10DE0FDB,NV_SUB_IDS,"GK107-ESP-A1" },
{ 0x10DE0FD5,NV_SUB_IDS,"GeForce GT 650M" },
{ 0x10DE0FDB,NV_SUB_IDS,"GK107-ESP-A1" },
// 0FE0 - 0FEF
{ 0x10DE0FE0,NV_SUB_IDS,"GeForce GTX 660M" },
// 0FF0 - 0FFF
{ 0x10DE0FFB,NV_SUB_IDS,"Quadro K2000M" },
{ 0x10DE0FFC,NV_SUB_IDS,"Quadro K1000M" },
{ 0x10DE0FFF,NV_SUB_IDS,"Quadro 410" },
// 1000 - 100F
// 1010 - 101F
// 1020 - 102F
{ 0x10DE1042,NV_SUB_IDS,"GeForce 510" },
{ 0x10DE1048,NV_SUB_IDS,"GeForce 605" },
{ 0x10DE1049,NV_SUB_IDS,"GeForce GT 620" },
{ 0x10DE104A,NV_SUB_IDS,"GeForce GT 610" },
// 1050 - 105F
{ 0x10DE1050,NV_SUB_IDS,"GeForce GT 520M" },
{ 0x10DE1051,NV_SUB_IDS,"GeForce GT 520MX" },
{ 0x10DE105A,NV_SUB_IDS,"GeForce 610M" },
// 1060 - 106F
// 1070 - 107F
// { 0x10DE107D,NV_SUB_IDS,"GF119" },
{ 0x10DE107D,NV_SUB_IDS,"NVS 310" },
// { 0x10DE107E,NV_SUB_IDS,"GF119-INT" },
// { 0x10DE107F,NV_SUB_IDS,"GF119-ES" },
// 1080 - 108F
{ 0x10DE1091,NV_SUB_IDS,"nVidia Tesla M2090" },
{ 0x10DE1094,NV_SUB_IDS,"Tesla M2075 Dual-Slot Computing Processor Module" },
{ 0x10DE1096,NV_SUB_IDS,"Tesla C2075" },
// { 0x10DE1098,NV_SUB_IDS,"D13U" },
{ 0x10DE1098,NV_SUB_IDS,"D13U" },
{ 0x10DE109A,NV_SUB_IDS,"Quadro 5010M" },
{ 0x10DE109B,NV_SUB_IDS,"Quadro 7000" },
// 10A0 - 10AF
// 1120 - 112F
// 1130 - 113F
// 1140 - 114F
// { 0x10DE1140,NV_SUB_IDS,"GF117" },
{ 0x10DE1140,NV_SUB_IDS,"GeForce GT 610M" },
{ 0x10DE1141,NV_SUB_IDS,"GeForce 610M" },
{ 0x10DE1142,NV_SUB_IDS,"GeForce 620M" },
// { 0x10DE1143,NV_SUB_IDS,"N13P-GV" },
// 1170 - 117F
// 1180 - 118F
{ 0x10DE1180,NV_SUB_IDS,"GeForce GTX 680" },
{ 0x10DE1185,NV_SUB_IDS,"GeForce GTX 660" },
{ 0x10DE1188,NV_SUB_IDS,"GeForce GTX 690" },
{ 0x10DE1189,NV_SUB_IDS,"GeForce GTX 670" },
// 1190 - 119F
{ 0x10DE1203,NV_SUB_IDS,"GeForce GTX 460 SE v2" },
{ 0x10DE1205,NV_SUB_IDS,"GeForce GTX 460 v2" },
{ 0x10DE1206,NV_SUB_IDS,"GeForce GTX 555" },
{ 0x10DE1207,NV_SUB_IDS,"GeForce GT 645" },
{ 0x10DE1208,NV_SUB_IDS,"GeForce GTX 560 SE" },
{ 0x10DE1210,NV_SUB_IDS,"GeForce GTX 570M" },
{ 0x10DE1211,NV_SUB_IDS,"GeForce GTX 580M" },
{ 0x10DE1246,NV_SUB_IDS,"GeForce GTX 550M" },
{ 0x10DE1247,NV_SUB_IDS,"GeForce GT 635M" },
{ 0x10DE1248,NV_SUB_IDS,"GeForce GTX 555M" },
{ 0x10DE1249,NV_SUB_IDS,"GeForce GTS 450M" }, // no M?
{ 0x10DE124B,NV_SUB_IDS,"GeForce GT 640" },
{ 0x10DE124D,NV_SUB_IDS,"GeForce GTX 555M" },
// { 0x10DE1250,NV_SUB_IDS,"GF116-INT" },
uint8_t *dcbtable = &rom[dcbptr];
uint8_t dcbtable_version = dcbtable[0];
uint8_t headerlength = 0;
uint8_t numentries = 0;
uint8_t numentries = 0;
uint8_t recordlength = 0;
if (dcbtable_version >= 0x20)
sig = READ_LE_INT(dcbtable, 4);
headerlength = 8;
}
if (sig != 0x4edcbdcb)
{
printf("Bad display config block signature (0x%8x)\n", sig); //Azi: issue #48
strncpy(sig, (char *)&dcbtable[-7], 7);
recordlength = 10;
if (strcmp(sig, "DEV_REC"))
{
printf("Bad Display Configuration Block signature (%s)\n", sig);
numentries = MAX_NUM_DCB_ENTRIES;
uint8_t num_outputs = 0, i = 0;
struct dcbentry
{
uint8_t type;
uint8_t index;
uint8_t *heads;
} entries[numentries];
for (i = 0; i < numentries; i++)
{
uint32_t connection;
entries[num_outputs].type = connection & 0xf;
entries[num_outputs].index = num_outputs;
entries[num_outputs++].heads = (uint8_t*)&(dcbtable[(headerlength + recordlength * i) + 1]);
}
int has_lvds = false;
entries[i].type = TYPE_GROUPED;
}
}
// if we have a LVDS output, we group the rest to the second channel
if (has_lvds)
{
{
if (entries[i].type == TYPE_GROUPED)
continue;
channel2 |= ( 0x1 << entries[i].index);
entries[i].type = TYPE_GROUPED;
}
//printf("group channel 1\n");
channel1 |= ( 0x1 << entries[i].index);
entries[i].type = TYPE_GROUPED;
if ((entries[i-1].type == 0x0))
{
channel1 |= ( 0x1 << entries[i-1].index);
entries[i+1].type = TYPE_GROUPED;
}
break;
case 1:
//printf("group channel 2 : %d\n", i);
channel2 |= ( 0x1 << entries[i].index);
entries[i].type = TYPE_GROUPED;
if ((entries[i - 1].type == 0x0))
{
channel2 |= ( 0x1 << entries[i-1].index);
// if we have left ungrouped outputs merge them to the empty channel
uint8_t *togroup;// = (channel1 ? (channel2 ? NULL : &channel2) : &channel1);
togroup = &channel2;
for (i = 0; i < num_outputs; i++)
{
if (entries[i].type != TYPE_GROUPED)
static char *get_nvidia_model(uint32_t device_id, uint32_t subsys_id)
{
int i;
for (i = 1; i < (sizeof(nvidia_cards) / sizeof(nvidia_cards[0])); i++) // size of NVKnowChipsets array for-loop
for (i = 1; i < (sizeof(nvidia_cards) / sizeof(nvidia_cards[0])); i++) // size of nvidia_cards array for-loop
{
if ((nvidia_cards[i].device == device_id) && (nvidia_cards[i].subdev == subsys_id))
{
{
int fd;
int size;
if ((fd = open_bvdev("bt(0,0)", filename, 0)) < 0)
{
return 0;
}
size = file_size(fd);
if (size > bufsize)
{
printf("Filesize of %s is bigger than expected! Truncating to 0x%x Bytes!\n",
}
size = read(fd, (char *)buf, size);
close(fd);
return size > 0 ? size : 0;
}
static int devprop_add_nvidia_template(struct DevPropDevice *device)
{
char tmp[16];
if (!device)
return 0;
if (!DP_ADD_TEMP_VAL(device, nvidia_compatible_0))
return 0;
if (!DP_ADD_TEMP_VAL(device, nvidia_device_type_0))
sprintf(tmp, "Slot-%x",devices_number);
devprop_add_value(device, "AAPL,slot-name", (uint8_t *) tmp, strlen(tmp));
devices_number++;
return 1;
}
int hex2bin(const char *hex, uint8_t *bin, int len)
{
char*p;
inti;
inti;
charbuf[3];
if (hex == NULL || bin == NULL || len <= 0 || strlen(hex) != len * 2) {
printf("[ERROR] bin2hex input error\n");
return -1;
}
buf[2] = '\0';
p = (char *) hex;
for (i = 0; i < len; i++)
{
if (p[0] == '\0' || p[1] == '\0' || !isxdigit(p[0]) || !isxdigit(p[1])) {
// Workaround for 9600M GT, GT 210/420/430/440/525M/540M & GTX 560M
switch (nvda_dev->device_id)
{
case 0x0647: vram_size = 512*1024*1024; break;// 9600M GT 0647
//case 0x0649: vram_size = 1024*1024*1024; break;// 9600M GT 0649
case 0x0A65: vram_size = 1024*1024*1024; break; // GT 210
case 0x0DE0: vram_size = 1024*1024*1024; break; // GT 440
case 0x0DE1: vram_size = 1024*1024*1024; break; // GT 430
case 0x0DE2: vram_size = 1024*1024*1024; break; // GT 420
case 0x0DEC: vram_size = 1024*1024*1024; break; // GT 525M 0DEC
case 0x0DF4: vram_size = 1024*1024*1024; break; // GT 540M
case 0x0DF5: vram_size = 1024*1024*1024; break; // GT 525M 0DF5
case 0x1251: vram_size = 1536*1024*1024; break; // GTX 560M
default: break;
case 0x0647: // 9600M GT 0647
vram_size = 512*1024*1024;
break;
/*case 0x0649:// 9600M GT 0649
vram_size = 1024*1024*1024;
break;*/
case 0x0A65: // GT 210
case 0x0DE0: // GT 440
case 0x0DE1: // GT 430
case 0x0DE2: // GT 420
case 0x0DEC: // GT 525M 0DEC
case 0x0DF4: // GT 540M
case 0x0DF5: // GT 525M 0DF5
vram_size = 1024*1024*1024;
break;
case 0x1251: // GTX 560M
vram_size = 1536*1024*1024;
break;
default:
break;
}
return vram_size;
// get card type
nvCardType = (REG32(0) >> 20) & 0x1ff;
// Amount of VRAM in kilobytes
videoRam = mem_detect(regs, nvCardType, nvda_dev);
model = get_nvidia_model(((nvda_dev->vendor_id << 16) | nvda_dev->device_id),((nvda_dev->subsys_id.subsys.vendor_id << 16) | nvda_dev->subsys_id.subsys.device_id));
verbose("%s %dMB NV%02x [%04x:%04x]-[%04x:%04x] :: %s device number: %d\n",
model, (uint32_t)(videoRam / 1024 / 1024),
(REG32(0) >> 20) & 0x1ff, nvda_dev->vendor_id, nvda_dev->device_id,
rom = malloc(NVIDIA_ROM_SIZE);
sprintf(nvFilename, "/Extra/%04x_%04x.rom", (uint16_t)nvda_dev->vendor_id,
(uint16_t)nvda_dev->device_id);
if (getBoolForKey(kUseNvidiaROM, &doit, &bootInfo->chameleonConfig) && doit)
{
verbose("Looking for nvidia video bios file %s\n", nvFilename);
nvBiosOveride = load_nvidia_bios_file(nvFilename, rom, NVIDIA_ROM_SIZE);
if (nvBiosOveride > 0)
{
verbose("Using nVidia Video BIOS File %s (%d Bytes)\n", nvFilename, nvBiosOveride);
{
// Otherwise read bios from card
nvBiosOveride = 0;
// PROM first
// Enable PROM access
(REG32(NV_PBUS_PCI_NV_20)) = NV_PBUS_PCI_NV_20_ROM_SHADOW_DISABLED;
}//end PRAM check
}//end PROM check
}//end load rom from bios
if ((nvPatch = patch_nvidia_rom(rom)) == PATCH_ROM_FAILED)
{
printf("ERROR: nVidia ROM Patching Failed!\n");
//return false;
}
rom_pci_header = (option_rom_pci_header_t*)(rom + *(uint16_t *)&rom[24]);
// check for 'PCIR' sig
if (rom_pci_header->signature == 0x50434952)
{
printf("nVidia incorrect PCI ROM signature: 0x%x\n", rom_pci_header->signature);
}
}
if (!string) {
string = devprop_create_string();
}
device = devprop_add_device(string, devicepath);
/* FIXME: for primary graphics card only */
boot_display = 1;
if (devices_number == 1)
{
devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4);
devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4);
}
if (nvPatch == PATCH_ROM_SUCCESS_HAS_LVDS) {
uint8_t built_in = 0x01;
devprop_add_value(device, "@0,built-in", &built_in, 1);
// get bios version
const int MAX_BIOS_VERSION_LENGTH = 32;
char* version_str = (char*)malloc(MAX_BIOS_VERSION_LENGTH);
memset(version_str, 0, MAX_BIOS_VERSION_LENGTH);
int i, version_start;
int crlf_count = 0;
// only search the first 384 bytes
for (i = 0; i < 0x180; i++)
{
sprintf(biosVersion, "%s", (nvBiosOveride > 0) ? nvFilename : version_str);
sprintf(kNVCAP, "NVCAP_%04x", nvda_dev->device_id);
if (getValueForKey(kNVCAP, &value, &len, &bootInfo->chameleonConfig) && len == NVCAP_LEN * 2)
{
uint8_t new_NVCAP[NVCAP_LEN];
memcpy(default_NVCAP, new_NVCAP, NVCAP_LEN);
}
}
if (getValueForKey(kDcfg0, &value, &len, &bootInfo->chameleonConfig) && len == DCFG0_LEN * 2)
{
uint8_t new_dcfg0[DCFG0_LEN];
if (hex2bin(value, new_dcfg0, DCFG0_LEN) == 0)
{
memcpy(default_dcfg_0, new_dcfg0, DCFG0_LEN);
if (getValueForKey(kDcfg1, &value, &len, &bootInfo->chameleonConfig) && len == DCFG1_LEN * 2)
{
uint8_t new_dcfg1[DCFG1_LEN];
if (hex2bin(value, new_dcfg1, DCFG1_LEN) == 0)
{
memcpy(default_dcfg_1, new_dcfg1, DCFG1_LEN);
verbose("Using user supplied @1,display-cfg\n");
printf("@1,display-cfg: %02x%02x%02x%02x\n",
default_dcfg_1[0], default_dcfg_1[1], default_dcfg_1[2], default_dcfg_1[3]);
}
}
#if DEBUG_NVCAP
printf("NVCAP: %02x%02x%02x%02x-%02x%02x%02x%02x-%02x%02x%02x%02x-%02x%02x%02x%02x-%02x%02x%02x%02x\n",
default_NVCAP[0], default_NVCAP[1], default_NVCAP[2], default_NVCAP[3],
//http://forge.voodooprojects.org/p/chameleon/issues/67/
if(getBoolForKey(kEnableHDMIAudio, &doit, &bootInfo->chameleonConfig) && doit)
{
static uint8_t connector_type_1[]= {0x00, 0x08, 0x00, 0x00};
static uint8_t connector_type_1[]= {0x00, 0x08, 0x00, 0x00};
devprop_add_value(device, "@1,connector-type",connector_type_1, 4);
}
//end Nvidia HDMI Audio
stringdata = malloc(sizeof(uint8_t) * string->length);
memcpy(stringdata, (uint8_t*)devprop_generate_string(string), string->length);
stringlength = string->length;
return true;
}
trunk/package/po/id.po
88
99
1010
11
12
11
12
1313
1414
1515
......
2929
3030
3131
32
32
3333
3434
3535
......
4444
4545
4646
47
47
4848
4949
5050
......
5454
5555
5656
57
57
5858
5959
6060
......
6262
6363
6464
65
65
66
6667
67
68
69
68
7069
7170
72
71
72
7373
74
74
7575
7676
7777
78
79
80
81
82
83
84
85
78
79
8680
8781
8882
8983
90
84
9185
9286
9387
9488
95
96
97
89
9890
9991
10092
101
102
103
104
105
93
94
10695
10796
10897
10998
110
111
112
99
113100
114101
115102
116103
117
104
118105
119106
120107
121
122
123
124
125
108
109
126110
127111
128112
......
132116
133117
134118
135
119
136120
137121
138122
......
157141
158142
159143
160
144
161145
162146
163147
164
165
166
167
148
149
168150
169151
170152
171153
172
154
173155
174156
175157
176158
177
159
178160
179161
180162
......
208190
209191
210192
211
212
213
214
215
216
193
194
217195
218196
219197
......
275253
276254
277255
278
256
279257
280258
281259
......
289267
290268
291269
292
270
293271
294272
295273
......
307285
308286
309287
310
288
311289
312290
313291
......
398376
399377
400378
401
379
402380
403381
404382
......
410388
411389
412390
413
391
414392
415393
416394
......
842820
843821
844822
845
823
846824
847825
848826
......
854832
855833
856834
857
835
858836
859837
860838
......
872850
873851
874852
875
853
876854
877855
878856
......
884862
885863
886864
887
865
888866
889867
890868
......
896874
897875
898876
899
877
900878
901879
902880
......
11061084
11071085
11081086
1109
1087
11101088
11111089
11121090
......
11301108
11311109
11321110
1133
1111
11341112
11351113
11361114
"Project-Id-Version: Chameleon 2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-06 22:38+0000\n"
"PO-Revision-Date: 2012-03-11 02:03-0000\n"
"Last-Translator: ErmaC\n"
"PO-Revision-Date: 2012-07-13 22:20+0700\n"
"Last-Translator: Regi Yassin <regae.yassin@gmail.com>\n"
"Language-Team: id <id@li.org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:25
msgid "Do not install to an Apple Macintosh computer"
msgstr "Jangan dinstall Apple Macintosh ASLI"
msgstr "Jangan install di Apple Macintosh ASLI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:27
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:30
msgid "Thanks to :"
msgstr "Berterima kasih kepada :"
msgstr "Terima kasih kepada :"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:33
msgid "Package :"
msgstr "Pakete :"
msgstr "Paket :"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:34
msgstr "%PKGDEV%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:36 Resources/templates/Conclusion.html:30
#: Resources/templates/Welcome.html:36
#: Resources/templates/Conclusion.html:30
msgid "Package built by: %WHOBUILD%, language translated by: blackosx"
msgstr ""
"Package built by: %WHOBUILD%, language translated by: Rudolf Tingginehe & "
"Babiloe"
msgstr "Paket dibuat oleh: %WHOBUILD%, alih bahasa oleh: Rudolf Tingginehe & Babiloe, perbaikan bahasa oleh: Regi Yassin (regae) OSX-iNDO.com."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:37 Resources/templates/Conclusion.html:31
#: Resources/templates/Welcome.html:37
#: Resources/templates/Conclusion.html:31
msgid "Copyright © %CPRYEAR%"
msgstr "Hak kopi © %CPRYEAR%"
msgstr "Hak Cipta © %CPRYEAR%"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:18
msgid ""
"Chameleon is a boot loader built using a combination of components which "
"evolved from the development of David Elliott's fake EFI implementation "
"added to Apple's boot-132 project."
msgstr ""
"Chameleon adalah kombinasi dari berbagai macam komponen boot loader. "
"Berbasiskan implementasi EFI palsu oleh David Elliott yang ditambahkan pada "
"proyek Apple’s Boot-132"
msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project."
msgstr "Chameleon adalah kombinasi dari berbagai macam komponen boot loader. Berbasiskan pada implementasi EFI palsu oleh David Elliott yang ditambahkan pada projek Apple’s Boot-132"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:20
msgid "Chameleon v2 is extended with many features. For example:"
msgstr "Fitur terbaru di Chameleon 2.0"
msgstr "Chameleon 2.0 memiliki banyak fitur. Sebagai contoh:"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:22
msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader."
msgstr ""
"- GUI yang dapat diubah-suaikan dengan bebas untuk mewarnai Bootloader "
"Darwin."
msgstr "- GUI yang dapat diubah-sesuaikan dengan bebas untuk mewarnai Bootloader Darwin."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:23
msgid ""
"- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr ""
"- Jalankan DVD retail secara langsung dengan memuat sebuah image ramdisk "
"tanpa bantuan program lain."
msgid "- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr "- Jalankan DVD retail secara langsung dengan memuat sebuah image ramdisk tanpa bantuan program lain."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:24
msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image."
msgstr ""
"- Hibernasi. Nikmati melanjutkan pekerjaan pada Mac OS X anda dengan "
"“pratinjau image”."
msgstr "- Hibernasi. Nikmati melanjutkan pekerjaan pada Mac OS X anda dengan “pratinjau image”."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:25
msgid "- SMBIOS override to modify the factory SMBIOS values."
msgstr "- SMBIOS override unutk memodifikasi SMBIOS bawaan."
msgstr "- Mengganti SMBIOS untuk merubah SMBIOS bawaan."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:26
msgid ""
"- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr ""
"- DSDT override unutk menggunakan modifikasi tertentu dari DSDT yang dapat "
"menyelesaikan isu-isu tertentu."
msgid "- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr "- Mengganti DSDT untuk memakai modifikasi tertentu dari DSDT yang dapat menyelesaikan isu-isu tertentu."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:27
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:28
msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks."
msgstr "- hybrid boot0 / boot1h for MBR dan Media partisi GPT."
msgstr "- hybrid boot0 / boot1h untuk MBR dan Media partisi GPT."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:29
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:33
msgid "- Memory detection adapted from memtest86:&nbsp;"
msgstr "- Memory detection adapted from memtest86:&nbsp;"
msgstr "- Pendeteksian Memory diadaptasi dari memtest86:&nbsp;"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:34
msgid ""
"- Automatic P-State &amp; C-State generation for native power management."
msgstr ""
"- Automatic P-State &amp; C-State generation for native power management."
msgid "- Automatic P-State &amp; C-State generation for native power management."
msgstr "- Menghasilkan P-State &amp; C-State secara otomatis untuk native power management."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:35
msgid "- Message logging."
msgstr "- Message logging."
msgstr "- Pencatatan pesan."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:37
msgid "The code is released under version 2 of the Gnu Public License."
msgstr "The code is released under version 2 of the Gnu Public License."
msgstr "Kode ini dirilis di bawah versi 2 dari Lisensi Publik GNU."
#. type: Content of: <html><body><p><span>
#: Resources/templates/Description.html:40
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:26
msgid ""
"&nbsp;to find out if the installation was successful and keep it for a "
"record of what was done."
msgstr ""
"&nbsp;berkas itu dan perhatikan apakah instalasi telah sukses, dan simpan "
"berkas tersebut jika selesai."
msgid "&nbsp;to find out if the installation was successful and keep it for a record of what was done."
msgstr "&nbsp;berkas itu dan perhatikan apakah instalasi telah sukses, dan simpan berkas tersebut jika selesai."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:28
#: Resources/templates/Localizable.strings:245
#, no-wrap
msgid "Standard"
msgstr "Chameleon Standard"
msgstr "Standar"
#. type: "Standard_description"
#: Resources/templates/Localizable.strings:26
#: Resources/templates/Localizable.strings:28
#, no-wrap
msgid "Don't install the Bootloader"
msgstr "Nihil"
msgstr "Jangan install Bootloader"
#. type: "noboot_description"
#: Resources/templates/Localizable.strings:29
#: Resources/templates/Localizable.strings:36
#, no-wrap
msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file."
msgstr "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file."
msgstr "Sistem modul yang tergabung dalam chameleon memungkinkan pengguna atau pengembang untuk memperluas fungsionalitas inti dari chameleon tanpa mengganti file boot utama."
#. type: "klibc_title"
#: Resources/templates/Localizable.strings:38
#: Resources/templates/Localizable.strings:65
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr "Menonaktifkan GUI."
msgstr "Menonaktifkan GUI (Tampilan Dasar Pengguna)"
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:67
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme."
msgstr "Menggunakan logo asli apple (abu-abu pada latar belakang putih) pada saat proses booting daripada berkas boot.png yang ada pada tema."
msgstr "Menggunakan logo asli apple (abu-abu pada latar belakang putih) pada saat proses booting dan mengabaikan berkas boot.png yang ada pada tema."
#. type: "InstantMenu_title"
#: Resources/templates/Localizable.strings:70
#: Resources/templates/Localizable.strings:184
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr "Mengaktifkan opsi 'Gunakan ROM ATi'."
msgstr "Mengaktifkan opsi 'UseAtiROM'."
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:186
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr "Mengaktifkan opsi 'Gunakan ROM nVidia'."
msgstr "Mengaktifkan opsi 'UseNvidiaROM'."
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:189
#: Resources/templates/Localizable.strings:195
#, no-wrap
msgid "Verbose Mode"
msgstr "Verbose Mode"
msgstr "Mode Verbose."
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:196
#: Resources/templates/Localizable.strings:198
#, no-wrap
msgid "Single User Mode"
msgstr "Single User Mode"
msgstr "Mode Single User"
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:201
#, no-wrap
msgid "Ignore Caches"
msgstr "Ignore Caches"
msgstr "Abaikan Cache"
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid "Set one resolution to use."
msgstr "Set one resolution to use."
msgstr "Pilih salah satu resolusi yang ingin di gunakan."
#. type: "Video_title"
#: Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:282
#, no-wrap
msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps."
msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps."
msgstr "Pilih salah satu keylayout yang ingin digunakan. Ini juga akan menginstal modul keylayout dan keymap."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:285

Archive Download the corresponding diff file

Revision: 2012