Your message dated Wed, 15 Jun 2016 17:32:16 +0200
with message-id <87eg7ypiwv....@turtle.gmx.de>
and subject line Fixed in xorg-server 1.17.99.902-1
has caused the Debian Bug report #615975,
regarding Server crash when a font server is used
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
615975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.9.99.903-1
Severity: grave
Justification: renders package unusable


I originally began reporting this issue under bug #616511 but I am now
pretty sure the issue is not vesa-specific.

Here is my current test case:
In a non-root text console, I type:
  X :0 &
  export DISPLAY=:0
  fluxbox

Then switching to virtual terminal 7, I can see my window manager just
fine.  I can click around the menus. I can launch iceweasel and
libreoffice just fine.  However, as soon as I try to start any other
program (such as a terminal (urxvt), emacs for X11, xclock, etc) the
Xserver crashes hard.  I believe icewm also crashes X when it tries to
attach.

I have tested this with both vesa and radeon drivers.  I have tested
on both Sid packages and the current experimental packages.  All cases
have essential the same behavior, though recovery of video varies
after the crash.  I normally use xdm to launch X, and it comes up
fine, but as soon as I try to log in, the spawned X process dies
because I normally launch secondary programs from my .Xsession file.

I don't think the logs below show the sig 11 traceback, so I'll follow
up with that shortly.

tim


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Oct 25  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1922528 Feb 25 06:38 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
07:00.0 VGA compatible controller [0300]: ATI Technologies Inc R580 [Radeon 
X1900] [1002:7244]

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2681 Mar  5 10:07 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        FontPath        "unix/:7101"                    # local font server
EndSection

Section "InputDevice"
        Identifier      "AT Translated Set 2 keyboard"
        Driver          "evdev"
        Option          "Device" "/dev/input/event0"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
#       Option          "XkbOptions"    "altwin:meta_win"
EndSection

Section "InputDevice"
        Identifier      "Kingsis Peripherals Evoluent VerticalMouse 2"
        Driver          "evdev"
        Option          "Device" 
"/dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-event-mouse"
        Option          "CorePointer"
#        Option          "Device"                "/dev/input/mice"
#        Option          "Protocol"              "ImPS/2"
#        Option          "Emulate3Buttons"       "true"
#        Option          "ButtonMapping"         "1 3 2"
        Option          "Buttons"               "9"
        Option          "ButtonMapping"         "1 9 2 4 5 3 3 3 3"
        Option          "ZAxisMapping"          "4 5"
EndSection


Section "Device"
        Identifier      "Generic Video Card"
#       Driver          "radeonhd"
#       Driver          "radeon"
#       Driver          "fbdev"
        Driver          "vesa"
#        Option          "HPD"         "off"
#        Option          "AccelMethod" "exa"
        Option          "NoAccel" "on"
        Option          "ColorTiling" "off"
        Option          "DRI"         "off"
        BusID           "PCI:7:0:0"
EndSection

#Section "Monitor"
#       Identifier      "SyncMaster"
#       Option          "DPMS"
#       HorizSync       30-81
#       VertRefresh     56-75
#EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
#       Monitor         "SyncMaster"
        DefaultDepth    24
#       SubSection "Display"
#               Modes           "1280x1024" "1152x864" "1024x768"
#       EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "AT Translated Set 2 keyboard"
        InputDevice     "Kingsis Peripherals Evoluent VerticalMouse 2"
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/radeon-kms.conf:
  #options radeon 
  #hw_i2c=0 no_wb=1 dynclks=0

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.37-2-amd64 (Debian 2.6.37-2) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-12) ) #1 SMP Sun Feb 27 10:12:22 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 127748 Mar  5 10:07 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    96.957] 
X.Org X Server 1.9.99.903 (1.10.0 RC 3)
Release Date: 2011-2-24
[    96.957] X Protocol Version 11, Revision 0
[    96.957] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[    96.958] Current Operating System: Linux shannon 2.6.37-2-amd64 #1 SMP Sun 
Feb 27 10:12:22 UTC 2011 x86_64
[    96.958] Kernel command line: 
root=UUID=2c3be234-03c7-470d-abe8-322c4b19df93 ro 
[    96.958] Build Date: 25 February 2011  02:25:58PM
[    96.958] xorg-server 2:1.9.99.903-1 (Cyril Brulebois <k...@debian.org>) 
[    96.958] Current version of pixman: 0.21.4
[    96.958]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    96.958] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    96.959] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar  5 10:07:12 
2011
[    97.003] (==) Using config file: "/etc/X11/xorg.conf"
[    97.003] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    97.015] (==) ServerLayout "Default Layout"
[    97.015] (**) |-->Screen "Default Screen" (0)
[    97.015] (**) |   |-->Monitor "<default monitor>"
[    97.015] (**) |   |-->Device "Generic Video Card"
[    97.015] (==) No monitor specified for screen "Default Screen".
        Using a default monitor configuration.
[    97.015] (**) |-->Input Device "AT Translated Set 2 keyboard"
[    97.015] (**) |-->Input Device "Kingsis Peripherals Evoluent VerticalMouse 
2"
[    97.015] (==) Automatically adding devices
[    97.016] (==) Automatically enabling devices
[    97.046] (**) FontPath set to:
        unix/:7100,
        unix/:7101,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/cyrillic,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
[    97.046] (==) ModulePath set to "/usr/lib/xorg/modules"
[    97.046] (II) Loader magic: 0x7d0c20
[    97.046] (II) Module ABI versions:
[    97.046]    X.Org ANSI C Emulation: 0.4
[    97.046]    X.Org Video Driver: 10.0
[    97.046]    X.Org XInput driver : 12.2
[    97.046]    X.Org Server Extension : 5.0
[    97.048] (--) PCI:*(0:7:0:0) 1002:7244:18bc:3192 rev 0, Mem @ 
0xd0000000/268435456, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 
0x????????/131072
[    97.048] (--) PCI: (0:7:0:1) 1002:7264:18bc:3193 rev 0, Mem @ 
0xfebe0000/65536
[    97.048] (II) Open ACPI successful (/var/run/acpid.socket)
[    97.048] (II) LoadModule: "extmod"
[    97.086] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    97.091] (II) Module extmod: vendor="X.Org Foundation"
[    97.091]    compiled for 1.9.99.903, module version = 1.0.0
[    97.091]    Module class: X.Org Server Extension
[    97.091]    ABI class: X.Org Server Extension, version 5.0
[    97.091] (II) Loading extension SELinux
[    97.091] (II) Loading extension MIT-SCREEN-SAVER
[    97.091] (II) Loading extension XFree86-VidModeExtension
[    97.091] (II) Loading extension XFree86-DGA
[    97.091] (II) Loading extension DPMS
[    97.091] (II) Loading extension XVideo
[    97.091] (II) Loading extension XVideo-MotionCompensation
[    97.091] (II) Loading extension X-Resource
[    97.092] (II) LoadModule: "dbe"
[    97.092] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    97.095] (II) Module dbe: vendor="X.Org Foundation"
[    97.095]    compiled for 1.9.99.903, module version = 1.0.0
[    97.095]    Module class: X.Org Server Extension
[    97.095]    ABI class: X.Org Server Extension, version 5.0
[    97.095] (II) Loading extension DOUBLE-BUFFER
[    97.095] (II) LoadModule: "glx"
[    97.097] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    97.114] (II) Module glx: vendor="X.Org Foundation"
[    97.114]    compiled for 1.9.99.903, module version = 1.0.0
[    97.114]    ABI class: X.Org Server Extension, version 5.0
[    97.114] (==) AIGLX enabled
[    97.114] (II) Loading extension GLX
[    97.115] (II) LoadModule: "record"
[    97.115] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    97.116] (II) Module record: vendor="X.Org Foundation"
[    97.116]    compiled for 1.9.99.903, module version = 1.13.0
[    97.116]    Module class: X.Org Server Extension
[    97.116]    ABI class: X.Org Server Extension, version 5.0
[    97.116] (II) Loading extension RECORD
[    97.116] (II) LoadModule: "dri"
[    97.116] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    97.141] (II) Module dri: vendor="X.Org Foundation"
[    97.141]    compiled for 1.9.99.903, module version = 1.0.0
[    97.141]    ABI class: X.Org Server Extension, version 5.0
[    97.141] (II) Loading extension XFree86-DRI
[    97.141] (II) LoadModule: "dri2"
[    97.141] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    97.158] (II) Module dri2: vendor="X.Org Foundation"
[    97.158]    compiled for 1.9.99.903, module version = 1.2.0
[    97.158]    ABI class: X.Org Server Extension, version 5.0
[    97.158] (II) Loading extension DRI2
[    97.158] (II) LoadModule: "vesa"
[    97.158] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    97.187] (II) Module vesa: vendor="X.Org Foundation"
[    97.187]    compiled for 1.9.99.903, module version = 2.3.0
[    97.187]    Module class: X.Org Video Driver
[    97.187]    ABI class: X.Org Video Driver, version 10.0
[    97.187] (II) LoadModule: "evdev"
[    97.194] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    97.202] (II) Module evdev: vendor="X.Org Foundation"
[    97.202]    compiled for 1.9.99.902, module version = 2.6.0
[    97.202]    Module class: X.Org XInput Driver
[    97.202]    ABI class: X.Org XInput driver, version 12.2
[    97.202] (II) VESA: driver for VESA chipsets: vesa
[    97.202] (--) using VT number 7

