Sie sind nicht angemeldet.

16.04 single/dual-boot - Lubuntu auf Dell Lattitude 610

Lieber Besucher, herzlich willkommen bei: Ubuntu-Forum & Kubuntu-Forum | www.Ubuntu-Forum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

  • »delta9« ist der Autor dieses Themas

Beiträge: 10

Registrierungsdatum: 22.06.2014

Derivat: Ubuntu GNOME

Architektur: 32-Bit PC

Desktop: XFCE

  • Nachricht senden

1

31.05.2016, 22:12

Lubuntu auf Dell Lattitude 610

Hallo,
ich versuche Lubuntu LTS16 mit einer Installations-CD zu installieren auf einem Laptop dell latitude d610.
Leider klappt es nicht.

So weit habe ich es schon geschafft:

Boot Parameter geändert unter VESA Start
entfernt quiet splash
hinzugefügt noplymouth nomodeset
und mit F!0 direkt booten

Dann klappert das CD-Laufwerk kräftig, es wird viel angezeigt. doch am Schluss wieder ein schwarzer Bildschirm
Mit diesen Bott-Parametern komme ich aber immerhin dann mit AL F1 auf Konsole Eins.

Da habe ich mir dann einiges ausgeben lassen:
Ausgabe von lspi

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
03:01.0 CardBus bridge: Texas Instruments PCI6515 Cardbus Controller
03:01.5 Communication controller: Texas Instruments PCI6515 SmartCard Controller
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)


Datei xorg.conf:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Section "Device"
	Identifier	"Configured Video Device"
	Driver		"vesa"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection



und die Datei xorg.0.log

Quellcode

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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
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
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
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
960
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
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
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
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
[	86.018] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[	86.020] X Protocol Version 11, Revision 0
[	86.020] Build Operating System: Linux 3.13.0-85-generic i686 Ubuntu
[	86.020] Current Operating System: Linux lubuntu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:34:49 UTC 2016 i686
[	86.020] Kernel command line: BOOT_IMAGE=(loop)/casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper noplymouth nomodeset iso-scan/filename=/Image-Dateien/lubuntu-16.04-desktop-i386.iso debian-installer/language=de console-setup/layoutcode?=de vga=normal xforcevesa--
[	86.020] Build Date: 07 April 2016  09:18:48AM
[	86.020] xorg-server 2:1.18.3-1ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[	86.020] Current version of pixman: 0.33.6
[	86.020] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[	86.020] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[	86.020] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 29 12:59:36 2016
[	86.237] (==) Using config file: "/etc/X11/xorg.conf"
[	86.237] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[	86.646] (==) No Layout section.  Using the first Screen section.
[	86.646] (**) |-->Screen "Default Screen" (0)
[	86.646] (**) |   |-->Monitor "Configured Monitor"
[	86.646] (**) |   |-->Device "Configured Video Device"
[	86.646] (==) Automatically adding devices
[	86.646] (==) Automatically enabling devices
[	86.646] (==) Automatically adding GPU devices
[	86.646] (==) Max clients allowed: 256, resource mask: 0x1fffff
[	86.835] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[	86.835] 	Entry deleted from font path.
[	86.835] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	built-ins
[	86.835] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[	86.835] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[	86.835] (II) Loader magic: 0x802bf700
[	86.835] (II) Module ABI versions:
[	86.835] 	X.Org ANSI C Emulation: 0.4
[	86.835] 	X.Org Video Driver: 20.0
[	86.835] 	X.Org XInput driver : 22.1
[	86.835] 	X.Org Server Extension : 9.0
[	86.836] (++) using VT number 7