[    97.207] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    97.207] (II) Loading sub module "vbe"
[    97.207] (II) LoadModule: "vbe"
[    97.249] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    97.256] (II) Module vbe: vendor="X.Org Foundation"
[    97.256]    compiled for 1.9.99.903, module version = 1.1.0
[    97.256]    ABI class: X.Org Video Driver, version 10.0
[    97.256] (II) Loading sub module "int10"
[    97.256] (II) LoadModule: "int10"
[    97.256] (II) Loading /usr/lib/xorg/modules/libint10.so
[    97.258] (II) Module int10: vendor="X.Org Foundation"
[    97.258]    compiled for 1.9.99.903, module version = 1.0.0
[    97.258]    ABI class: X.Org Video Driver, version 10.0
[    97.258] (II) VESA(0): initializing int10
[    97.267] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    97.267] (II) VESA(0): VESA BIOS detected
[    97.267] (II) VESA(0): VESA VBE Version 3.0
[    97.267] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    97.267] (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
[    97.267] (II) VESA(0): VESA VBE OEM Software Rev: 9.12
[    97.267] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies 
Inc. 
[    97.267] (II) VESA(0): VESA VBE OEM Product: R580
[    97.267] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[    97.310] (II) VESA(0): Creating default Display subsection in Screen section
        "Default Screen" for depth/fbbpp 24/32
[    97.310] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[    97.310] (==) VESA(0): RGB weight 888
[    97.310] (==) VESA(0): Default visual is TrueColor
[    97.310] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    97.310] (II) Loading sub module "ddc"
[    97.310] (II) LoadModule: "ddc"
[    97.310] (II) Module "ddc" already built-in
[    97.572] (II) VESA(0): VESA VBE DDC supported
[    97.572] (II) VESA(0): VESA VBE DDC Level 2
[    97.572] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    97.827] (II) VESA(0): VESA VBE DDC read successfully
[    97.827] (II) VESA(0): Manufacturer: SAM  Model: 194  Serial#: 1112092985
[    97.827] (II) VESA(0): Year: 2005  Week: 11
[    97.827] (II) VESA(0): EDID Version: 1.3
[    97.827] (II) VESA(0): Digital Display Input
[    97.827] (II) VESA(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    97.827] (II) VESA(0): Gamma: 2.20
[    97.827] (II) VESA(0): DPMS capabilities: Off
[    97.827] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    97.827] (II) VESA(0): First detailed timing is preferred mode
[    97.827] (II) VESA(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[    97.827] (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 
0.329
[    97.827] (II) VESA(0): Supported established timings:
[    97.827] (II) VESA(0): 720x400@70Hz
[    97.827] (II) VESA(0): 640x480@60Hz
[    97.827] (II) VESA(0): 640x480@67Hz
[    97.827] (II) VESA(0): 640x480@72Hz
[    97.827] (II) VESA(0): 640x480@75Hz
[    97.827] (II) VESA(0): 800x600@56Hz
[    97.827] (II) VESA(0): 800x600@60Hz
[    97.827] (II) VESA(0): 800x600@72Hz
[    97.827] (II) VESA(0): 800x600@75Hz
[    97.827] (II) VESA(0): 832x624@75Hz
[    97.827] (II) VESA(0): 1024x768@60Hz
[    97.827] (II) VESA(0): 1024x768@70Hz
[    97.827] (II) VESA(0): 1024x768@75Hz
[    97.827] (II) VESA(0): 1280x1024@75Hz
[    97.827] (II) VESA(0): 1152x864@75Hz
[    97.827] (II) VESA(0): Manufacturer's mask: 0
[    97.827] (II) VESA(0): Supported standard timings:
[    97.827] (II) VESA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    97.827] (II) VESA(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    97.827] (II) VESA(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    97.827] (II) VESA(0): Supported detailed timing:
[    97.827] (II) VESA(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    97.827] (II) VESA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
[    97.827] (II) VESA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
[    97.827] (II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 
kHz, PixClock max 145 MHz
[    97.827] (II) VESA(0): Monitor name: SyncMaster
[    97.827] (II) VESA(0): Serial No: HCJY337580
[    97.827] (II) VESA(0): EDID (in hex):
[    97.827] (II) VESA(0):      00ffffffffffff004c2d940139314942
[    97.827] (II) VESA(0):      0b0f010380261e782ade95a3544c9926
[    97.827] (II) VESA(0):      0f5054bfef8081808140714f01010101
[    97.827] (II) VESA(0):      010101010101302a009851002a403070
[    97.827] (II) VESA(0):      1300782d1100001e000000fd00384b1e
[    97.827] (II) VESA(0):      510e000a202020202020000000fc0053
[    97.827] (II) VESA(0):      796e634d61737465720a2020000000ff
[    97.827] (II) VESA(0):      0048434a593333373538300a202000a2
[    97.827] (II) VESA(0): EDID vendor "SAM", prod id 404
[    97.827] (II) VESA(0): Using EDID range info for horizontal sync
[    97.827] (II) VESA(0): Using EDID range info for vertical refresh
[    97.827] (II) VESA(0): Printing DDC gathered Modelines:
[    97.827] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    97.827] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz)
[    97.827] (II) VESA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz)
[    97.827] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 
481 484 500 -hsync -vsync (37.5 kHz)
[    97.827] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 
489 492 520 -hsync -vsync (37.9 kHz)
[    97.827] (II) VESA(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 
483 486 525 -hsync -vsync (35.0 kHz)
[    97.827] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 
490 492 525 -hsync -vsync (31.5 kHz)
[    97.827] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 
412 414 449 -hsync +vsync (31.5 kHz)
[    97.827] (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    97.827] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312 
 768 769 772 800 +hsync +vsync (60.0 kHz)
[    97.827] (II) VESA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328 
 768 771 777 806 -hsync -vsync (56.5 kHz)
[    97.827] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344 
 768 771 777 806 -hsync -vsync (48.4 kHz)
[    97.828] (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  
624 625 628 667 -hsync -vsync (49.7 kHz)
[    97.828] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz)
[    97.828] (II) VESA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  
600 637 643 666 +hsync +vsync (48.1 kHz)
[    97.828] (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600 
 864 865 868 900 +hsync +vsync (67.5 kHz)
[    97.828] (II) VESA(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800 
 960 961 964 1000 +hsync +vsync (60.0 kHz)
[    97.828] (II) VESA(0): Searching for matching VESA mode(s):
[    97.828] Mode: 100 (640x400)
[    97.828]    ModeAttributes: 0xbb
[    97.828]    WinAAttributes: 0x7
[    97.828]    WinBAttributes: 0x0
[    97.828]    WinGranularity: 64
[    97.828]    WinSize: 64
[    97.828]    WinASegment: 0xa000
[    97.828]    WinBSegment: 0x0
[    97.828]    WinFuncPtr: 0xc0005017
[    97.828]    BytesPerScanline: 640
[    97.828]    XResolution: 640
[    97.828]    YResolution: 400
[    97.828]    XCharSize: 8
[    97.828]    YCharSize: 16
[    97.828]    NumberOfPlanes: 1
[    97.828]    BitsPerPixel: 8
[    97.828]    NumberOfBanks: 1
[    97.828]    MemoryModel: 4
[    97.828]    BankSize: 0
[    97.828]    NumberOfImages: 63
[    97.828]    RedMaskSize: 0
[    97.828]    RedFieldPosition: 0
[    97.828]    GreenMaskSize: 0
[    97.828]    GreenFieldPosition: 0
[    97.828]    BlueMaskSize: 0
[    97.828]    BlueFieldPosition: 0
[    97.828]    RsvdMaskSize: 0
[    97.828]    RsvdFieldPosition: 0
[    97.828]    DirectColorModeInfo: 0
[    97.828]    PhysBasePtr: 0xd0000000
[    97.828]    LinBytesPerScanLine: 640
[    97.828]    BnkNumberOfImagePages: 63
[    97.828]    LinNumberOfImagePages: 63
[    97.828]    LinRedMaskSize: 0
[    97.828]    LinRedFieldPosition: 0
[    97.828]    LinGreenMaskSize: 0
[    97.828]    LinGreenFieldPosition: 0
[    97.828]    LinBlueMaskSize: 0
[    97.828]    LinBlueFieldPosition: 0
[    97.828]    LinRsvdMaskSize: 0
[    97.828]    LinRsvdFieldPosition: 0
[    97.828]    MaxPixelClock: 400000000
[    97.828] Mode: 101 (640x480)
[    97.828]    ModeAttributes: 0xbb
[    97.828]    WinAAttributes: 0x7
[    97.828]    WinBAttributes: 0x0
[    97.828]    WinGranularity: 64
[    97.828]    WinSize: 64
[    97.828]    WinASegment: 0xa000
[    97.828]    WinBSegment: 0x0
[    97.828]    WinFuncPtr: 0xc0005017
[    97.828]    BytesPerScanline: 640
[    97.828]    XResolution: 640
[    97.828]    YResolution: 480
[    97.828]    XCharSize: 8
[    97.828]    YCharSize: 16
[    97.828]    NumberOfPlanes: 1
[    97.828]    BitsPerPixel: 8
[    97.828]    NumberOfBanks: 1
[    97.828]    MemoryModel: 4
[    97.828]    BankSize: 0
[    97.828]    NumberOfImages: 50
[    97.828]    RedMaskSize: 0
[    97.828]    RedFieldPosition: 0
[    97.828]    GreenMaskSize: 0
[    97.828]    GreenFieldPosition: 0
[    97.828]    BlueMaskSize: 0
[    97.828]    BlueFieldPosition: 0
[    97.828]    RsvdMaskSize: 0
[    97.828]    RsvdFieldPosition: 0
[    97.829]    DirectColorModeInfo: 0
[    97.829]    PhysBasePtr: 0xd0000000
[    97.829]    LinBytesPerScanLine: 640
[    97.829]    BnkNumberOfImagePages: 50
[    97.829]    LinNumberOfImagePages: 50
[    97.829]    LinRedMaskSize: 0
[    97.829]    LinRedFieldPosition: 0
[    97.829]    LinGreenMaskSize: 0
[    97.829]    LinGreenFieldPosition: 0
[    97.829]    LinBlueMaskSize: 0
[    97.829]    LinBlueFieldPosition: 0
[    97.829]    LinRsvdMaskSize: 0
[    97.829]    LinRsvdFieldPosition: 0
[    97.829]    MaxPixelClock: 400000000
[    97.829] Mode: 103 (800x600)
[    97.829]    ModeAttributes: 0xbb
[    97.829]    WinAAttributes: 0x7
[    97.829]    WinBAttributes: 0x0
[    97.829]    WinGranularity: 64
[    97.829]    WinSize: 64
[    97.829]    WinASegment: 0xa000
[    97.829]    WinBSegment: 0x0
[    97.829]    WinFuncPtr: 0xc0005017
[    97.829]    BytesPerScanline: 832
[    97.829]    XResolution: 800
[    97.829]    YResolution: 600
[    97.829]    XCharSize: 8
[    97.829]    YCharSize: 14
[    97.829]    NumberOfPlanes: 1
[    97.829]    BitsPerPixel: 8
[    97.829]    NumberOfBanks: 1
[    97.829]    MemoryModel: 4
[    97.829]    BankSize: 0
[    97.829]    NumberOfImages: 31
[    97.829]    RedMaskSize: 0
[    97.829]    RedFieldPosition: 0
[    97.829]    GreenMaskSize: 0
[    97.829]    GreenFieldPosition: 0
[    97.829]    BlueMaskSize: 0
[    97.829]    BlueFieldPosition: 0
[    97.829]    RsvdMaskSize: 0
[    97.829]    RsvdFieldPosition: 0
[    97.829]    DirectColorModeInfo: 0
[    97.829]    PhysBasePtr: 0xd0000000
[    97.829]    LinBytesPerScanLine: 832
[    97.829]    BnkNumberOfImagePages: 31
[    97.829]    LinNumberOfImagePages: 31
[    97.829]    LinRedMaskSize: 0
[    97.829]    LinRedFieldPosition: 0
[    97.829]    LinGreenMaskSize: 0
[    97.829]    LinGreenFieldPosition: 0
[    97.829]    LinBlueMaskSize: 0
[    97.829]    LinBlueFieldPosition: 0
[    97.829]    LinRsvdMaskSize: 0
[    97.829]    LinRsvdFieldPosition: 0
[    97.829]    MaxPixelClock: 400000000
[    97.829] Mode: 105 (1024x768)
[    97.829]    ModeAttributes: 0xbb
[    97.829]    WinAAttributes: 0x7
[    97.829]    WinBAttributes: 0x0
[    97.829]    WinGranularity: 64
[    97.829]    WinSize: 64
[    97.829]    WinASegment: 0xa000
[    97.829]    WinBSegment: 0x0
[    97.829]    WinFuncPtr: 0xc0005017
[    97.829]    BytesPerScanline: 1024
[    97.829]    XResolution: 1024
[    97.829]    YResolution: 768
[    97.829]    XCharSize: 8
[    97.829]    YCharSize: 16
[    97.829]    NumberOfPlanes: 1
[    97.829]    BitsPerPixel: 8
[    97.829]    NumberOfBanks: 1
[    97.829]    MemoryModel: 4
[    97.829]    BankSize: 0
[    97.829]    NumberOfImages: 18
[    97.829]    RedMaskSize: 0
[    97.829]    RedFieldPosition: 0
[    97.829]    GreenMaskSize: 0
[    97.830]    GreenFieldPosition: 0
[    97.830]    BlueMaskSize: 0
[    97.830]    BlueFieldPosition: 0
[    97.830]    RsvdMaskSize: 0
[    97.830]    RsvdFieldPosition: 0
[    97.830]    DirectColorModeInfo: 0
[    97.830]    PhysBasePtr: 0xd0000000
[    97.830]    LinBytesPerScanLine: 1024
[    97.830]    BnkNumberOfImagePages: 18
[    97.830]    LinNumberOfImagePages: 18
[    97.830]    LinRedMaskSize: 0
[    97.830]    LinRedFieldPosition: 0
[    97.830]    LinGreenMaskSize: 0
[    97.830]    LinGreenFieldPosition: 0
[    97.830]    LinBlueMaskSize: 0
[    97.830]    LinBlueFieldPosition: 0
[    97.830]    LinRsvdMaskSize: 0
[    97.830]    LinRsvdFieldPosition: 0
[    97.830]    MaxPixelClock: 400000000
[    97.830] Mode: 107 (1280x1024)
[    97.830]    ModeAttributes: 0xbb
[    97.830]    WinAAttributes: 0x7
[    97.830]    WinBAttributes: 0x0
[    97.830]    WinGranularity: 64
[    97.830]    WinSize: 64
[    97.830]    WinASegment: 0xa000
[    97.830]    WinBSegment: 0x0
[    97.830]    WinFuncPtr: 0xc0005017
[    97.830]    BytesPerScanline: 1280
[    97.830]    XResolution: 1280
[    97.830]    YResolution: 1024
[    97.830]    XCharSize: 8
[    97.830]    YCharSize: 16
[    97.830]    NumberOfPlanes: 1
[    97.830]    BitsPerPixel: 8
[    97.830]    NumberOfBanks: 1
[    97.830]    MemoryModel: 4
[    97.830]    BankSize: 0
[    97.830]    NumberOfImages: 11
[    97.830]    RedMaskSize: 0
[    97.830]    RedFieldPosition: 0
[    97.830]    GreenMaskSize: 0
[    97.830]    GreenFieldPosition: 0
[    97.830]    BlueMaskSize: 0
[    97.830]    BlueFieldPosition: 0
[    97.830]    RsvdMaskSize: 0
[    97.830]    RsvdFieldPosition: 0
[    97.830]    DirectColorModeInfo: 0
[    97.830]    PhysBasePtr: 0xd0000000
[    97.830]    LinBytesPerScanLine: 1280
[    97.830]    BnkNumberOfImagePages: 11
[    97.830]    LinNumberOfImagePages: 11
[    97.830]    LinRedMaskSize: 0
[    97.830]    LinRedFieldPosition: 0
[    97.830]    LinGreenMaskSize: 0
[    97.830]    LinGreenFieldPosition: 0
[    97.830]    LinBlueMaskSize: 0
[    97.830]    LinBlueFieldPosition: 0
[    97.830]    LinRsvdMaskSize: 0
[    97.830]    LinRsvdFieldPosition: 0
[    97.830]    MaxPixelClock: 400000000
[    97.830] Mode: 110 (640x480)
[    97.830]    ModeAttributes: 0xbb
[    97.830]    WinAAttributes: 0x7
[    97.830]    WinBAttributes: 0x0
[    97.830]    WinGranularity: 64
[    97.830]    WinSize: 64
[    97.830]    WinASegment: 0xa000
[    97.830]    WinBSegment: 0x0
[    97.830]    WinFuncPtr: 0xc0005017
[    97.830]    BytesPerScanline: 1280
[    97.830]    XResolution: 640
[    97.830]    YResolution: 480
[    97.830]    XCharSize: 8
[    97.830]    YCharSize: 16
[    97.830]    NumberOfPlanes: 1
[    97.830]    BitsPerPixel: 16
[    97.831]    NumberOfBanks: 1
[    97.831]    MemoryModel: 6
[    97.831]    BankSize: 0
[    97.831]    NumberOfImages: 24
[    97.831]    RedMaskSize: 5
[    97.831]    RedFieldPosition: 10
[    97.831]    GreenMaskSize: 5
[    97.831]    GreenFieldPosition: 5
[    97.831]    BlueMaskSize: 5
[    97.831]    BlueFieldPosition: 0
[    97.831]    RsvdMaskSize: 0
[    97.831]    RsvdFieldPosition: 0
[    97.831]    DirectColorModeInfo: 0
[    97.831]    PhysBasePtr: 0xd0000000
[    97.831]    LinBytesPerScanLine: 1280
[    97.831]    BnkNumberOfImagePages: 24
[    97.831]    LinNumberOfImagePages: 24
[    97.831]    LinRedMaskSize: 5
[    97.831]    LinRedFieldPosition: 10
[    97.831]    LinGreenMaskSize: 5
[    97.831]    LinGreenFieldPosition: 5
[    97.831]    LinBlueMaskSize: 5
[    97.831]    LinBlueFieldPosition: 0
[    97.831]    LinRsvdMaskSize: 0
[    97.831]    LinRsvdFieldPosition: 0
[    97.831]    MaxPixelClock: 400000000
[    97.831] Mode: 111 (640x480)
[    97.831]    ModeAttributes: 0xbb
[    97.831]    WinAAttributes: 0x7
[    97.831]    WinBAttributes: 0x0
[    97.831]    WinGranularity: 64
[    97.831]    WinSize: 64
[    97.831]    WinASegment: 0xa000
[    97.831]    WinBSegment: 0x0
[    97.831]    WinFuncPtr: 0xc0005017
[    97.831]    BytesPerScanline: 1280
[    97.831]    XResolution: 640
[    97.831]    YResolution: 480
[    97.831]    XCharSize: 8
[    97.831]    YCharSize: 16
[    97.831]    NumberOfPlanes: 1
[    97.831]    BitsPerPixel: 16
[    97.831]    NumberOfBanks: 1
[    97.831]    MemoryModel: 6
[    97.831]    BankSize: 0
[    97.831]    NumberOfImages: 24
[    97.831]    RedMaskSize: 5
[    97.831]    RedFieldPosition: 11
[    97.831]    GreenMaskSize: 6
[    97.831]    GreenFieldPosition: 5
[    97.831]    BlueMaskSize: 5
[    97.831]    BlueFieldPosition: 0
[    97.831]    RsvdMaskSize: 0
[    97.831]    RsvdFieldPosition: 0
[    97.831]    DirectColorModeInfo: 0
[    97.831]    PhysBasePtr: 0xd0000000
[    97.831]    LinBytesPerScanLine: 1280
[    97.831]    BnkNumberOfImagePages: 24
[    97.831]    LinNumberOfImagePages: 24
[    97.831]    LinRedMaskSize: 5
[    97.831]    LinRedFieldPosition: 11
[    97.831]    LinGreenMaskSize: 6
[    97.831]    LinGreenFieldPosition: 5
[    97.831]    LinBlueMaskSize: 5
[    97.831]    LinBlueFieldPosition: 0
[    97.831]    LinRsvdMaskSize: 0
[    97.831]    LinRsvdFieldPosition: 0
[    97.831]    MaxPixelClock: 400000000
[    97.831] *Mode: 112 (640x480)
[    97.831]    ModeAttributes: 0xbb
[    97.831]    WinAAttributes: 0x7
[    97.831]    WinBAttributes: 0x0
[    97.831]    WinGranularity: 64
[    97.831]    WinSize: 64
[    97.831]    WinASegment: 0xa000
[    97.831]    WinBSegment: 0x0
[    97.831]    WinFuncPtr: 0xc0005017
[    97.831]    BytesPerScanline: 2560
[    97.831]    XResolution: 640
[    97.831]    YResolution: 480
[    97.831]    XCharSize: 8
[    97.832]    YCharSize: 16
[    97.832]    NumberOfPlanes: 1
[    97.832]    BitsPerPixel: 32
[    97.832]    NumberOfBanks: 1
[    97.832]    MemoryModel: 6
[    97.832]    BankSize: 0
[    97.832]    NumberOfImages: 12
[    97.832]    RedMaskSize: 8
[    97.832]    RedFieldPosition: 16
[    97.832]    GreenMaskSize: 8
[    97.832]    GreenFieldPosition: 8
[    97.832]    BlueMaskSize: 8
[    97.832]    BlueFieldPosition: 0
[    97.832]    RsvdMaskSize: 0
[    97.832]    RsvdFieldPosition: 0
[    97.832]    DirectColorModeInfo: 0
[    97.832]    PhysBasePtr: 0xd0000000
[    97.832]    LinBytesPerScanLine: 2560
[    97.832]    BnkNumberOfImagePages: 12
[    97.832]    LinNumberOfImagePages: 12
[    97.832]    LinRedMaskSize: 8
[    97.832]    LinRedFieldPosition: 16
[    97.832]    LinGreenMaskSize: 8
[    97.832]    LinGreenFieldPosition: 8
[    97.832]    LinBlueMaskSize: 8
[    97.832]    LinBlueFieldPosition: 0
[    97.832]    LinRsvdMaskSize: 0
[    97.832]    LinRsvdFieldPosition: 0
[    97.832]    MaxPixelClock: 400000000
[    97.832] Mode: 113 (800x600)
[    97.832]    ModeAttributes: 0xbb
[    97.832]    WinAAttributes: 0x7
[    97.832]    WinBAttributes: 0x0
[    97.832]    WinGranularity: 64
[    97.832]    WinSize: 64
[    97.832]    WinASegment: 0xa000
[    97.832]    WinBSegment: 0x0
[    97.832]    WinFuncPtr: 0xc0005017
[    97.832]    BytesPerScanline: 1600
[    97.832]    XResolution: 800
[    97.832]    YResolution: 600
[    97.832]    XCharSize: 8
[    97.832]    YCharSize: 14
[    97.832]    NumberOfPlanes: 1
[    97.832]    BitsPerPixel: 16
[    97.832]    NumberOfBanks: 1
[    97.832]    MemoryModel: 6
[    97.832]    BankSize: 0
[    97.832]    NumberOfImages: 16
[    97.832]    RedMaskSize: 5
[    97.832]    RedFieldPosition: 10
[    97.832]    GreenMaskSize: 5
[    97.832]    GreenFieldPosition: 5
[    97.832]    BlueMaskSize: 5
[    97.832]    BlueFieldPosition: 0
[    97.832]    RsvdMaskSize: 0
[    97.832]    RsvdFieldPosition: 0
[    97.832]    DirectColorModeInfo: 0
[    97.832]    PhysBasePtr: 0xd0000000
[    97.832]    LinBytesPerScanLine: 1600
[    97.832]    BnkNumberOfImagePages: 16
[    97.832]    LinNumberOfImagePages: 16
[    97.832]    LinRedMaskSize: 5
[    97.832]    LinRedFieldPosition: 10
[    97.832]    LinGreenMaskSize: 5
[    97.832]    LinGreenFieldPosition: 5
[    97.832]    LinBlueMaskSize: 5
[    97.832]    LinBlueFieldPosition: 0
[    97.832]    LinRsvdMaskSize: 0
[    97.832]    LinRsvdFieldPosition: 0
[    97.832]    MaxPixelClock: 400000000
[    97.832] Mode: 114 (800x600)
[    97.832]    ModeAttributes: 0xbb
[    97.832]    WinAAttributes: 0x7
[    97.832]    WinBAttributes: 0x0
[    97.832]    WinGranularity: 64
[    97.833]    WinSize: 64
[    97.833]    WinASegment: 0xa000
[    97.833]    WinBSegment: 0x0
[    97.833]    WinFuncPtr: 0xc0005017
[    97.833]    BytesPerScanline: 1600
[    97.833]    XResolution: 800
[    97.833]    YResolution: 600
[    97.833]    XCharSize: 8
[    97.833]    YCharSize: 14
[    97.833]    NumberOfPlanes: 1
[    97.833]    BitsPerPixel: 16
[    97.833]    NumberOfBanks: 1
[    97.833]    MemoryModel: 6
[    97.833]    BankSize: 0
[    97.833]    NumberOfImages: 16
[    97.833]    RedMaskSize: 5
[    97.833]    RedFieldPosition: 11
[    97.833]    GreenMaskSize: 6
[    97.833]    GreenFieldPosition: 5
[    97.833]    BlueMaskSize: 5
[    97.833]    BlueFieldPosition: 0
[    97.833]    RsvdMaskSize: 0
[    97.833]    RsvdFieldPosition: 0
[    97.833]    DirectColorModeInfo: 0
[    97.833]    PhysBasePtr: 0xd0000000
[    97.833]    LinBytesPerScanLine: 1600
[    97.833]    BnkNumberOfImagePages: 16
[    97.833]    LinNumberOfImagePages: 16
[    97.833]    LinRedMaskSize: 5
[    97.833]    LinRedFieldPosition: 11
[    97.833]    LinGreenMaskSize: 6
[    97.833]    LinGreenFieldPosition: 5
[    97.833]    LinBlueMaskSize: 5
[    97.833]    LinBlueFieldPosition: 0
[    97.833]    LinRsvdMaskSize: 0
[    97.833]    LinRsvdFieldPosition: 0
[    97.833]    MaxPixelClock: 400000000
[    97.833] *Mode: 115 (800x600)
[    97.833]    ModeAttributes: 0xbb
[    97.833]    WinAAttributes: 0x7
[    97.833]    WinBAttributes: 0x0
[    97.833]    WinGranularity: 64
[    97.833]    WinSize: 64
[    97.833]    WinASegment: 0xa000
[    97.833]    WinBSegment: 0x0
[    97.833]    WinFuncPtr: 0xc0005017
[    97.833]    BytesPerScanline: 3200
[    97.833]    XResolution: 800
[    97.833]    YResolution: 600
[    97.833]    XCharSize: 8
[    97.833]    YCharSize: 14
[    97.833]    NumberOfPlanes: 1
[    97.833]    BitsPerPixel: 32
[    97.833]    NumberOfBanks: 1
[    97.833]    MemoryModel: 6
[    97.833]    BankSize: 0
[    97.833]    NumberOfImages: 7
[    97.833]    RedMaskSize: 8
[    97.833]    RedFieldPosition: 16
[    97.833]    GreenMaskSize: 8
[    97.833]    GreenFieldPosition: 8
[    97.833]    BlueMaskSize: 8
[    97.833]    BlueFieldPosition: 0
[    97.833]    RsvdMaskSize: 0
[    97.833]    RsvdFieldPosition: 0
[    97.833]    DirectColorModeInfo: 0
[    97.833]    PhysBasePtr: 0xd0000000
[    97.833]    LinBytesPerScanLine: 3200
[    97.833]    BnkNumberOfImagePages: 7
[    97.833]    LinNumberOfImagePages: 7
[    97.833]    LinRedMaskSize: 8
[    97.833]    LinRedFieldPosition: 16
[    97.833]    LinGreenMaskSize: 8
[    97.833]    LinGreenFieldPosition: 8
[    97.833]    LinBlueMaskSize: 8
[    97.833]    LinBlueFieldPosition: 0
[    97.833]    LinRsvdMaskSize: 0
[    97.833]    LinRsvdFieldPosition: 0
[    97.833]    MaxPixelClock: 400000000
[    97.834] Mode: 116 (1024x768)
[    97.834]    ModeAttributes: 0xbb
[    97.834]    WinAAttributes: 0x7
[    97.834]    WinBAttributes: 0x0
[    97.834]    WinGranularity: 64
[    97.834]    WinSize: 64
[    97.834]    WinASegment: 0xa000
[    97.834]    WinBSegment: 0x0
[    97.834]    WinFuncPtr: 0xc0005017
[    97.834]    BytesPerScanline: 2048
[    97.834]    XResolution: 1024
[    97.834]    YResolution: 768
[    97.834]    XCharSize: 8
[    97.834]    YCharSize: 16
[    97.834]    NumberOfPlanes: 1
[    97.834]    BitsPerPixel: 16
[    97.834]    NumberOfBanks: 1
[    97.834]    MemoryModel: 6
[    97.834]    BankSize: 0
[    97.834]    NumberOfImages: 9
[    97.834]    RedMaskSize: 5
[    97.834]    RedFieldPosition: 10
[    97.834]    GreenMaskSize: 5
[    97.834]    GreenFieldPosition: 5
[    97.834]    BlueMaskSize: 5
[    97.834]    BlueFieldPosition: 0
[    97.834]    RsvdMaskSize: 0
[    97.834]    RsvdFieldPosition: 0
[    97.834]    DirectColorModeInfo: 0
[    97.834]    PhysBasePtr: 0xd0000000
[    97.834]    LinBytesPerScanLine: 2048
[    97.834]    BnkNumberOfImagePages: 9
[    97.834]    LinNumberOfImagePages: 9
[    97.834]    LinRedMaskSize: 5
[    97.834]    LinRedFieldPosition: 10
[    97.834]    LinGreenMaskSize: 5
[    97.834]    LinGreenFieldPosition: 5
[    97.834]    LinBlueMaskSize: 5
[    97.834]    LinBlueFieldPosition: 0
[    97.834]    LinRsvdMaskSize: 0
[    97.834]    LinRsvdFieldPosition: 0
[    97.834]    MaxPixelClock: 400000000
[    97.834] Mode: 117 (1024x768)
[    97.834]    ModeAttributes: 0xbb
[    97.834]    WinAAttributes: 0x7
[    97.834]    WinBAttributes: 0x0
[    97.834]    WinGranularity: 64
[    97.834]    WinSize: 64
[    97.834]    WinASegment: 0xa000
[    97.834]    WinBSegment: 0x0
[    97.834]    WinFuncPtr: 0xc0005017
[    97.834]    BytesPerScanline: 2048
[    97.834]    XResolution: 1024
[    97.834]    YResolution: 768
[    97.834]    XCharSize: 8
[    97.834]    YCharSize: 16
[    97.834]    NumberOfPlanes: 1
[    97.834]    BitsPerPixel: 16
[    97.834]    NumberOfBanks: 1
[    97.834]    MemoryModel: 6
[    97.834]    BankSize: 0
[    97.834]    NumberOfImages: 9
[    97.834]    RedMaskSize: 5
[    97.834]    RedFieldPosition: 11
[    97.834]    GreenMaskSize: 6
[    97.834]    GreenFieldPosition: 5
[    97.834]    BlueMaskSize: 5
[    97.834]    BlueFieldPosition: 0
[    97.834]    RsvdMaskSize: 0
[    97.834]    RsvdFieldPosition: 0
[    97.834]    DirectColorModeInfo: 0
[    97.834]    PhysBasePtr: 0xd0000000
[    97.834]    LinBytesPerScanLine: 2048
[    97.834]    BnkNumberOfImagePages: 9
[    97.834]    LinNumberOfImagePages: 9
[    97.834]    LinRedMaskSize: 5
[    97.834]    LinRedFieldPosition: 11
[    97.834]    LinGreenMaskSize: 6
[    97.834]    LinGreenFieldPosition: 5
[    97.834]    LinBlueMaskSize: 5
[    97.834]    LinBlueFieldPosition: 0
[    97.834]    LinRsvdMaskSize: 0
[    97.834]    LinRsvdFieldPosition: 0
[    97.834]    MaxPixelClock: 400000000
[    97.835] *Mode: 118 (1024x768)
[    97.835]    ModeAttributes: 0xbb
[    97.835]    WinAAttributes: 0x7
[    97.835]    WinBAttributes: 0x0
[    97.835]    WinGranularity: 64
[    97.835]    WinSize: 64
[    97.835]    WinASegment: 0xa000
[    97.835]    WinBSegment: 0x0
[    97.835]    WinFuncPtr: 0xc0005017
[    97.835]    BytesPerScanline: 4096
[    97.835]    XResolution: 1024
[    97.835]    YResolution: 768
[    97.835]    XCharSize: 8
[    97.835]    YCharSize: 16
[    97.835]    NumberOfPlanes: 1
[    97.835]    BitsPerPixel: 32
[    97.835]    NumberOfBanks: 1
[    97.835]    MemoryModel: 6
[    97.835]    BankSize: 0
[    97.835]    NumberOfImages: 4
[    97.835]    RedMaskSize: 8
[    97.835]    RedFieldPosition: 16
[    97.835]    GreenMaskSize: 8
[    97.835]    GreenFieldPosition: 8
[    97.835]    BlueMaskSize: 8
[    97.835]    BlueFieldPosition: 0
[    97.835]    RsvdMaskSize: 0
[    97.835]    RsvdFieldPosition: 0
[    97.835]    DirectColorModeInfo: 0
[    97.835]    PhysBasePtr: 0xd0000000
[    97.835]    LinBytesPerScanLine: 4096
[    97.835]    BnkNumberOfImagePages: 4
[    97.835]    LinNumberOfImagePages: 4
[    97.835]    LinRedMaskSize: 8
[    97.835]    LinRedFieldPosition: 16
[    97.835]    LinGreenMaskSize: 8
[    97.835]    LinGreenFieldPosition: 8
[    97.835]    LinBlueMaskSize: 8
[    97.835]    LinBlueFieldPosition: 0
[    97.835]    LinRsvdMaskSize: 0
[    97.835]    LinRsvdFieldPosition: 0
[    97.835]    MaxPixelClock: 400000000
[    97.835] Mode: 119 (1280x1024)
[    97.835]    ModeAttributes: 0xbb
[    97.835]    WinAAttributes: 0x7
[    97.835]    WinBAttributes: 0x0
[    97.835]    WinGranularity: 64
[    97.835]    WinSize: 64
[    97.835]    WinASegment: 0xa000
[    97.835]    WinBSegment: 0x0
[    97.835]    WinFuncPtr: 0xc0005017
[    97.835]    BytesPerScanline: 2560
[    97.835]    XResolution: 1280
[    97.835]    YResolution: 1024
[    97.835]    XCharSize: 8
[    97.835]    YCharSize: 16
[    97.835]    NumberOfPlanes: 1
[    97.835]    BitsPerPixel: 16
[    97.835]    NumberOfBanks: 1
[    97.835]    MemoryModel: 6
[    97.835]    BankSize: 0
[    97.835]    NumberOfImages: 5
[    97.835]    RedMaskSize: 5
[    97.835]    RedFieldPosition: 10
[    97.835]    GreenMaskSize: 5
[    97.835]    GreenFieldPosition: 5
[    97.835]    BlueMaskSize: 5
[    97.835]    BlueFieldPosition: 0
[    97.835]    RsvdMaskSize: 0
[    97.835]    RsvdFieldPosition: 0
[    97.835]    DirectColorModeInfo: 0
[    97.835]    PhysBasePtr: 0xd0000000
[    97.835]    LinBytesPerScanLine: 2560
[    97.835]    BnkNumberOfImagePages: 5
[    97.835]    LinNumberOfImagePages: 5
[    97.835]    LinRedMaskSize: 5
[    97.835]    LinRedFieldPosition: 10
[    97.835]    LinGreenMaskSize: 5
[    97.835]    LinGreenFieldPosition: 5
[    97.835]    LinBlueMaskSize: 5
[    97.835]    LinBlueFieldPosition: 0
[    97.835]    LinRsvdMaskSize: 0
[    97.835]    LinRsvdFieldPosition: 0
[    97.835]    MaxPixelClock: 400000000
[    97.836] Mode: 11a (1280x1024)
[    97.836]    ModeAttributes: 0xbb
[    97.836]    WinAAttributes: 0x7
[    97.836]    WinBAttributes: 0x0
[    97.836]    WinGranularity: 64
[    97.836]    WinSize: 64
[    97.836]    WinASegment: 0xa000
[    97.836]    WinBSegment: 0x0
[    97.836]    WinFuncPtr: 0xc0005017
[    97.836]    BytesPerScanline: 2560
[    97.836]    XResolution: 1280
[    97.836]    YResolution: 1024
[    97.836]    XCharSize: 8
[    97.836]    YCharSize: 16
[    97.836]    NumberOfPlanes: 1
[    97.836]    BitsPerPixel: 16
[    97.836]    NumberOfBanks: 1
[    97.836]    MemoryModel: 6
[    97.836]    BankSize: 0
[    97.836]    NumberOfImages: 5
[    97.836]    RedMaskSize: 5
[    97.836]    RedFieldPosition: 11
[    97.836]    GreenMaskSize: 6
[    97.836]    GreenFieldPosition: 5
[    97.836]    BlueMaskSize: 5
[    97.836]    BlueFieldPosition: 0
[    97.836]    RsvdMaskSize: 0
[    97.836]    RsvdFieldPosition: 0
[    97.836]    DirectColorModeInfo: 0
[    97.836]    PhysBasePtr: 0xd0000000
[    97.836]    LinBytesPerScanLine: 2560
[    97.836]    BnkNumberOfImagePages: 5
[    97.836]    LinNumberOfImagePages: 5
[    97.836]    LinRedMaskSize: 5
[    97.836]    LinRedFieldPosition: 11
[    97.836]    LinGreenMaskSize: 6
[    97.836]    LinGreenFieldPosition: 5
[    97.836]    LinBlueMaskSize: 5
[    97.836]    LinBlueFieldPosition: 0
[    97.836]    LinRsvdMaskSize: 0
[    97.836]    LinRsvdFieldPosition: 0
[    97.836]    MaxPixelClock: 400000000
[    97.836] *Mode: 11b (1280x1024)
[    97.836]    ModeAttributes: 0xbb
[    97.836]    WinAAttributes: 0x7
[    97.836]    WinBAttributes: 0x0
[    97.836]    WinGranularity: 64
[    97.836]    WinSize: 64
[    97.836]    WinASegment: 0xa000
[    97.836]    WinBSegment: 0x0
[    97.836]    WinFuncPtr: 0xc0005017
[    97.836]    BytesPerScanline: 5120
[    97.836]    XResolution: 1280
[    97.836]    YResolution: 1024
[    97.836]    XCharSize: 8
[    97.836]    YCharSize: 16
[    97.836]    NumberOfPlanes: 1
[    97.836]    BitsPerPixel: 32
[    97.836]    NumberOfBanks: 1
[    97.836]    MemoryModel: 6
[    97.836]    BankSize: 0
[    97.836]    NumberOfImages: 2
[    97.836]    RedMaskSize: 8
[    97.836]    RedFieldPosition: 16
[    97.836]    GreenMaskSize: 8
[    97.836]    GreenFieldPosition: 8
[    97.836]    BlueMaskSize: 8
[    97.836]    BlueFieldPosition: 0
[    97.836]    RsvdMaskSize: 0
[    97.836]    RsvdFieldPosition: 0
[    97.836]    DirectColorModeInfo: 0
[    97.836]    PhysBasePtr: 0xd0000000
[    97.836]    LinBytesPerScanLine: 5120
[    97.836]    BnkNumberOfImagePages: 2
[    97.836]    LinNumberOfImagePages: 2
[    97.836]    LinRedMaskSize: 8
[    97.837]    LinRedFieldPosition: 16
[    97.837]    LinGreenMaskSize: 8
[    97.837]    LinGreenFieldPosition: 8
[    97.837]    LinBlueMaskSize: 8
[    97.837]    LinBlueFieldPosition: 0
[    97.837]    LinRsvdMaskSize: 0
[    97.837]    LinRsvdFieldPosition: 0
[    97.837]    MaxPixelClock: 400000000
[    97.837] Mode: 10d (320x200)
[    97.837]    ModeAttributes: 0xbb
[    97.837]    WinAAttributes: 0x7
[    97.837]    WinBAttributes: 0x0
[    97.837]    WinGranularity: 64
[    97.837]    WinSize: 64
[    97.837]    WinASegment: 0xa000
[    97.837]    WinBSegment: 0x0
[    97.837]    WinFuncPtr: 0xc0005017
[    97.837]    BytesPerScanline: 640
[    97.837]    XResolution: 320
[    97.837]    YResolution: 200
[    97.837]    XCharSize: 8
[    97.837]    YCharSize: 8
[    97.837]    NumberOfPlanes: 1
[    97.837]    BitsPerPixel: 16
[    97.837]    NumberOfBanks: 1
[    97.837]    MemoryModel: 6
[    97.837]    BankSize: 0
[    97.837]    NumberOfImages: 127
[    97.837]    RedMaskSize: 5
[    97.837]    RedFieldPosition: 10
[    97.837]    GreenMaskSize: 5
[    97.837]    GreenFieldPosition: 5
[    97.837]    BlueMaskSize: 5
[    97.837]    BlueFieldPosition: 0
[    97.837]    RsvdMaskSize: 0
[    97.837]    RsvdFieldPosition: 0
[    97.837]    DirectColorModeInfo: 0
[    97.837]    PhysBasePtr: 0xd0000000
[    97.837]    LinBytesPerScanLine: 640
[    97.837]    BnkNumberOfImagePages: 127
[    97.837]    LinNumberOfImagePages: 127
[    97.837]    LinRedMaskSize: 5
[    97.837]    LinRedFieldPosition: 10
[    97.837]    LinGreenMaskSize: 5
[    97.837]    LinGreenFieldPosition: 5
[    97.837]    LinBlueMaskSize: 5
[    97.837]    LinBlueFieldPosition: 0
[    97.837]    LinRsvdMaskSize: 0
[    97.837]    LinRsvdFieldPosition: 0
[    97.837]    MaxPixelClock: 400000000
[    97.837] Mode: 10e (320x200)
[    97.837]    ModeAttributes: 0xbb
[    97.837]    WinAAttributes: 0x7
[    97.837]    WinBAttributes: 0x0
[    97.837]    WinGranularity: 64
[    97.837]    WinSize: 64
[    97.837]    WinASegment: 0xa000
[    97.837]    WinBSegment: 0x0
[    97.837]    WinFuncPtr: 0xc0005017
[    97.837]    BytesPerScanline: 640
[    97.837]    XResolution: 320
[    97.837]    YResolution: 200
[    97.837]    XCharSize: 8
[    97.837]    YCharSize: 8
[    97.837]    NumberOfPlanes: 1
[    97.837]    BitsPerPixel: 16
[    97.837]    NumberOfBanks: 1
[    97.837]    MemoryModel: 6
[    97.837]    BankSize: 0
[    97.837]    NumberOfImages: 127
[    97.837]    RedMaskSize: 5
[    97.837]    RedFieldPosition: 11
[    97.837]    GreenMaskSize: 6
[    97.837]    GreenFieldPosition: 5
[    97.837]    BlueMaskSize: 5
[    97.837]    BlueFieldPosition: 0
[    97.837]    RsvdMaskSize: 0
[    97.838]    RsvdFieldPosition: 0
[    97.838]    DirectColorModeInfo: 0
[    97.838]    PhysBasePtr: 0xd0000000
[    97.838]    LinBytesPerScanLine: 640
[    97.838]    BnkNumberOfImagePages: 127
[    97.838]    LinNumberOfImagePages: 127
[    97.838]    LinRedMaskSize: 5
[    97.838]    LinRedFieldPosition: 11
[    97.838]    LinGreenMaskSize: 6
[    97.838]    LinGreenFieldPosition: 5
[    97.838]    LinBlueMaskSize: 5
[    97.838]    LinBlueFieldPosition: 0
[    97.838]    LinRsvdMaskSize: 0
[    97.838]    LinRsvdFieldPosition: 0
[    97.838]    MaxPixelClock: 400000000
[    97.838] *Mode: 10f (320x200)
[    97.838]    ModeAttributes: 0xbb
[    97.838]    WinAAttributes: 0x7
[    97.838]    WinBAttributes: 0x0
[    97.838]    WinGranularity: 64
[    97.838]    WinSize: 64
[    97.838]    WinASegment: 0xa000
[    97.838]    WinBSegment: 0x0
[    97.838]    WinFuncPtr: 0xc0005017
[    97.838]    BytesPerScanline: 1280
[    97.838]    XResolution: 320
[    97.838]    YResolution: 200
[    97.838]    XCharSize: 8
[    97.838]    YCharSize: 8
[    97.838]    NumberOfPlanes: 1
[    97.838]    BitsPerPixel: 32
[    97.838]    NumberOfBanks: 1
[    97.838]    MemoryModel: 6
[    97.838]    BankSize: 0
[    97.838]    NumberOfImages: 63
[    97.838]    RedMaskSize: 8
[    97.838]    RedFieldPosition: 16
[    97.838]    GreenMaskSize: 8
[    97.838]    GreenFieldPosition: 8
[    97.838]    BlueMaskSize: 8
[    97.838]    BlueFieldPosition: 0
[    97.838]    RsvdMaskSize: 0
[    97.838]    RsvdFieldPosition: 0
[    97.838]    DirectColorModeInfo: 0
[    97.838]    PhysBasePtr: 0xd0000000
[    97.838]    LinBytesPerScanLine: 1280
[    97.838]    BnkNumberOfImagePages: 63
[    97.838]    LinNumberOfImagePages: 63
[    97.838]    LinRedMaskSize: 8
[    97.838]    LinRedFieldPosition: 16
[    97.838]    LinGreenMaskSize: 8
[    97.838]    LinGreenFieldPosition: 8
[    97.838]    LinBlueMaskSize: 8
[    97.838]    LinBlueFieldPosition: 0
[    97.838]    LinRsvdMaskSize: 0
[    97.838]    LinRsvdFieldPosition: 0
[    97.838]    MaxPixelClock: 400000000
[    97.838] *Mode: 120 (320x200)
[    97.838]    ModeAttributes: 0xbb
[    97.838]    WinAAttributes: 0x7
[    97.838]    WinBAttributes: 0x0
[    97.838]    WinGranularity: 64
[    97.838]    WinSize: 64
[    97.838]    WinASegment: 0xa000
[    97.838]    WinBSegment: 0x0
[    97.838]    WinFuncPtr: 0xc0005017
[    97.838]    BytesPerScanline: 1280
[    97.838]    XResolution: 320
[    97.838]    YResolution: 200
[    97.838]    XCharSize: 8
[    97.838]    YCharSize: 8
[    97.838]    NumberOfPlanes: 1
[    97.838]    BitsPerPixel: 32
[    97.838]    NumberOfBanks: 1
[    97.838]    MemoryModel: 6
[    97.839]    BankSize: 0
[    97.839]    NumberOfImages: 63
[    97.839]    RedMaskSize: 8
[    97.839]    RedFieldPosition: 16
[    97.839]    GreenMaskSize: 8
[    97.839]    GreenFieldPosition: 8
[    97.839]    BlueMaskSize: 8
[    97.839]    BlueFieldPosition: 0
[    97.839]    RsvdMaskSize: 0
[    97.839]    RsvdFieldPosition: 0
[    97.839]    DirectColorModeInfo: 0
[    97.839]    PhysBasePtr: 0xd0000000
[    97.839]    LinBytesPerScanLine: 1280
[    97.839]    BnkNumberOfImagePages: 63
[    97.839]    LinNumberOfImagePages: 63
[    97.839]    LinRedMaskSize: 8
[    97.839]    LinRedFieldPosition: 16
[    97.839]    LinGreenMaskSize: 8
[    97.839]    LinGreenFieldPosition: 8
[    97.839]    LinBlueMaskSize: 8
[    97.839]    LinBlueFieldPosition: 0
[    97.839]    LinRsvdMaskSize: 0
[    97.839]    LinRsvdFieldPosition: 0
[    97.839]    MaxPixelClock: 400000000
[    97.839] Mode: 193 (320x240)
[    97.839]    ModeAttributes: 0xbb
[    97.839]    WinAAttributes: 0x7
[    97.839]    WinBAttributes: 0x0
[    97.839]    WinGranularity: 64
[    97.839]    WinSize: 64
[    97.839]    WinASegment: 0xa000
[    97.839]    WinBSegment: 0x0
[    97.839]    WinFuncPtr: 0xc0005017
[    97.839]    BytesPerScanline: 320
[    97.839]    XResolution: 320
[    97.839]    YResolution: 240
[    97.839]    XCharSize: 8
[    97.839]    YCharSize: 8
[    97.839]    NumberOfPlanes: 1
[    97.839]    BitsPerPixel: 8
[    97.839]    NumberOfBanks: 1
[    97.839]    MemoryModel: 4
[    97.839]    BankSize: 0
[    97.839]    NumberOfImages: 127
[    97.839]    RedMaskSize: 0
[    97.839]    RedFieldPosition: 0
[    97.839]    GreenMaskSize: 0
[    97.839]    GreenFieldPosition: 0
[    97.839]    BlueMaskSize: 0
[    97.839]    BlueFieldPosition: 0
[    97.839]    RsvdMaskSize: 0
[    97.839]    RsvdFieldPosition: 0
[    97.839]    DirectColorModeInfo: 0
[    97.839]    PhysBasePtr: 0xd0000000
[    97.839]    LinBytesPerScanLine: 320
[    97.839]    BnkNumberOfImagePages: 127
[    97.839]    LinNumberOfImagePages: 127
[    97.839]    LinRedMaskSize: 0
[    97.839]    LinRedFieldPosition: 0
[    97.839]    LinGreenMaskSize: 0
[    97.839]    LinGreenFieldPosition: 0
[    97.839]    LinBlueMaskSize: 0
[    97.839]    LinBlueFieldPosition: 0
[    97.839]    LinRsvdMaskSize: 0
[    97.839]    LinRsvdFieldPosition: 0
[    97.839]    MaxPixelClock: 400000000
[    97.839] Mode: 194 (320x240)
[    97.839]    ModeAttributes: 0xbb
[    97.839]    WinAAttributes: 0x7
[    97.839]    WinBAttributes: 0x0
[    97.839]    WinGranularity: 64
[    97.839]    WinSize: 64
[    97.839]    WinASegment: 0xa000
[    97.839]    WinBSegment: 0x0
[    97.839]    WinFuncPtr: 0xc0005017
[    97.839]    BytesPerScanline: 640
[    97.840]    XResolution: 320
[    97.840]    YResolution: 240
[    97.840]    XCharSize: 8
[    97.840]    YCharSize: 8
[    97.840]    NumberOfPlanes: 1
[    97.840]    BitsPerPixel: 16
[    97.840]    NumberOfBanks: 1
[    97.840]    MemoryModel: 6
[    97.840]    BankSize: 0
[    97.840]    NumberOfImages: 84
[    97.840]    RedMaskSize: 5
[    97.840]    RedFieldPosition: 10
[    97.840]    GreenMaskSize: 5
[    97.840]    GreenFieldPosition: 5
[    97.840]    BlueMaskSize: 5
[    97.840]    BlueFieldPosition: 0
[    97.840]    RsvdMaskSize: 0
[    97.840]    RsvdFieldPosition: 0
[    97.840]    DirectColorModeInfo: 0
[    97.840]    PhysBasePtr: 0xd0000000
[    97.840]    LinBytesPerScanLine: 640
[    97.840]    BnkNumberOfImagePages: 84
[    97.840]    LinNumberOfImagePages: 84
[    97.840]    LinRedMaskSize: 5
[    97.840]    LinRedFieldPosition: 10
[    97.840]    LinGreenMaskSize: 5
[    97.840]    LinGreenFieldPosition: 5
[    97.840]    LinBlueMaskSize: 5
[    97.840]    LinBlueFieldPosition: 0
[    97.840]    LinRsvdMaskSize: 0
[    97.840]    LinRsvdFieldPosition: 0
[    97.840]    MaxPixelClock: 400000000
[    97.840] Mode: 195 (320x240)
[    97.840]    ModeAttributes: 0xbb
[    97.840]    WinAAttributes: 0x7
[    97.840]    WinBAttributes: 0x0
[    97.840]    WinGranularity: 64
[    97.840]    WinSize: 64
[    97.840]    WinASegment: 0xa000
[    97.840]    WinBSegment: 0x0
[    97.840]    WinFuncPtr: 0xc0005017
[    97.840]    BytesPerScanline: 640
[    97.840]    XResolution: 320
[    97.840]    YResolution: 240
[    97.840]    XCharSize: 8
[    97.840]    YCharSize: 8
[    97.840]    NumberOfPlanes: 1
[    97.840]    BitsPerPixel: 16
[    97.840]    NumberOfBanks: 1
[    97.840]    MemoryModel: 6
[    97.840]    BankSize: 0
[    97.840]    NumberOfImages: 84
[    97.840]    RedMaskSize: 5
[    97.840]    RedFieldPosition: 11
[    97.840]    GreenMaskSize: 6
[    97.840]    GreenFieldPosition: 5
[    97.840]    BlueMaskSize: 5
[    97.840]    BlueFieldPosition: 0
[    97.840]    RsvdMaskSize: 0
[    97.840]    RsvdFieldPosition: 0
[    97.840]    DirectColorModeInfo: 0
[    97.840]    PhysBasePtr: 0xd0000000
[    97.840]    LinBytesPerScanLine: 640
[    97.840]    BnkNumberOfImagePages: 84
[    97.840]    LinNumberOfImagePages: 84
[    97.840]    LinRedMaskSize: 5
[    97.840]    LinRedFieldPosition: 11
[    97.840]    LinGreenMaskSize: 6
[    97.840]    LinGreenFieldPosition: 5
[    97.840]    LinBlueMaskSize: 5
[    97.840]    LinBlueFieldPosition: 0
[    97.840]    LinRsvdMaskSize: 0
[    97.840]    LinRsvdFieldPosition: 0
[    97.840]    MaxPixelClock: 400000000
[    97.841] *Mode: 196 (320x240)
[    97.841]    ModeAttributes: 0xbb
[    97.841]    WinAAttributes: 0x7
[    97.841]    WinBAttributes: 0x0
[    97.841]    WinGranularity: 64
[    97.841]    WinSize: 64
[    97.841]    WinASegment: 0xa000
[    97.841]    WinBSegment: 0x0
[    97.841]    WinFuncPtr: 0xc0005017
[    97.841]    BytesPerScanline: 1280
[    97.841]    XResolution: 320
[    97.841]    YResolution: 240
[    97.841]    XCharSize: 8
[    97.841]    YCharSize: 8
[    97.841]    NumberOfPlanes: 1
[    97.841]    BitsPerPixel: 32
[    97.841]    NumberOfBanks: 1
[    97.841]    MemoryModel: 6
[    97.841]    BankSize: 0
[    97.841]    NumberOfImages: 50
[    97.841]    RedMaskSize: 8
[    97.841]    RedFieldPosition: 16
[    97.841]    GreenMaskSize: 8
[    97.841]    GreenFieldPosition: 8
[    97.841]    BlueMaskSize: 8
[    97.841]    BlueFieldPosition: 0
[    97.841]    RsvdMaskSize: 0
[    97.841]    RsvdFieldPosition: 0
[    97.841]    DirectColorModeInfo: 0
[    97.841]    PhysBasePtr: 0xd0000000
[    97.841]    LinBytesPerScanLine: 1280
[    97.841]    BnkNumberOfImagePages: 50
[    97.841]    LinNumberOfImagePages: 50
[    97.841]    LinRedMaskSize: 8
[    97.841]    LinRedFieldPosition: 16
[    97.841]    LinGreenMaskSize: 8
[    97.841]    LinGreenFieldPosition: 8
[    97.841]    LinBlueMaskSize: 8
[    97.841]    LinBlueFieldPosition: 0
[    97.841]    LinRsvdMaskSize: 0
[    97.841]    LinRsvdFieldPosition: 0
[    97.841]    MaxPixelClock: 400000000
[    97.841] Mode: 1b3 (512x384)
[    97.841]    ModeAttributes: 0xbb
[    97.841]    WinAAttributes: 0x7
[    97.841]    WinBAttributes: 0x0
[    97.841]    WinGranularity: 64
[    97.841]    WinSize: 64
[    97.841]    WinASegment: 0xa000
[    97.841]    WinBSegment: 0x0
[    97.841]    WinFuncPtr: 0xc0005017
[    97.841]    BytesPerScanline: 512
[    97.841]    XResolution: 512
[    97.841]    YResolution: 384
[    97.841]    XCharSize: 8
[    97.841]    YCharSize: 16
[    97.841]    NumberOfPlanes: 1
[    97.841]    BitsPerPixel: 8
[    97.841]    NumberOfBanks: 1
[    97.841]    MemoryModel: 4
[    97.841]    BankSize: 0
[    97.841]    NumberOfImages: 63
[    97.841]    RedMaskSize: 0
[    97.841]    RedFieldPosition: 0
[    97.841]    GreenMaskSize: 0
[    97.841]    GreenFieldPosition: 0
[    97.841]    BlueMaskSize: 0
[    97.841]    BlueFieldPosition: 0
[    97.841]    RsvdMaskSize: 0
[    97.841]    RsvdFieldPosition: 0
[    97.841]    DirectColorModeInfo: 0
[    97.841]    PhysBasePtr: 0xd0000000
[    97.841]    LinBytesPerScanLine: 512
[    97.841]    BnkNumberOfImagePages: 63
[    97.841]    LinNumberOfImagePages: 63
[    97.841]    LinRedMaskSize: 0
[    97.841]    LinRedFieldPosition: 0
[    97.841]    LinGreenMaskSize: 0
[    97.841]    LinGreenFieldPosition: 0
[    97.841]    LinBlueMaskSize: 0
[    97.841]    LinBlueFieldPosition: 0
[    97.841]    LinRsvdMaskSize: 0
[    97.841]    LinRsvdFieldPosition: 0
[    97.841]    MaxPixelClock: 400000000
[    97.842] Mode: 1b4 (512x384)
[    97.842]    ModeAttributes: 0xbb
[    97.842]    WinAAttributes: 0x7
[    97.842]    WinBAttributes: 0x0
[    97.842]    WinGranularity: 64
[    97.842]    WinSize: 64
[    97.842]    WinASegment: 0xa000
[    97.842]    WinBSegment: 0x0
[    97.842]    WinFuncPtr: 0xc0005017
[    97.842]    BytesPerScanline: 1024
[    97.842]    XResolution: 512
[    97.842]    YResolution: 384
[    97.842]    XCharSize: 8
[    97.842]    YCharSize: 16
[    97.842]    NumberOfPlanes: 1
[    97.842]    BitsPerPixel: 16
[    97.842]    NumberOfBanks: 1
[    97.842]    MemoryModel: 6
[    97.842]    BankSize: 0
[    97.842]    NumberOfImages: 35
[    97.842]    RedMaskSize: 5
[    97.842]    RedFieldPosition: 10
[    97.842]    GreenMaskSize: 5
[    97.842]    GreenFieldPosition: 5
[    97.842]    BlueMaskSize: 5
[    97.842]    BlueFieldPosition: 0
[    97.842]    RsvdMaskSize: 0
[    97.842]    RsvdFieldPosition: 0
[    97.842]    DirectColorModeInfo: 0
[    97.842]    PhysBasePtr: 0xd0000000
[    97.842]    LinBytesPerScanLine: 1024
[    97.842]    BnkNumberOfImagePages: 35
[    97.842]    LinNumberOfImagePages: 35
[    97.842]    LinRedMaskSize: 5
[    97.842]    LinRedFieldPosition: 10
[    97.842]    LinGreenMaskSize: 5
[    97.842]    LinGreenFieldPosition: 5
[    97.842]    LinBlueMaskSize: 5
[    97.842]    LinBlueFieldPosition: 0
[    97.842]    LinRsvdMaskSize: 0
[    97.842]    LinRsvdFieldPosition: 0
[    97.842]    MaxPixelClock: 400000000
[    97.842] Mode: 1b5 (512x384)
[    97.842]    ModeAttributes: 0xbb
[    97.842]    WinAAttributes: 0x7
[    97.842]    WinBAttributes: 0x0
[    97.842]    WinGranularity: 64
[    97.842]    WinSize: 64
[    97.842]    WinASegment: 0xa000
[    97.842]    WinBSegment: 0x0
[    97.842]    WinFuncPtr: 0xc0005017
[    97.842]    BytesPerScanline: 1024
[    97.842]    XResolution: 512
[    97.842]    YResolution: 384
[    97.842]    XCharSize: 8
[    97.842]    YCharSize: 16
[    97.842]    NumberOfPlanes: 1
[    97.842]    BitsPerPixel: 16
[    97.842]    NumberOfBanks: 1
[    97.842]    MemoryModel: 6
[    97.842]    BankSize: 0
[    97.842]    NumberOfImages: 35
[    97.842]    RedMaskSize: 5
[    97.842]    RedFieldPosition: 11
[    97.842]    GreenMaskSize: 6
[    97.842]    GreenFieldPosition: 5
[    97.842]    BlueMaskSize: 5
[    97.842]    BlueFieldPosition: 0
[    97.842]    RsvdMaskSize: 0
[    97.842]    RsvdFieldPosition: 0
[    97.842]    DirectColorModeInfo: 0
[    97.842]    PhysBasePtr: 0xd0000000
[    97.842]    LinBytesPerScanLine: 1024
[    97.842]    BnkNumberOfImagePages: 35
[    97.842]    LinNumberOfImagePages: 35
[    97.842]    LinRedMaskSize: 5
[    97.842]    LinRedFieldPosition: 11
[    97.842]    LinGreenMaskSize: 6
[    97.842]    LinGreenFieldPosition: 5
[    97.842]    LinBlueMaskSize: 5
[    97.842]    LinBlueFieldPosition: 0
[    97.842]    LinRsvdMaskSize: 0
[    97.842]    LinRsvdFieldPosition: 0
[    97.842]    MaxPixelClock: 400000000
[    97.843] *Mode: 1b6 (512x384)
[    97.843]    ModeAttributes: 0xbb
[    97.843]    WinAAttributes: 0x7
[    97.843]    WinBAttributes: 0x0
[    97.843]    WinGranularity: 64
[    97.843]    WinSize: 64
[    97.843]    WinASegment: 0xa000
[    97.843]    WinBSegment: 0x0
[    97.843]    WinFuncPtr: 0xc0005017
[    97.843]    BytesPerScanline: 2048
[    97.843]    XResolution: 512
[    97.843]    YResolution: 384
[    97.843]    XCharSize: 8
[    97.843]    YCharSize: 16
[    97.843]    NumberOfPlanes: 1
[    97.843]    BitsPerPixel: 32
[    97.843]    NumberOfBanks: 1
[    97.843]    MemoryModel: 6
[    97.843]    BankSize: 0
[    97.843]    NumberOfImages: 18
[    97.843]    RedMaskSize: 8
[    97.843]    RedFieldPosition: 16
[    97.843]    GreenMaskSize: 8
[    97.843]    GreenFieldPosition: 8
[    97.843]    BlueMaskSize: 8
[    97.843]    BlueFieldPosition: 0
[    97.843]    RsvdMaskSize: 0
[    97.843]    RsvdFieldPosition: 0
[    97.843]    DirectColorModeInfo: 0
[    97.843]    PhysBasePtr: 0xd0000000
[    97.843]    LinBytesPerScanLine: 2048
[    97.843]    BnkNumberOfImagePages: 18
[    97.843]    LinNumberOfImagePages: 18
[    97.843]    LinRedMaskSize: 8
[    97.843]    LinRedFieldPosition: 16
[    97.843]    LinGreenMaskSize: 8
[    97.843]    LinGreenFieldPosition: 8
[    97.843]    LinBlueMaskSize: 8
[    97.843]    LinBlueFieldPosition: 0
[    97.843]    LinRsvdMaskSize: 0
[    97.843]    LinRsvdFieldPosition: 0
[    97.843]    MaxPixelClock: 400000000
[    97.843] Mode: 1c3 (640x350)
[    97.843]    ModeAttributes: 0xbb
[    97.843]    WinAAttributes: 0x7
[    97.843]    WinBAttributes: 0x0
[    97.843]    WinGranularity: 64
[    97.843]    WinSize: 64
[    97.843]    WinASegment: 0xa000
[    97.843]    WinBSegment: 0x0
[    97.843]    WinFuncPtr: 0xc0005017
[    97.843]    BytesPerScanline: 640
[    97.843]    XResolution: 640
[    97.843]    YResolution: 350
[    97.843]    XCharSize: 8
[    97.843]    YCharSize: 14
[    97.843]    NumberOfPlanes: 1
[    97.843]    BitsPerPixel: 8
[    97.843]    NumberOfBanks: 1
[    97.843]    MemoryModel: 4
[    97.843]    BankSize: 0
[    97.843]    NumberOfImages: 63
[    97.843]    RedMaskSize: 0
[    97.843]    RedFieldPosition: 0
[    97.843]    GreenMaskSize: 0
[    97.843]    GreenFieldPosition: 0
[    97.843]    BlueMaskSize: 0
[    97.843]    BlueFieldPosition: 0
[    97.843]    RsvdMaskSize: 0
[    97.843]    RsvdFieldPosition: 0
[    97.843]    DirectColorModeInfo: 0
[    97.843]    PhysBasePtr: 0xd0000000
[    97.843]    LinBytesPerScanLine: 640
[    97.843]    BnkNumberOfImagePages: 63
[    97.843]    LinNumberOfImagePages: 63
[    97.843]    LinRedMaskSize: 0
[    97.843]    LinRedFieldPosition: 0
[    97.843]    LinGreenMaskSize: 0
[    97.843]    LinGreenFieldPosition: 0
[    97.843]    LinBlueMaskSize: 0
[    97.844]    LinBlueFieldPosition: 0
[    97.844]    LinRsvdMaskSize: 0
[    97.844]    LinRsvdFieldPosition: 0
[    97.844]    MaxPixelClock: 400000000
[    97.844] Mode: 1c4 (640x350)
[    97.844]    ModeAttributes: 0xbb
[    97.844]    WinAAttributes: 0x7
[    97.844]    WinBAttributes: 0x0
[    97.844]    WinGranularity: 64
[    97.844]    WinSize: 64
[    97.844]    WinASegment: 0xa000
[    97.844]    WinBSegment: 0x0
[    97.844]    WinFuncPtr: 0xc0005017
[    97.844]    BytesPerScanline: 1280
[    97.844]    XResolution: 640
[    97.844]    YResolution: 350
[    97.844]    XCharSize: 8
[    97.844]    YCharSize: 14
[    97.844]    NumberOfPlanes: 1
[    97.844]    BitsPerPixel: 16
[    97.844]    NumberOfBanks: 1
[    97.844]    MemoryModel: 6
[    97.844]    BankSize: 0
[    97.844]    NumberOfImages: 35
[    97.844]    RedMaskSize: 5
[    97.844]    RedFieldPosition: 10
[    97.844]    GreenMaskSize: 5
[    97.844]    GreenFieldPosition: 5
[    97.844]    BlueMaskSize: 5
[    97.844]    BlueFieldPosition: 0
[    97.844]    RsvdMaskSize: 0
[    97.844]    RsvdFieldPosition: 0
[    97.844]    DirectColorModeInfo: 0
[    97.844]    PhysBasePtr: 0xd0000000
[    97.844]    LinBytesPerScanLine: 1280
[    97.844]    BnkNumberOfImagePages: 35
[    97.844]    LinNumberOfImagePages: 35
[    97.844]    LinRedMaskSize: 5
[    97.844]    LinRedFieldPosition: 10
[    97.844]    LinGreenMaskSize: 5
[    97.844]    LinGreenFieldPosition: 5
[    97.844]    LinBlueMaskSize: 5
[    97.844]    LinBlueFieldPosition: 0
[    97.844]    LinRsvdMaskSize: 0
[    97.844]    LinRsvdFieldPosition: 0
[    97.844]    MaxPixelClock: 400000000
[    97.844] Mode: 1c5 (640x350)
[    97.844]    ModeAttributes: 0xbb
[    97.844]    WinAAttributes: 0x7
[    97.844]    WinBAttributes: 0x0
[    97.844]    WinGranularity: 64
[    97.844]    WinSize: 64
[    97.844]    WinASegment: 0xa000
[    97.844]    WinBSegment: 0x0
[    97.844]    WinFuncPtr: 0xc0005017
[    97.844]    BytesPerScanline: 1280
[    97.844]    XResolution: 640
[    97.844]    YResolution: 350
[    97.844]    XCharSize: 8
[    97.844]    YCharSize: 14
[    97.844]    NumberOfPlanes: 1
[    97.844]    BitsPerPixel: 16
[    97.844]    NumberOfBanks: 1
[    97.844]    MemoryModel: 6
[    97.844]    BankSize: 0
[    97.844]    NumberOfImages: 35
[    97.844]    RedMaskSize: 5
[    97.844]    RedFieldPosition: 11
[    97.844]    GreenMaskSize: 6
[    97.845]    GreenFieldPosition: 5
[    97.845]    BlueMaskSize: 5
[    97.845]    BlueFieldPosition: 0
[    97.845]    RsvdMaskSize: 0
[    97.845]    RsvdFieldPosition: 0
[    97.845]    DirectColorModeInfo: 0
[    97.845]    PhysBasePtr: 0xd0000000
[    97.845]    LinBytesPerScanLine: 1280
[    97.845]    BnkNumberOfImagePages: 35
[    97.845]    LinNumberOfImagePages: 35
[    97.845]    LinRedMaskSize: 5
[    97.845]    LinRedFieldPosition: 11
[    97.845]    LinGreenMaskSize: 6
[    97.845]    LinGreenFieldPosition: 5
[    97.845]    LinBlueMaskSize: 5
[    97.845]    LinBlueFieldPosition: 0
[    97.845]    LinRsvdMaskSize: 0
[    97.845]    LinRsvdFieldPosition: 0
[    97.845]    MaxPixelClock: 400000000
[    97.845] *Mode: 1c6 (640x350)
[    97.845]    ModeAttributes: 0xbb
[    97.845]    WinAAttributes: 0x7
[    97.845]    WinBAttributes: 0x0
[    97.845]    WinGranularity: 64
[    97.845]    WinSize: 64
[    97.845]    WinASegment: 0xa000
[    97.845]    WinBSegment: 0x0
[    97.845]    WinFuncPtr: 0xc0005017
[    97.845]    BytesPerScanline: 2560
[    97.845]    XResolution: 640
[    97.845]    YResolution: 350
[    97.845]    XCharSize: 8
[    97.845]    YCharSize: 14
[    97.845]    NumberOfPlanes: 1
[    97.845]    BitsPerPixel: 32
[    97.845]    NumberOfBanks: 1
[    97.845]    MemoryModel: 6
[    97.845]    BankSize: 0
[    97.845]    NumberOfImages: 17
[    97.845]    RedMaskSize: 8
[    97.845]    RedFieldPosition: 16
[    97.845]    GreenMaskSize: 8
[    97.845]    GreenFieldPosition: 8
[    97.845]    BlueMaskSize: 8
[    97.845]    BlueFieldPosition: 0
[    97.845]    RsvdMaskSize: 0
[    97.845]    RsvdFieldPosition: 0
[    97.845]    DirectColorModeInfo: 0
[    97.845]    PhysBasePtr: 0xd0000000
[    97.845]    LinBytesPerScanLine: 2560
[    97.845]    BnkNumberOfImagePages: 17
[    97.845]    LinNumberOfImagePages: 17
[    97.845]    LinRedMaskSize: 8
[    97.845]    LinRedFieldPosition: 16
[    97.845]    LinGreenMaskSize: 8
[    97.845]    LinGreenFieldPosition: 8
[    97.845]    LinBlueMaskSize: 8
[    97.845]    LinBlueFieldPosition: 0
[    97.845]    LinRsvdMaskSize: 0
[    97.845]    LinRsvdFieldPosition: 0
[    97.845]    MaxPixelClock: 400000000
[    97.845] Mode: 183 (640x400)
[    97.845]    ModeAttributes: 0xbb
[    97.845]    WinAAttributes: 0x7
[    97.845]    WinBAttributes: 0x0
[    97.845]    WinGranularity: 64
[    97.845]    WinSize: 64
[    97.845]    WinASegment: 0xa000
[    97.845]    WinBSegment: 0x0
[    97.845]    WinFuncPtr: 0xc0005017
[    97.845]    BytesPerScanline: 640
[    97.846]    XResolution: 640
[    97.846]    YResolution: 400
[    97.846]    XCharSize: 8
[    97.846]    YCharSize: 16
[    97.846]    NumberOfPlanes: 1
[    97.846]    BitsPerPixel: 8
[    97.846]    NumberOfBanks: 1
[    97.846]    MemoryModel: 4
[    97.846]    BankSize: 0
[    97.846]    NumberOfImages: 63
[    97.846]    RedMaskSize: 0
[    97.846]    RedFieldPosition: 0
[    97.846]    GreenMaskSize: 0
[    97.846]    GreenFieldPosition: 0
[    97.846]    BlueMaskSize: 0
[    97.846]    BlueFieldPosition: 0
[    97.846]    RsvdMaskSize: 0
[    97.846]    RsvdFieldPosition: 0
[    97.846]    DirectColorModeInfo: 0
[    97.846]    PhysBasePtr: 0xd0000000
[    97.846]    LinBytesPerScanLine: 640
[    97.846]    BnkNumberOfImagePages: 63
[    97.846]    LinNumberOfImagePages: 63
[    97.846]    LinRedMaskSize: 0
[    97.846]    LinRedFieldPosition: 0
[    97.846]    LinGreenMaskSize: 0
[    97.846]    LinGreenFieldPosition: 0
[    97.846]    LinBlueMaskSize: 0
[    97.846]    LinBlueFieldPosition: 0
[    97.846]    LinRsvdMaskSize: 0
[    97.846]    LinRsvdFieldPosition: 0
[    97.846]    MaxPixelClock: 400000000
[    97.846] Mode: 184 (640x400)
[    97.846]    ModeAttributes: 0xbb
[    97.846]    WinAAttributes: 0x7
[    97.846]    WinBAttributes: 0x0
[    97.846]    WinGranularity: 64
[    97.846]    WinSize: 64
[    97.846]    WinASegment: 0xa000
[    97.846]    WinBSegment: 0x0
[    97.846]    WinFuncPtr: 0xc0005017
[    97.846]    BytesPerScanline: 1280
[    97.846]    XResolution: 640
[    97.846]    YResolution: 400
[    97.846]    XCharSize: 8
[    97.846]    YCharSize: 16
[    97.846]    NumberOfPlanes: 1
[    97.846]    BitsPerPixel: 16
[    97.846]    NumberOfBanks: 1
[    97.846]    MemoryModel: 6
[    97.846]    BankSize: 0
[    97.846]    NumberOfImages: 31
[    97.846]    RedMaskSize: 5
[    97.846]    RedFieldPosition: 10
[    97.846]    GreenMaskSize: 5
[    97.846]    GreenFieldPosition: 5
[    97.846]    BlueMaskSize: 5
[    97.846]    BlueFieldPosition: 0
[    97.846]    RsvdMaskSize: 0
[    97.846]    RsvdFieldPosition: 0
[    97.846]    DirectColorModeInfo: 0
[    97.846]    PhysBasePtr: 0xd0000000
[    97.846]    LinBytesPerScanLine: 1280
[    97.846]    BnkNumberOfImagePages: 31
[    97.846]    LinNumberOfImagePages: 31
[    97.846]    LinRedMaskSize: 5
[    97.846]    LinRedFieldPosition: 10
[    97.846]    LinGreenMaskSize: 5
[    97.846]    LinGreenFieldPosition: 5
[    97.846]    LinBlueMaskSize: 5
[    97.846]    LinBlueFieldPosition: 0
[    97.846]    LinRsvdMaskSize: 0
[    97.846]    LinRsvdFieldPosition: 0
[    97.846]    MaxPixelClock: 400000000
[    97.847] Mode: 185 (640x400)
[    97.847]    ModeAttributes: 0xbb
[    97.847]    WinAAttributes: 0x7
[    97.847]    WinBAttributes: 0x0
[    97.847]    WinGranularity: 64
[    97.847]    WinSize: 64
[    97.847]    WinASegment: 0xa000
[    97.847]    WinBSegment: 0x0
[    97.847]    WinFuncPtr: 0xc0005017
[    97.847]    BytesPerScanline: 1280
[    97.847]    XResolution: 640
[    97.847]    YResolution: 400
[    97.847]    XCharSize: 8
[    97.847]    YCharSize: 16
[    97.847]    NumberOfPlanes: 1
[    97.847]    BitsPerPixel: 16
[    97.847]    NumberOfBanks: 1
[    97.847]    MemoryModel: 6
[    97.847]    BankSize: 0
[    97.847]    NumberOfImages: 31
[    97.847]    RedMaskSize: 5
[    97.847]    RedFieldPosition: 11
[    97.847]    GreenMaskSize: 6
[    97.847]    GreenFieldPosition: 5
[    97.847]    BlueMaskSize: 5
[    97.847]    BlueFieldPosition: 0
[    97.847]    RsvdMaskSize: 0
[    97.847]    RsvdFieldPosition: 0
[    97.847]    DirectColorModeInfo: 0
[    97.847]    PhysBasePtr: 0xd0000000
[    97.847]    LinBytesPerScanLine: 1280
[    97.847]    BnkNumberOfImagePages: 31
[    97.847]    LinNumberOfImagePages: 31
[    97.847]    LinRedMaskSize: 5
[    97.847]    LinRedFieldPosition: 11
[    97.847]    LinGreenMaskSize: 6
[    97.847]    LinGreenFieldPosition: 5
[    97.847]    LinBlueMaskSize: 5
[    97.847]    LinBlueFieldPosition: 0
[    97.847]    LinRsvdMaskSize: 0
[    97.847]    LinRsvdFieldPosition: 0
[    97.847]    MaxPixelClock: 400000000
[    97.847] *Mode: 186 (640x400)
[    97.847]    ModeAttributes: 0xbb
[    97.847]    WinAAttributes: 0x7
[    97.847]    WinBAttributes: 0x0
[    97.847]    WinGranularity: 64
[    97.847]    WinSize: 64
[    97.847]    WinASegment: 0xa000
[    97.847]    WinBSegment: 0x0
[    97.847]    WinFuncPtr: 0xc0005017
[    97.847]    BytesPerScanline: 2560
[    97.847]    XResolution: 640
[    97.847]    YResolution: 400
[    97.847]    XCharSize: 8
[    97.847]    YCharSize: 16
[    97.847]    NumberOfPlanes: 1
[    97.847]    BitsPerPixel: 32
[    97.847]    NumberOfBanks: 1
[    97.847]    MemoryModel: 6
[    97.847]    BankSize: 0
[    97.847]    NumberOfImages: 15
[    97.847]    RedMaskSize: 8
[    97.847]    RedFieldPosition: 16
[    97.847]    GreenMaskSize: 8
[    97.847]    GreenFieldPosition: 8
[    97.847]    BlueMaskSize: 8
[    97.847]    BlueFieldPosition: 0
[    97.847]    RsvdMaskSize: 0
[    97.847]    RsvdFieldPosition: 0
[    97.847]    DirectColorModeInfo: 0
[    97.847]    PhysBasePtr: 0xd0000000
[    97.847]    LinBytesPerScanLine: 2560
[    97.847]    BnkNumberOfImagePages: 15
[    97.847]    LinNumberOfImagePages: 15
[    97.847]    LinRedMaskSize: 8
[    97.847]    LinRedFieldPosition: 16
[    97.847]    LinGreenMaskSize: 8
[    97.847]    LinGreenFieldPosition: 8
[    97.847]    LinBlueMaskSize: 8
[    97.847]    LinBlueFieldPosition: 0
[    97.847]    LinRsvdMaskSize: 0
[    97.847]    LinRsvdFieldPosition: 0
[    97.847]    MaxPixelClock: 400000000
[    97.848] Mode: 133 (720x400)
[    97.848]    ModeAttributes: 0xbb
[    97.848]    WinAAttributes: 0x7
[    97.848]    WinBAttributes: 0x0
[    97.848]    WinGranularity: 64
[    97.848]    WinSize: 64
[    97.848]    WinASegment: 0xa000
[    97.848]    WinBSegment: 0x0
[    97.848]    WinFuncPtr: 0xc0005017
[    97.848]    BytesPerScanline: 768
[    97.848]    XResolution: 720
[    97.848]    YResolution: 400
[    97.848]    XCharSize: 8
[    97.848]    YCharSize: 16
[    97.848]    NumberOfPlanes: 1
[    97.848]    BitsPerPixel: 8
[    97.848]    NumberOfBanks: 1
[    97.848]    MemoryModel: 4
[    97.848]    BankSize: 0
[    97.848]    NumberOfImages: 50
[    97.848]    RedMaskSize: 0
[    97.848]    RedFieldPosition: 0
[    97.848]    GreenMaskSize: 0
[    97.848]    GreenFieldPosition: 0
[    97.848]    BlueMaskSize: 0
[    97.848]    BlueFieldPosition: 0
[    97.848]    RsvdMaskSize: 0
[    97.848]    RsvdFieldPosition: 0
[    97.848]    DirectColorModeInfo: 0
[    97.848]    PhysBasePtr: 0xd0000000
[    97.848]    LinBytesPerScanLine: 768
[    97.848]    BnkNumberOfImagePages: 50
[    97.848]    LinNumberOfImagePages: 50
[    97.848]    LinRedMaskSize: 0
[    97.848]    LinRedFieldPosition: 0
[    97.848]    LinGreenMaskSize: 0
[    97.848]    LinGreenFieldPosition: 0
[    97.848]    LinBlueMaskSize: 0
[    97.848]    LinBlueFieldPosition: 0
[    97.848]    LinRsvdMaskSize: 0
[    97.848]    LinRsvdFieldPosition: 0
[    97.848]    MaxPixelClock: 400000000
[    97.848] Mode: 134 (720x400)
[    97.848]    ModeAttributes: 0xbb
[    97.848]    WinAAttributes: 0x7
[    97.848]    WinBAttributes: 0x0
[    97.848]    WinGranularity: 64
[    97.848]    WinSize: 64
[    97.848]    WinASegment: 0xa000
[    97.848]    WinBSegment: 0x0
[    97.848]    WinFuncPtr: 0xc0005017
[    97.848]    BytesPerScanline: 1472
[    97.848]    XResolution: 720
[    97.848]    YResolution: 400
[    97.848]    XCharSize: 8
[    97.848]    YCharSize: 16
[    97.848]    NumberOfPlanes: 1
[    97.848]    BitsPerPixel: 16
[    97.848]    NumberOfBanks: 1
[    97.848]    MemoryModel: 6
[    97.848]    BankSize: 0
[    97.848]    NumberOfImages: 27
[    97.848]    RedMaskSize: 5
[    97.848]    RedFieldPosition: 10
[    97.848]    GreenMaskSize: 5
[    97.848]    GreenFieldPosition: 5
[    97.848]    BlueMaskSize: 5
[    97.848]    BlueFieldPosition: 0
[    97.848]    RsvdMaskSize: 0
[    97.848]    RsvdFieldPosition: 0
[    97.848]    DirectColorModeInfo: 0
[    97.848]    PhysBasePtr: 0xd0000000
[    97.848]    LinBytesPerScanLine: 1472
[    97.848]    BnkNumberOfImagePages: 27
[    97.848]    LinNumberOfImagePages: 27
[    97.848]    LinRedMaskSize: 5
[    97.848]    LinRedFieldPosition: 10
[    97.849]    LinGreenMaskSize: 5
[    97.849]    LinGreenFieldPosition: 5
[    97.849]    LinBlueMaskSize: 5
[    97.849]    LinBlueFieldPosition: 0
[    97.849]    LinRsvdMaskSize: 0
[    97.849]    LinRsvdFieldPosition: 0
[    97.849]    MaxPixelClock: 400000000
[    97.849] Mode: 135 (720x400)
[    97.849]    ModeAttributes: 0xbb
[    97.849]    WinAAttributes: 0x7
[    97.849]    WinBAttributes: 0x0
[    97.849]    WinGranularity: 64
[    97.849]    WinSize: 64
[    97.849]    WinASegment: 0xa000
[    97.849]    WinBSegment: 0x0
[    97.849]    WinFuncPtr: 0xc0005017
[    97.849]    BytesPerScanline: 1472
[    97.849]    XResolution: 720
[    97.849]    YResolution: 400
[    97.849]    XCharSize: 8
[    97.849]    YCharSize: 16
[    97.849]    NumberOfPlanes: 1
[    97.849]    BitsPerPixel: 16
[    97.849]    NumberOfBanks: 1
[    97.849]    MemoryModel: 6
[    97.849]    BankSize: 0
[    97.849]    NumberOfImages: 27
[    97.849]    RedMaskSize: 5
[    97.849]    RedFieldPosition: 11
[    97.849]    GreenMaskSize: 6
[    97.849]    GreenFieldPosition: 5
[    97.849]    BlueMaskSize: 5
[    97.849]    BlueFieldPosition: 0
[    97.849]    RsvdMaskSize: 0
[    97.849]    RsvdFieldPosition: 0
[    97.849]    DirectColorModeInfo: 0
[    97.849]    PhysBasePtr: 0xd0000000
[    97.849]    LinBytesPerScanLine: 1472
[    97.849]    BnkNumberOfImagePages: 27
[    97.849]    LinNumberOfImagePages: 27
[    97.849]    LinRedMaskSize: 5
[    97.849]    LinRedFieldPosition: 11
[    97.849]    LinGreenMaskSize: 6
[    97.849]    LinGreenFieldPosition: 5
[    97.849]    LinBlueMaskSize: 5
[    97.849]    LinBlueFieldPosition: 0
[    97.849]    LinRsvdMaskSize: 0
[    97.849]    LinRsvdFieldPosition: 0
[    97.849]    MaxPixelClock: 400000000
[    97.849] *Mode: 136 (720x400)
[    97.849]    ModeAttributes: 0xbb
[    97.849]    WinAAttributes: 0x7
[    97.849]    WinBAttributes: 0x0
[    97.849]    WinGranularity: 64
[    97.849]    WinSize: 64
[    97.849]    WinASegment: 0xa000
[    97.849]    WinBSegment: 0x0
[    97.849]    WinFuncPtr: 0xc0005017
[    97.849]    BytesPerScanline: 2944
[    97.849]    XResolution: 720
[    97.849]    YResolution: 400
[    97.849]    XCharSize: 8
[    97.849]    YCharSize: 16
[    97.849]    NumberOfPlanes: 1
[    97.849]    BitsPerPixel: 32
[    97.850]    NumberOfBanks: 1
[    97.850]    MemoryModel: 6
[    97.850]    BankSize: 0
[    97.850]    NumberOfImages: 13
[    97.850]    RedMaskSize: 8
[    97.850]    RedFieldPosition: 16
[    97.850]    GreenMaskSize: 8
[    97.850]    GreenFieldPosition: 8
[    97.850]    BlueMaskSize: 8
[    97.850]    BlueFieldPosition: 0
[    97.850]    RsvdMaskSize: 0
[    97.850]    RsvdFieldPosition: 0
[    97.850]    DirectColorModeInfo: 0
[    97.850]    PhysBasePtr: 0xd0000000
[    97.850]    LinBytesPerScanLine: 2944
[    97.850]    BnkNumberOfImagePages: 13
[    97.850]    LinNumberOfImagePages: 13
[    97.850]    LinRedMaskSize: 8
[    97.850]    LinRedFieldPosition: 16
[    97.850]    LinGreenMaskSize: 8
[    97.850]    LinGreenFieldPosition: 8
[    97.850]    LinBlueMaskSize: 8
[    97.850]    LinBlueFieldPosition: 0
[    97.850]    LinRsvdMaskSize: 0
[    97.850]    LinRsvdFieldPosition: 0
[    97.850]    MaxPixelClock: 400000000
[    97.850] Mode: 153 (1152x864)
[    97.850]    ModeAttributes: 0xbb
[    97.850]    WinAAttributes: 0x7
[    97.850]    WinBAttributes: 0x0
[    97.850]    WinGranularity: 64
[    97.850]    WinSize: 64
[    97.850]    WinASegment: 0xa000
[    97.850]    WinBSegment: 0x0
[    97.850]    WinFuncPtr: 0xc0005017
[    97.850]    BytesPerScanline: 1152
[    97.850]    XResolution: 1152
[    97.850]    YResolution: 864
[    97.850]    XCharSize: 8
[    97.850]    YCharSize: 16
[    97.850]    NumberOfPlanes: 1
[    97.850]    BitsPerPixel: 8
[    97.850]    NumberOfBanks: 1
[    97.850]    MemoryModel: 4
[    97.850]    BankSize: 0
[    97.850]    NumberOfImages: 15
[    97.850]    RedMaskSize: 0
[    97.850]    RedFieldPosition: 0
[    97.850]    GreenMaskSize: 0
[    97.850]    GreenFieldPosition: 0
[    97.850]    BlueMaskSize: 0
[    97.850]    BlueFieldPosition: 0
[    97.850]    RsvdMaskSize: 0
[    97.850]    RsvdFieldPosition: 0
[    97.850]    DirectColorModeInfo: 0
[    97.850]    PhysBasePtr: 0xd0000000
[    97.850]    LinBytesPerScanLine: 1152
[    97.850]    BnkNumberOfImagePages: 15
[    97.850]    LinNumberOfImagePages: 15
[    97.850]    LinRedMaskSize: 0
[    97.850]    LinRedFieldPosition: 0
[    97.850]    LinGreenMaskSize: 0
[    97.850]    LinGreenFieldPosition: 0
[    97.850]    LinBlueMaskSize: 0
[    97.850]    LinBlueFieldPosition: 0
[    97.850]    LinRsvdMaskSize: 0
[    97.850]    LinRsvdFieldPosition: 0
[    97.850]    MaxPixelClock: 400000000
[    97.851] Mode: 154 (1152x864)
[    97.851]    ModeAttributes: 0xbb
[    97.851]    WinAAttributes: 0x7
[    97.851]    WinBAttributes: 0x0
[    97.851]    WinGranularity: 64
[    97.851]    WinSize: 64
[    97.851]    WinASegment: 0xa000
[    97.851]    WinBSegment: 0x0
[    97.851]    WinFuncPtr: 0xc0005017
[    97.851]    BytesPerScanline: 2304
[    97.851]    XResolution: 1152
[    97.851]    YResolution: 864
[    97.851]    XCharSize: 8
[    97.851]    YCharSize: 16
[    97.851]    NumberOfPlanes: 1
[    97.851]    BitsPerPixel: 16
[    97.851]    NumberOfBanks: 1
[    97.851]    MemoryModel: 6
[    97.851]    BankSize: 0
[    97.851]    NumberOfImages: 7
[    97.851]    RedMaskSize: 5
[    97.851]    RedFieldPosition: 10
[    97.851]    GreenMaskSize: 5
[    97.851]    GreenFieldPosition: 5
[    97.851]    BlueMaskSize: 5
[    97.851]    BlueFieldPosition: 0
[    97.851]    RsvdMaskSize: 0
[    97.851]    RsvdFieldPosition: 0
[    97.851]    DirectColorModeInfo: 0
[    97.851]    PhysBasePtr: 0xd0000000
[    97.851]    LinBytesPerScanLine: 2304
[    97.851]    BnkNumberOfImagePages: 7
[    97.851]    LinNumberOfImagePages: 7
[    97.851]    LinRedMaskSize: 5
[    97.851]    LinRedFieldPosition: 10
[    97.851]    LinGreenMaskSize: 5
[    97.851]    LinGreenFieldPosition: 5
[    97.851]    LinBlueMaskSize: 5
[    97.851]    LinBlueFieldPosition: 0
[    97.851]    LinRsvdMaskSize: 0
[    97.851]    LinRsvdFieldPosition: 0
[    97.851]    MaxPixelClock: 400000000
[    97.851] Mode: 155 (1152x864)
[    97.851]    ModeAttributes: 0xbb
[    97.851]    WinAAttributes: 0x7
[    97.851]    WinBAttributes: 0x0
[    97.851]    WinGranularity: 64
[    97.851]    WinSize: 64
[    97.851]    WinASegment: 0xa000
[    97.851]    WinBSegment: 0x0
[    97.851]    WinFuncPtr: 0xc0005017
[    97.851]    BytesPerScanline: 2304
[    97.851]    XResolution: 1152
[    97.851]    YResolution: 864
[    97.851]    XCharSize: 8
[    97.851]    YCharSize: 16
[    97.851]    NumberOfPlanes: 1
[    97.851]    BitsPerPixel: 16
[    97.851]    NumberOfBanks: 1
[    97.851]    MemoryModel: 6
[    97.851]    BankSize: 0
[    97.851]    NumberOfImages: 7
[    97.851]    RedMaskSize: 5
[    97.851]    RedFieldPosition: 11
[    97.851]    GreenMaskSize: 6
[    97.851]    GreenFieldPosition: 5
[    97.851]    BlueMaskSize: 5
[    97.851]    BlueFieldPosition: 0
[    97.851]    RsvdMaskSize: 0
[    97.851]    RsvdFieldPosition: 0
[    97.851]    DirectColorModeInfo: 0
[    97.851]    PhysBasePtr: 0xd0000000
[    97.851]    LinBytesPerScanLine: 2304
[    97.851]    BnkNumberOfImagePages: 7
[    97.851]    LinNumberOfImagePages: 7
[    97.851]    LinRedMaskSize: 5
[    97.851]    LinRedFieldPosition: 11
[    97.851]    LinGreenMaskSize: 6
[    97.851]    LinGreenFieldPosition: 5
[    97.851]    LinBlueMaskSize: 5
[    97.851]    LinBlueFieldPosition: 0
[    97.851]    LinRsvdMaskSize: 0
[    97.851]    LinRsvdFieldPosition: 0
[    97.851]    MaxPixelClock: 400000000
[    97.852] *Mode: 156 (1152x864)
[    97.852]    ModeAttributes: 0xbb
[    97.852]    WinAAttributes: 0x7
[    97.852]    WinBAttributes: 0x0
[    97.852]    WinGranularity: 64
[    97.852]    WinSize: 64
[    97.852]    WinASegment: 0xa000
[    97.852]    WinBSegment: 0x0
[    97.852]    WinFuncPtr: 0xc0005017
[    97.852]    BytesPerScanline: 4608
[    97.852]    XResolution: 1152
[    97.852]    YResolution: 864
[    97.852]    XCharSize: 8
[    97.852]    YCharSize: 16
[    97.852]    NumberOfPlanes: 1
[    97.852]    BitsPerPixel: 32
[    97.852]    NumberOfBanks: 1
[    97.852]    MemoryModel: 6
[    97.852]    BankSize: 0
[    97.852]    NumberOfImages: 3
[    97.852]    RedMaskSize: 8
[    97.852]    RedFieldPosition: 16
[    97.852]    GreenMaskSize: 8
[    97.852]    GreenFieldPosition: 8
[    97.852]    BlueMaskSize: 8
[    97.852]    BlueFieldPosition: 0
[    97.852]    RsvdMaskSize: 0
[    97.852]    RsvdFieldPosition: 0
[    97.852]    DirectColorModeInfo: 0
[    97.852]    PhysBasePtr: 0xd0000000
[    97.852]    LinBytesPerScanLine: 4608
[    97.852]    BnkNumberOfImagePages: 3
[    97.852]    LinNumberOfImagePages: 3
[    97.852]    LinRedMaskSize: 8
[    97.852]    LinRedFieldPosition: 16
[    97.852]    LinGreenMaskSize: 8
[    97.852]    LinGreenFieldPosition: 8
[    97.852]    LinBlueMaskSize: 8
[    97.852]    LinBlueFieldPosition: 0
[    97.852]    LinRsvdMaskSize: 0
[    97.852]    LinRsvdFieldPosition: 0
[    97.852]    MaxPixelClock: 400000000
[    97.852] Mode: 163 (1280x1024)
[    97.852]    ModeAttributes: 0xbb
[    97.852]    WinAAttributes: 0x7
[    97.852]    WinBAttributes: 0x0
[    97.852]    WinGranularity: 64
[    97.852]    WinSize: 64
[    97.852]    WinASegment: 0xa000
[    97.852]    WinBSegment: 0x0
[    97.852]    WinFuncPtr: 0xc0005017
[    97.852]    BytesPerScanline: 1280
[    97.852]    XResolution: 1280
[    97.852]    YResolution: 1024
[    97.852]    XCharSize: 8
[    97.852]    YCharSize: 16
[    97.852]    NumberOfPlanes: 1
[    97.852]    BitsPerPixel: 8
[    97.852]    NumberOfBanks: 1
[    97.852]    MemoryModel: 4
[    97.852]    BankSize: 0
[    97.852]    NumberOfImages: 11
[    97.852]    RedMaskSize: 0
[    97.852]    RedFieldPosition: 0
[    97.852]    GreenMaskSize: 0
[    97.852]    GreenFieldPosition: 0
[    97.852]    BlueMaskSize: 0
[    97.852]    BlueFieldPosition: 0
[    97.852]    RsvdMaskSize: 0
[    97.853]    RsvdFieldPosition: 0
[    97.853]    DirectColorModeInfo: 0
[    97.853]    PhysBasePtr: 0xd0000000
[    97.853]    LinBytesPerScanLine: 1280
[    97.853]    BnkNumberOfImagePages: 11
[    97.853]    LinNumberOfImagePages: 11
[    97.853]    LinRedMaskSize: 0
[    97.853]    LinRedFieldPosition: 0
[    97.853]    LinGreenMaskSize: 0
[    97.853]    LinGreenFieldPosition: 0
[    97.853]    LinBlueMaskSize: 0
[    97.853]    LinBlueFieldPosition: 0
[    97.853]    LinRsvdMaskSize: 0
[    97.853]    LinRsvdFieldPosition: 0
[    97.853]    MaxPixelClock: 400000000
[    97.853] Mode: 164 (1280x1024)
[    97.853]    ModeAttributes: 0xbb
[    97.853]    WinAAttributes: 0x7
[    97.853]    WinBAttributes: 0x0
[    97.853]    WinGranularity: 64
[    97.853]    WinSize: 64
[    97.853]    WinASegment: 0xa000
[    97.853]    WinBSegment: 0x0
[    97.853]    WinFuncPtr: 0xc0005017
[    97.853]    BytesPerScanline: 2560
[    97.853]    XResolution: 1280
[    97.853]    YResolution: 1024
[    97.853]    XCharSize: 8
[    97.853]    YCharSize: 16
[    97.853]    NumberOfPlanes: 1
[    97.853]    BitsPerPixel: 16
[    97.853]    NumberOfBanks: 1
[    97.853]    MemoryModel: 6
[    97.853]    BankSize: 0
[    97.853]    NumberOfImages: 5
[    97.853]    RedMaskSize: 5
[    97.853]    RedFieldPosition: 10
[    97.853]    GreenMaskSize: 5
[    97.853]    GreenFieldPosition: 5
[    97.853]    BlueMaskSize: 5
[    97.853]    BlueFieldPosition: 0
[    97.853]    RsvdMaskSize: 0
[    97.853]    RsvdFieldPosition: 0
[    97.853]    DirectColorModeInfo: 0
[    97.853]    PhysBasePtr: 0xd0000000
[    97.853]    LinBytesPerScanLine: 2560
[    97.853]    BnkNumberOfImagePages: 5
[    97.853]    LinNumberOfImagePages: 5
[    97.853]    LinRedMaskSize: 5
[    97.853]    LinRedFieldPosition: 10
[    97.853]    LinGreenMaskSize: 5
[    97.853]    LinGreenFieldPosition: 5
[    97.853]    LinBlueMaskSize: 5
[    97.853]    LinBlueFieldPosition: 0
[    97.853]    LinRsvdMaskSize: 0
[    97.853]    LinRsvdFieldPosition: 0
[    97.853]    MaxPixelClock: 400000000
[    97.853] Mode: 165 (1280x1024)
[    97.853]    ModeAttributes: 0xbb
[    97.853]    WinAAttributes: 0x7
[    97.854]    WinBAttributes: 0x0
[    97.854]    WinGranularity: 64
[    97.854]    WinSize: 64
[    97.854]    WinASegment: 0xa000
[    97.854]    WinBSegment: 0x0
[    97.854]    WinFuncPtr: 0xc0005017
[    97.854]    BytesPerScanline: 2560
[    97.854]    XResolution: 1280
[    97.854]    YResolution: 1024
[    97.854]    XCharSize: 8
[    97.854]    YCharSize: 16
[    97.854]    NumberOfPlanes: 1
[    97.854]    BitsPerPixel: 16
[    97.854]    NumberOfBanks: 1
[    97.854]    MemoryModel: 6
[    97.854]    BankSize: 0
[    97.854]    NumberOfImages: 5
[    97.854]    RedMaskSize: 5
[    97.854]    RedFieldPosition: 11
[    97.854]    GreenMaskSize: 6
[    97.854]    GreenFieldPosition: 5
[    97.854]    BlueMaskSize: 5
[    97.854]    BlueFieldPosition: 0
[    97.854]    RsvdMaskSize: 0
[    97.854]    RsvdFieldPosition: 0
[    97.854]    DirectColorModeInfo: 0
[    97.854]    PhysBasePtr: 0xd0000000
[    97.854]    LinBytesPerScanLine: 2560
[    97.854]    BnkNumberOfImagePages: 5
[    97.854]    LinNumberOfImagePages: 5
[    97.854]    LinRedMaskSize: 5
[    97.854]    LinRedFieldPosition: 11
[    97.854]    LinGreenMaskSize: 6
[    97.854]    LinGreenFieldPosition: 5
[    97.854]    LinBlueMaskSize: 5
[    97.854]    LinBlueFieldPosition: 0
[    97.854]    LinRsvdMaskSize: 0
[    97.854]    LinRsvdFieldPosition: 0
[    97.854]    MaxPixelClock: 400000000
[    97.854] *Mode: 166 (1280x1024)
[    97.854]    ModeAttributes: 0xbb
[    97.854]    WinAAttributes: 0x7
[    97.854]    WinBAttributes: 0x0
[    97.854]    WinGranularity: 64
[    97.854]    WinSize: 64
[    97.854]    WinASegment: 0xa000
[    97.854]    WinBSegment: 0x0
[    97.854]    WinFuncPtr: 0xc0005017
[    97.854]    BytesPerScanline: 5120
[    97.854]    XResolution: 1280
[    97.854]    YResolution: 1024
[    97.854]    XCharSize: 8
[    97.854]    YCharSize: 16
[    97.854]    NumberOfPlanes: 1
[    97.854]    BitsPerPixel: 32
[    97.854]    NumberOfBanks: 1
[    97.854]    MemoryModel: 6
[    97.854]    BankSize: 0
[    97.854]    NumberOfImages: 2
[    97.854]    RedMaskSize: 8
[    97.854]    RedFieldPosition: 16
[    97.854]    GreenMaskSize: 8
[    97.854]    GreenFieldPosition: 8
[    97.854]    BlueMaskSize: 8
[    97.854]    BlueFieldPosition: 0
[    97.854]    RsvdMaskSize: 0
[    97.854]    RsvdFieldPosition: 0
[    97.854]    DirectColorModeInfo: 0
[    97.854]    PhysBasePtr: 0xd0000000
[    97.854]    LinBytesPerScanLine: 5120
[    97.854]    BnkNumberOfImagePages: 2
[    97.854]    LinNumberOfImagePages: 2
[    97.854]    LinRedMaskSize: 8
[    97.854]    LinRedFieldPosition: 16
[    97.854]    LinGreenMaskSize: 8
[    97.854]    LinGreenFieldPosition: 8
[    97.854]    LinBlueMaskSize: 8
[    97.854]    LinBlueFieldPosition: 0
[    97.854]    LinRsvdMaskSize: 0
[    97.854]    LinRsvdFieldPosition: 0
[    97.854]    MaxPixelClock: 400000000
[    97.855] *Mode: 121 (640x480)
[    97.855]    ModeAttributes: 0xbb
[    97.855]    WinAAttributes: 0x7
[    97.855]    WinBAttributes: 0x0
[    97.855]    WinGranularity: 64
[    97.855]    WinSize: 64
[    97.855]    WinASegment: 0xa000
[    97.855]    WinBSegment: 0x0
[    97.855]    WinFuncPtr: 0xc0005017
[    97.855]    BytesPerScanline: 2560
[    97.855]    XResolution: 640
[    97.855]    YResolution: 480
[    97.855]    XCharSize: 8
[    97.855]    YCharSize: 16
[    97.855]    NumberOfPlanes: 1
[    97.855]    BitsPerPixel: 32
[    97.855]    NumberOfBanks: 1
[    97.855]    MemoryModel: 6
[    97.855]    BankSize: 0
[    97.855]    NumberOfImages: 12
[    97.855]    RedMaskSize: 8
[    97.855]    RedFieldPosition: 16
[    97.855]    GreenMaskSize: 8
[    97.855]    GreenFieldPosition: 8
[    97.855]    BlueMaskSize: 8
[    97.855]    BlueFieldPosition: 0
[    97.855]    RsvdMaskSize: 0
[    97.855]    RsvdFieldPosition: 0
[    97.855]    DirectColorModeInfo: 0
[    97.855]    PhysBasePtr: 0xd0000000
[    97.855]    LinBytesPerScanLine: 2560
[    97.855]    BnkNumberOfImagePages: 12
[    97.855]    LinNumberOfImagePages: 12
[    97.855]    LinRedMaskSize: 8
[    97.855]    LinRedFieldPosition: 16
[    97.855]    LinGreenMaskSize: 8
[    97.855]    LinGreenFieldPosition: 8
[    97.855]    LinBlueMaskSize: 8
[    97.855]    LinBlueFieldPosition: 0
[    97.855]    LinRsvdMaskSize: 0
[    97.855]    LinRsvdFieldPosition: 0
[    97.855]    MaxPixelClock: 400000000
[    97.855] *Mode: 122 (800x600)
[    97.855]    ModeAttributes: 0xbb
[    97.855]    WinAAttributes: 0x7
[    97.855]    WinBAttributes: 0x0
[    97.855]    WinGranularity: 64
[    97.855]    WinSize: 64
[    97.855]    WinASegment: 0xa000
[    97.855]    WinBSegment: 0x0
[    97.855]    WinFuncPtr: 0xc0005017
[    97.855]    BytesPerScanline: 3200
[    97.855]    XResolution: 800
[    97.855]    YResolution: 600
[    97.855]    XCharSize: 8
[    97.855]    YCharSize: 14
[    97.855]    NumberOfPlanes: 1
[    97.855]    BitsPerPixel: 32
[    97.855]    NumberOfBanks: 1
[    97.855]    MemoryModel: 6
[    97.855]    BankSize: 0
[    97.855]    NumberOfImages: 7
[    97.855]    RedMaskSize: 8
[    97.855]    RedFieldPosition: 16
[    97.855]    GreenMaskSize: 8
[    97.855]    GreenFieldPosition: 8
[    97.855]    BlueMaskSize: 8
[    97.855]    BlueFieldPosition: 0
[    97.855]    RsvdMaskSize: 0
[    97.855]    RsvdFieldPosition: 0
[    97.855]    DirectColorModeInfo: 0
[    97.855]    PhysBasePtr: 0xd0000000
[    97.855]    LinBytesPerScanLine: 3200
[    97.855]    BnkNumberOfImagePages: 7
[    97.856]    LinNumberOfImagePages: 7
[    97.856]    LinRedMaskSize: 8
[    97.856]    LinRedFieldPosition: 16
[    97.856]    LinGreenMaskSize: 8
[    97.856]    LinGreenFieldPosition: 8
[    97.856]    LinBlueMaskSize: 8
[    97.856]    LinBlueFieldPosition: 0
[    97.856]    LinRsvdMaskSize: 0
[    97.856]    LinRsvdFieldPosition: 0
[    97.856]    MaxPixelClock: 400000000
[    97.856] *Mode: 123 (1024x768)
[    97.856]    ModeAttributes: 0xbb
[    97.856]    WinAAttributes: 0x7
[    97.856]    WinBAttributes: 0x0
[    97.856]    WinGranularity: 64
[    97.856]    WinSize: 64
[    97.856]    WinASegment: 0xa000
[    97.856]    WinBSegment: 0x0
[    97.856]    WinFuncPtr: 0xc0005017
[    97.856]    BytesPerScanline: 4096
[    97.856]    XResolution: 1024
[    97.856]    YResolution: 768
[    97.856]    XCharSize: 8
[    97.856]    YCharSize: 16
[    97.856]    NumberOfPlanes: 1
[    97.856]    BitsPerPixel: 32
[    97.856]    NumberOfBanks: 1
[    97.856]    MemoryModel: 6
[    97.856]    BankSize: 0
[    97.856]    NumberOfImages: 4
[    97.856]    RedMaskSize: 8
[    97.856]    RedFieldPosition: 16
[    97.856]    GreenMaskSize: 8
[    97.856]    GreenFieldPosition: 8
[    97.856]    BlueMaskSize: 8
[    97.856]    BlueFieldPosition: 0
[    97.856]    RsvdMaskSize: 0
[    97.856]    RsvdFieldPosition: 0
[    97.856]    DirectColorModeInfo: 0
[    97.856]    PhysBasePtr: 0xd0000000
[    97.856]    LinBytesPerScanLine: 4096
[    97.856]    BnkNumberOfImagePages: 4
[    97.856]    LinNumberOfImagePages: 4
[    97.856]    LinRedMaskSize: 8
[    97.856]    LinRedFieldPosition: 16
[    97.856]    LinGreenMaskSize: 8
[    97.856]    LinGreenFieldPosition: 8
[    97.856]    LinBlueMaskSize: 8
[    97.856]    LinBlueFieldPosition: 0
[    97.856]    LinRsvdMaskSize: 0
[    97.856]    LinRsvdFieldPosition: 0
[    97.856]    MaxPixelClock: 400000000
[    97.856] *Mode: 124 (1280x1024)
[    97.857]    ModeAttributes: 0xbb
[    97.857]    WinAAttributes: 0x7
[    97.857]    WinBAttributes: 0x0
[    97.857]    WinGranularity: 64
[    97.857]    WinSize: 64
[    97.857]    WinASegment: 0xa000
[    97.857]    WinBSegment: 0x0
[    97.857]    WinFuncPtr: 0xc0005017
[    97.857]    BytesPerScanline: 5120
[    97.857]    XResolution: 1280
[    97.857]    YResolution: 1024
[    97.857]    XCharSize: 8
[    97.857]    YCharSize: 16
[    97.857]    NumberOfPlanes: 1
[    97.857]    BitsPerPixel: 32
[    97.857]    NumberOfBanks: 1
[    97.857]    MemoryModel: 6
[    97.857]    BankSize: 0
[    97.857]    NumberOfImages: 2
[    97.857]    RedMaskSize: 8
[    97.857]    RedFieldPosition: 16
[    97.857]    GreenMaskSize: 8
[    97.857]    GreenFieldPosition: 8
[    97.857]    BlueMaskSize: 8
[    97.857]    BlueFieldPosition: 0
[    97.857]    RsvdMaskSize: 0
[    97.857]    RsvdFieldPosition: 0
[    97.857]    DirectColorModeInfo: 0
[    97.857]    PhysBasePtr: 0xd0000000
[    97.857]    LinBytesPerScanLine: 5120
[    97.857]    BnkNumberOfImagePages: 2
[    97.857]    LinNumberOfImagePages: 2
[    97.857]    LinRedMaskSize: 8
[    97.857]    LinRedFieldPosition: 16
[    97.857]    LinGreenMaskSize: 8
[    97.857]    LinGreenFieldPosition: 8
[    97.857]    LinBlueMaskSize: 8
[    97.857]    LinBlueFieldPosition: 0
[    97.857]    LinRsvdMaskSize: 0
[    97.857]    LinRsvdFieldPosition: 0
[    97.857]    MaxPixelClock: 400000000
[    97.857] Mode: 143 (1400x1050)
[    97.857]    ModeAttributes: 0xbb
[    97.857]    WinAAttributes: 0x7
[    97.857]    WinBAttributes: 0x0
[    97.857]    WinGranularity: 64
[    97.857]    WinSize: 64
[    97.857]    WinASegment: 0xa000
[    97.857]    WinBSegment: 0x0
[    97.857]    WinFuncPtr: 0xc0005017
[    97.857]    BytesPerScanline: 1408
[    97.857]    XResolution: 1400
[    97.857]    YResolution: 1050
[    97.857]    XCharSize: 8
[    97.857]    YCharSize: 16
[    97.857]    NumberOfPlanes: 1
[    97.857]    BitsPerPixel: 8
[    97.857]    NumberOfBanks: 1
[    97.857]    MemoryModel: 4
[    97.857]    BankSize: 0
[    97.857]    NumberOfImages: 10
[    97.857]    RedMaskSize: 0
[    97.857]    RedFieldPosition: 0
[    97.857]    GreenMaskSize: 0
[    97.857]    GreenFieldPosition: 0
[    97.857]    BlueMaskSize: 0
[    97.857]    BlueFieldPosition: 0
[    97.857]    RsvdMaskSize: 0
[    97.857]    RsvdFieldPosition: 0
[    97.857]    DirectColorModeInfo: 0
[    97.857]    PhysBasePtr: 0xd0000000
[    97.857]    LinBytesPerScanLine: 1408
[    97.857]    BnkNumberOfImagePages: 10
[    97.857]    LinNumberOfImagePages: 10
[    97.857]    LinRedMaskSize: 0
[    97.857]    LinRedFieldPosition: 0
[    97.857]    LinGreenMaskSize: 0
[    97.857]    LinGreenFieldPosition: 0
[    97.857]    LinBlueMaskSize: 0
[    97.857]    LinBlueFieldPosition: 0
[    97.857]    LinRsvdMaskSize: 0
[    97.857]    LinRsvdFieldPosition: 0
[    97.857]    MaxPixelClock: 400000000
[    97.858] Mode: 144 (1400x1050)
[    97.858]    ModeAttributes: 0xbb
[    97.858]    WinAAttributes: 0x7
[    97.858]    WinBAttributes: 0x0
[    97.858]    WinGranularity: 64
[    97.858]    WinSize: 64
[    97.858]    WinASegment: 0xa000
[    97.858]    WinBSegment: 0x0
[    97.858]    WinFuncPtr: 0xc0005017
[    97.858]    BytesPerScanline: 2816
[    97.858]    XResolution: 1400
[    97.858]    YResolution: 1050
[    97.858]    XCharSize: 8
[    97.858]    YCharSize: 16
[    97.858]    NumberOfPlanes: 1
[    97.858]    BitsPerPixel: 16
[    97.858]    NumberOfBanks: 1
[    97.858]    MemoryModel: 6
[    97.858]    BankSize: 0
[    97.858]    NumberOfImages: 4
[    97.858]    RedMaskSize: 5
[    97.858]    RedFieldPosition: 10
[    97.858]    GreenMaskSize: 5
[    97.858]    GreenFieldPosition: 5
[    97.858]    BlueMaskSize: 5
[    97.858]    BlueFieldPosition: 0
[    97.858]    RsvdMaskSize: 0
[    97.858]    RsvdFieldPosition: 0
[    97.858]    DirectColorModeInfo: 0
[    97.858]    PhysBasePtr: 0xd0000000
[    97.858]    LinBytesPerScanLine: 2816
[    97.858]    BnkNumberOfImagePages: 4
[    97.858]    LinNumberOfImagePages: 4
[    97.858]    LinRedMaskSize: 5
[    97.858]    LinRedFieldPosition: 10
[    97.858]    LinGreenMaskSize: 5
[    97.858]    LinGreenFieldPosition: 5
[    97.858]    LinBlueMaskSize: 5
[    97.858]    LinBlueFieldPosition: 0
[    97.858]    LinRsvdMaskSize: 0
[    97.858]    LinRsvdFieldPosition: 0
[    97.858]    MaxPixelClock: 400000000
[    97.858] Mode: 145 (1400x1050)
[    97.858]    ModeAttributes: 0xbb
[    97.858]    WinAAttributes: 0x7
[    97.858]    WinBAttributes: 0x0
[    97.858]    WinGranularity: 64
[    97.858]    WinSize: 64
[    97.858]    WinASegment: 0xa000
[    97.858]    WinBSegment: 0x0
[    97.858]    WinFuncPtr: 0xc0005017
[    97.858]    BytesPerScanline: 2816
[    97.858]    XResolution: 1400
[    97.858]    YResolution: 1050
[    97.858]    XCharSize: 8
[    97.858]    YCharSize: 16
[    97.858]    NumberOfPlanes: 1
[    97.858]    BitsPerPixel: 16
[    97.858]    NumberOfBanks: 1
[    97.858]    MemoryModel: 6
[    97.858]    BankSize: 0
[    97.858]    NumberOfImages: 4
[    97.858]    RedMaskSize: 5
[    97.858]    RedFieldPosition: 11
[    97.858]    GreenMaskSize: 6
[    97.858]    GreenFieldPosition: 5
[    97.858]    BlueMaskSize: 5
[    97.859]    BlueFieldPosition: 0
[    97.859]    RsvdMaskSize: 0
[    97.859]    RsvdFieldPosition: 0
[    97.859]    DirectColorModeInfo: 0
[    97.859]    PhysBasePtr: 0xd0000000
[    97.859]    LinBytesPerScanLine: 2816
[    97.859]    BnkNumberOfImagePages: 4
[    97.859]    LinNumberOfImagePages: 4
[    97.859]    LinRedMaskSize: 5
[    97.859]    LinRedFieldPosition: 11
[    97.859]    LinGreenMaskSize: 6
[    97.859]    LinGreenFieldPosition: 5
[    97.859]    LinBlueMaskSize: 5
[    97.859]    LinBlueFieldPosition: 0
[    97.859]    LinRsvdMaskSize: 0
[    97.859]    LinRsvdFieldPosition: 0
[    97.859]    MaxPixelClock: 400000000
[    97.859] *Mode: 146 (1400x1050)
[    97.859]    ModeAttributes: 0xbb
[    97.859]    WinAAttributes: 0x7
[    97.859]    WinBAttributes: 0x0
[    97.859]    WinGranularity: 64
[    97.859]    WinSize: 64
[    97.859]    WinASegment: 0xa000
[    97.859]    WinBSegment: 0x0
[    97.859]    WinFuncPtr: 0xc0005017
[    97.859]    BytesPerScanline: 5632
[    97.859]    XResolution: 1400
[    97.859]    YResolution: 1050
[    97.859]    XCharSize: 8
[    97.859]    YCharSize: 16
[    97.859]    NumberOfPlanes: 1
[    97.859]    BitsPerPixel: 32
[    97.859]    NumberOfBanks: 1
[    97.859]    MemoryModel: 6
[    97.859]    BankSize: 0
[    97.859]    NumberOfImages: 1
[    97.859]    RedMaskSize: 8
[    97.859]    RedFieldPosition: 16
[    97.859]    GreenMaskSize: 8
[    97.859]    GreenFieldPosition: 8
[    97.859]    BlueMaskSize: 8
[    97.859]    BlueFieldPosition: 0
[    97.859]    RsvdMaskSize: 0
[    97.859]    RsvdFieldPosition: 0
[    97.859]    DirectColorModeInfo: 0
[    97.859]    PhysBasePtr: 0xd0000000
[    97.859]    LinBytesPerScanLine: 5632
[    97.859]    BnkNumberOfImagePages: 1
[    97.859]    LinNumberOfImagePages: 1
[    97.859]    LinRedMaskSize: 8
[    97.859]    LinRedFieldPosition: 16
[    97.859]    LinGreenMaskSize: 8
[    97.859]    LinGreenFieldPosition: 8
[    97.859]    LinBlueMaskSize: 8
[    97.859]    LinBlueFieldPosition: 0
[    97.859]    LinRsvdMaskSize: 0
[    97.859]    LinRsvdFieldPosition: 0
[    97.859]    MaxPixelClock: 400000000
[    97.860] Mode: 173 (1600x1200)
[    97.860]    ModeAttributes: 0xbb
[    97.860]    WinAAttributes: 0x7
[    97.860]    WinBAttributes: 0x0
[    97.860]    WinGranularity: 64
[    97.860]    WinSize: 64
[    97.860]    WinASegment: 0xa000
[    97.860]    WinBSegment: 0x0
[    97.860]    WinFuncPtr: 0xc0005017
[    97.860]    BytesPerScanline: 1600
[    97.860]    XResolution: 1600
[    97.860]    YResolution: 1200
[    97.860]    XCharSize: 8
[    97.860]    YCharSize: 16
[    97.860]    NumberOfPlanes: 1
[    97.860]    BitsPerPixel: 8
[    97.860]    NumberOfBanks: 1
[    97.860]    MemoryModel: 4
[    97.860]    BankSize: 0
[    97.860]    NumberOfImages: 7
[    97.860]    RedMaskSize: 0
[    97.860]    RedFieldPosition: 0
[    97.860]    GreenMaskSize: 0
[    97.860]    GreenFieldPosition: 0
[    97.860]    BlueMaskSize: 0
[    97.860]    BlueFieldPosition: 0
[    97.860]    RsvdMaskSize: 0
[    97.860]    RsvdFieldPosition: 0
[    97.860]    DirectColorModeInfo: 0
[    97.860]    PhysBasePtr: 0xd0000000
[    97.860]    LinBytesPerScanLine: 1600
[    97.860]    BnkNumberOfImagePages: 7
[    97.860]    LinNumberOfImagePages: 7
[    97.860]    LinRedMaskSize: 0
[    97.860]    LinRedFieldPosition: 0
[    97.860]    LinGreenMaskSize: 0
[    97.860]    LinGreenFieldPosition: 0
[    97.860]    LinBlueMaskSize: 0
[    97.860]    LinBlueFieldPosition: 0
[    97.860]    LinRsvdMaskSize: 0
[    97.860]    LinRsvdFieldPosition: 0
[    97.860]    MaxPixelClock: 400000000
[    97.860] Mode: 174 (1600x1200)
[    97.860]    ModeAttributes: 0xbb
[    97.860]    WinAAttributes: 0x7
[    97.860]    WinBAttributes: 0x0
[    97.860]    WinGranularity: 64
[    97.860]    WinSize: 64
[    97.860]    WinASegment: 0xa000
[    97.860]    WinBSegment: 0x0
[    97.860]    WinFuncPtr: 0xc0005017
[    97.860]    BytesPerScanline: 3200
[    97.860]    XResolution: 1600
[    97.860]    YResolution: 1200
[    97.860]    XCharSize: 8
[    97.860]    YCharSize: 16
[    97.860]    NumberOfPlanes: 1
[    97.860]    BitsPerPixel: 16
[    97.860]    NumberOfBanks: 1
[    97.860]    MemoryModel: 6
[    97.860]    BankSize: 0
[    97.860]    NumberOfImages: 3
[    97.860]    RedMaskSize: 5
[    97.860]    RedFieldPosition: 10
[    97.860]    GreenMaskSize: 5
[    97.860]    GreenFieldPosition: 5
[    97.860]    BlueMaskSize: 5
[    97.860]    BlueFieldPosition: 0
[    97.860]    RsvdMaskSize: 0
[    97.860]    RsvdFieldPosition: 0
[    97.860]    DirectColorModeInfo: 0
[    97.860]    PhysBasePtr: 0xd0000000
[    97.860]    LinBytesPerScanLine: 3200
[    97.860]    BnkNumberOfImagePages: 3
[    97.860]    LinNumberOfImagePages: 3
[    97.860]    LinRedMaskSize: 5
[    97.860]    LinRedFieldPosition: 10
[    97.860]    LinGreenMaskSize: 5
[    97.860]    LinGreenFieldPosition: 5
[    97.860]    LinBlueMaskSize: 5
[    97.860]    LinBlueFieldPosition: 0
[    97.860]    LinRsvdMaskSize: 0
[    97.860]    LinRsvdFieldPosition: 0
[    97.860]    MaxPixelClock: 400000000
[    97.861] Mode: 175 (1600x1200)
[    97.861]    ModeAttributes: 0xbb
[    97.861]    WinAAttributes: 0x7
[    97.861]    WinBAttributes: 0x0
[    97.861]    WinGranularity: 64
[    97.861]    WinSize: 64
[    97.861]    WinASegment: 0xa000
[    97.861]    WinBSegment: 0x0
[    97.861]    WinFuncPtr: 0xc0005017
[    97.861]    BytesPerScanline: 3200
[    97.861]    XResolution: 1600
[    97.861]    YResolution: 1200
[    97.861]    XCharSize: 8
[    97.861]    YCharSize: 16
[    97.861]    NumberOfPlanes: 1
[    97.861]    BitsPerPixel: 16
[    97.861]    NumberOfBanks: 1
[    97.861]    MemoryModel: 6
[    97.861]    BankSize: 0
[    97.861]    NumberOfImages: 3
[    97.861]    RedMaskSize: 5
[    97.861]    RedFieldPosition: 11
[    97.861]    GreenMaskSize: 6
[    97.861]    GreenFieldPosition: 5
[    97.861]    BlueMaskSize: 5
[    97.861]    BlueFieldPosition: 0
[    97.861]    RsvdMaskSize: 0
[    97.861]    RsvdFieldPosition: 0
[    97.861]    DirectColorModeInfo: 0
[    97.861]    PhysBasePtr: 0xd0000000
[    97.861]    LinBytesPerScanLine: 3200
[    97.861]    BnkNumberOfImagePages: 3
[    97.861]    LinNumberOfImagePages: 3
[    97.861]    LinRedMaskSize: 5
[    97.861]    LinRedFieldPosition: 11
[    97.861]    LinGreenMaskSize: 6
[    97.861]    LinGreenFieldPosition: 5
[    97.861]    LinBlueMaskSize: 5
[    97.861]    LinBlueFieldPosition: 0
[    97.861]    LinRsvdMaskSize: 0
[    97.861]    LinRsvdFieldPosition: 0
[    97.861]    MaxPixelClock: 400000000
[    97.861] *Mode: 176 (1600x1200)
[    97.861]    ModeAttributes: 0xbb
[    97.861]    WinAAttributes: 0x7
[    97.861]    WinBAttributes: 0x0
[    97.861]    WinGranularity: 64
[    97.861]    WinSize: 64
[    97.861]    WinASegment: 0xa000
[    97.861]    WinBSegment: 0x0
[    97.861]    WinFuncPtr: 0xc0005017
[    97.861]    BytesPerScanline: 6400
[    97.861]    XResolution: 1600
[    97.861]    YResolution: 1200
[    97.861]    XCharSize: 8
[    97.861]    YCharSize: 16
[    97.861]    NumberOfPlanes: 1
[    97.861]    BitsPerPixel: 32
[    97.861]    NumberOfBanks: 1
[    97.862]    MemoryModel: 6
[    97.862]    BankSize: 0
[    97.862]    NumberOfImages: 1
[    97.862]    RedMaskSize: 8
[    97.862]    RedFieldPosition: 16
[    97.862]    GreenMaskSize: 8
[    97.862]    GreenFieldPosition: 8
[    97.862]    BlueMaskSize: 8
[    97.862]    BlueFieldPosition: 0
[    97.862]    RsvdMaskSize: 0
[    97.862]    RsvdFieldPosition: 0
[    97.862]    DirectColorModeInfo: 0
[    97.862]    PhysBasePtr: 0xd0000000
[    97.862]    LinBytesPerScanLine: 6400
[    97.862]    BnkNumberOfImagePages: 1
[    97.862]    LinNumberOfImagePages: 1
[    97.862]    LinRedMaskSize: 8
[    97.862]    LinRedFieldPosition: 16
[    97.862]    LinGreenMaskSize: 8
[    97.862]    LinGreenFieldPosition: 8
[    97.862]    LinBlueMaskSize: 8
[    97.862]    LinBlueFieldPosition: 0
[    97.862]    LinRsvdMaskSize: 0
[    97.862]    LinRsvdFieldPosition: 0
[    97.862]    MaxPixelClock: 400000000
[    97.862] Mode: 183 (640x400)
[    97.862]    ModeAttributes: 0xbb
[    97.862]    WinAAttributes: 0x7
[    97.862]    WinBAttributes: 0x0
[    97.862]    WinGranularity: 64
[    97.862]    WinSize: 64
[    97.862]    WinASegment: 0xa000
[    97.862]    WinBSegment: 0x0
[    97.862]    WinFuncPtr: 0xc0005017
[    97.862]    BytesPerScanline: 640
[    97.862]    XResolution: 640
[    97.862]    YResolution: 400
[    97.862]    XCharSize: 8
[    97.862]    YCharSize: 16
[    97.862]    NumberOfPlanes: 1
[    97.862]    BitsPerPixel: 8
[    97.862]    NumberOfBanks: 1
[    97.862]    MemoryModel: 4
[    97.862]    BankSize: 0
[    97.862]    NumberOfImages: 63
[    97.862]    RedMaskSize: 0
[    97.862]    RedFieldPosition: 0
[    97.862]    GreenMaskSize: 0
[    97.862]    GreenFieldPosition: 0
[    97.862]    BlueMaskSize: 0
[    97.862]    BlueFieldPosition: 0
[    97.862]    RsvdMaskSize: 0
[    97.862]    RsvdFieldPosition: 0
[    97.862]    DirectColorModeInfo: 0
[    97.862]    PhysBasePtr: 0xd0000000
[    97.862]    LinBytesPerScanLine: 640
[    97.862]    BnkNumberOfImagePages: 63
[    97.862]    LinNumberOfImagePages: 63
[    97.862]    LinRedMaskSize: 0
[    97.862]    LinRedFieldPosition: 0
[    97.862]    LinGreenMaskSize: 0
[    97.862]    LinGreenFieldPosition: 0
[    97.862]    LinBlueMaskSize: 0
[    97.862]    LinBlueFieldPosition: 0
[    97.862]    LinRsvdMaskSize: 0
[    97.862]    LinRsvdFieldPosition: 0
[    97.862]    MaxPixelClock: 400000000
[    97.862] Mode: 184 (640x400)
[    97.863]    ModeAttributes: 0xbb
[    97.863]    WinAAttributes: 0x7
[    97.863]    WinBAttributes: 0x0
[    97.863]    WinGranularity: 64
[    97.863]    WinSize: 64
[    97.863]    WinASegment: 0xa000
[    97.863]    WinBSegment: 0x0
[    97.863]    WinFuncPtr: 0xc0005017
[    97.863]    BytesPerScanline: 1280
[    97.863]    XResolution: 640
[    97.863]    YResolution: 400
[    97.863]    XCharSize: 8
[    97.863]    YCharSize: 16
[    97.863]    NumberOfPlanes: 1
[    97.863]    BitsPerPixel: 16
[    97.863]    NumberOfBanks: 1
[    97.863]    MemoryModel: 6
[    97.863]    BankSize: 0
[    97.863]    NumberOfImages: 31
[    97.863]    RedMaskSize: 5
[    97.863]    RedFieldPosition: 10
[    97.863]    GreenMaskSize: 5
[    97.863]    GreenFieldPosition: 5
[    97.863]    BlueMaskSize: 5
[    97.863]    BlueFieldPosition: 0
[    97.863]    RsvdMaskSize: 0
[    97.863]    RsvdFieldPosition: 0
[    97.863]    DirectColorModeInfo: 0
[    97.863]    PhysBasePtr: 0xd0000000
[    97.863]    LinBytesPerScanLine: 1280
[    97.863]    BnkNumberOfImagePages: 31
[    97.863]    LinNumberOfImagePages: 31
[    97.863]    LinRedMaskSize: 5
[    97.863]    LinRedFieldPosition: 10
[    97.863]    LinGreenMaskSize: 5
[    97.863]    LinGreenFieldPosition: 5
[    97.863]    LinBlueMaskSize: 5
[    97.863]    LinBlueFieldPosition: 0
[    97.863]    LinRsvdMaskSize: 0
[    97.863]    LinRsvdFieldPosition: 0
[    97.863]    MaxPixelClock: 400000000
[    97.863] Mode: 185 (640x400)
[    97.863]    ModeAttributes: 0xbb
[    97.863]    WinAAttributes: 0x7
[    97.863]    WinBAttributes: 0x0
[    97.863]    WinGranularity: 64
[    97.863]    WinSize: 64
[    97.863]    WinASegment: 0xa000
[    97.863]    WinBSegment: 0x0
[    97.863]    WinFuncPtr: 0xc0005017
[    97.863]    BytesPerScanline: 1280
[    97.863]    XResolution: 640
[    97.863]    YResolution: 400
[    97.863]    XCharSize: 8
[    97.863]    YCharSize: 16
[    97.863]    NumberOfPlanes: 1
[    97.863]    BitsPerPixel: 16
[    97.863]    NumberOfBanks: 1
[    97.863]    MemoryModel: 6
[    97.863]    BankSize: 0
[    97.863]    NumberOfImages: 31
[    97.863]    RedMaskSize: 5
[    97.863]    RedFieldPosition: 11
[    97.863]    GreenMaskSize: 6
[    97.863]    GreenFieldPosition: 5
[    97.863]    BlueMaskSize: 5
[    97.863]    BlueFieldPosition: 0
[    97.863]    RsvdMaskSize: 0
[    97.863]    RsvdFieldPosition: 0
[    97.863]    DirectColorModeInfo: 0
[    97.863]    PhysBasePtr: 0xd0000000
[    97.863]    LinBytesPerScanLine: 1280
[    97.863]    BnkNumberOfImagePages: 31
[    97.863]    LinNumberOfImagePages: 31
[    97.863]    LinRedMaskSize: 5
[    97.863]    LinRedFieldPosition: 11
[    97.863]    LinGreenMaskSize: 6
[    97.863]    LinGreenFieldPosition: 5
[    97.863]    LinBlueMaskSize: 5
[    97.863]    LinBlueFieldPosition: 0
[    97.863]    LinRsvdMaskSize: 0
[    97.863]    LinRsvdFieldPosition: 0
[    97.863]    MaxPixelClock: 400000000
[    97.864] *Mode: 186 (640x400)
[    97.864]    ModeAttributes: 0xbb
[    97.864]    WinAAttributes: 0x7
[    97.864]    WinBAttributes: 0x0
[    97.864]    WinGranularity: 64
[    97.864]    WinSize: 64
[    97.864]    WinASegment: 0xa000
[    97.864]    WinBSegment: 0x0
[    97.864]    WinFuncPtr: 0xc0005017
[    97.864]    BytesPerScanline: 2560
[    97.864]    XResolution: 640
[    97.864]    YResolution: 400
[    97.864]    XCharSize: 8
[    97.864]    YCharSize: 16
[    97.864]    NumberOfPlanes: 1
[    97.864]    BitsPerPixel: 32
[    97.864]    NumberOfBanks: 1
[    97.864]    MemoryModel: 6
[    97.864]    BankSize: 0
[    97.864]    NumberOfImages: 15
[    97.864]    RedMaskSize: 8
[    97.864]    RedFieldPosition: 16
[    97.864]    GreenMaskSize: 8
[    97.864]    GreenFieldPosition: 8
[    97.864]    BlueMaskSize: 8
[    97.864]    BlueFieldPosition: 0
[    97.864]    RsvdMaskSize: 0
[    97.864]    RsvdFieldPosition: 0
[    97.864]    DirectColorModeInfo: 0
[    97.864]    PhysBasePtr: 0xd0000000
[    97.864]    LinBytesPerScanLine: 2560
[    97.864]    BnkNumberOfImagePages: 15
[    97.864]    LinNumberOfImagePages: 15
[    97.864]    LinRedMaskSize: 8
[    97.864]    LinRedFieldPosition: 16
[    97.864]    LinGreenMaskSize: 8
[    97.864]    LinGreenFieldPosition: 8
[    97.864]    LinBlueMaskSize: 8
[    97.864]    LinBlueFieldPosition: 0
[    97.864]    LinRsvdMaskSize: 0
[    97.864]    LinRsvdFieldPosition: 0
[    97.864]    MaxPixelClock: 400000000
[    97.864] Mode: 1d3 (1856x1392)
[    97.864]    ModeAttributes: 0xbb
[    97.864]    WinAAttributes: 0x7
[    97.864]    WinBAttributes: 0x0
[    97.864]    WinGranularity: 64
[    97.864]    WinSize: 64
[    97.864]    WinASegment: 0xa000
[    97.864]    WinBSegment: 0x0
[    97.864]    WinFuncPtr: 0xc0005017
[    97.864]    BytesPerScanline: 1856
[    97.864]    XResolution: 1856
[    97.864]    YResolution: 1392
[    97.864]    XCharSize: 8
[    97.864]    YCharSize: 16
[    97.864]    NumberOfPlanes: 1
[    97.864]    BitsPerPixel: 8
[    97.864]    NumberOfBanks: 1
[    97.864]    MemoryModel: 4
[    97.864]    BankSize: 0
[    97.864]    NumberOfImages: 5
[    97.864]    RedMaskSize: 0
[    97.864]    RedFieldPosition: 0
[    97.864]    GreenMaskSize: 0
[    97.864]    GreenFieldPosition: 0
[    97.864]    BlueMaskSize: 0
[    97.864]    BlueFieldPosition: 0
[    97.864]    RsvdMaskSize: 0
[    97.864]    RsvdFieldPosition: 0
[    97.864]    DirectColorModeInfo: 0
[    97.864]    PhysBasePtr: 0xd0000000
[    97.864]    LinBytesPerScanLine: 1856
[    97.864]    BnkNumberOfImagePages: 5
[    97.865]    LinNumberOfImagePages: 5
[    97.865]    LinRedMaskSize: 0
[    97.865]    LinRedFieldPosition: 0
[    97.865]    LinGreenMaskSize: 0
[    97.865]    LinGreenFieldPosition: 0
[    97.865]    LinBlueMaskSize: 0
[    97.865]    LinBlueFieldPosition: 0
[    97.865]    LinRsvdMaskSize: 0
[    97.865]    LinRsvdFieldPosition: 0
[    97.865]    MaxPixelClock: 400000000
[    97.865] Mode: 1d4 (1856x1392)
[    97.865]    ModeAttributes: 0xbb
[    97.865]    WinAAttributes: 0x7
[    97.865]    WinBAttributes: 0x0
[    97.865]    WinGranularity: 64
[    97.865]    WinSize: 64
[    97.865]    WinASegment: 0xa000
[    97.865]    WinBSegment: 0x0
[    97.865]    WinFuncPtr: 0xc0005017
[    97.865]    BytesPerScanline: 3712
[    97.865]    XResolution: 1856
[    97.865]    YResolution: 1392
[    97.865]    XCharSize: 8
[    97.865]    YCharSize: 16
[    97.865]    NumberOfPlanes: 1
[    97.865]    BitsPerPixel: 16
[    97.865]    NumberOfBanks: 1
[    97.865]    MemoryModel: 6
[    97.865]    BankSize: 0
[    97.865]    NumberOfImages: 2
[    97.865]    RedMaskSize: 5
[    97.865]    RedFieldPosition: 10
[    97.865]    GreenMaskSize: 5
[    97.865]    GreenFieldPosition: 5
[    97.865]    BlueMaskSize: 5
[    97.865]    BlueFieldPosition: 0
[    97.865]    RsvdMaskSize: 0
[    97.865]    RsvdFieldPosition: 0
[    97.865]    DirectColorModeInfo: 0
[    97.865]    PhysBasePtr: 0xd0000000
[    97.865]    LinBytesPerScanLine: 3712
[    97.865]    BnkNumberOfImagePages: 2
[    97.865]    LinNumberOfImagePages: 2
[    97.865]    LinRedMaskSize: 5
[    97.865]    LinRedFieldPosition: 10
[    97.865]    LinGreenMaskSize: 5
[    97.865]    LinGreenFieldPosition: 5
[    97.865]    LinBlueMaskSize: 5
[    97.865]    LinBlueFieldPosition: 0
[    97.865]    LinRsvdMaskSize: 0
[    97.865]    LinRsvdFieldPosition: 0
[    97.865]    MaxPixelClock: 400000000
[    97.866] Mode: 1d5 (1856x1392)
[    97.866]    ModeAttributes: 0xbb
[    97.866]    WinAAttributes: 0x7
[    97.866]    WinBAttributes: 0x0
[    97.866]    WinGranularity: 64
[    97.866]    WinSize: 64
[    97.866]    WinASegment: 0xa000
[    97.866]    WinBSegment: 0x0
[    97.866]    WinFuncPtr: 0xc0005017
[    97.866]    BytesPerScanline: 3712
[    97.866]    XResolution: 1856
[    97.866]    YResolution: 1392
[    97.866]    XCharSize: 8
[    97.866]    YCharSize: 16
[    97.866]    NumberOfPlanes: 1
[    97.866]    BitsPerPixel: 16
[    97.866]    NumberOfBanks: 1
[    97.866]    MemoryModel: 6
[    97.866]    BankSize: 0
[    97.866]    NumberOfImages: 2
[    97.866]    RedMaskSize: 5
[    97.866]    RedFieldPosition: 11
[    97.866]    GreenMaskSize: 6
[    97.866]    GreenFieldPosition: 5
[    97.866]    BlueMaskSize: 5
[    97.866]    BlueFieldPosition: 0
[    97.866]    RsvdMaskSize: 0
[    97.866]    RsvdFieldPosition: 0
[    97.866]    DirectColorModeInfo: 0
[    97.866]    PhysBasePtr: 0xd0000000
[    97.866]    LinBytesPerScanLine: 3712
[    97.866]    BnkNumberOfImagePages: 2
[    97.866]    LinNumberOfImagePages: 2
[    97.866]    LinRedMaskSize: 5
[    97.866]    LinRedFieldPosition: 11
[    97.866]    LinGreenMaskSize: 6
[    97.866]    LinGreenFieldPosition: 5
[    97.866]    LinBlueMaskSize: 5
[    97.866]    LinBlueFieldPosition: 0
[    97.866]    LinRsvdMaskSize: 0
[    97.866]    LinRsvdFieldPosition: 0
[    97.866]    MaxPixelClock: 400000000
[    97.866] *Mode: 1d6 (1856x1392)
[    97.866]    ModeAttributes: 0xbb
[    97.866]    WinAAttributes: 0x7
[    97.866]    WinBAttributes: 0x0
[    97.866]    WinGranularity: 64
[    97.866]    WinSize: 64
[    97.866]    WinASegment: 0xa000
[    97.866]    WinBSegment: 0x0
[    97.866]    WinFuncPtr: 0xc0005017
[    97.866]    BytesPerScanline: 7424
[    97.866]    XResolution: 1856
[    97.866]    YResolution: 1392
[    97.866]    XCharSize: 8
[    97.866]    YCharSize: 16
[    97.866]    NumberOfPlanes: 1
[    97.866]    BitsPerPixel: 32
[    97.866]    NumberOfBanks: 1
[    97.866]    MemoryModel: 6
[    97.866]    BankSize: 0
[    97.866]    NumberOfImages: 1
[    97.866]    RedMaskSize: 8
[    97.866]    RedFieldPosition: 16
[    97.866]    GreenMaskSize: 8
[    97.866]    GreenFieldPosition: 8
[    97.866]    BlueMaskSize: 8
[    97.866]    BlueFieldPosition: 0
[    97.866]    RsvdMaskSize: 0
[    97.866]    RsvdFieldPosition: 0
[    97.866]    DirectColorModeInfo: 0
[    97.866]    PhysBasePtr: 0xd0000000
[    97.866]    LinBytesPerScanLine: 7424
[    97.866]    BnkNumberOfImagePages: 1
[    97.866]    LinNumberOfImagePages: 1
[    97.866]    LinRedMaskSize: 8
[    97.866]    LinRedFieldPosition: 16
[    97.866]    LinGreenMaskSize: 8
[    97.866]    LinGreenFieldPosition: 8
[    97.866]    LinBlueMaskSize: 8
[    97.866]    LinBlueFieldPosition: 0
[    97.866]    LinRsvdMaskSize: 0
[    97.866]    LinRsvdFieldPosition: 0
[    97.866]    MaxPixelClock: 400000000
[    97.867] Mode: 1e3 (1920x1440)
[    97.867]    ModeAttributes: 0xbb
[    97.867]    WinAAttributes: 0x7
[    97.867]    WinBAttributes: 0x0
[    97.867]    WinGranularity: 64
[    97.867]    WinSize: 64
[    97.867]    WinASegment: 0xa000
[    97.867]    WinBSegment: 0x0
[    97.867]    WinFuncPtr: 0xc0005017
[    97.867]    BytesPerScanline: 1920
[    97.867]    XResolution: 1920
[    97.867]    YResolution: 1440
[    97.867]    XCharSize: 8
[    97.867]    YCharSize: 16
[    97.867]    NumberOfPlanes: 1
[    97.867]    BitsPerPixel: 8
[    97.867]    NumberOfBanks: 1
[    97.867]    MemoryModel: 4
[    97.867]    BankSize: 0
[    97.867]    NumberOfImages: 4
[    97.867]    RedMaskSize: 0
[    97.867]    RedFieldPosition: 0
[    97.867]    GreenMaskSize: 0
[    97.867]    GreenFieldPosition: 0
[    97.867]    BlueMaskSize: 0
[    97.867]    BlueFieldPosition: 0
[    97.867]    RsvdMaskSize: 0
[    97.867]    RsvdFieldPosition: 0
[    97.867]    DirectColorModeInfo: 0
[    97.867]    PhysBasePtr: 0xd0000000
[    97.867]    LinBytesPerScanLine: 1920
[    97.867]    BnkNumberOfImagePages: 4
[    97.867]    LinNumberOfImagePages: 4
[    97.867]    LinRedMaskSize: 0
[    97.867]    LinRedFieldPosition: 0
[    97.867]    LinGreenMaskSize: 0
[    97.867]    LinGreenFieldPosition: 0
[    97.867]    LinBlueMaskSize: 0
[    97.867]    LinBlueFieldPosition: 0
[    97.867]    LinRsvdMaskSize: 0
[    97.867]    LinRsvdFieldPosition: 0
[    97.867]    MaxPixelClock: 400000000
[    97.867] Mode: 1e4 (1920x1440)
[    97.867]    ModeAttributes: 0xbb
[    97.867]    WinAAttributes: 0x7
[    97.867]    WinBAttributes: 0x0
[    97.867]    WinGranularity: 64
[    97.867]    WinSize: 64
[    97.867]    WinASegment: 0xa000
[    97.867]    WinBSegment: 0x0
[    97.867]    WinFuncPtr: 0xc0005017
[    97.867]    BytesPerScanline: 3840
[    97.868]    XResolution: 1920
[    97.868]    YResolution: 1440
[    97.868]    XCharSize: 8
[    97.868]    YCharSize: 16
[    97.868]    NumberOfPlanes: 1
[    97.868]    BitsPerPixel: 16
[    97.868]    NumberOfBanks: 1
[    97.868]    MemoryModel: 6
[    97.868]    BankSize: 0
[    97.868]    NumberOfImages: 2
[    97.868]    RedMaskSize: 5
[    97.868]    RedFieldPosition: 10
[    97.868]    GreenMaskSize: 5
[    97.868]    GreenFieldPosition: 5
[    97.868]    BlueMaskSize: 5
[    97.868]    BlueFieldPosition: 0
[    97.868]    RsvdMaskSize: 0
[    97.868]    RsvdFieldPosition: 0
[    97.868]    DirectColorModeInfo: 0
[    97.868]    PhysBasePtr: 0xd0000000
[    97.868]    LinBytesPerScanLine: 3840
[    97.868]    BnkNumberOfImagePages: 2
[    97.868]    LinNumberOfImagePages: 2
[    97.868]    LinRedMaskSize: 5
[    97.868]    LinRedFieldPosition: 10
[    97.868]    LinGreenMaskSize: 5
[    97.868]    LinGreenFieldPosition: 5
[    97.868]    LinBlueMaskSize: 5
[    97.868]    LinBlueFieldPosition: 0
[    97.868]    LinRsvdMaskSize: 0
[    97.868]    LinRsvdFieldPosition: 0
[    97.868]    MaxPixelClock: 400000000
[    97.868] Mode: 1e5 (1920x1440)
[    97.868]    ModeAttributes: 0xbb
[    97.868]    WinAAttributes: 0x7
[    97.868]    WinBAttributes: 0x0
[    97.868]    WinGranularity: 64
[    97.868]    WinSize: 64
[    97.868]    WinASegment: 0xa000
[    97.868]    WinBSegment: 0x0
[    97.868]    WinFuncPtr: 0xc0005017
[    97.868]    BytesPerScanline: 3840
[    97.868]    XResolution: 1920
[    97.868]    YResolution: 1440
[    97.868]    XCharSize: 8
[    97.868]    YCharSize: 16
[    97.868]    NumberOfPlanes: 1
[    97.868]    BitsPerPixel: 16
[    97.868]    NumberOfBanks: 1
[    97.868]    MemoryModel: 6
[    97.868]    BankSize: 0
[    97.868]    NumberOfImages: 2
[    97.868]    RedMaskSize: 5
[    97.868]    RedFieldPosition: 11
[    97.868]    GreenMaskSize: 6
[    97.868]    GreenFieldPosition: 5
[    97.868]    BlueMaskSize: 5
[    97.868]    BlueFieldPosition: 0
[    97.868]    RsvdMaskSize: 0
[    97.868]    RsvdFieldPosition: 0
[    97.868]    DirectColorModeInfo: 0
[    97.868]    PhysBasePtr: 0xd0000000
[    97.868]    LinBytesPerScanLine: 3840
[    97.868]    BnkNumberOfImagePages: 2
[    97.868]    LinNumberOfImagePages: 2
[    97.868]    LinRedMaskSize: 5
[    97.868]    LinRedFieldPosition: 11
[    97.868]    LinGreenMaskSize: 6
[    97.868]    LinGreenFieldPosition: 5
[    97.868]    LinBlueMaskSize: 5
[    97.868]    LinBlueFieldPosition: 0
[    97.868]    LinRsvdMaskSize: 0
[    97.868]    LinRsvdFieldPosition: 0
[    97.868]    MaxPixelClock: 400000000
[    97.869] *Mode: 1e6 (1920x1440)
[    97.869]    ModeAttributes: 0xbb
[    97.869]    WinAAttributes: 0x7
[    97.869]    WinBAttributes: 0x0
[    97.869]    WinGranularity: 64
[    97.869]    WinSize: 64
[    97.869]    WinASegment: 0xa000
[    97.869]    WinBSegment: 0x0
[    97.869]    WinFuncPtr: 0xc0005017
[    97.869]    BytesPerScanline: 7680
[    97.869]    XResolution: 1920
[    97.869]    YResolution: 1440
[    97.869]    XCharSize: 8
[    97.869]    YCharSize: 16
[    97.869]    NumberOfPlanes: 1
[    97.869]    BitsPerPixel: 32
[    97.869]    NumberOfBanks: 1
[    97.869]    MemoryModel: 6
[    97.869]    BankSize: 0
[    97.869]    NumberOfImages: 1
[    97.869]    RedMaskSize: 8
[    97.869]    RedFieldPosition: 16
[    97.869]    GreenMaskSize: 8
[    97.869]    GreenFieldPosition: 8
[    97.869]    BlueMaskSize: 8
[    97.869]    BlueFieldPosition: 0
[    97.869]    RsvdMaskSize: 0
[    97.869]    RsvdFieldPosition: 0
[    97.869]    DirectColorModeInfo: 0
[    97.869]    PhysBasePtr: 0xd0000000
[    97.869]    LinBytesPerScanLine: 7680
[    97.869]    BnkNumberOfImagePages: 1
[    97.869]    LinNumberOfImagePages: 1
[    97.869]    LinRedMaskSize: 8
[    97.869]    LinRedFieldPosition: 16
[    97.869]    LinGreenMaskSize: 8
[    97.869]    LinGreenFieldPosition: 8
[    97.869]    LinBlueMaskSize: 8
[    97.869]    LinBlueFieldPosition: 0
[    97.869]    LinRsvdMaskSize: 0
[    97.869]    LinRsvdFieldPosition: 0
[    97.869]    MaxPixelClock: 400000000
[    97.869] 
[    97.869] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[    97.869] (II) VESA(0): <default monitor>: Using hsync range of 30.00-81.00 
kHz
[    97.869] (II) VESA(0): <default monitor>: Using vrefresh range of 
56.00-75.00 Hz
[    97.869] (II) VESA(0): <default monitor>: Using maximum pixel clock of 
145.00 MHz
[    97.869] (WW) VESA(0): Unable to estimate virtual size
[    97.869] (II) VESA(0): Not using built-in mode "1920x1440" (no mode of this 
name)
[    97.869] (II) VESA(0): Not using built-in mode "1856x1392" (no mode of this 
name)
[    97.869] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this 
name)
[    97.869] (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "640x400" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "640x400" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "640x350" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "512x384" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "320x240" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "320x200" (no mode of this 
name)
[    97.871] (II) VESA(0): Not using built-in mode "320x200" (no mode of this 
name)
[    97.871] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[    97.871] (**) VESA(0): *Built-in mode "1280x1024"
[    97.871] (**) VESA(0): *Built-in mode "1280x1024"
[    97.871] (**) VESA(0): *Built-in mode "1280x1024"
[    97.871] (**) VESA(0): *Built-in mode "1152x864"
[    97.871] (**) VESA(0): *Built-in mode "1024x768"
[    97.871] (**) VESA(0): *Built-in mode "1024x768"
[    97.871] (**) VESA(0): *Built-in mode "800x600"
[    97.871] (**) VESA(0): *Built-in mode "800x600"
[    97.871] (**) VESA(0): *Built-in mode "640x480"
[    97.871] (**) VESA(0): *Built-in mode "640x480"
[    97.871] (**) VESA(0): *Built-in mode "720x400"
[    97.871] (**) VESA(0): Display dimensions: (380, 300) mm
[    97.871] (**) VESA(0): DPI set to (85, 86)
[    97.871] (**) VESA(0): Using "Shadow Framebuffer"
[    97.871] (II) Loading sub module "shadow"
[    97.872] (II) LoadModule: "shadow"
[    97.872] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    97.886] (II) Module shadow: vendor="X.Org Foundation"
[    97.886]    compiled for 1.9.99.903, module version = 1.1.0
[    97.886]    ABI class: X.Org ANSI C Emulation, version 0.4
[    97.886] (II) Loading sub module "fb"
[    97.886] (II) LoadModule: "fb"
[    97.886] (II) Loading /usr/lib/xorg/modules/libfb.so
[    97.888] (II) Module fb: vendor="X.Org Foundation"
[    97.888]    compiled for 1.9.99.903, module version = 1.0.0
[    97.888]    ABI class: X.Org ANSI C Emulation, version 0.4
[    97.888] (==) Depth 24 pixmap format is 32 bpp
[    97.888] (II) Loading sub module "int10"
[    97.888] (II) LoadModule: "int10"
[    97.889] (II) Loading /usr/lib/xorg/modules/libint10.so
[    97.889] (II) Module int10: vendor="X.Org Foundation"
[    97.889]    compiled for 1.9.99.903, module version = 1.0.0
[    97.889]    ABI class: X.Org Video Driver, version 10.0
[    97.889] (II) VESA(0): initializing int10
[    97.892] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    97.892] (II) VESA(0): VESA BIOS detected
[    97.892] (II) VESA(0): VESA VBE Version 3.0
[    97.893] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    97.893] (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
[    97.893] (II) VESA(0): VESA VBE OEM Software Rev: 9.12
[    97.893] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies 
Inc. 
[    97.893] (II) VESA(0): VESA VBE OEM Product: R580
[    97.893] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[    97.894] (II) VESA(0): virtual address = 0x7f48f440e000,
        physical address = 0xd0000000, size = 16777216
[    97.907] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[    97.907] (II) VESA(0): VBESetVBEMode failed, mode set without customized 
refresh.
[    98.089] (==) VESA(0): Default visual is TrueColor
[    98.111] (==) VESA(0): Backing store disabled
[    98.111] (==) VESA(0): DPMS enabled
[    98.111] (WW) VESA(0): Option "NoAccel" is not used
[    98.111] (WW) VESA(0): Option "ColorTiling" is not used
[    98.111] (WW) VESA(0): Option "DRI" is not used
[    98.111] (==) RandR enabled
[    98.111] (II) Initializing built-in extension Generic Event Extension
[    98.111] (II) Initializing built-in extension SHAPE
[    98.111] (II) Initializing built-in extension MIT-SHM
[    98.111] (II) Initializing built-in extension XInputExtension
[    98.111] (II) Initializing built-in extension XTEST
[    98.111] (II) Initializing built-in extension BIG-REQUESTS
[    98.111] (II) Initializing built-in extension SYNC
[    98.111] (II) Initializing built-in extension XKEYBOARD
[    98.111] (II) Initializing built-in extension XC-MISC
[    98.111] (II) Initializing built-in extension XINERAMA
[    98.111] (II) Initializing built-in extension XFIXES
[    98.111] (II) Initializing built-in extension RENDER
[    98.111] (II) Initializing built-in extension RANDR
[    98.111] (II) Initializing built-in extension COMPOSITE
[    98.111] (II) Initializing built-in extension DAMAGE
[    98.111] (II) SELinux: Disabled on system
[    98.118] (II) AIGLX: Screen 0 is not DRI2 capable
[    98.118] (II) AIGLX: Screen 0 is not DRI capable
[    98.257] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[    98.257] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    98.944] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    98.944] (**) Option "CoreKeyboard"
[    98.944] (**) AT Translated Set 2 keyboard: always reports core events
[    98.944] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    98.960] (--) AT Translated Set 2 keyboard: Found keys
[    98.960] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    98.960] (II) XINPUT: Adding extended input device "AT Translated Set 2 
keyboard" (type: KEYBOARD)
[    98.960] (**) Option "xkb_rules" "evdev"
[    98.960] (**) Option "xkb_model" "pc104"
[    98.960] (**) Option "xkb_layout" "us"
[    99.016] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    99.016] (**) Option "CorePointer"
[    99.016] (**) Kingsis Peripherals Evoluent VerticalMouse 2: always reports 
core events
[    99.016] (**) Kingsis Peripherals Evoluent VerticalMouse 2: Device: 
"/dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-event-mouse"
[    99.032] (**) Kingsis Peripherals Evoluent VerticalMouse 2: ButtonMapping 
'1 9 2 4 5 3 3 3 3'
[    99.032] (--) Kingsis Peripherals Evoluent VerticalMouse 2: Found 9 mouse 
buttons
[    99.032] (--) Kingsis Peripherals Evoluent VerticalMouse 2: Found scroll 
wheel(s)
[    99.032] (--) Kingsis Peripherals Evoluent VerticalMouse 2: Found relative 
axes
[    99.032] (--) Kingsis Peripherals Evoluent VerticalMouse 2: Found x and y 
relative axes
[    99.032] (II) Kingsis Peripherals Evoluent VerticalMouse 2: Configuring as 
mouse
[    99.032] (II) Kingsis Peripherals Evoluent VerticalMouse 2: Adding 
scrollwheel support
[    99.032] (**) Kingsis Peripherals Evoluent VerticalMouse 2: YAxisMapping: 
buttons 4 and 5
[    99.032] (**) Kingsis Peripherals Evoluent VerticalMouse 2: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    99.032] (II) XINPUT: Adding extended input device "Kingsis Peripherals 
Evoluent VerticalMouse 2" (type: MOUSE)
[    99.032] (II) Kingsis Peripherals Evoluent VerticalMouse 2: initialized for 
relative axes.
[    99.032] (**) Kingsis Peripherals Evoluent VerticalMouse 2: (accel) keeping 
acceleration scheme 1
[    99.033] (**) Kingsis Peripherals Evoluent VerticalMouse 2: (accel) 
acceleration profile 0
[    99.033] (**) Kingsis Peripherals Evoluent VerticalMouse 2: (accel) 
acceleration factor: 2.000
[    99.033] (**) Kingsis Peripherals Evoluent VerticalMouse 2: (accel) 
acceleration threshold: 4
[    99.050] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[    99.050] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    99.050] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    99.050] (**) Power Button: always reports core events
[    99.050] (**) Power Button: Device: "/dev/input/event3"
[    99.060] (--) Power Button: Found keys
[    99.060] (II) Power Button: Configuring as keyboard
[    99.060] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    99.060] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD)
[    99.060] (**) Option "xkb_rules" "evdev"
[    99.060] (**) Option "xkb_model" "pc104"
[    99.060] (**) Option "xkb_layout" "us"
[    99.067] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[    99.067] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    99.067] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    99.067] (**) Power Button: always reports core events
[    99.067] (**) Power Button: Device: "/dev/input/event2"
[    99.067] (--) Power Button: Found keys
[    99.067] (II) Power Button: Configuring as keyboard
[    99.068] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    99.068] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD)
[    99.068] (**) Option "xkb_rules" "evdev"
[    99.068] (**) Option "xkb_model" "pc104"
[    99.068] (**) Option "xkb_layout" "us"
[    99.073] (II) config/udev: Adding input device Kingsis Peripherals Evoluent 
VerticalMouse 2 (/dev/input/event1)
[    99.073] (**) Kingsis Peripherals Evoluent VerticalMouse 2: Applying 
InputClass "evdev pointer catchall"
[    99.073] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    99.073] (**) Kingsis Peripherals Evoluent VerticalMouse 2: always reports 
core events
[    99.073] (**) Kingsis Peripherals Evoluent VerticalMouse 2: Device: 
"/dev/input/event1"
[    99.073] (WW) Kingsis Peripherals Evoluent VerticalMouse 2: device file is 
duplicate. Ignoring.
[    99.073] (EE) PreInit returned 8 for "Kingsis Peripherals Evoluent 
VerticalMouse 2"
[    99.073] (II) UnloadModule: "evdev"
[    99.073] (II) Unloading evdev
[    99.074] (II) config/udev: Adding input device Kingsis Peripherals Evoluent 
VerticalMouse 2 (/dev/input/mouse0)
[    99.074] (II) No input driver/identifier specified (ignoring)
[    99.085] (II) config/udev: Adding input device HDA Digital PCBeep 
(/dev/input/event5)
[    99.085] (II) No input driver/identifier specified (ignoring)
[    99.086] (II) config/udev: Adding input device HDA NVidia Headphone 
(/dev/input/event6)
[    99.086] (II) No input driver/identifier specified (ignoring)
[    99.092] (II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
[    99.092] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev 
keyboard catchall"
[    99.092] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    99.092] (**) AT Translated Set 2 keyboard: always reports core events
[    99.092] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    99.092] (WW) AT Translated Set 2 keyboard: device file is duplicate. 
Ignoring.
[    99.092] (EE) PreInit returned 8 for "AT Translated Set 2 keyboard"
[    99.092] (II) UnloadModule: "evdev"
[    99.092] (II) Unloading evdev
[    99.093] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event4)
[    99.093] (II) No input driver/identifier specified (ignoring)
[   118.679] (II) Open ACPI successful (/var/run/acpid.socket)
[   118.679] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DMI_VENDOR=empty

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DMI_VENDOR=empty