[	86.837] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[	86.838] (--) PCI:*(0:0:2:0) 8086:2592:1028:0182 rev 3, Mem @ 0xdff00000/524288, 0xc0000000/268435456, 0xdfec0000/262144, I/O @ 0x0000ec38/8
[	86.838] (--) PCI: (0:0:2:1) 8086:2792:1028:0182 rev 3, Mem @ 0xdff80000/524288
[	86.838] (II) LoadModule: "glx"
[	86.847] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[	89.140] (II) Module glx: vendor="X.Org Foundation"
[	89.140] 	compiled for 1.18.3, module version = 1.0.0
[	89.140] 	ABI class: X.Org Server Extension, version 9.0
[	89.140] (==) AIGLX enabled
[	89.140] (II) LoadModule: "vesa"
[	89.140] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[	89.326] (II) Module vesa: vendor="X.Org Foundation"
[	89.326] 	compiled for 1.18.1, module version = 2.3.4
[	89.326] 	Module class: X.Org Video Driver
[	89.326] 	ABI class: X.Org Video Driver, version 20.0
[	89.326] (II) VESA: driver for VESA chipsets: vesa
[	89.331] (II) Loading sub module "vbe"
[	89.331] (II) LoadModule: "vbe"
[	89.331] (II) Loading /usr/lib/xorg/modules/libvbe.so
[	89.334] (II) Module vbe: vendor="X.Org Foundation"
[	89.335] 	compiled for 1.18.3, module version = 1.1.0
[	89.335] 	ABI class: X.Org Video Driver, version 20.0
[	89.335] (II) Loading sub module "int10"
[	89.335] (II) LoadModule: "int10"
[	89.336] (II) Loading /usr/lib/xorg/modules/libint10.so
[	89.500] (II) Module int10: vendor="X.Org Foundation"
[	89.500] 	compiled for 1.18.3, module version = 1.0.0
[	89.500] 	ABI class: X.Org Video Driver, version 20.0
[	89.500] (II) VESA(0): initializing int10
[	89.501] (II) VESA(0): Bad V_BIOS checksum
[	89.501] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[	89.501] (II) VESA(0): VESA BIOS detected
[	89.501] (II) VESA(0): VESA VBE Version 3.0
[	89.501] (II) VESA(0): VESA VBE Total Mem: 7872 kB
[	89.501] (II) VESA(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
[	89.501] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[	89.501] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[	89.501] (II) VESA(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
[	89.501] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[	89.532] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[	89.532] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[	89.532] (==) VESA(0): RGB weight 888
[	89.532] (==) VESA(0): Default visual is TrueColor
[	89.532] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[	89.532] (II) Loading sub module "ddc"
[	89.532] (II) LoadModule: "ddc"
[	89.532] (II) Module "ddc" already built-in
[	89.532] (II) VESA(0): VESA VBE DDC supported
[	89.532] (II) VESA(0): VESA VBE DDC Level 2
[	89.532] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[	89.579] (II) VESA(0): VESA VBE DDC read successfully
[	89.581] (II) VESA(0): Manufacturer: SEC  Model: 3450  Serial#: 0
[	89.581] (II) VESA(0): Year: 2005  Week: 0
[	89.581] (II) VESA(0): EDID Version: 1.3
[	89.581] (II) VESA(0): Digital Display Input
[	89.581] (II) VESA(0): Max Image Size [cm]: horiz.: 29  vert.: 21
[	89.581] (II) VESA(0): Gamma: 2.20
[	89.581] (II) VESA(0): No DPMS capabilities specified
[	89.582] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[	89.582] (II) VESA(0): First detailed timing is preferred mode
[	89.582] (II) VESA(0): redX: 0.595 redY: 0.340   greenX: 0.320 greenY: 0.550
[	89.582] (II) VESA(0): blueX: 0.155 blueY: 0.130   whiteX: 0.315 whiteY: 0.330
[	89.582] (II) VESA(0): Manufacturer's mask: 0
[	89.582] (II) VESA(0): Supported detailed timing:
[	89.582] (II) VESA(0): clock: 108.0 MHz   Image Size:  286 x 214 mm
[	89.582] (II) VESA(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[	89.582] (II) VESA(0): v_active: 1050  v_sync: 1051  v_sync_end 1055 v_blanking: 1066 v_border: 0
[	89.582] (II) VESA(0): Supported detailed timing:
[	89.582] (II) VESA(0): clock: 90.0 MHz   Image Size:  286 x 214 mm
[	89.582] (II) VESA(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[	89.582] (II) VESA(0): v_active: 1050  v_sync: 1051  v_sync_end 1055 v_blanking: 1066 v_border: 0
[	89.582] (II) VESA(0):  HF239141P4
[	89.582] (II) VESA(0):  ðÜÇ¿‡"
[	89.582] (II) VESA(0): EDID (in hex):
[	89.582] (II) VESA(0): 	00ffffffffffff004ca3503400000000
[	89.582] (II) VESA(0): 	000f0103801d15780a43de9857528c27
[	89.582] (II) VESA(0): 	21505400000001010101010101010101
[	89.582] (II) VESA(0): 	010101010101302a7820511a10403070
[	89.582] (II) VESA(0): 	14001ed61000001925237820511a1040
[	89.582] (II) VESA(0): 	307014001ed610000019000000fe0048
[	89.582] (II) VESA(0): 	463233390531343150340a20000000fe
[	89.582] (II) VESA(0): 	00f0dcc7bf875c220002010a20200063
[	89.582] (II) VESA(0): EDID vendor "SEC", prod id 13392
[	89.582] (II) VESA(0): Printing DDC gathered Modelines:
[	89.582] (II) VESA(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1055 1066 -hsync -vsync (64.0 kHz eP)
[	89.582] (II) VESA(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1055 1066 -hsync -vsync (53.3 kHz e)
[	89.582] (II) VESA(0): Searching for matching VESA mode(s):
[	89.582] Mode: 160 (0x0)
[	89.582] 	ModeAttributes: 0x0
[	89.582] 	WinAAttributes: 0x0
[	89.582] 	WinBAttributes: 0x0
[	89.582] 	WinGranularity: 0
[	89.582] 	WinSize: 0
[	89.582] 	WinASegment: 0x0
[	89.582] 	WinBSegment: 0x0
[	89.582] 	WinFuncPtr: 0x0
[	89.582] 	BytesPerScanline: 0
[	89.582] 	XResolution: 0
[	89.582] 	YResolution: 0
[	89.582] 	XCharSize: 0
[	89.582] 	YCharSize: 0
[	89.582] 	NumberOfPlanes: 0
[	89.582] 	BitsPerPixel: 0
[	89.582] 	NumberOfBanks: 0
[	89.582] 	MemoryModel: 0
[	89.582] 	BankSize: 0
[	89.582] 	NumberOfImages: 0
[	89.582] 	RedMaskSize: 0
[	89.582] 	RedFieldPosition: 0
[	89.582] 	GreenMaskSize: 0
[	89.582] 	GreenFieldPosition: 0
[	89.582] 	BlueMaskSize: 0
[	89.582] 	BlueFieldPosition: 0
[	89.582] 	RsvdMaskSize: 0
[	89.582] 	RsvdFieldPosition: 0
[	89.582] 	DirectColorModeInfo: 0
[	89.582] 	PhysBasePtr: 0x0
[	89.582] 	LinBytesPerScanLine: 0
[	89.582] 	BnkNumberOfImagePages: 0
[	89.582] 	LinNumberOfImagePages: 0
[	89.582] 	LinRedMaskSize: 0
[	89.582] 	LinRedFieldPosition: 0
[	89.582] 	LinGreenMaskSize: 0
[	89.582] 	LinGreenFieldPosition: 0
[	89.582] 	LinBlueMaskSize: 0
[	89.582] 	LinBlueFieldPosition: 0
[	89.582] 	LinRsvdMaskSize: 0
[	89.582] 	LinRsvdFieldPosition: 0
[	89.582] 	MaxPixelClock: 0
[	89.582] Mode: 161 (0x0)
[	89.582] 	ModeAttributes: 0x0
[	89.582] 	WinAAttributes: 0x0
[	89.582] 	WinBAttributes: 0x0
[	89.582] 	WinGranularity: 0
[	89.582] 	WinSize: 0
[	89.582] 	WinASegment: 0x0
[	89.582] 	WinBSegment: 0x0
[	89.582] 	WinFuncPtr: 0x0
[	89.582] 	BytesPerScanline: 0
[	89.582] 	XResolution: 0
[	89.583] 	YResolution: 0
[	89.583] 	XCharSize: 0
[	89.583] 	YCharSize: 0
[	89.583] 	NumberOfPlanes: 0
[	89.583] 	BitsPerPixel: 0
[	89.583] 	NumberOfBanks: 0
[	89.583] 	MemoryModel: 0
[	89.583] 	BankSize: 0
[	89.583] 	NumberOfImages: 0
[	89.583] 	RedMaskSize: 0
[	89.583] 	RedFieldPosition: 0
[	89.583] 	GreenMaskSize: 0
[	89.583] 	GreenFieldPosition: 0
[	89.583] 	BlueMaskSize: 0
[	89.583] 	BlueFieldPosition: 0
[	89.583] 	RsvdMaskSize: 0
[	89.583] 	RsvdFieldPosition: 0
[	89.583] 	DirectColorModeInfo: 0
[	89.583] 	PhysBasePtr: 0x0
[	89.583] 	LinBytesPerScanLine: 0
[	89.583] 	BnkNumberOfImagePages: 0
[	89.583] 	LinNumberOfImagePages: 0
[	89.583] 	LinRedMaskSize: 0
[	89.583] 	LinRedFieldPosition: 0
[	89.583] 	LinGreenMaskSize: 0
[	89.583] 	LinGreenFieldPosition: 0
[	89.583] 	LinBlueMaskSize: 0
[	89.583] 	LinBlueFieldPosition: 0
[	89.583] 	LinRsvdMaskSize: 0
[	89.583] 	LinRsvdFieldPosition: 0
[	89.583] 	MaxPixelClock: 0
[	89.583] Mode: 162 (0x0)
[	89.583] 	ModeAttributes: 0x0
[	89.583] 	WinAAttributes: 0x0
[	89.583] 	WinBAttributes: 0x0
[	89.583] 	WinGranularity: 0
[	89.583] 	WinSize: 0
[	89.583] 	WinASegment: 0x0
[	89.583] 	WinBSegment: 0x0
[	89.583] 	WinFuncPtr: 0x0
[	89.583] 	BytesPerScanline: 0
[	89.583] 	XResolution: 0
[	89.583] 	YResolution: 0
[	89.583] 	XCharSize: 0
[	89.583] 	YCharSize: 0
[	89.583] 	NumberOfPlanes: 0
[	89.583] 	BitsPerPixel: 0
[	89.583] 	NumberOfBanks: 0
[	89.583] 	MemoryModel: 0
[	89.583] 	BankSize: 0
[	89.583] 	NumberOfImages: 0
[	89.583] 	RedMaskSize: 0
[	89.583] 	RedFieldPosition: 0
[	89.583] 	GreenMaskSize: 0
[	89.583] 	GreenFieldPosition: 0
[	89.583] 	BlueMaskSize: 0
[	89.583] 	BlueFieldPosition: 0
[	89.583] 	RsvdMaskSize: 0
[	89.583] 	RsvdFieldPosition: 0
[	89.583] 	DirectColorModeInfo: 0
[	89.583] 	PhysBasePtr: 0x0
[	89.583] 	LinBytesPerScanLine: 0
[	89.583] 	BnkNumberOfImagePages: 0
[	89.583] 	LinNumberOfImagePages: 0
[	89.583] 	LinRedMaskSize: 0
[	89.583] 	LinRedFieldPosition: 0
[	89.583] 	LinGreenMaskSize: 0
[	89.583] 	LinGreenFieldPosition: 0
[	89.583] 	LinBlueMaskSize: 0
[	89.583] 	LinBlueFieldPosition: 0
[	89.583] 	LinRsvdMaskSize: 0
[	89.583] 	LinRsvdFieldPosition: 0
[	89.583] 	MaxPixelClock: 0
[	89.583] Mode: 163 (0x0)
[	89.583] 	ModeAttributes: 0x0
[	89.583] 	WinAAttributes: 0x0
[	89.583] 	WinBAttributes: 0x0
[	89.583] 	WinGranularity: 0
[	89.583] 	WinSize: 0
[	89.583] 	WinASegment: 0x0
[	89.583] 	WinBSegment: 0x0
[	89.583] 	WinFuncPtr: 0x0
[	89.583] 	BytesPerScanline: 0
[	89.583] 	XResolution: 0
[	89.583] 	YResolution: 0
[	89.583] 	XCharSize: 0
[	89.583] 	YCharSize: 0
[	89.583] 	NumberOfPlanes: 0
[	89.583] 	BitsPerPixel: 0
[	89.583] 	NumberOfBanks: 0
[	89.583] 	MemoryModel: 0
[	89.583] 	BankSize: 0
[	89.583] 	NumberOfImages: 0
[	89.583] 	RedMaskSize: 0
[	89.583] 	RedFieldPosition: 0
[	89.583] 	GreenMaskSize: 0
[	89.583] 	GreenFieldPosition: 0
[	89.583] 	BlueMaskSize: 0
[	89.583] 	BlueFieldPosition: 0
[	89.583] 	RsvdMaskSize: 0
[	89.583] 	RsvdFieldPosition: 0
[	89.583] 	DirectColorModeInfo: 0
[	89.583] 	PhysBasePtr: 0x0
[	89.583] 	LinBytesPerScanLine: 0
[	89.583] 	BnkNumberOfImagePages: 0
[	89.583] 	LinNumberOfImagePages: 0
[	89.583] 	LinRedMaskSize: 0
[	89.583] 	LinRedFieldPosition: 0
[	89.583] 	LinGreenMaskSize: 0
[	89.583] 	LinGreenFieldPosition: 0
[	89.583] 	LinBlueMaskSize: 0
[	89.583] 	LinBlueFieldPosition: 0
[	89.583] 	LinRsvdMaskSize: 0
[	89.583] 	LinRsvdFieldPosition: 0
[	89.583] 	MaxPixelClock: 0
[	89.584] Mode: 164 (0x0)
[	89.584] 	ModeAttributes: 0x0
[	89.584] 	WinAAttributes: 0x0
[	89.584] 	WinBAttributes: 0x0
[	89.584] 	WinGranularity: 0
[	89.584] 	WinSize: 0
[	89.584] 	WinASegment: 0x0
[	89.584] 	WinBSegment: 0x0
[	89.584] 	WinFuncPtr: 0x0
[	89.584] 	BytesPerScanline: 0
[	89.584] 	XResolution: 0
[	89.584] 	YResolution: 0
[	89.584] 	XCharSize: 0
[	89.584] 	YCharSize: 0
[	89.584] 	NumberOfPlanes: 0
[	89.584] 	BitsPerPixel: 0
[	89.584] 	NumberOfBanks: 0
[	89.584] 	MemoryModel: 0
[	89.584] 	BankSize: 0
[	89.584] 	NumberOfImages: 0
[	89.584] 	RedMaskSize: 0
[	89.584] 	RedFieldPosition: 0
[	89.584] 	GreenMaskSize: 0
[	89.584] 	GreenFieldPosition: 0
[	89.584] 	BlueMaskSize: 0
[	89.584] 	BlueFieldPosition: 0
[	89.584] 	RsvdMaskSize: 0
[	89.584] 	RsvdFieldPosition: 0
[	89.584] 	DirectColorModeInfo: 0
[	89.584] 	PhysBasePtr: 0x0
[	89.584] 	LinBytesPerScanLine: 0
[	89.584] 	BnkNumberOfImagePages: 0
[	89.584] 	LinNumberOfImagePages: 0
[	89.584] 	LinRedMaskSize: 0
[	89.584] 	LinRedFieldPosition: 0
[	89.584] 	LinGreenMaskSize: 0
[	89.584] 	LinGreenFieldPosition: 0
[	89.584] 	LinBlueMaskSize: 0
[	89.584] 	LinBlueFieldPosition: 0
[	89.584] 	LinRsvdMaskSize: 0
[	89.584] 	LinRsvdFieldPosition: 0
[	89.584] 	MaxPixelClock: 0
[	89.584] Mode: 165 (0x0)
[	89.584] 	ModeAttributes: 0x0
[	89.584] 	WinAAttributes: 0x0
[	89.584] 	WinBAttributes: 0x0
[	89.584] 	WinGranularity: 0
[	89.584] 	WinSize: 0
[	89.584] 	WinASegment: 0x0
[	89.584] 	WinBSegment: 0x0
[	89.584] 	WinFuncPtr: 0x0
[	89.584] 	BytesPerScanline: 0
[	89.584] 	XResolution: 0
[	89.584] 	YResolution: 0
[	89.584] 	XCharSize: 0
[	89.584] 	YCharSize: 0
[	89.584] 	NumberOfPlanes: 0
[	89.584] 	BitsPerPixel: 0
[	89.584] 	NumberOfBanks: 0
[	89.584] 	MemoryModel: 0
[	89.584] 	BankSize: 0
[	89.584] 	NumberOfImages: 0
[	89.584] 	RedMaskSize: 0
[	89.584] 	RedFieldPosition: 0
[	89.584] 	GreenMaskSize: 0
[	89.584] 	GreenFieldPosition: 0
[	89.584] 	BlueMaskSize: 0
[	89.584] 	BlueFieldPosition: 0
[	89.584] 	RsvdMaskSize: 0
[	89.584] 	RsvdFieldPosition: 0
[	89.584] 	DirectColorModeInfo: 0
[	89.584] 	PhysBasePtr: 0x0
[	89.584] 	LinBytesPerScanLine: 0
[	89.584] 	BnkNumberOfImagePages: 0
[	89.584] 	LinNumberOfImagePages: 0
[	89.584] 	LinRedMaskSize: 0
[	89.584] 	LinRedFieldPosition: 0
[	89.584] 	LinGreenMaskSize: 0
[	89.584] 	LinGreenFieldPosition: 0
[	89.584] 	LinBlueMaskSize: 0
[	89.584] 	LinBlueFieldPosition: 0
[	89.584] 	LinRsvdMaskSize: 0
[	89.584] 	LinRsvdFieldPosition: 0
[	89.584] 	MaxPixelClock: 0
[	89.584] Mode: 166 (0x0)
[	89.584] 	ModeAttributes: 0x0
[	89.584] 	WinAAttributes: 0x0
[	89.584] 	WinBAttributes: 0x0
[	89.584] 	WinGranularity: 0
[	89.584] 	WinSize: 0
[	89.584] 	WinASegment: 0x0
[	89.585] 	WinBSegment: 0x0
[	89.585] 	WinFuncPtr: 0x0
[	89.585] 	BytesPerScanline: 0
[	89.585] 	XResolution: 0
[	89.585] 	YResolution: 0
[	89.585] 	XCharSize: 0
[	89.585] 	YCharSize: 0
[	89.585] 	NumberOfPlanes: 0
[	89.585] 	BitsPerPixel: 0
[	89.585] 	NumberOfBanks: 0
[	89.585] 	MemoryModel: 0
[	89.585] 	BankSize: 0
[	89.585] 	NumberOfImages: 0
[	89.585] 	RedMaskSize: 0
[	89.585] 	RedFieldPosition: 0
[	89.585] 	GreenMaskSize: 0
[	89.585] 	GreenFieldPosition: 0
[	89.585] 	BlueMaskSize: 0
[	89.585] 	BlueFieldPosition: 0
[	89.585] 	RsvdMaskSize: 0
[	89.585] 	RsvdFieldPosition: 0
[	89.585] 	DirectColorModeInfo: 0
[	89.585] 	PhysBasePtr: 0x0
[	89.585] 	LinBytesPerScanLine: 0
[	89.585] 	BnkNumberOfImagePages: 0
[	89.585] 	LinNumberOfImagePages: 0
[	89.585] 	LinRedMaskSize: 0
[	89.585] 	LinRedFieldPosition: 0
[	89.585] 	LinGreenMaskSize: 0
[	89.585] 	LinGreenFieldPosition: 0
[	89.585] 	LinBlueMaskSize: 0
[	89.585] 	LinBlueFieldPosition: 0
[	89.585] 	LinRsvdMaskSize: 0
[	89.585] 	LinRsvdFieldPosition: 0
[	89.585] 	MaxPixelClock: 0
[	89.585] Mode: 167 (0x0)
[	89.585] 	ModeAttributes: 0x0
[	89.585] 	WinAAttributes: 0x0
[	89.585] 	WinBAttributes: 0x0
[	89.585] 	WinGranularity: 0
[	89.585] 	WinSize: 0
[	89.585] 	WinASegment: 0x0
[	89.585] 	WinBSegment: 0x0
[	89.585] 	WinFuncPtr: 0x0
[	89.585] 	BytesPerScanline: 0
[	89.585] 	XResolution: 0
[	89.585] 	YResolution: 0
[	89.585] 	XCharSize: 0
[	89.585] 	YCharSize: 0
[	89.585] 	NumberOfPlanes: 0
[	89.585] 	BitsPerPixel: 0
[	89.585] 	NumberOfBanks: 0
[	89.585] 	MemoryModel: 0
[	89.585] 	BankSize: 0
[	89.585] 	NumberOfImages: 0
[	89.585] 	RedMaskSize: 0
[	89.585] 	RedFieldPosition: 0
[	89.585] 	GreenMaskSize: 0
[	89.585] 	GreenFieldPosition: 0
[	89.585] 	BlueMaskSize: 0
[	89.585] 	BlueFieldPosition: 0
[	89.585] 	RsvdMaskSize: 0
[	89.585] 	RsvdFieldPosition: 0
[	89.585] 	DirectColorModeInfo: 0
[	89.585] 	PhysBasePtr: 0x0
[	89.585] 	LinBytesPerScanLine: 0
[	89.585] 	BnkNumberOfImagePages: 0
[	89.585] 	LinNumberOfImagePages: 0
[	89.585] 	LinRedMaskSize: 0
[	89.585] 	LinRedFieldPosition: 0
[	89.585] 	LinGreenMaskSize: 0
[	89.585] 	LinGreenFieldPosition: 0
[	89.585] 	LinBlueMaskSize: 0
[	89.585] 	LinBlueFieldPosition: 0
[	89.585] 	LinRsvdMaskSize: 0
[	89.585] 	LinRsvdFieldPosition: 0
[	89.585] 	MaxPixelClock: 0
[	89.585] Mode: 168 (0x0)
[	89.585] 	ModeAttributes: 0x0
[	89.585] 	WinAAttributes: 0x0
[	89.585] 	WinBAttributes: 0x0
[	89.585] 	WinGranularity: 0
[	89.585] 	WinSize: 0
[	89.585] 	WinASegment: 0x0
[	89.585] 	WinBSegment: 0x0
[	89.585] 	WinFuncPtr: 0x0
[	89.585] 	BytesPerScanline: 0
[	89.585] 	XResolution: 0
[	89.585] 	YResolution: 0
[	89.585] 	XCharSize: 0
[	89.585] 	YCharSize: 0
[	89.585] 	NumberOfPlanes: 0
[	89.585] 	BitsPerPixel: 0
[	89.585] 	NumberOfBanks: 0
[	89.585] 	MemoryModel: 0
[	89.585] 	BankSize: 0
[	89.585] 	NumberOfImages: 0
[	89.585] 	RedMaskSize: 0
[	89.585] 	RedFieldPosition: 0
[	89.585] 	GreenMaskSize: 0
[	89.585] 	GreenFieldPosition: 0
[	89.585] 	BlueMaskSize: 0
[	89.585] 	BlueFieldPosition: 0
[	89.585] 	RsvdMaskSize: 0
[	89.585] 	RsvdFieldPosition: 0
[	89.585] 	DirectColorModeInfo: 0
[	89.585] 	PhysBasePtr: 0x0
[	89.585] 	LinBytesPerScanLine: 0
[	89.585] 	BnkNumberOfImagePages: 0
[	89.585] 	LinNumberOfImagePages: 0
[	89.585] 	LinRedMaskSize: 0
[	89.585] 	LinRedFieldPosition: 0
[	89.585] 	LinGreenMaskSize: 0
[	89.585] 	LinGreenFieldPosition: 0
[	89.586] 	LinBlueMaskSize: 0
[	89.586] 	LinBlueFieldPosition: 0
[	89.586] 	LinRsvdMaskSize: 0
[	89.586] 	LinRsvdFieldPosition: 0
[	89.586] 	MaxPixelClock: 0
[	89.586] Mode: 169 (0x0)
[	89.586] 	ModeAttributes: 0x0
[	89.586] 	WinAAttributes: 0x0
[	89.586] 	WinBAttributes: 0x0
[	89.586] 	WinGranularity: 0
[	89.586] 	WinSize: 0
[	89.586] 	WinASegment: 0x0
[	89.586] 	WinBSegment: 0x0
[	89.586] 	WinFuncPtr: 0x0
[	89.586] 	BytesPerScanline: 0
[	89.586] 	XResolution: 0
[	89.586] 	YResolution: 0
[	89.586] 	XCharSize: 0
[	89.586] 	YCharSize: 0
[	89.586] 	NumberOfPlanes: 0
[	89.586] 	BitsPerPixel: 0
[	89.586] 	NumberOfBanks: 0
[	89.586] 	MemoryModel: 0
[	89.586] 	BankSize: 0
[	89.586] 	NumberOfImages: 0
[	89.586] 	RedMaskSize: 0
[	89.586] 	RedFieldPosition: 0
[	89.586] 	GreenMaskSize: 0
[	89.586] 	GreenFieldPosition: 0
[	89.586] 	BlueMaskSize: 0
[	89.586] 	BlueFieldPosition: 0
[	89.586] 	RsvdMaskSize: 0
[	89.586] 	RsvdFieldPosition: 0
[	89.586] 	DirectColorModeInfo: 0
[	89.586] 	PhysBasePtr: 0x0
[	89.586] 	LinBytesPerScanLine: 0
[	89.586] 	BnkNumberOfImagePages: 0
[	89.586] 	LinNumberOfImagePages: 0
[	89.586] 	LinRedMaskSize: 0
[	89.586] 	LinRedFieldPosition: 0
[	89.586] 	LinGreenMaskSize: 0
[	89.586] 	LinGreenFieldPosition: 0
[	89.586] 	LinBlueMaskSize: 0
[	89.586] 	LinBlueFieldPosition: 0
[	89.586] 	LinRsvdMaskSize: 0
[	89.586] 	LinRsvdFieldPosition: 0
[	89.586] 	MaxPixelClock: 0
[	89.586] Mode: 16a (0x0)
[	89.586] 	ModeAttributes: 0x0
[	89.586] 	WinAAttributes: 0x0
[	89.586] 	WinBAttributes: 0x0
[	89.586] 	WinGranularity: 0
[	89.586] 	WinSize: 0
[	89.586] 	WinASegment: 0x0
[	89.586] 	WinBSegment: 0x0
[	89.586] 	WinFuncPtr: 0x0
[	89.586] 	BytesPerScanline: 0
[	89.586] 	XResolution: 0
[	89.586] 	YResolution: 0
[	89.586] 	XCharSize: 0
[	89.586] 	YCharSize: 0
[	89.586] 	NumberOfPlanes: 0
[	89.586] 	BitsPerPixel: 0
[	89.586] 	NumberOfBanks: 0
[	89.586] 	MemoryModel: 0
[	89.586] 	BankSize: 0
[	89.586] 	NumberOfImages: 0
[	89.586] 	RedMaskSize: 0
[	89.586] 	RedFieldPosition: 0
[	89.586] 	GreenMaskSize: 0
[	89.586] 	GreenFieldPosition: 0
[	89.586] 	BlueMaskSize: 0
[	89.586] 	BlueFieldPosition: 0
[	89.586] 	RsvdMaskSize: 0
[	89.586] 	RsvdFieldPosition: 0
[	89.586] 	DirectColorModeInfo: 0
[	89.586] 	PhysBasePtr: 0x0
[	89.586] 	LinBytesPerScanLine: 0
[	89.586] 	BnkNumberOfImagePages: 0
[	89.586] 	LinNumberOfImagePages: 0
[	89.586] 	LinRedMaskSize: 0
[	89.586] 	LinRedFieldPosition: 0
[	89.586] 	LinGreenMaskSize: 0
[	89.586] 	LinGreenFieldPosition: 0
[	89.586] 	LinBlueMaskSize: 0
[	89.586] 	LinBlueFieldPosition: 0
[	89.586] 	LinRsvdMaskSize: 0
[	89.586] 	LinRsvdFieldPosition: 0
[	89.586] 	MaxPixelClock: 0
[	89.586] Mode: 16b (0x0)
[	89.587] 	ModeAttributes: 0x0
[	89.587] 	WinAAttributes: 0x0
[	89.587] 	WinBAttributes: 0x0
[	89.587] 	WinGranularity: 0
[	89.587] 	WinSize: 0
[	89.587] 	WinASegment: 0x0
[	89.587] 	WinBSegment: 0x0
[	89.587] 	WinFuncPtr: 0x0
[	89.587] 	BytesPerScanline: 0
[	89.587] 	XResolution: 0
[	89.587] 	YResolution: 0
[	89.587] 	XCharSize: 0
[	89.587] 	YCharSize: 0
[	89.587] 	NumberOfPlanes: 0
[	89.587] 	BitsPerPixel: 0
[	89.587] 	NumberOfBanks: 0
[	89.587] 	MemoryModel: 0
[	89.587] 	BankSize: 0
[	89.587] 	NumberOfImages: 0
[	89.587] 	RedMaskSize: 0
[	89.587] 	RedFieldPosition: 0
[	89.587] 	GreenMaskSize: 0
[	89.587] 	GreenFieldPosition: 0
[	89.587] 	BlueMaskSize: 0
[	89.587] 	BlueFieldPosition: 0
[	89.587] 	RsvdMaskSize: 0
[	89.587] 	RsvdFieldPosition: 0
[	89.587] 	DirectColorModeInfo: 0
[	89.587] 	PhysBasePtr: 0x0
[	89.587] 	LinBytesPerScanLine: 0
[	89.587] 	BnkNumberOfImagePages: 0
[	89.587] 	LinNumberOfImagePages: 0
[	89.587] 	LinRedMaskSize: 0
[	89.587] 	LinRedFieldPosition: 0
[	89.587] 	LinGreenMaskSize: 0
[	89.587] 	LinGreenFieldPosition: 0
[	89.587] 	LinBlueMaskSize: 0
[	89.587] 	LinBlueFieldPosition: 0
[	89.587] 	LinRsvdMaskSize: 0
[	89.587] 	LinRsvdFieldPosition: 0
[	89.587] 	MaxPixelClock: 0
[	89.587] Mode: 16c (0x0)
[	89.587] 	ModeAttributes: 0x0
[	89.587] 	WinAAttributes: 0x0
[	89.587] 	WinBAttributes: 0x0
[	89.587] 	WinGranularity: 0
[	89.587] 	WinSize: 0
[	89.587] 	WinASegment: 0x0
[	89.587] 	WinBSegment: 0x0
[	89.587] 	WinFuncPtr: 0x0
[	89.587] 	BytesPerScanline: 0
[	89.587] 	XResolution: 0
[	89.587] 	YResolution: 0
[	89.587] 	XCharSize: 0
[	89.587] 	YCharSize: 0
[	89.587] 	NumberOfPlanes: 0
[	89.587] 	BitsPerPixel: 0
[	89.587] 	NumberOfBanks: 0
[	89.587] 	MemoryModel: 0
[	89.587] 	BankSize: 0
[	89.587] 	NumberOfImages: 0
[	89.587] 	RedMaskSize: 0
[	89.587] 	RedFieldPosition: 0
[	89.587] 	GreenMaskSize: 0
[	89.587] 	GreenFieldPosition: 0
[	89.587] 	BlueMaskSize: 0
[	89.587] 	BlueFieldPosition: 0
[	89.587] 	RsvdMaskSize: 0
[	89.587] 	RsvdFieldPosition: 0
[	89.587] 	DirectColorModeInfo: 0
[	89.587] 	PhysBasePtr: 0x0
[	89.587] 	LinBytesPerScanLine: 0
[	89.587] 	BnkNumberOfImagePages: 0
[	89.587] 	LinNumberOfImagePages: 0
[	89.587] 	LinRedMaskSize: 0
[	89.587] 	LinRedFieldPosition: 0
[	89.587] 	LinGreenMaskSize: 0
[	89.587] 	LinGreenFieldPosition: 0
[	89.587] 	LinBlueMaskSize: 0
[	89.587] 	LinBlueFieldPosition: 0
[	89.587] 	LinRsvdMaskSize: 0
[	89.587] 	LinRsvdFieldPosition: 0
[	89.587] 	MaxPixelClock: 0
[	89.587] Mode: 16d (0x0)
[	89.587] 	ModeAttributes: 0x0
[	89.587] 	WinAAttributes: 0x0
[	89.587] 	WinBAttributes: 0x0
[	89.587] 	WinGranularity: 0
[	89.587] 	WinSize: 0
[	89.587] 	WinASegment: 0x0
[	89.587] 	WinBSegment: 0x0
[	89.587] 	WinFuncPtr: 0x0
[	89.587] 	BytesPerScanline: 0
[	89.587] 	XResolution: 0
[	89.587] 	YResolution: 0
[	89.587] 	XCharSize: 0
[	89.587] 	YCharSize: 0
[	89.587] 	NumberOfPlanes: 0
[	89.587] 	BitsPerPixel: 0
[	89.587] 	NumberOfBanks: 0
[	89.587] 	MemoryModel: 0
[	89.587] 	BankSize: 0
[	89.587] 	NumberOfImages: 0
[	89.587] 	RedMaskSize: 0
[	89.587] 	RedFieldPosition: 0
[	89.587] 	GreenMaskSize: 0
[	89.587] 	GreenFieldPosition: 0
[	89.587] 	BlueMaskSize: 0
[	89.587] 	BlueFieldPosition: 0
[	89.587] 	RsvdMaskSize: 0
[	89.587] 	RsvdFieldPosition: 0
[	89.587] 	DirectColorModeInfo: 0
[	89.587] 	PhysBasePtr: 0x0
[	89.588] 	LinBytesPerScanLine: 0
[	89.588] 	BnkNumberOfImagePages: 0
[	89.588] 	LinNumberOfImagePages: 0
[	89.588] 	LinRedMaskSize: 0
[	89.588] 	LinRedFieldPosition: 0
[	89.588] 	LinGreenMaskSize: 0
[	89.588] 	LinGreenFieldPosition: 0
[	89.588] 	LinBlueMaskSize: 0
[	89.588] 	LinBlueFieldPosition: 0
[	89.588] 	LinRsvdMaskSize: 0
[	89.588] 	LinRsvdFieldPosition: 0
[	89.588] 	MaxPixelClock: 0
[	89.588] Mode: 16e (0x0)
[	89.588] 	ModeAttributes: 0x0
[	89.588] 	WinAAttributes: 0x0
[	89.588] 	WinBAttributes: 0x0
[	89.588] 	WinGranularity: 0
[	89.588] 	WinSize: 0
[	89.588] 	WinASegment: 0x0
[	89.588] 	WinBSegment: 0x0
[	89.588] 	WinFuncPtr: 0x0
[	89.588] 	BytesPerScanline: 0
[	89.588] 	XResolution: 0
[	89.588] 	YResolution: 0
[	89.588] 	XCharSize: 0
[	89.588] 	YCharSize: 0
[	89.588] 	NumberOfPlanes: 0
[	89.588] 	BitsPerPixel: 0
[	89.588] 	NumberOfBanks: 0
[	89.588] 	MemoryModel: 0
[	89.588] 	BankSize: 0
[	89.588] 	NumberOfImages: 0
[	89.588] 	RedMaskSize: 0
[	89.588] 	RedFieldPosition: 0
[	89.588] 	GreenMaskSize: 0
[	89.588] 	GreenFieldPosition: 0
[	89.588] 	BlueMaskSize: 0
[	89.588] 	BlueFieldPosition: 0
[	89.588] 	RsvdMaskSize: 0
[	89.588] 	RsvdFieldPosition: 0
[	89.588] 	DirectColorModeInfo: 0
[	89.588] 	PhysBasePtr: 0x0
[	89.588] 	LinBytesPerScanLine: 0
[	89.588] 	BnkNumberOfImagePages: 0
[	89.588] 	LinNumberOfImagePages: 0
[	89.588] 	LinRedMaskSize: 0
[	89.588] 	LinRedFieldPosition: 0
[	89.588] 	LinGreenMaskSize: 0
[	89.588] 	LinGreenFieldPosition: 0
[	89.588] 	LinBlueMaskSize: 0
[	89.588] 	LinBlueFieldPosition: 0
[	89.588] 	LinRsvdMaskSize: 0
[	89.588] 	LinRsvdFieldPosition: 0
[	89.588] 	MaxPixelClock: 0
[	89.588] Mode: 16f (0x0)
[	89.588] 	ModeAttributes: 0x0
[	89.588] 	WinAAttributes: 0x0
[	89.588] 	WinBAttributes: 0x0
[	89.588] 	WinGranularity: 0
[	89.588] 	WinSize: 0
[	89.588] 	WinASegment: 0x0
[	89.588] 	WinBSegment: 0x0
[	89.588] 	WinFuncPtr: 0x0
[	89.588] 	BytesPerScanline: 0
[	89.588] 	XResolution: 0
[	89.588] 	YResolution: 0
[	89.588] 	XCharSize: 0
[	89.588] 	YCharSize: 0
[	89.588] 	NumberOfPlanes: 0
[	89.588] 	BitsPerPixel: 0
[	89.588] 	NumberOfBanks: 0
[	89.588] 	MemoryModel: 0
[	89.588] 	BankSize: 0
[	89.588] 	NumberOfImages: 0
[	89.588] 	RedMaskSize: 0
[	89.588] 	RedFieldPosition: 0
[	89.588] 	GreenMaskSize: 0
[	89.588] 	GreenFieldPosition: 0
[	89.588] 	BlueMaskSize: 0
[	89.588] 	BlueFieldPosition: 0
[	89.588] 	RsvdMaskSize: 0
[	89.588] 	RsvdFieldPosition: 0
[	89.588] 	DirectColorModeInfo: 0
[	89.588] 	PhysBasePtr: 0x0
[	89.588] 	LinBytesPerScanLine: 0
[	89.588] 	BnkNumberOfImagePages: 0
[	89.588] 	LinNumberOfImagePages: 0
[	89.588] 	LinRedMaskSize: 0
[	89.588] 	LinRedFieldPosition: 0
[	89.588] 	LinGreenMaskSize: 0
[	89.588] 	LinGreenFieldPosition: 0
[	89.588] 	LinBlueMaskSize: 0
[	89.588] 	LinBlueFieldPosition: 0
[	89.588] 	LinRsvdMaskSize: 0
[	89.588] 	LinRsvdFieldPosition: 0
[	89.588] 	MaxPixelClock: 0
[	89.589] Mode: 170 (0x0)
[	89.589] 	ModeAttributes: 0x0
[	89.589] 	WinAAttributes: 0x0
[	89.589] 	WinBAttributes: 0x0
[	89.589] 	WinGranularity: 0
[	89.589] 	WinSize: 0
[	89.589] 	WinASegment: 0x0
[	89.589] 	WinBSegment: 0x0
[	89.589] 	WinFuncPtr: 0x0
[	89.589] 	BytesPerScanline: 0
[	89.589] 	XResolution: 0
[	89.589] 	YResolution: 0
[	89.589] 	XCharSize: 0
[	89.589] 	YCharSize: 0
[	89.589] 	NumberOfPlanes: 0
[	89.589] 	BitsPerPixel: 0
[	89.589] 	NumberOfBanks: 0
[	89.589] 	MemoryModel: 0
[	89.589] 	BankSize: 0
[	89.589] 	NumberOfImages: 0
[	89.589] 	RedMaskSize: 0
[	89.589] 	RedFieldPosition: 0
[	89.589] 	GreenMaskSize: 0
[	89.589] 	GreenFieldPosition: 0
[	89.589] 	BlueMaskSize: 0
[	89.589] 	BlueFieldPosition: 0
[	89.589] 	RsvdMaskSize: 0
[	89.589] 	RsvdFieldPosition: 0
[	89.589] 	DirectColorModeInfo: 0
[	89.589] 	PhysBasePtr: 0x0
[	89.589] 	LinBytesPerScanLine: 0
[	89.589] 	BnkNumberOfImagePages: 0
[	89.589] 	LinNumberOfImagePages: 0
[	89.589] 	LinRedMaskSize: 0
[	89.589] 	LinRedFieldPosition: 0
[	89.589] 	LinGreenMaskSize: 0
[	89.589] 	LinGreenFieldPosition: 0
[	89.589] 	LinBlueMaskSize: 0
[	89.589] 	LinBlueFieldPosition: 0
[	89.589] 	LinRsvdMaskSize: 0
[	89.589] 	LinRsvdFieldPosition: 0
[	89.589] 	MaxPixelClock: 0
[	89.589] Mode: 171 (0x0)
[	89.589] 	ModeAttributes: 0x0
[	89.589] 	WinAAttributes: 0x0
[	89.589] 	WinBAttributes: 0x0
[	89.589] 	WinGranularity: 0
[	89.589] 	WinSize: 0
[	89.589] 	WinASegment: 0x0
[	89.589] 	WinBSegment: 0x0
[	89.589] 	WinFuncPtr: 0x0
[	89.589] 	BytesPerScanline: 0
[	89.589] 	XResolution: 0
[	89.589] 	YResolution: 0
[	89.589] 	XCharSize: 0
[	89.589] 	YCharSize: 0
[	89.589] 	NumberOfPlanes: 0
[	89.589] 	BitsPerPixel: 0
[	89.589] 	NumberOfBanks: 0
[	89.589] 	MemoryModel: 0
[	89.589] 	BankSize: 0
[	89.589] 	NumberOfImages: 0
[	89.589] 	RedMaskSize: 0
[	89.589] 	RedFieldPosition: 0
[	89.589] 	GreenMaskSize: 0
[	89.589] 	GreenFieldPosition: 0
[	89.589] 	BlueMaskSize: 0
[	89.589] 	BlueFieldPosition: 0
[	89.589] 	RsvdMaskSize: 0
[	89.589] 	RsvdFieldPosition: 0
[	89.589] 	DirectColorModeInfo: 0
[	89.589] 	PhysBasePtr: 0x0
[	89.589] 	LinBytesPerScanLine: 0
[	89.589] 	BnkNumberOfImagePages: 0
[	89.589] 	LinNumberOfImagePages: 0
[	89.589] 	LinRedMaskSize: 0
[	89.589] 	LinRedFieldPosition: 0
[	89.589] 	LinGreenMaskSize: 0
[	89.589] 	LinGreenFieldPosition: 0
[	89.589] 	LinBlueMaskSize: 0
[	89.589] 	LinBlueFieldPosition: 0
[	89.589] 	LinRsvdMaskSize: 0
[	89.589] 	LinRsvdFieldPosition: 0
[	89.589] 	MaxPixelClock: 0
[	89.589] Mode: 13c (0x0)
[	89.589] 	ModeAttributes: 0x0
[	89.589] 	WinAAttributes: 0x0
[	89.589] 	WinBAttributes: 0x0
[	89.589] 	WinGranularity: 0
[	89.589] 	WinSize: 0
[	89.589] 	WinASegment: 0x0
[	89.590] 	WinBSegment: 0x0
[	89.590] 	WinFuncPtr: 0x0
[	89.590] 	BytesPerScanline: 0
[	89.590] 	XResolution: 0
[	89.590] 	YResolution: 0
[	89.590] 	XCharSize: 0
[	89.590] 	YCharSize: 0
[	89.590] 	NumberOfPlanes: 0
[	89.590] 	BitsPerPixel: 0
[	89.590] 	NumberOfBanks: 0
[	89.590] 	MemoryModel: 0
[	89.590] 	BankSize: 0
[	89.590] 	NumberOfImages: 0
[	89.590] 	RedMaskSize: 0
[	89.590] 	RedFieldPosition: 0
[	89.590] 	GreenMaskSize: 0
[	89.590] 	GreenFieldPosition: 0
[	89.590] 	BlueMaskSize: 0
[	89.590] 	BlueFieldPosition: 0
[	89.590] 	RsvdMaskSize: 0
[	89.590] 	RsvdFieldPosition: 0
[	89.590] 	DirectColorModeInfo: 0
[	89.590] 	PhysBasePtr: 0x0
[	89.590] 	LinBytesPerScanLine: 0
[	89.590] 	BnkNumberOfImagePages: 0
[	89.590] 	LinNumberOfImagePages: 0
[	89.590] 	LinRedMaskSize: 0
[	89.590] 	LinRedFieldPosition: 0
[	89.590] 	LinGreenMaskSize: 0
[	89.590] 	LinGreenFieldPosition: 0
[	89.590] 	LinBlueMaskSize: 0
[	89.590] 	LinBlueFieldPosition: 0
[	89.590] 	LinRsvdMaskSize: 0
[	89.590] 	LinRsvdFieldPosition: 0
[	89.590] 	MaxPixelClock: 0
[	89.590] Mode: 14d (0x0)
[	89.590] 	ModeAttributes: 0x0
[	89.590] 	WinAAttributes: 0x0
[	89.590] 	WinBAttributes: 0x0
[	89.590] 	WinGranularity: 0
[	89.590] 	WinSize: 0
[	89.590] 	WinASegment: 0x0
[	89.590] 	WinBSegment: 0x0
[	89.590] 	WinFuncPtr: 0x0
[	89.590] 	BytesPerScanline: 0
[	89.590] 	XResolution: 0
[	89.590] 	YResolution: 0
[	89.590] 	XCharSize: 0
[	89.590] 	YCharSize: 0
[	89.590] 	NumberOfPlanes: 0
[	89.590] 	BitsPerPixel: 0
[	89.590] 	NumberOfBanks: 0
[	89.590] 	MemoryModel: 0
[	89.590] 	BankSize: 0
[	89.590] 	NumberOfImages: 0
[	89.590] 	RedMaskSize: 0
[	89.590] 	RedFieldPosition: 0
[	89.590] 	GreenMaskSize: 0
[	89.590] 	GreenFieldPosition: 0
[	89.590] 	BlueMaskSize: 0
[	89.590] 	BlueFieldPosition: 0
[	89.590] 	RsvdMaskSize: 0
[	89.590] 	RsvdFieldPosition: 0
[	89.590] 	DirectColorModeInfo: 0
[	89.590] 	PhysBasePtr: 0x0
[	89.590] 	LinBytesPerScanLine: 0
[	89.590] 	BnkNumberOfImagePages: 0
[	89.590] 	LinNumberOfImagePages: 0
[	89.590] 	LinRedMaskSize: 0
[	89.590] 	LinRedFieldPosition: 0
[	89.590] 	LinGreenMaskSize: 0
[	89.590] 	LinGreenFieldPosition: 0
[	89.590] 	LinBlueMaskSize: 0
[	89.590] 	LinBlueFieldPosition: 0
[	89.590] 	LinRsvdMaskSize: 0
[	89.590] 	LinRsvdFieldPosition: 0
[	89.590] 	MaxPixelClock: 0
[	89.590] Mode: 15c (0x0)
[	89.590] 	ModeAttributes: 0x0
[	89.590] 	WinAAttributes: 0x0
[	89.590] 	WinBAttributes: 0x0
[	89.590] 	WinGranularity: 0
[	89.590] 	WinSize: 0
[	89.590] 	WinASegment: 0x0
[	89.590] 	WinBSegment: 0x0
[	89.590] 	WinFuncPtr: 0x0
[	89.590] 	BytesPerScanline: 0
[	89.590] 	XResolution: 0
[	89.590] 	YResolution: 0
[	89.590] 	XCharSize: 0
[	89.590] 	YCharSize: 0
[	89.590] 	NumberOfPlanes: 0
[	89.590] 	BitsPerPixel: 0
[	89.590] 	NumberOfBanks: 0
[	89.590] 	MemoryModel: 0
[	89.590] 	BankSize: 0
[	89.590] 	NumberOfImages: 0
[	89.590] 	RedMaskSize: 0
[	89.590] 	RedFieldPosition: 0
[	89.590] 	GreenMaskSize: 0
[	89.591] 	GreenFieldPosition: 0
[	89.591] 	BlueMaskSize: 0
[	89.591] 	BlueFieldPosition: 0
[	89.591] 	RsvdMaskSize: 0
[	89.591] 	RsvdFieldPosition: 0
[	89.591] 	DirectColorModeInfo: 0
[	89.591] 	PhysBasePtr: 0x0
[	89.591] 	LinBytesPerScanLine: 0
[	89.591] 	BnkNumberOfImagePages: 0
[	89.591] 	LinNumberOfImagePages: 0
[	89.591] 	LinRedMaskSize: 0
[	89.591] 	LinRedFieldPosition: 0
[	89.591] 	LinGreenMaskSize: 0
[	89.591] 	LinGreenFieldPosition: 0
[	89.591] 	LinBlueMaskSize: 0
[	89.591] 	LinBlueFieldPosition: 0
[	89.591] 	LinRsvdMaskSize: 0
[	89.591] 	LinRsvdFieldPosition: 0
[	89.591] 	MaxPixelClock: 0
[	89.591] Mode: 13a (0x0)
[	89.591] 	ModeAttributes: 0x0
[	89.591] 	WinAAttributes: 0x0
[	89.591] 	WinBAttributes: 0x0
[	89.591] 	WinGranularity: 0
[	89.591] 	WinSize: 0
[	89.591] 	WinASegment: 0x0
[	89.591] 	WinBSegment: 0x0
[	89.591] 	WinFuncPtr: 0x0
[	89.591] 	BytesPerScanline: 0
[	89.591] 	XResolution: 0
[	89.591] 	YResolution: 0
[	89.591] 	XCharSize: 0
[	89.591] 	YCharSize: 0
[	89.591] 	NumberOfPlanes: 0
[	89.591] 	BitsPerPixel: 0
[	89.591] 	NumberOfBanks: 0
[	89.591] 	MemoryModel: 0
[	89.591] 	BankSize: 0
[	89.591] 	NumberOfImages: 0
[	89.591] 	RedMaskSize: 0
[	89.591] 	RedFieldPosition: 0
[	89.591] 	GreenMaskSize: 0
[	89.591] 	GreenFieldPosition: 0
[	89.591] 	BlueMaskSize: 0
[	89.591] 	BlueFieldPosition: 0
[	89.591] 	RsvdMaskSize: 0
[	89.591] 	RsvdFieldPosition: 0
[	89.591] 	DirectColorModeInfo: 0
[	89.591] 	PhysBasePtr: 0x0
[	89.591] 	LinBytesPerScanLine: 0
[	89.591] 	BnkNumberOfImagePages: 0
[	89.591] 	LinNumberOfImagePages: 0
[	89.591] 	LinRedMaskSize: 0
[	89.591] 	LinRedFieldPosition: 0
[	89.591] 	LinGreenMaskSize: 0
[	89.591] 	LinGreenFieldPosition: 0
[	89.591] 	LinBlueMaskSize: 0
[	89.591] 	LinBlueFieldPosition: 0
[	89.591] 	LinRsvdMaskSize: 0
[	89.591] 	LinRsvdFieldPosition: 0
[	89.591] 	MaxPixelClock: 0
[	89.591] Mode: 14b (0x0)
[	89.591] 	ModeAttributes: 0x0
[	89.591] 	WinAAttributes: 0x0
[	89.591] 	WinBAttributes: 0x0
[	89.591] 	WinGranularity: 0
[	89.591] 	WinSize: 0
[	89.591] 	WinASegment: 0x0
[	89.591] 	WinBSegment: 0x0
[	89.591] 	WinFuncPtr: 0x0
[	89.591] 	BytesPerScanline: 0
[	89.591] 	XResolution: 0
[	89.591] 	YResolution: 0
[	89.591] 	XCharSize: 0
[	89.591] 	YCharSize: 0
[	89.591] 	NumberOfPlanes: 0
[	89.591] 	BitsPerPixel: 0
[	89.591] 	NumberOfBanks: 0
[	89.592] 	MemoryModel: 0
[	89.592] 	BankSize: 0
[	89.592] 	NumberOfImages: 0
[	89.592] 	RedMaskSize: 0
[	89.592] 	RedFieldPosition: 0
[	89.592] 	GreenMaskSize: 0
[	89.592] 	GreenFieldPosition: 0
[	89.592] 	BlueMaskSize: 0
[	89.592] 	BlueFieldPosition: 0
[	89.592] 	RsvdMaskSize: 0
[	89.592] 	RsvdFieldPosition: 0
[	89.592] 	DirectColorModeInfo: 0
[	89.592] 	PhysBasePtr: 0x0
[	89.592] 	LinBytesPerScanLine: 0
[	89.592] 	BnkNumberOfImagePages: 0
[	89.592] 	LinNumberOfImagePages: 0
[	89.592] 	LinRedMaskSize: 0
[	89.592] 	LinRedFieldPosition: 0
[	89.592] 	LinGreenMaskSize: 0
[	89.592] 	LinGreenFieldPosition: 0
[	89.592] 	LinBlueMaskSize: 0
[	89.592] 	LinBlueFieldPosition: 0
[	89.592] 	LinRsvdMaskSize: 0
[	89.592] 	LinRsvdFieldPosition: 0
[	89.592] 	MaxPixelClock: 0
[	89.592] Mode: 15a (0x0)
[	89.592] 	ModeAttributes: 0x0
[	89.592] 	WinAAttributes: 0x0
[	89.592] 	WinBAttributes: 0x0
[	89.592] 	WinGranularity: 0
[	89.592] 	WinSize: 0
[	89.592] 	WinASegment: 0x0
[	89.592] 	WinBSegment: 0x0
[	89.592] 	WinFuncPtr: 0x0
[	89.592] 	BytesPerScanline: 0
[	89.592] 	XResolution: 0
[	89.592] 	YResolution: 0
[	89.592] 	XCharSize: 0
[	89.592] 	YCharSize: 0
[	89.592] 	NumberOfPlanes: 0
[	89.592] 	BitsPerPixel: 0
[	89.592] 	NumberOfBanks: 0
[	89.592] 	MemoryModel: 0
[	89.592] 	BankSize: 0
[	89.592] 	NumberOfImages: 0
[	89.592] 	RedMaskSize: 0
[	89.592] 	RedFieldPosition: 0
[	89.592] 	GreenMaskSize: 0
[	89.592] 	GreenFieldPosition: 0
[	89.592] 	BlueMaskSize: 0
[	89.592] 	BlueFieldPosition: 0
[	89.592] 	RsvdMaskSize: 0
[	89.592] 	RsvdFieldPosition: 0
[	89.592] 	DirectColorModeInfo: 0
[	89.592] 	PhysBasePtr: 0x0
[	89.592] 	LinBytesPerScanLine: 0
[	89.592] 	BnkNumberOfImagePages: 0
[	89.592] 	LinNumberOfImagePages: 0
[	89.592] 	LinRedMaskSize: 0
[	89.592] 	LinRedFieldPosition: 0
[	89.592] 	LinGreenMaskSize: 0
[	89.592] 	LinGreenFieldPosition: 0
[	89.592] 	LinBlueMaskSize: 0
[	89.592] 	LinBlueFieldPosition: 0
[	89.592] 	LinRsvdMaskSize: 0
[	89.592] 	LinRsvdFieldPosition: 0
[	89.592] 	MaxPixelClock: 0
[	89.593] Mode: 107 (1280x1024)
[	89.593] 	ModeAttributes: 0x9b
[	89.593] 	WinAAttributes: 0x7
[	89.593] 	WinBAttributes: 0x0
[	89.593] 	WinGranularity: 64
[	89.593] 	WinSize: 64
[	89.593] 	WinASegment: 0xa000
[	89.593] 	WinBSegment: 0x0
[	89.593] 	WinFuncPtr: 0xc000723f
[	89.593] 	BytesPerScanline: 1280
[	89.593] 	XResolution: 1280
[	89.593] 	YResolution: 1024
[	89.593] 	XCharSize: 8
[	89.593] 	YCharSize: 16
[	89.593] 	NumberOfPlanes: 1
[	89.593] 	BitsPerPixel: 8
[	89.593] 	NumberOfBanks: 1
[	89.593] 	MemoryModel: 4
[	89.593] 	BankSize: 0
[	89.593] 	NumberOfImages: 5
[	89.593] 	RedMaskSize: 0
[	89.593] 	RedFieldPosition: 0
[	89.593] 	GreenMaskSize: 0
[	89.593] 	GreenFieldPosition: 0
[	89.593] 	BlueMaskSize: 0
[	89.593] 	BlueFieldPosition: 0
[	89.593] 	RsvdMaskSize: 0
[	89.593] 	RsvdFieldPosition: 0
[	89.593] 	DirectColorModeInfo: 0
[	89.593] 	PhysBasePtr: 0xc0000000
[	89.593] 	LinBytesPerScanLine: 1280
[	89.593] 	BnkNumberOfImagePages: 5
[	89.593] 	LinNumberOfImagePages: 5
[	89.593] 	LinRedMaskSize: 0
[	89.593] 	LinRedFieldPosition: 0
[	89.593] 	LinGreenMaskSize: 0
[	89.593] 	LinGreenFieldPosition: 0
[	89.593] 	LinBlueMaskSize: 0
[	89.593] 	LinBlueFieldPosition: 0
[	89.593] 	LinRsvdMaskSize: 0
[	89.593] 	LinRsvdFieldPosition: 0
[	89.593] 	MaxPixelClock: 230000000
[	89.593] Mode: 11a (1280x1024)
[	89.593] 	ModeAttributes: 0x9b
[	89.593] 	WinAAttributes: 0x7
[	89.593] 	WinBAttributes: 0x0
[	89.593] 	WinGranularity: 64
[	89.593] 	WinSize: 64
[	89.593] 	WinASegment: 0xa000
[	89.593] 	WinBSegment: 0x0
[	89.593] 	WinFuncPtr: 0xc000723f
[	89.594] 	BytesPerScanline: 2560
[	89.594] 	XResolution: 1280
[	89.594] 	YResolution: 1024
[	89.594] 	XCharSize: 8
[	89.594] 	YCharSize: 16
[	89.594] 	NumberOfPlanes: 1
[	89.594] 	BitsPerPixel: 16
[	89.594] 	NumberOfBanks: 1
[	89.594] 	MemoryModel: 6
[	89.594] 	BankSize: 0
[	89.594] 	NumberOfImages: 2
[	89.594] 	RedMaskSize: 5
[	89.594] 	RedFieldPosition: 11
[	89.594] 	GreenMaskSize: 6
[	89.594] 	GreenFieldPosition: 5
[	89.594] 	BlueMaskSize: 5
[	89.594] 	BlueFieldPosition: 0
[	89.594] 	RsvdMaskSize: 0
[	89.594] 	RsvdFieldPosition: 0
[	89.594] 	DirectColorModeInfo: 0
[	89.594] 	PhysBasePtr: 0xc0000000
[	89.594] 	LinBytesPerScanLine: 2560
[	89.594] 	BnkNumberOfImagePages: 2
[	89.594] 	LinNumberOfImagePages: 2
[	89.594] 	LinRedMaskSize: 5
[	89.594] 	LinRedFieldPosition: 11
[	89.594] 	LinGreenMaskSize: 6
[	89.594] 	LinGreenFieldPosition: 5
[	89.594] 	LinBlueMaskSize: 5
[	89.594] 	LinBlueFieldPosition: 0
[	89.594] 	LinRsvdMaskSize: 0
[	89.594] 	LinRsvdFieldPosition: 0
[	89.594] 	MaxPixelClock: 230000000
[	89.594] *Mode: 11b (1280x1024)
[	89.594] 	ModeAttributes: 0x9b
[	89.594] 	WinAAttributes: 0x7
[	89.594] 	WinBAttributes: 0x0
[	89.594] 	WinGranularity: 64
[	89.594] 	WinSize: 64
[	89.594] 	WinASegment: 0xa000
[	89.594] 	WinBSegment: 0x0
[	89.594] 	WinFuncPtr: 0xc000723f
[	89.594] 	BytesPerScanline: 5120
[	89.594] 	XResolution: 1280
[	89.594] 	YResolution: 1024
[	89.594] 	XCharSize: 8
[	89.594] 	YCharSize: 16
[	89.594] 	NumberOfPlanes: 1
[	89.594] 	BitsPerPixel: 32
[	89.594] 	NumberOfBanks: 1
[	89.594] 	MemoryModel: 6
[	89.594] 	BankSize: 0
[	89.594] 	NumberOfImages: 0
[	89.594] 	RedMaskSize: 8
[	89.594] 	RedFieldPosition: 16
[	89.594] 	GreenMaskSize: 8
[	89.594] 	GreenFieldPosition: 8
[	89.594] 	BlueMaskSize: 8
[	89.594] 	BlueFieldPosition: 0
[	89.594] 	RsvdMaskSize: 8
[	89.595] 	RsvdFieldPosition: 24
[	89.595] 	DirectColorModeInfo: 0
[	89.595] 	PhysBasePtr: 0xc0000000
[	89.595] 	LinBytesPerScanLine: 5120
[	89.595] 	BnkNumberOfImagePages: 0
[	89.595] 	LinNumberOfImagePages: 0
[	89.595] 	LinRedMaskSize: 8
[	89.595] 	LinRedFieldPosition: 16
[	89.595] 	LinGreenMaskSize: 8
[	89.595] 	LinGreenFieldPosition: 8
[	89.595] 	LinBlueMaskSize: 8
[	89.595] 	LinBlueFieldPosition: 0
[	89.595] 	LinRsvdMaskSize: 8
[	89.595] 	LinRsvdFieldPosition: 24
[	89.595] 	MaxPixelClock: 230000000
[	89.595] Mode: 105 (1024x768)
[	89.595] 	ModeAttributes: 0x9b
[	89.595] 	WinAAttributes: 0x7
[	89.595] 	WinBAttributes: 0x0
[	89.595] 	WinGranularity: 64
[	89.595] 	WinSize: 64
[	89.595] 	WinASegment: 0xa000
[	89.595] 	WinBSegment: 0x0
[	89.595] 	WinFuncPtr: 0xc000723f
[	89.595] 	BytesPerScanline: 1024
[	89.595] 	XResolution: 1024
[	89.595] 	YResolution: 768
[	89.595] 	XCharSize: 8
[	89.595] 	YCharSize: 16
[	89.595] 	NumberOfPlanes: 1
[	89.595] 	BitsPerPixel: 8
[	89.595] 	NumberOfBanks: 1
[	89.595] 	MemoryModel: 4
[	89.595] 	BankSize: 0
[	89.595] 	NumberOfImages: 9
[	89.595] 	RedMaskSize: 0
[	89.595] 	RedFieldPosition: 0
[	89.595] 	GreenMaskSize: 0
[	89.595] 	GreenFieldPosition: 0
[	89.595] 	BlueMaskSize: 0
[	89.595] 	BlueFieldPosition: 0
[	89.595] 	RsvdMaskSize: 0
[	89.595] 	RsvdFieldPosition: 0
[	89.595] 	DirectColorModeInfo: 0
[	89.595] 	PhysBasePtr: 0xc0000000
[	89.595] 	LinBytesPerScanLine: 1024
[	89.595] 	BnkNumberOfImagePages: 9
[	89.595] 	LinNumberOfImagePages: 9
[	89.595] 	LinRedMaskSize: 0
[	89.595] 	LinRedFieldPosition: 0
[	89.595] 	LinGreenMaskSize: 0
[	89.595] 	LinGreenFieldPosition: 0
[	89.595] 	LinBlueMaskSize: 0
[	89.595] 	LinBlueFieldPosition: 0
[	89.595] 	LinRsvdMaskSize: 0
[	89.595] 	LinRsvdFieldPosition: 0
[	89.595] 	MaxPixelClock: 230000000
[	89.596] Mode: 117 (1024x768)
[	89.596] 	ModeAttributes: 0x9b
[	89.596] 	WinAAttributes: 0x7
[	89.596] 	WinBAttributes: 0x0
[	89.596] 	WinGranularity: 64
[	89.596] 	WinSize: 64
[	89.596] 	WinASegment: 0xa000
[	89.596] 	WinBSegment: 0x0
[	89.596] 	WinFuncPtr: 0xc000723f
[	89.596] 	BytesPerScanline: 2048
[	89.596] 	XResolution: 1024
[	89.596] 	YResolution: 768
[	89.596] 	XCharSize: 8
[	89.596] 	YCharSize: 16
[	89.596] 	NumberOfPlanes: 1
[	89.596] 	BitsPerPixel: 16
[	89.596] 	NumberOfBanks: 1
[	89.596] 	MemoryModel: 6
[	89.596] 	BankSize: 0
[	89.596] 	NumberOfImages: 4
[	89.596] 	RedMaskSize: 5
[	89.596] 	RedFieldPosition: 11
[	89.596] 	GreenMaskSize: 6
[	89.596] 	GreenFieldPosition: 5
[	89.596] 	BlueMaskSize: 5
[	89.596] 	BlueFieldPosition: 0
[	89.596] 	RsvdMaskSize: 0
[	89.596] 	RsvdFieldPosition: 0
[	89.596] 	DirectColorModeInfo: 0
[	89.596] 	PhysBasePtr: 0xc0000000
[	89.596] 	LinBytesPerScanLine: 2048
[	89.596] 	BnkNumberOfImagePages: 4
[	89.596] 	LinNumberOfImagePages: 4
[	89.596] 	LinRedMaskSize: 5
[	89.596] 	LinRedFieldPosition: 11
[	89.596] 	LinGreenMaskSize: 6
[	89.596] 	LinGreenFieldPosition: 5
[	89.596] 	LinBlueMaskSize: 5
[	89.596] 	LinBlueFieldPosition: 0
[	89.596] 	LinRsvdMaskSize: 0
[	89.596] 	LinRsvdFieldPosition: 0
[	89.596] 	MaxPixelClock: 230000000
[	89.597] *Mode: 118 (1024x768)
[	89.597] 	ModeAttributes: 0x9b
[	89.597] 	WinAAttributes: 0x7
[	89.597] 	WinBAttributes: 0x0
[	89.597] 	WinGranularity: 64
[	89.597] 	WinSize: 64
[	89.597] 	WinASegment: 0xa000
[	89.597] 	WinBSegment: 0x0
[	89.597] 	WinFuncPtr: 0xc000723f
[	89.597] 	BytesPerScanline: 4096
[	89.597] 	XResolution: 1024
[	89.597] 	YResolution: 768
[	89.597] 	XCharSize: 8
[	89.597] 	YCharSize: 16
[	89.597] 	NumberOfPlanes: 1
[	89.597] 	BitsPerPixel: 32
[	89.597] 	NumberOfBanks: 1
[	89.597] 	MemoryModel: 6
[	89.597] 	BankSize: 0
[	89.597] 	NumberOfImages: 1
[	89.597] 	RedMaskSize: 8
[	89.597] 	RedFieldPosition: 16
[	89.597] 	GreenMaskSize: 8
[	89.597] 	GreenFieldPosition: 8
[	89.597] 	BlueMaskSize: 8
[	89.597] 	BlueFieldPosition: 0
[	89.597] 	RsvdMaskSize: 8
[	89.597] 	RsvdFieldPosition: 24
[	89.597] 	DirectColorModeInfo: 0
[	89.597] 	PhysBasePtr: 0xc0000000
[	89.597] 	LinBytesPerScanLine: 4096
[	89.597] 	BnkNumberOfImagePages: 1
[	89.597] 	LinNumberOfImagePages: 1
[	89.597] 	LinRedMaskSize: 8
[	89.597] 	LinRedFieldPosition: 16
[	89.597] 	LinGreenMaskSize: 8
[	89.597] 	LinGreenFieldPosition: 8
[	89.597] 	LinBlueMaskSize: 8
[	89.597] 	LinBlueFieldPosition: 0
[	89.597] 	LinRsvdMaskSize: 8
[	89.597] 	LinRsvdFieldPosition: 24
[	89.597] 	MaxPixelClock: 230000000
[	89.597] *Mode: 112 (640x480)
[	89.597] 	ModeAttributes: 0x9b
[	89.597] 	WinAAttributes: 0x7
[	89.597] 	WinBAttributes: 0x0
[	89.597] 	WinGranularity: 64
[	89.598] 	WinSize: 64
[	89.598] 	WinASegment: 0xa000
[	89.598] 	WinBSegment: 0x0
[	89.598] 	WinFuncPtr: 0xc000723f
[	89.598] 	BytesPerScanline: 2560
[	89.598] 	XResolution: 640
[	89.598] 	YResolution: 480
[	89.598] 	XCharSize: 8
[	89.598] 	YCharSize: 16
[	89.598] 	NumberOfPlanes: 1
[	89.598] 	BitsPerPixel: 32
[	89.598] 	NumberOfBanks: 1
[	89.598] 	MemoryModel: 6
[	89.598] 	BankSize: 0
[	89.598] 	NumberOfImages: 5
[	89.598] 	RedMaskSize: 8
[	89.598] 	RedFieldPosition: 16
[	89.598] 	GreenMaskSize: 8
[	89.598] 	GreenFieldPosition: 8
[	89.598] 	BlueMaskSize: 8
[	89.598] 	BlueFieldPosition: 0
[	89.598] 	RsvdMaskSize: 8
[	89.598] 	RsvdFieldPosition: 24
[	89.598] 	DirectColorModeInfo: 0
[	89.598] 	PhysBasePtr: 0xc0000000
[	89.598] 	LinBytesPerScanLine: 2560
[	89.598] 	BnkNumberOfImagePages: 5
[	89.598] 	LinNumberOfImagePages: 5
[	89.598] 	LinRedMaskSize: 8
[	89.598] 	LinRedFieldPosition: 16
[	89.598] 	LinGreenMaskSize: 8
[	89.598] 	LinGreenFieldPosition: 8
[	89.598] 	LinBlueMaskSize: 8
[	89.598] 	LinBlueFieldPosition: 0
[	89.598] 	LinRsvdMaskSize: 8
[	89.598] 	LinRsvdFieldPosition: 24
[	89.598] 	MaxPixelClock: 230000000
[	89.598] Mode: 114 (800x600)
[	89.598] 	ModeAttributes: 0x9b
[	89.598] 	WinAAttributes: 0x7
[	89.598] 	WinBAttributes: 0x0
[	89.598] 	WinGranularity: 64
[	89.598] 	WinSize: 64
[	89.598] 	WinASegment: 0xa000
[	89.598] 	WinBSegment: 0x0
[	89.598] 	WinFuncPtr: 0xc000723f
[	89.598] 	BytesPerScanline: 1600
[	89.598] 	XResolution: 800
[	89.598] 	YResolution: 600
[	89.598] 	XCharSize: 8
[	89.598] 	YCharSize: 16
[	89.598] 	NumberOfPlanes: 1
[	89.598] 	BitsPerPixel: 16
[	89.598] 	NumberOfBanks: 1
[	89.598] 	MemoryModel: 6
[	89.598] 	BankSize: 0
[	89.598] 	NumberOfImages: 7
[	89.598] 	RedMaskSize: 5
[	89.598] 	RedFieldPosition: 11
[	89.598] 	GreenMaskSize: 6
[	89.598] 	GreenFieldPosition: 5
[	89.598] 	BlueMaskSize: 5
[	89.598] 	BlueFieldPosition: 0
[	89.598] 	RsvdMaskSize: 0
[	89.598] 	RsvdFieldPosition: 0
[	89.598] 	DirectColorModeInfo: 0
[	89.598] 	PhysBasePtr: 0xc0000000
[	89.598] 	LinBytesPerScanLine: 1600
[	89.598] 	BnkNumberOfImagePages: 7
[	89.598] 	LinNumberOfImagePages: 7
[	89.598] 	LinRedMaskSize: 5
[	89.598] 	LinRedFieldPosition: 11
[	89.598] 	LinGreenMaskSize: 6
[	89.598] 	LinGreenFieldPosition: 5
[	89.598] 	LinBlueMaskSize: 5
[	89.598] 	LinBlueFieldPosition: 0
[	89.598] 	LinRsvdMaskSize: 0
[	89.598] 	LinRsvdFieldPosition: 0
[	89.598] 	MaxPixelClock: 230000000
[	89.599] *Mode: 115 (800x600)
[	89.599] 	ModeAttributes: 0x9b
[	89.599] 	WinAAttributes: 0x7
[	89.599] 	WinBAttributes: 0x0
[	89.599] 	WinGranularity: 64
[	89.599] 	WinSize: 64
[	89.599] 	WinASegment: 0xa000
[	89.599] 	WinBSegment: 0x0
[	89.599] 	WinFuncPtr: 0xc000723f
[	89.599] 	BytesPerScanline: 3200
[	89.599] 	XResolution: 800
[	89.599] 	YResolution: 600
[	89.599] 	XCharSize: 8
[	89.599] 	YCharSize: 16
[	89.599] 	NumberOfPlanes: 1
[	89.599] 	BitsPerPixel: 32
[	89.599] 	NumberOfBanks: 1
[	89.599] 	MemoryModel: 6
[	89.599] 	BankSize: 0
[	89.599] 	NumberOfImages: 3
[	89.599] 	RedMaskSize: 8
[	89.599] 	RedFieldPosition: 16
[	89.599] 	GreenMaskSize: 8
[	89.599] 	GreenFieldPosition: 8
[	89.599] 	BlueMaskSize: 8
[	89.599] 	BlueFieldPosition: 0
[	89.599] 	RsvdMaskSize: 8
[	89.599] 	RsvdFieldPosition: 24
[	89.599] 	DirectColorModeInfo: 0
[	89.599] 	PhysBasePtr: 0xc0000000
[	89.599] 	LinBytesPerScanLine: 3200
[	89.599] 	BnkNumberOfImagePages: 3
[	89.599] 	LinNumberOfImagePages: 3
[	89.599] 	LinRedMaskSize: 8
[	89.599] 	LinRedFieldPosition: 16
[	89.599] 	LinGreenMaskSize: 8
[	89.599] 	LinGreenFieldPosition: 8
[	89.599] 	LinBlueMaskSize: 8
[	89.599] 	LinBlueFieldPosition: 0
[	89.599] 	LinRsvdMaskSize: 8
[	89.599] 	LinRsvdFieldPosition: 24
[	89.599] 	MaxPixelClock: 230000000
[	89.600] Mode: 101 (640x480)
[	89.600] 	ModeAttributes: 0x9b
[	89.600] 	WinAAttributes: 0x7
[	89.600] 	WinBAttributes: 0x0
[	89.600] 	WinGranularity: 64
[	89.600] 	WinSize: 64
[	89.600] 	WinASegment: 0xa000
[	89.600] 	WinBSegment: 0x0
[	89.600] 	WinFuncPtr: 0xc000723f
[	89.600] 	BytesPerScanline: 640
[	89.600] 	XResolution: 640
[	89.600] 	YResolution: 480
[	89.600] 	XCharSize: 8
[	89.600] 	YCharSize: 16
[	89.600] 	NumberOfPlanes: 1
[	89.600] 	BitsPerPixel: 8
[	89.600] 	NumberOfBanks: 1
[	89.600] 	MemoryModel: 4
[	89.600] 	BankSize: 0
[	89.600] 	NumberOfImages: 23
[	89.600] 	RedMaskSize: 0
[	89.600] 	RedFieldPosition: 0
[	89.600] 	GreenMaskSize: 0
[	89.600] 	GreenFieldPosition: 0
[	89.600] 	BlueMaskSize: 0
[	89.600] 	BlueFieldPosition: 0
[	89.600] 	RsvdMaskSize: 0
[	89.600] 	RsvdFieldPosition: 0
[	89.600] 	DirectColorModeInfo: 0
[	89.600] 	PhysBasePtr: 0xc0000000
[	89.600] 	LinBytesPerScanLine: 640
[	89.600] 	BnkNumberOfImagePages: 23
[	89.600] 	LinNumberOfImagePages: 23
[	89.600] 	LinRedMaskSize: 0
[	89.600] 	LinRedFieldPosition: 0
[	89.600] 	LinGreenMaskSize: 0
[	89.600] 	LinGreenFieldPosition: 0
[	89.600] 	LinBlueMaskSize: 0
[	89.600] 	LinBlueFieldPosition: 0
[	89.600] 	LinRsvdMaskSize: 0
[	89.600] 	LinRsvdFieldPosition: 0
[	89.600] 	MaxPixelClock: 230000000
[	89.600] Mode: 103 (800x600)
[	89.600] 	ModeAttributes: 0x9b
[	89.600] 	WinAAttributes: 0x7
[	89.600] 	WinBAttributes: 0x0
[	89.600] 	WinGranularity: 64
[	89.600] 	WinSize: 64
[	89.600] 	WinASegment: 0xa000
[	89.600] 	WinBSegment: 0x0
[	89.600] 	WinFuncPtr: 0xc000723f
[	89.600] 	BytesPerScanline: 832
[	89.600] 	XResolution: 800
[	89.600] 	YResolution: 600
[	89.600] 	XCharSize: 8
[	89.600] 	YCharSize: 16
[	89.600] 	NumberOfPlanes: 1
[	89.600] 	BitsPerPixel: 8
[	89.600] 	NumberOfBanks: 1
[	89.600] 	MemoryModel: 4
[	89.600] 	BankSize: 0
[	89.600] 	NumberOfImages: 14
[	89.600] 	RedMaskSize: 0
[	89.600] 	RedFieldPosition: 0
[	89.600] 	GreenMaskSize: 0
[	89.600] 	GreenFieldPosition: 0
[	89.600] 	BlueMaskSize: 0
[	89.601] 	BlueFieldPosition: 0
[	89.601] 	RsvdMaskSize: 0
[	89.601] 	RsvdFieldPosition: 0
[	89.601] 	DirectColorModeInfo: 0
[	89.601] 	PhysBasePtr: 0xc0000000
[	89.601] 	LinBytesPerScanLine: 832
[	89.601] 	BnkNumberOfImagePages: 14
[	89.601] 	LinNumberOfImagePages: 14
[	89.601] 	LinRedMaskSize: 0
[	89.601] 	LinRedFieldPosition: 0
[	89.601] 	LinGreenMaskSize: 0
[	89.601] 	LinGreenFieldPosition: 0
[	89.601] 	LinBlueMaskSize: 0
[	89.601] 	LinBlueFieldPosition: 0
[	89.601] 	LinRsvdMaskSize: 0
[	89.601] 	LinRsvdFieldPosition: 0
[	89.601] 	MaxPixelClock: 230000000
[	89.601] Mode: 111 (640x480)
[	89.601] 	ModeAttributes: 0x9b
[	89.601] 	WinAAttributes: 0x7
[	89.601] 	WinBAttributes: 0x0
[	89.601] 	WinGranularity: 64
[	89.601] 	WinSize: 64
[	89.601] 	WinASegment: 0xa000
[	89.601] 	WinBSegment: 0x0
[	89.601] 	WinFuncPtr: 0xc000723f
[	89.601] 	BytesPerScanline: 1280
[	89.601] 	XResolution: 640
[	89.601] 	YResolution: 480
[	89.601] 	XCharSize: 8
[	89.601] 	YCharSize: 16
[	89.601] 	NumberOfPlanes: 1
[	89.601] 	BitsPerPixel: 16
[	89.601] 	NumberOfBanks: 1
[	89.601] 	MemoryModel: 6
[	89.601] 	BankSize: 0
[	89.601] 	NumberOfImages: 12
[	89.601] 	RedMaskSize: 5
[	89.601] 	RedFieldPosition: 11
[	89.601] 	GreenMaskSize: 6
[	89.601] 	GreenFieldPosition: 5
[	89.601] 	BlueMaskSize: 5
[	89.601] 	BlueFieldPosition: 0
[	89.601] 	RsvdMaskSize: 0
[	89.601] 	RsvdFieldPosition: 0
[	89.601] 	DirectColorModeInfo: 0
[	89.601] 	PhysBasePtr: 0xc0000000
[	89.601] 	LinBytesPerScanLine: 1280
[	89.601] 	BnkNumberOfImagePages: 12
[	89.601] 	LinNumberOfImagePages: 12
[	89.601] 	LinRedMaskSize: 5
[	89.601] 	LinRedFieldPosition: 11
[	89.601] 	LinGreenMaskSize: 6
[	89.601] 	LinGreenFieldPosition: 5
[	89.601] 	LinBlueMaskSize: 5
[	89.601] 	LinBlueFieldPosition: 0
[	89.601] 	LinRsvdMaskSize: 0
[	89.601] 	LinRsvdFieldPosition: 0
[	89.601] 	MaxPixelClock: 230000000
[	89.601] 
[	89.601] (II) VESA(0): Total Memory: 123 64KB banks (7872kB)
[	89.601] (II) VESA(0): Configured Monitor: Using hsync range of 53.30-63.98 kHz
[	89.601] (II) VESA(0): Configured Monitor: Using vrefresh range of 50.00-60.02 Hz
[	89.601] (WW) VESA(0): Unable to estimate virtual size
[	89.601] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[	89.601] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[	89.601] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[	89.601] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[	89.601] (WW) VESA(0): No valid modes left. Trying less strict filter...
[	89.601] (II) VESA(0): Configured Monitor: Using hsync range of 53.30-63.98 kHz
[	89.601] (II) VESA(0): Configured Monitor: Using vrefresh range of 50.00-60.02 Hz
[	89.601] (WW) VESA(0): Unable to estimate virtual size
[	89.602] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
[	89.602] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[	89.602] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[	89.602] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[	89.602] (**) VESA(0): *Built-in mode "1280x1024"
[	89.602] (**) VESA(0): Display dimensions: (290, 210) mm
[	89.602] (**) VESA(0): DPI set to (112, 123)
[	89.602] (II) VESA(0): Attempting to use 60Hz refresh for mode "1280x1024" (11b)
[	89.602] (**) VESA(0): Using "Shadow Framebuffer"
[	89.602] (II) Loading sub module "shadow"
[	89.602] (II) LoadModule: "shadow"
[	89.602] (II) Loading /usr/lib/xorg/modules/libshadow.so
[	89.602] (II) Module shadow: vendor="X.Org Foundation"
[	89.602] 	compiled for 1.18.3, module version = 1.1.0
[	89.602] 	ABI class: X.Org ANSI C Emulation, version 0.4
[	89.602] (II) Loading sub module "fb"
[	89.602] (II) LoadModule: "fb"
[	89.602] (II) Loading /usr/lib/xorg/modules/libfb.so
[	89.611] (II) Module fb: vendor="X.Org Foundation"
[	89.612] 	compiled for 1.18.3, module version = 1.0.0
[	89.612] 	ABI class: X.Org ANSI C Emulation, version 0.4
[	89.612] (==) Depth 24 pixmap format is 32 bpp
[	89.612] (II) Loading sub module "int10"
[	89.612] (II) LoadModule: "int10"
[	89.612] (II) Loading /usr/lib/xorg/modules/libint10.so
[	89.612] (II) Module int10: vendor="X.Org Foundation"
[	89.612] 	compiled for 1.18.3, module version = 1.0.0
[	89.612] 	ABI class: X.Org Video Driver, version 20.0
[	89.612] (II) VESA(0): initializing int10
[	89.612] (II) VESA(0): Bad V_BIOS checksum
[	89.612] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[	89.613] (II) VESA(0): VESA BIOS detected
[	89.613] (II) VESA(0): VESA VBE Version 3.0
[	89.613] (II) VESA(0): VESA VBE Total Mem: 7872 kB
[	89.613] (II) VESA(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
[	89.613] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[	89.613] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[	89.613] (II) VESA(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
[	89.613] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[	89.613] (II) VESA(0): virtual address = 0xb6406000,
	physical address = 0xc0000000, size = 8060928
[	90.378] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[	90.400] (==) VESA(0): Default visual is TrueColor
[	90.404] (==) VESA(0): Backing store enabled
[	90.407] (==) VESA(0): DPMS enabled
[	90.407] (==) RandR enabled
[	90.416] (II) SELinux: Disabled on system
[	90.417] (II) AIGLX: Screen 0 is not DRI2 capable
[	90.417] (EE) AIGLX: reverting to software rendering
[	96.019] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[	96.022] (II) AIGLX: Loaded and initialized swrast
[	96.022] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[	97.476] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[	97.476] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[	97.476] (II) LoadModule: "evdev"
[	97.476] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[	97.706] (II) Module evdev: vendor="X.Org Foundation"
[	97.706] 	compiled for 1.18.1, module version = 2.10.1
[	97.706] 	Module class: X.Org XInput Driver
[	97.706] 	ABI class: X.Org XInput driver, version 22.1
[	97.706] (II) Using input driver 'evdev' for 'Video Bus'
[	97.706] (**) Video Bus: always reports core events
[	97.706] (**) evdev: Video Bus: Device: "/dev/input/event4"
[	97.706] (--) evdev: Video Bus: Vendor 0 Product 0x6
[	97.706] (--) evdev: Video Bus: Found keys
[	97.706] (II) evdev: Video Bus: Configuring as keyboard
[	97.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input5/event4"
[	97.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[	97.706] (**) Option "xkb_rules" "evdev"
[	97.706] (**) Option "xkb_model" "pc105"
[	97.706] (**) Option "xkb_layout" "de"
[	97.706] (**) Option "xkb_options" "lv3:ralt_switch"
[	97.737] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[	97.737] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[	97.737] (II) Using input driver 'evdev' for 'Power Button'
[	97.737] (**) Power Button: always reports core events
[	97.737] (**) evdev: Power Button: Device: "/dev/input/event1"
[	97.737] (--) evdev: Power Button: Vendor 0 Product 0x1
[	97.737] (--) evdev: Power Button: Found keys
[	97.737] (II) evdev: Power Button: Configuring as keyboard
[	97.737] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[	97.737] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[	97.737] (**) Option "xkb_rules" "evdev"
[	97.737] (**) Option "xkb_model" "pc105"
[	97.737] (**) Option "xkb_layout" "de"
[	97.737] (**) Option "xkb_options" "lv3:ralt_switch"
[	97.738] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[	97.738] (II) No input driver specified, ignoring this device.
[	97.738] (II) This device may have been added with another device file.
[	97.739] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[	97.739] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[	97.739] (II) Using input driver 'evdev' for 'Sleep Button'
[	97.739] (**) Sleep Button: always reports core events
[	97.739] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[	97.739] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[	97.739] (--) evdev: Sleep Button: Found keys
[	97.739] (II) evdev: Sleep Button: Configuring as keyboard
[	97.739] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[	97.739] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[	97.739] (**) Option "xkb_rules" "evdev"
[	97.739] (**) Option "xkb_model" "pc105"
[	97.739] (**) Option "xkb_layout" "de"
[	97.739] (**) Option "xkb_options" "lv3:ralt_switch"
[	97.740] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[	97.740] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[	97.740] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[	97.740] (**) AT Translated Set 2 keyboard: always reports core events
[	97.740] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[	97.740] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[	97.740] (--) evdev: AT Translated Set 2 keyboard: Found keys
[	97.740] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[	97.740] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[	97.740] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[	97.740] (**) Option "xkb_rules" "evdev"
[	97.740] (**) Option "xkb_model" "pc105"
[	97.740] (**) Option "xkb_layout" "de"
[	97.740] (**) Option "xkb_options" "lv3:ralt_switch"
[	97.741] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event6)
[	97.741] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[	97.741] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[	97.741] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[	97.741] (II) LoadModule: "synaptics"
[	97.741] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[	97.743] (II) Module synaptics: vendor="X.Org Foundation"
[	97.743] 	compiled for 1.18.1, module version = 1.8.2
[	97.743] 	Module class: X.Org XInput Driver
[	97.743] 	ABI class: X.Org XInput driver, version 22.1
[	97.743] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[	97.743] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[	97.743] (**) Option "Device" "/dev/input/event6"
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 1023 (res 0)
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 767 (res 0)
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[	97.743] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[	97.743] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[	97.744] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[	97.744] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[	97.744] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 10)
[	97.744] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[	97.744] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[	97.744] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.156
[	97.744] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[	97.744] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[	97.744] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[	97.744] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[	97.744] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[	97.745] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[	97.745] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[	97.745] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event5)
[	97.745] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "evdev pointer catchall"
[	97.745] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "trackpoint catchall"
[	97.745] (II) Using input driver 'evdev' for 'AlpsPS/2 ALPS DualPoint Stick'
[	97.745] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[	97.745] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: Device: "/dev/input/event5"
[	97.745] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Vendor 0x2 Product 0x8
[	97.745] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found 3 mouse buttons
[	97.745] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found relative axes
[	97.745] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found x and y relative axes
[	97.745] (II) evdev: AlpsPS/2 ALPS DualPoint Stick: Configuring as mouse
[	97.745] (**) Option "Emulate3Buttons" "true"
[	97.745] (**) Option "EmulateWheel" "true"
[	97.745] (**) Option "EmulateWheelButton" "2"
[	97.745] (**) Option "YAxisMapping" "4 5"
[	97.745] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: YAxisMapping: buttons 4 and 5
[	97.745] (**) Option "XAxisMapping" "6 7"
[	97.745] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: XAxisMapping: buttons 6 and 7
[	97.745] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[	97.745] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event5"
[	97.745] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 11)
[	97.745] (II) evdev: AlpsPS/2 ALPS DualPoint Stick: initialized for relative axes.
[	97.746] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) keeping acceleration scheme 1
[	97.746] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration profile 0
[	97.746] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[	97.746] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[	97.746] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse0)
[	97.746] (II) No input driver specified, ignoring this device.
[	97.746] (II) This device may have been added with another device file.


Stehe nun aber reltabiv ratos da, wie ich weiter vorgehen soll.

Stefan