P: /devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-event-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:6:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Kingsis_Peripherals
E: ID_VENDOR_ENC=Kingsis\x20Peripherals
E: ID_VENDOR_ID=2222
E: ID_MODEL=Evoluent_VerticalMouse_2
E: ID_MODEL_ENC=Evoluent\x20VerticalMouse\x202
E: ID_MODEL_ID=3061
E: ID_REVISION=0110
E: ID_SERIAL=Kingsis_Peripherals_Evoluent_VerticalMouse_2
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:6:1.0
E: 
DEVLINKS=/dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-event-mouse
 /dev/input/by-path/pci-0000:00:02.0-usb-0:6:1.0-event-mouse

P: /devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input1/mouse0
N: input/mouse0
S: input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:6:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input1/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Kingsis_Peripherals
E: ID_VENDOR_ENC=Kingsis\x20Peripherals
E: ID_VENDOR_ID=2222
E: ID_MODEL=Evoluent_VerticalMouse_2
E: ID_MODEL_ENC=Evoluent\x20VerticalMouse\x202
E: ID_MODEL_ID=3061
E: ID_REVISION=0110
E: ID_SERIAL=Kingsis_Peripherals_Evoluent_VerticalMouse_2
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:6:1.0
E: 
DEVLINKS=/dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_2-mouse
 /dev/input/by-path/pci-0000:00:02.0-usb-0:6:1.0-mouse

P: /devices/pci0000:00/0000:00:06.1/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:06.1
E: DMI_VENDOR=empty

P: /devices/pci0000:00/0000:00:06.1/sound/card0/input6/event6
N: input/event6
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/sound/card0/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:06.1
E: DMI_VENDOR=empty

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=empty

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=empty
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.441440] Linux agpgart interface v0.103


-- System Information:
Debian Release: wheezy/sid
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration    1.70           system-wide keyboard preferences
ii  libaudit0                 1.7.13-1+b2    Dynamic library for security audit
ii  libc6                     2.11.2-13      Embedded GNU C Library: Shared lib
ii  libdrm2                   2.4.23-3       Userspace interface to kernel DRM 
ii  libgcrypt11               1.4.6-5        LGPL Crypto library - runtime libr
ii  libpciaccess0             0.12.1-1       Generic PCI access library for X
ii  libpixman-1-0             0.21.4-2       pixel-manipulation library for X a
ii  libselinux1               2.0.96-1       SELinux runtime shared libraries
ii  libudev0                  166-1          libudev shared library
ii  libxau6                   1:1.0.6-1      X11 authorisation library
ii  libxdmcp6                 1:1.1.0-1      X11 Display Manager Control Protoc
ii  libxfont1                 1:1.4.3-2      X11 font rasterisation library
ii  udev                      166-1          /dev/ and hotplug management daemo
ii  xserver-common            2:1.9.99.903-1 common files used by various X ser

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.10-4     A free implementation of the OpenG

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.3    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.3    75 dpi fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xorg-server
Version: 2:1.17.99.902-1

According to https://bugs.freedesktop.org/show_bug.cgi?id=31501, this
bug has been fixed in commit f9a04d19aef77bf787b8d322305a6971d24a6ba1
("fonts: Continue when font calls return Suspended more than once"),
xorg-server 2:1.17.99.902-1 was the first Debian upload which contained
that fix.

--- End Message ---

Reply via email to