======= working config # XXX Had to add this because keyboard input was garbage with the autogenerated config Section "ServerFlags" Option "AutoAddDevices" "False" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/share/fonts/misc/" FontPath "/usr/local/share/fonts/TTF/" FontPath "/usr/local/share/fonts/OTF/" FontPath "/usr/local/share/fonts/Type1/" FontPath "/usr/local/share/fonts/100dpi/" FontPath "/usr/local/share/fonts/75dpi/" FontPath "/usr/local/share/fonts/cyrillic/" FontPath "/usr/local/share/fonts/dejavu/" FontPath "/usr/local/share/fonts/encodings/" FontPath "/usr/local/share/fonts/std.ja_JP/" FontPath "/usr/local/share/fonts/urwfonts-ttf/" FontPath "/usr/local/share/fonts/util/" FontPath "catalogue:/usr/local/etc/X11/fontpath.d" EndSection Section "Module" Load "glx" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz", ### : "%" ### [arg]: arg optional #Option "SWcursor" # [] #Option "kmsdev" # #Option "ShadowFB" # [] #Option "AccelMethod" # #Option "PageFlip" # [] #Option "ZaphodHeads" # #Option "DoubleShadow" # [] #Option "Atomic" # [] Identifier "Card0" # XXX had to change it to vesa from the autoconfig or X would not start #Driver "modesetting" Driver "vesa" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ======= log from failed config [ 605.254] X.Org X Server 1.20.9 X Protocol Version 11, Revision 0 [ 605.254] Build Operating System: FreeBSD 12.1-RELEASE-p10 amd64 [ 605.254] Current Operating System: FreeBSD laptop 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64 [ 605.255] Build Date: 24 October 2020 01:56:28AM [ 605.255] [ 605.255] Current version of pixman: 0.40.0 [ 605.255] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 605.255] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 605.255] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 3 03:36:14 2020 [ 605.256] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 605.256] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 605.256] (==) ServerLayout "X.org Configured" [ 605.257] (**) |-->Screen "Screen0" (0) [ 605.257] (**) | |-->Monitor "Monitor0" [ 605.257] (**) | |-->Device "Card0" [ 605.257] (**) |-->Input Device "Mouse0" [ 605.258] (**) |-->Input Device "Keyboard0" [ 605.258] (==) Automatically adding devices [ 605.258] (==) Automatically enabling devices [ 605.258] (==) Not automatically adding GPU devices [ 605.258] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 605.258] (**) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, catalogue:/usr/local/etc/X11/fontpath.d, /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, catalogue:/usr/local/etc/X11/fontpath.d [ 605.258] (**) ModulePath set to "/usr/local/lib/xorg/modules" [ 605.259] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 605.259] (WW) Disabling Mouse0 [ 605.259] (WW) Disabling Keyboard0 [ 605.259] (II) Loader magic: 0x42e020 [ 605.259] (II) Module ABI versions: [ 605.259] X.Org ANSI C Emulation: 0.4 [ 605.260] X.Org Video Driver: 24.1 [ 605.260] X.Org XInput driver : 24.1 [ 605.260] X.Org Server Extension : 10.0 [ 605.260] (--) PCI:*(0@0:2:0) 8086:0046:1028:040a rev 2, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x000060b0/8, BIOS @ 0x????????/65536 [ 605.261] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 605.262] (II) LoadModule: "glx" [ 605.262] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 605.265] (II) Module glx: vendor="X.Org Foundation" [ 605.266] compiled for 1.20.9, module version = 1.0.0 [ 605.266] ABI class: X.Org Server Extension, version 10.0 [ 605.266] (II) LoadModule: "vesa" [ 605.267] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 605.267] (II) Module vesa: vendor="X.Org Foundation" [ 605.267] compiled for 1.20.9, module version = 2.5.0 [ 605.268] Module class: X.Org Video Driver [ 605.268] ABI class: X.Org Video Driver, version 24.1 [ 605.268] (II) VESA: driver for VESA chipsets: vesa [ 605.269] (--) Using syscons driver with X support (version 2.0) [ 605.269] (--) using VT number 4 [ 605.270] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 605.270] (II) Loading sub module "vbe" [ 605.270] (II) LoadModule: "vbe" [ 605.271] (II) Loading /usr/local/lib/xorg/modules/libvbe.so [ 605.271] (II) Module vbe: vendor="X.Org Foundation" [ 605.271] compiled for 1.20.9, module version = 1.1.0 [ 605.272] ABI class: X.Org Video Driver, version 24.1 [ 605.272] (II) Loading sub module "int10" [ 605.272] (II) LoadModule: "int10" [ 605.273] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 605.273] (II) Module int10: vendor="X.Org Foundation" [ 605.274] compiled for 1.20.9, module version = 1.0.0 [ 605.274] ABI class: X.Org Video Driver, version 24.1 [ 605.274] (II) VESA(0): initializing int10 [ 605.275] (II) VESA(0): Bad V_BIOS checksum [ 605.275] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 605.275] (II) VESA(0): VESA BIOS detected [ 605.275] (II) VESA(0): VESA VBE Version 3.0 [ 605.275] (II) VESA(0): VESA VBE Total Mem: 32704 kB [ 605.275] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chipset Accelerated VGA BIOS [ 605.275] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 605.275] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 605.275] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller [ 605.275] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 605.289] (==) VESA(0): Depth 24, (--) framebuffer bpp 32 [ 605.289] (==) VESA(0): RGB weight 888 [ 605.289] (==) VESA(0): Default visual is TrueColor [ 605.289] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) [ 605.289] (II) Loading sub module "ddc" [ 605.289] (II) LoadModule: "ddc" [ 605.289] (II) Module "ddc" already built-in [ 605.366] (II) VESA(0): VESA VBE DDC supported [ 605.366] (II) VESA(0): VESA VBE DDC Level 2 [ 605.366] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. [ 605.373] (II) VESA(0): VESA VBE DDC read successfully [ 605.373] (II) VESA(0): Manufacturer: SEC Model: 5441 Serial#: 0 [ 605.373] (II) VESA(0): Year: 2010 Week: 0 [ 605.373] (II) VESA(0): EDID Version: 1.4 [ 605.373] (II) VESA(0): Digital Display Input [ 605.374] (II) VESA(0): 6 bits per channel [ 605.374] (II) VESA(0): Digital interface is DisplayPort [ 605.374] (II) VESA(0): Max Image Size [cm]: horiz.: 30 vert.: 19 [ 605.374] (II) VESA(0): Gamma: 2.20 [ 605.374] (II) VESA(0): No DPMS capabilities specified [ 605.374] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 605.375] (II) VESA(0): First detailed timing is preferred mode [ 605.375] (II) VESA(0): Preferred mode is native pixel format and refresh rate [ 605.375] (II) VESA(0): redX: 0.537 redY: 0.353 greenX: 0.343 greenY: 0.597 [ 605.375] (II) VESA(0): blueX: 0.164 blueY: 0.125 whiteX: 0.313 whiteY: 0.334 [ 605.375] (II) VESA(0): Manufacturer's mask: 0 [ 605.376] (II) VESA(0): Supported detailed timing: [ 605.376] (II) VESA(0): clock: 70.7 MHz Image Size: 303 x 190 mm [ 605.376] (II) VESA(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1452 h_border: 0 [ 605.376] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 812 v_border: 0 [ 605.377] (II) VESA(0): Supported detailed timing: [ 605.377] (II) VESA(0): clock: 47.2 MHz Image Size: 303 x 190 mm [ 605.377] (II) VESA(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1452 h_border: 0 [ 605.377] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 812 v_border: 0 [ 605.378] (II) VESA(0): CR5M3€141AT [ 605.378] (II) VESA(0): Unknown vendor-specific block 0 [ 605.378] (II) VESA(0): EDID (in hex): [ 605.378] (II) VESA(0): 00ffffffffffff004ca3415400000000 [ 605.379] (II) VESA(0): 00140104951e13780a9f06895a57982a [ 605.379] (II) VESA(0): 20505500000001010101010101010101 [ 605.379] (II) VESA(0): 010101010101a11b00ac50200c300c40 [ 605.379] (II) VESA(0): 33002fbe1000001a6c1200ac50200c30 [ 605.379] (II) VESA(0): 0c4033002fbe1000001a000000fe0043 [ 605.380] (II) VESA(0): 52354d338031343141540a2000000000 [ 605.380] (II) VESA(0): 00004101190000000009010a202000c9 [ 605.380] (II) VESA(0): EDID vendor "SEC", prod id 21569 [ 605.380] (II) VESA(0): Printing DDC gathered Modelines: [ 605.381] (II) VESA(0): Modeline "1280x800"x0.0 70.73 1280 1292 1356 1452 800 803 806 812 +hsync -vsync (48.7 kHz eP) [ 605.381] (II) VESA(0): Modeline "1280x800"x0.0 47.16 1280 1292 1356 1452 800 803 806 812 +hsync -vsync (32.5 kHz e) [ 605.381] (II) VESA(0): Searching for matching VESA mode(s): [ 605.382] Mode: 160 (0x0) [ 605.382] ModeAttributes: 0x0 [ 605.382] WinAAttributes: 0x0 [ 605.383] WinBAttributes: 0x0 [ 605.383] WinGranularity: 0 [ 605.383] WinSize: 0 [ 605.383] WinASegment: 0x0 [ 605.383] WinBSegment: 0x0 [ 605.383] WinFuncPtr: 0x0 [ 605.383] BytesPerScanline: 0 [ 605.383] XResolution: 0 [ 605.383] YResolution: 0 [ 605.383] XCharSize: 0 [ 605.383] YCharSize: 0 [ 605.383] NumberOfPlanes: 0 [ 605.383] BitsPerPixel: 0 [ 605.384] NumberOfBanks: 0 [ 605.384] MemoryModel: 0 [ 605.384] BankSize: 0 [ 605.384] NumberOfImages: 0 [ 605.384] RedMaskSize: 0 [ 605.384] RedFieldPosition: 0 [ 605.384] GreenMaskSize: 0 [ 605.384] GreenFieldPosition: 0 [ 605.384] BlueMaskSize: 0 [ 605.384] BlueFieldPosition: 0 [ 605.384] RsvdMaskSize: 0 [ 605.384] RsvdFieldPosition: 0 [ 605.384] DirectColorModeInfo: 0 [ 605.384] PhysBasePtr: 0x0 [ 605.384] LinBytesPerScanLine: 0 [ 605.384] BnkNumberOfImagePages: 0 [ 605.384] LinNumberOfImagePages: 0 [ 605.385] LinRedMaskSize: 0 [ 605.385] LinRedFieldPosition: 0 [ 605.385] LinGreenMaskSize: 0 [ 605.385] LinGreenFieldPosition: 0 [ 605.385] LinBlueMaskSize: 0 [ 605.385] LinBlueFieldPosition: 0 [ 605.385] LinRsvdMaskSize: 0 [ 605.385] LinRsvdFieldPosition: 0 [ 605.385] MaxPixelClock: 0 [ 605.386] Mode: 161 (0x0) [ 605.386] ModeAttributes: 0x0 [ 605.386] WinAAttributes: 0x0 [ 605.386] WinBAttributes: 0x0 [ 605.386] WinGranularity: 0 [ 605.386] WinSize: 0 [ 605.386] WinASegment: 0x0 [ 605.386] WinBSegment: 0x0 [ 605.386] WinFuncPtr: 0x0 [ 605.387] BytesPerScanline: 0 [ 605.387] XResolution: 0 [ 605.387] YResolution: 0 [ 605.387] XCharSize: 0 [ 605.387] YCharSize: 0 [ 605.387] NumberOfPlanes: 0 [ 605.387] BitsPerPixel: 0 [ 605.387] NumberOfBanks: 0 [ 605.388] MemoryModel: 0 [ 605.388] BankSize: 0 [ 605.388] NumberOfImages: 0 [ 605.388] RedMaskSize: 0 [ 605.388] RedFieldPosition: 0 [ 605.388] GreenMaskSize: 0 [ 605.388] GreenFieldPosition: 0 [ 605.389] BlueMaskSize: 0 [ 605.389] BlueFieldPosition: 0 [ 605.389] RsvdMaskSize: 0 [ 605.389] RsvdFieldPosition: 0 [ 605.389] DirectColorModeInfo: 0 [ 605.389] PhysBasePtr: 0x0 [ 605.389] LinBytesPerScanLine: 0 [ 605.390] BnkNumberOfImagePages: 0 [ 605.390] LinNumberOfImagePages: 0 [ 605.390] LinRedMaskSize: 0 [ 605.390] LinRedFieldPosition: 0 [ 605.390] LinGreenMaskSize: 0 [ 605.390] LinGreenFieldPosition: 0 [ 605.391] LinBlueMaskSize: 0 [ 605.391] LinBlueFieldPosition: 0 [ 605.391] LinRsvdMaskSize: 0 [ 605.391] LinRsvdFieldPosition: 0 [ 605.391] MaxPixelClock: 0 [ 605.392] *Mode: 162 (1280x800) [ 605.393] ModeAttributes: 0x9b [ 605.393] WinAAttributes: 0x7 [ 605.393] WinBAttributes: 0x0 [ 605.393] WinGranularity: 64 [ 605.393] WinSize: 64 [ 605.394] WinASegment: 0xa000 [ 605.394] WinBSegment: 0x0 [ 605.394] WinFuncPtr: 0xc0008ab9 [ 605.394] BytesPerScanline: 5120 [ 605.394] XResolution: 1280 [ 605.395] YResolution: 800 [ 605.395] XCharSize: 8 [ 605.395] YCharSize: 16 [ 605.395] NumberOfPlanes: 1 [ 605.395] BitsPerPixel: 32 [ 605.396] NumberOfBanks: 1 [ 605.396] MemoryModel: 6 [ 605.396] BankSize: 0 [ 605.396] NumberOfImages: 7 [ 605.397] RedMaskSize: 8 [ 605.397] RedFieldPosition: 16 [ 605.397] GreenMaskSize: 8 [ 605.397] GreenFieldPosition: 8 [ 605.398] BlueMaskSize: 8 [ 605.398] BlueFieldPosition: 0 [ 605.398] RsvdMaskSize: 8 [ 605.398] RsvdFieldPosition: 24 [ 605.399] DirectColorModeInfo: 0 [ 605.399] PhysBasePtr: 0xe0000000 [ 605.399] LinBytesPerScanLine: 5120 [ 605.399] BnkNumberOfImagePages: 7 [ 605.400] LinNumberOfImagePages: 7 [ 605.400] LinRedMaskSize: 8 [ 605.400] LinRedFieldPosition: 16 [ 605.400] LinGreenMaskSize: 8 [ 605.401] LinGreenFieldPosition: 8 [ 605.401] LinBlueMaskSize: 8 [ 605.401] LinBlueFieldPosition: 0 [ 605.401] LinRsvdMaskSize: 8 [ 605.402] LinRsvdFieldPosition: 24 [ 605.402] MaxPixelClock: 230000000 [ 605.402] Mode: 163 (0x0) [ 605.403] ModeAttributes: 0x0 [ 605.403] WinAAttributes: 0x0 [ 605.403] WinBAttributes: 0x0 [ 605.403] WinGranularity: 0 [ 605.403] WinSize: 0 [ 605.403] WinASegment: 0x0 [ 605.403] WinBSegment: 0x0 [ 605.403] WinFuncPtr: 0x0 [ 605.403] BytesPerScanline: 0 [ 605.404] XResolution: 0 [ 605.404] YResolution: 0 [ 605.404] XCharSize: 0 [ 605.404] YCharSize: 0 [ 605.404] NumberOfPlanes: 0 [ 605.404] BitsPerPixel: 0 [ 605.404] NumberOfBanks: 0 [ 605.404] MemoryModel: 0 [ 605.404] BankSize: 0 [ 605.404] NumberOfImages: 0 [ 605.404] RedMaskSize: 0 [ 605.404] RedFieldPosition: 0 [ 605.404] GreenMaskSize: 0 [ 605.404] GreenFieldPosition: 0 [ 605.404] BlueMaskSize: 0 [ 605.404] BlueFieldPosition: 0 [ 605.404] RsvdMaskSize: 0 [ 605.404] RsvdFieldPosition: 0 [ 605.404] DirectColorModeInfo: 0 [ 605.405] PhysBasePtr: 0x0 [ 605.405] LinBytesPerScanLine: 0 [ 605.405] BnkNumberOfImagePages: 0 [ 605.405] LinNumberOfImagePages: 0 [ 605.405] LinRedMaskSize: 0 [ 605.405] LinRedFieldPosition: 0 [ 605.405] LinGreenMaskSize: 0 [ 605.405] LinGreenFieldPosition: 0 [ 605.405] LinBlueMaskSize: 0 [ 605.405] LinBlueFieldPosition: 0 [ 605.405] LinRsvdMaskSize: 0 [ 605.405] LinRsvdFieldPosition: 0 [ 605.406] MaxPixelClock: 0 [ 605.406] Mode: 164 (0x0) [ 605.406] ModeAttributes: 0x0 [ 605.406] WinAAttributes: 0x0 [ 605.406] WinBAttributes: 0x0 [ 605.406] WinGranularity: 0 [ 605.406] WinSize: 0 [ 605.407] WinASegment: 0x0 [ 605.407] WinBSegment: 0x0 [ 605.407] WinFuncPtr: 0x0 [ 605.407] BytesPerScanline: 0 [ 605.407] XResolution: 0 [ 605.407] YResolution: 0 [ 605.407] XCharSize: 0 [ 605.407] YCharSize: 0 [ 605.408] NumberOfPlanes: 0 [ 605.408] BitsPerPixel: 0 [ 605.408] NumberOfBanks: 0 [ 605.408] MemoryModel: 0 [ 605.408] BankSize: 0 [ 605.408] NumberOfImages: 0 [ 605.408] RedMaskSize: 0 [ 605.408] RedFieldPosition: 0 [ 605.409] GreenMaskSize: 0 [ 605.409] GreenFieldPosition: 0 [ 605.409] BlueMaskSize: 0 [ 605.409] BlueFieldPosition: 0 [ 605.409] RsvdMaskSize: 0 [ 605.409] RsvdFieldPosition: 0 [ 605.410] DirectColorModeInfo: 0 [ 605.410] PhysBasePtr: 0x0 [ 605.410] LinBytesPerScanLine: 0 [ 605.410] BnkNumberOfImagePages: 0 [ 605.410] LinNumberOfImagePages: 0 [ 605.410] LinRedMaskSize: 0 [ 605.411] LinRedFieldPosition: 0 [ 605.411] LinGreenMaskSize: 0 [ 605.411] LinGreenFieldPosition: 0 [ 605.411] LinBlueMaskSize: 0 [ 605.411] LinBlueFieldPosition: 0 [ 605.411] LinRsvdMaskSize: 0 [ 605.412] LinRsvdFieldPosition: 0 [ 605.412] MaxPixelClock: 0 [ 605.413] *Mode: 165 (1366x768) [ 605.413] ModeAttributes: 0x9b [ 605.413] WinAAttributes: 0x7 [ 605.413] WinBAttributes: 0x0 [ 605.414] WinGranularity: 64 [ 605.414] WinSize: 64 [ 605.414] WinASegment: 0xa000 [ 605.414] WinBSegment: 0x0 [ 605.414] WinFuncPtr: 0xc0008ab9 [ 605.415] BytesPerScanline: 5504 [ 605.415] XResolution: 1366 [ 605.415] YResolution: 768 [ 605.415] XCharSize: 8 [ 605.416] YCharSize: 16 [ 605.416] NumberOfPlanes: 1 [ 605.416] BitsPerPixel: 32 [ 605.416] NumberOfBanks: 1 [ 605.416] MemoryModel: 6 [ 605.417] BankSize: 0 [ 605.417] NumberOfImages: 6 [ 605.417] RedMaskSize: 8 [ 605.417] RedFieldPosition: 16 [ 605.418] GreenMaskSize: 8 [ 605.418] GreenFieldPosition: 8 [ 605.418] BlueMaskSize: 8 [ 605.418] BlueFieldPosition: 0 [ 605.419] RsvdMaskSize: 8 [ 605.419] RsvdFieldPosition: 24 [ 605.419] DirectColorModeInfo: 0 [ 605.419] PhysBasePtr: 0xe0000000 [ 605.420] LinBytesPerScanLine: 5504 [ 605.420] BnkNumberOfImagePages: 6 [ 605.420] LinNumberOfImagePages: 6 [ 605.420] LinRedMaskSize: 8 [ 605.421] LinRedFieldPosition: 16 [ 605.421] LinGreenMaskSize: 8 [ 605.421] LinGreenFieldPosition: 8 [ 605.422] LinBlueMaskSize: 8 [ 605.422] LinBlueFieldPosition: 0 [ 605.422] LinRsvdMaskSize: 8 [ 605.422] LinRsvdFieldPosition: 24 [ 605.423] MaxPixelClock: 230000000 [ 605.423] Mode: 166 (0x0) [ 605.423] ModeAttributes: 0x0 [ 605.424] WinAAttributes: 0x0 [ 605.424] WinBAttributes: 0x0 [ 605.424] WinGranularity: 0 [ 605.424] WinSize: 0 [ 605.424] WinASegment: 0x0 [ 605.424] WinBSegment: 0x0 [ 605.424] WinFuncPtr: 0x0 [ 605.424] BytesPerScanline: 0 [ 605.424] XResolution: 0 [ 605.424] YResolution: 0 [ 605.424] XCharSize: 0 [ 605.424] YCharSize: 0 [ 605.424] NumberOfPlanes: 0 [ 605.424] BitsPerPixel: 0 [ 605.424] NumberOfBanks: 0 [ 605.424] MemoryModel: 0 [ 605.424] BankSize: 0 [ 605.424] NumberOfImages: 0 [ 605.424] RedMaskSize: 0 [ 605.424] RedFieldPosition: 0 [ 605.425] GreenMaskSize: 0 [ 605.425] GreenFieldPosition: 0 [ 605.425] BlueMaskSize: 0 [ 605.425] BlueFieldPosition: 0 [ 605.425] RsvdMaskSize: 0 [ 605.425] RsvdFieldPosition: 0 [ 605.425] DirectColorModeInfo: 0 [ 605.425] PhysBasePtr: 0x0 [ 605.425] LinBytesPerScanLine: 0 [ 605.425] BnkNumberOfImagePages: 0 [ 605.425] LinNumberOfImagePages: 0 [ 605.425] LinRedMaskSize: 0 [ 605.425] LinRedFieldPosition: 0 [ 605.425] LinGreenMaskSize: 0 [ 605.426] LinGreenFieldPosition: 0 [ 605.426] LinBlueMaskSize: 0 [ 605.426] LinBlueFieldPosition: 0 [ 605.426] LinRsvdMaskSize: 0 [ 605.426] LinRsvdFieldPosition: 0 [ 605.426] MaxPixelClock: 0 [ 605.426] Mode: 167 (0x0) [ 605.426] ModeAttributes: 0x0 [ 605.427] WinAAttributes: 0x0 [ 605.427] WinBAttributes: 0x0 [ 605.427] WinGranularity: 0 [ 605.427] WinSize: 0 [ 605.427] WinASegment: 0x0 [ 605.427] WinBSegment: 0x0 [ 605.427] WinFuncPtr: 0x0 [ 605.427] BytesPerScanline: 0 [ 605.428] XResolution: 0 [ 605.428] YResolution: 0 [ 605.428] XCharSize: 0 [ 605.428] YCharSize: 0 [ 605.428] NumberOfPlanes: 0 [ 605.428] BitsPerPixel: 0 [ 605.428] NumberOfBanks: 0 [ 605.428] MemoryModel: 0 [ 605.429] BankSize: 0 [ 605.429] NumberOfImages: 0 [ 605.429] RedMaskSize: 0 [ 605.429] RedFieldPosition: 0 [ 605.429] GreenMaskSize: 0 [ 605.429] GreenFieldPosition: 0 [ 605.430] BlueMaskSize: 0 [ 605.430] BlueFieldPosition: 0 [ 605.430] RsvdMaskSize: 0 [ 605.430] RsvdFieldPosition: 0 [ 605.430] DirectColorModeInfo: 0 [ 605.430] PhysBasePtr: 0x0 [ 605.430] LinBytesPerScanLine: 0 [ 605.431] BnkNumberOfImagePages: 0 [ 605.431] LinNumberOfImagePages: 0 [ 605.431] LinRedMaskSize: 0 [ 605.431] LinRedFieldPosition: 0 [ 605.431] LinGreenMaskSize: 0 [ 605.432] LinGreenFieldPosition: 0 [ 605.432] LinBlueMaskSize: 0 [ 605.432] LinBlueFieldPosition: 0 [ 605.432] LinRsvdMaskSize: 0 [ 605.432] LinRsvdFieldPosition: 0 [ 605.432] MaxPixelClock: 0 [ 605.433] Mode: 168 (0x0) [ 605.433] ModeAttributes: 0x0 [ 605.433] WinAAttributes: 0x0 [ 605.434] WinBAttributes: 0x0 [ 605.434] WinGranularity: 0 [ 605.434] WinSize: 0 [ 605.434] WinASegment: 0x0 [ 605.435] WinBSegment: 0x0 [ 605.435] WinFuncPtr: 0x0 [ 605.435] BytesPerScanline: 0 [ 605.435] XResolution: 0 [ 605.435] YResolution: 0 [ 605.436] XCharSize: 0 [ 605.436] YCharSize: 0 [ 605.436] NumberOfPlanes: 0 [ 605.436] BitsPerPixel: 0 [ 605.437] NumberOfBanks: 0 [ 605.437] MemoryModel: 0 [ 605.437] BankSize: 0 [ 605.437] NumberOfImages: 0 [ 605.437] RedMaskSize: 0 [ 605.438] RedFieldPosition: 0 [ 605.438] GreenMaskSize: 0 [ 605.438] GreenFieldPosition: 0 [ 605.438] BlueMaskSize: 0 [ 605.439] BlueFieldPosition: 0 [ 605.439] RsvdMaskSize: 0 [ 605.439] RsvdFieldPosition: 0 [ 605.439] DirectColorModeInfo: 0 [ 605.440] PhysBasePtr: 0x0 [ 605.440] LinBytesPerScanLine: 0 [ 605.440] BnkNumberOfImagePages: 0 [ 605.440] LinNumberOfImagePages: 0 [ 605.441] LinRedMaskSize: 0 [ 605.441] LinRedFieldPosition: 0 [ 605.441] LinGreenMaskSize: 0 [ 605.442] LinGreenFieldPosition: 0 [ 605.442] LinBlueMaskSize: 0 [ 605.442] LinBlueFieldPosition: 0 [ 605.442] LinRsvdMaskSize: 0 [ 605.443] LinRsvdFieldPosition: 0 [ 605.443] MaxPixelClock: 0 [ 605.443] Mode: 169 (0x0) [ 605.444] ModeAttributes: 0x0 [ 605.444] WinAAttributes: 0x0 [ 605.444] WinBAttributes: 0x0 [ 605.444] WinGranularity: 0 [ 605.444] WinSize: 0 [ 605.444] WinASegment: 0x0 [ 605.444] WinBSegment: 0x0 [ 605.444] WinFuncPtr: 0x0 [ 605.444] BytesPerScanline: 0 [ 605.444] XResolution: 0 [ 605.444] YResolution: 0 [ 605.444] XCharSize: 0 [ 605.444] YCharSize: 0 [ 605.444] NumberOfPlanes: 0 [ 605.444] BitsPerPixel: 0 [ 605.444] NumberOfBanks: 0 [ 605.445] MemoryModel: 0 [ 605.445] BankSize: 0 [ 605.445] NumberOfImages: 0 [ 605.445] RedMaskSize: 0 [ 605.445] RedFieldPosition: 0 [ 605.445] GreenMaskSize: 0 [ 605.445] GreenFieldPosition: 0 [ 605.445] BlueMaskSize: 0 [ 605.445] BlueFieldPosition: 0 [ 605.445] RsvdMaskSize: 0 [ 605.445] RsvdFieldPosition: 0 [ 605.445] DirectColorModeInfo: 0 [ 605.445] PhysBasePtr: 0x0 [ 605.445] LinBytesPerScanLine: 0 [ 605.445] BnkNumberOfImagePages: 0 [ 605.446] LinNumberOfImagePages: 0 [ 605.446] LinRedMaskSize: 0 [ 605.446] LinRedFieldPosition: 0 [ 605.446] LinGreenMaskSize: 0 [ 605.446] LinGreenFieldPosition: 0 [ 605.446] LinBlueMaskSize: 0 [ 605.446] LinBlueFieldPosition: 0 [ 605.446] LinRsvdMaskSize: 0 [ 605.446] LinRsvdFieldPosition: 0 [ 605.446] MaxPixelClock: 0 [ 605.447] Mode: 16a (0x0) [ 605.447] ModeAttributes: 0x0 [ 605.447] WinAAttributes: 0x0 [ 605.447] WinBAttributes: 0x0 [ 605.447] WinGranularity: 0 [ 605.447] WinSize: 0 [ 605.447] WinASegment: 0x0 [ 605.447] WinBSegment: 0x0 [ 605.448] WinFuncPtr: 0x0 [ 605.448] BytesPerScanline: 0 [ 605.448] XResolution: 0 [ 605.448] YResolution: 0 [ 605.448] XCharSize: 0 [ 605.448] YCharSize: 0 [ 605.448] NumberOfPlanes: 0 [ 605.449] BitsPerPixel: 0 [ 605.449] NumberOfBanks: 0 [ 605.449] MemoryModel: 0 [ 605.449] BankSize: 0 [ 605.449] NumberOfImages: 0 [ 605.449] RedMaskSize: 0 [ 605.449] RedFieldPosition: 0 [ 605.450] GreenMaskSize: 0 [ 605.450] GreenFieldPosition: 0 [ 605.450] BlueMaskSize: 0 [ 605.450] BlueFieldPosition: 0 [ 605.450] RsvdMaskSize: 0 [ 605.450] RsvdFieldPosition: 0 [ 605.450] DirectColorModeInfo: 0 [ 605.451] PhysBasePtr: 0x0 [ 605.451] LinBytesPerScanLine: 0 [ 605.451] BnkNumberOfImagePages: 0 [ 605.451] LinNumberOfImagePages: 0 [ 605.451] LinRedMaskSize: 0 [ 605.451] LinRedFieldPosition: 0 [ 605.452] LinGreenMaskSize: 0 [ 605.452] LinGreenFieldPosition: 0 [ 605.452] LinBlueMaskSize: 0 [ 605.452] LinBlueFieldPosition: 0 [ 605.452] LinRsvdMaskSize: 0 [ 605.453] LinRsvdFieldPosition: 0 [ 605.453] MaxPixelClock: 0 [ 605.453] Mode: 16b (0x0) [ 605.454] ModeAttributes: 0x0 [ 605.454] WinAAttributes: 0x0 [ 605.454] WinBAttributes: 0x0 [ 605.454] WinGranularity: 0 [ 605.454] WinSize: 0 [ 605.455] WinASegment: 0x0 [ 605.455] WinBSegment: 0x0 [ 605.455] WinFuncPtr: 0x0 [ 605.455] BytesPerScanline: 0 [ 605.455] XResolution: 0 [ 605.456] YResolution: 0 [ 605.456] XCharSize: 0 [ 605.456] YCharSize: 0 [ 605.456] NumberOfPlanes: 0 [ 605.457] BitsPerPixel: 0 [ 605.457] NumberOfBanks: 0 [ 605.457] MemoryModel: 0 [ 605.457] BankSize: 0 [ 605.458] NumberOfImages: 0 [ 605.458] RedMaskSize: 0 [ 605.458] RedFieldPosition: 0 [ 605.458] GreenMaskSize: 0 [ 605.458] GreenFieldPosition: 0 [ 605.459] BlueMaskSize: 0 [ 605.459] BlueFieldPosition: 0 [ 605.459] RsvdMaskSize: 0 [ 605.459] RsvdFieldPosition: 0 [ 605.460] DirectColorModeInfo: 0 [ 605.460] PhysBasePtr: 0x0 [ 605.460] LinBytesPerScanLine: 0 [ 605.461] BnkNumberOfImagePages: 0 [ 605.461] LinNumberOfImagePages: 0 [ 605.461] LinRedMaskSize: 0 [ 605.461] LinRedFieldPosition: 0 [ 605.462] LinGreenMaskSize: 0 [ 605.462] LinGreenFieldPosition: 0 [ 605.462] LinBlueMaskSize: 0 [ 605.462] LinBlueFieldPosition: 0 [ 605.463] LinRsvdMaskSize: 0 [ 605.463] LinRsvdFieldPosition: 0 [ 605.463] MaxPixelClock: 0 [ 605.464] Mode: 16c (0x0) [ 605.464] ModeAttributes: 0x0 [ 605.464] WinAAttributes: 0x0 [ 605.464] WinBAttributes: 0x0 [ 605.464] WinGranularity: 0 [ 605.464] WinSize: 0 [ 605.464] WinASegment: 0x0 [ 605.464] WinBSegment: 0x0 [ 605.464] WinFuncPtr: 0x0 [ 605.465] BytesPerScanline: 0 [ 605.465] XResolution: 0 [ 605.465] YResolution: 0 [ 605.465] XCharSize: 0 [ 605.465] YCharSize: 0 [ 605.465] NumberOfPlanes: 0 [ 605.465] BitsPerPixel: 0 [ 605.465] NumberOfBanks: 0 [ 605.465] MemoryModel: 0 [ 605.465] BankSize: 0 [ 605.465] NumberOfImages: 0 [ 605.465] RedMaskSize: 0 [ 605.465] RedFieldPosition: 0 [ 605.465] GreenMaskSize: 0 [ 605.465] GreenFieldPosition: 0 [ 605.465] BlueMaskSize: 0 [ 605.465] BlueFieldPosition: 0 [ 605.465] RsvdMaskSize: 0 [ 605.465] RsvdFieldPosition: 0 [ 605.466] DirectColorModeInfo: 0 [ 605.466] PhysBasePtr: 0x0 [ 605.466] LinBytesPerScanLine: 0 [ 605.466] BnkNumberOfImagePages: 0 [ 605.466] LinNumberOfImagePages: 0 [ 605.466] LinRedMaskSize: 0 [ 605.466] LinRedFieldPosition: 0 [ 605.466] LinGreenMaskSize: 0 [ 605.466] LinGreenFieldPosition: 0 [ 605.466] LinBlueMaskSize: 0 [ 605.466] LinBlueFieldPosition: 0 [ 605.466] LinRsvdMaskSize: 0 [ 605.467] LinRsvdFieldPosition: 0 [ 605.467] MaxPixelClock: 0 [ 605.467] Mode: 16d (0x0) [ 605.467] ModeAttributes: 0x0 [ 605.467] WinAAttributes: 0x0 [ 605.467] WinBAttributes: 0x0 [ 605.467] WinGranularity: 0 [ 605.468] WinSize: 0 [ 605.468] WinASegment: 0x0 [ 605.468] WinBSegment: 0x0 [ 605.468] WinFuncPtr: 0x0 [ 605.468] BytesPerScanline: 0 [ 605.468] XResolution: 0 [ 605.468] YResolution: 0 [ 605.468] XCharSize: 0 [ 605.469] YCharSize: 0 [ 605.469] NumberOfPlanes: 0 [ 605.469] BitsPerPixel: 0 [ 605.469] NumberOfBanks: 0 [ 605.469] MemoryModel: 0 [ 605.469] BankSize: 0 [ 605.469] NumberOfImages: 0 [ 605.470] RedMaskSize: 0 [ 605.470] RedFieldPosition: 0 [ 605.470] GreenMaskSize: 0 [ 605.470] GreenFieldPosition: 0 [ 605.470] BlueMaskSize: 0 [ 605.470] BlueFieldPosition: 0 [ 605.470] RsvdMaskSize: 0 [ 605.471] RsvdFieldPosition: 0 [ 605.471] DirectColorModeInfo: 0 [ 605.471] PhysBasePtr: 0x0 [ 605.471] LinBytesPerScanLine: 0 [ 605.471] BnkNumberOfImagePages: 0 [ 605.471] LinNumberOfImagePages: 0 [ 605.472] LinRedMaskSize: 0 [ 605.472] LinRedFieldPosition: 0 [ 605.472] LinGreenMaskSize: 0 [ 605.472] LinGreenFieldPosition: 0 [ 605.472] LinBlueMaskSize: 0 [ 605.473] LinBlueFieldPosition: 0 [ 605.473] LinRsvdMaskSize: 0 [ 605.473] LinRsvdFieldPosition: 0 [ 605.473] MaxPixelClock: 0 [ 605.474] Mode: 16e (0x0) [ 605.474] ModeAttributes: 0x0 [ 605.474] WinAAttributes: 0x0 [ 605.474] WinBAttributes: 0x0 [ 605.475] WinGranularity: 0 [ 605.475] WinSize: 0 [ 605.475] WinASegment: 0x0 [ 605.475] WinBSegment: 0x0 [ 605.475] WinFuncPtr: 0x0 [ 605.476] BytesPerScanline: 0 [ 605.476] XResolution: 0 [ 605.476] YResolution: 0 [ 605.476] XCharSize: 0 [ 605.476] YCharSize: 0 [ 605.477] NumberOfPlanes: 0 [ 605.477] BitsPerPixel: 0 [ 605.477] NumberOfBanks: 0 [ 605.477] MemoryModel: 0 [ 605.478] BankSize: 0 [ 605.478] NumberOfImages: 0 [ 605.478] RedMaskSize: 0 [ 605.478] RedFieldPosition: 0 [ 605.479] GreenMaskSize: 0 [ 605.479] GreenFieldPosition: 0 [ 605.479] BlueMaskSize: 0 [ 605.479] BlueFieldPosition: 0 [ 605.480] RsvdMaskSize: 0 [ 605.480] RsvdFieldPosition: 0 [ 605.480] DirectColorModeInfo: 0 [ 605.480] PhysBasePtr: 0x0 [ 605.481] LinBytesPerScanLine: 0 [ 605.481] BnkNumberOfImagePages: 0 [ 605.481] LinNumberOfImagePages: 0 [ 605.481] LinRedMaskSize: 0 [ 605.482] LinRedFieldPosition: 0 [ 605.482] LinGreenMaskSize: 0 [ 605.482] LinGreenFieldPosition: 0 [ 605.482] LinBlueMaskSize: 0 [ 605.483] LinBlueFieldPosition: 0 [ 605.483] LinRsvdMaskSize: 0 [ 605.483] LinRsvdFieldPosition: 0 [ 605.484] MaxPixelClock: 0 [ 605.484] Mode: 16f (0x0) [ 605.484] ModeAttributes: 0x0 [ 605.485] WinAAttributes: 0x0 [ 605.485] WinBAttributes: 0x0 [ 605.485] WinGranularity: 0 [ 605.485] WinSize: 0 [ 605.485] WinASegment: 0x0 [ 605.485] WinBSegment: 0x0 [ 605.485] WinFuncPtr: 0x0 [ 605.485] BytesPerScanline: 0 [ 605.485] XResolution: 0 [ 605.485] YResolution: 0 [ 605.485] XCharSize: 0 [ 605.485] YCharSize: 0 [ 605.485] NumberOfPlanes: 0 [ 605.485] BitsPerPixel: 0 [ 605.485] NumberOfBanks: 0 [ 605.485] MemoryModel: 0 [ 605.485] BankSize: 0 [ 605.485] NumberOfImages: 0 [ 605.485] RedMaskSize: 0 [ 605.485] RedFieldPosition: 0 [ 605.485] GreenMaskSize: 0 [ 605.486] GreenFieldPosition: 0 [ 605.486] BlueMaskSize: 0 [ 605.486] BlueFieldPosition: 0 [ 605.486] RsvdMaskSize: 0 [ 605.486] RsvdFieldPosition: 0 [ 605.486] DirectColorModeInfo: 0 [ 605.486] PhysBasePtr: 0x0 [ 605.486] LinBytesPerScanLine: 0 [ 605.486] BnkNumberOfImagePages: 0 [ 605.486] LinNumberOfImagePages: 0 [ 605.486] LinRedMaskSize: 0 [ 605.486] LinRedFieldPosition: 0 [ 605.486] LinGreenMaskSize: 0 [ 605.487] LinGreenFieldPosition: 0 [ 605.487] LinBlueMaskSize: 0 [ 605.487] LinBlueFieldPosition: 0 [ 605.487] LinRsvdMaskSize: 0 [ 605.487] LinRsvdFieldPosition: 0 [ 605.487] MaxPixelClock: 0 [ 605.487] Mode: 170 (0x0) [ 605.487] ModeAttributes: 0x0 [ 605.488] WinAAttributes: 0x0 [ 605.488] WinBAttributes: 0x0 [ 605.488] WinGranularity: 0 [ 605.488] WinSize: 0 [ 605.488] WinASegment: 0x0 [ 605.488] WinBSegment: 0x0 [ 605.488] WinFuncPtr: 0x0 [ 605.488] BytesPerScanline: 0 [ 605.489] XResolution: 0 [ 605.489] YResolution: 0 [ 605.489] XCharSize: 0 [ 605.489] YCharSize: 0 [ 605.489] NumberOfPlanes: 0 [ 605.489] BitsPerPixel: 0 [ 605.489] NumberOfBanks: 0 [ 605.489] MemoryModel: 0 [ 605.490] BankSize: 0 [ 605.490] NumberOfImages: 0 [ 605.490] RedMaskSize: 0 [ 605.490] RedFieldPosition: 0 [ 605.490] GreenMaskSize: 0 [ 605.490] GreenFieldPosition: 0 [ 605.490] BlueMaskSize: 0 [ 605.491] BlueFieldPosition: 0 [ 605.491] RsvdMaskSize: 0 [ 605.491] RsvdFieldPosition: 0 [ 605.491] DirectColorModeInfo: 0 [ 605.491] PhysBasePtr: 0x0 [ 605.491] LinBytesPerScanLine: 0 [ 605.492] BnkNumberOfImagePages: 0 [ 605.492] LinNumberOfImagePages: 0 [ 605.492] LinRedMaskSize: 0 [ 605.492] LinRedFieldPosition: 0 [ 605.492] LinGreenMaskSize: 0 [ 605.493] LinGreenFieldPosition: 0 [ 605.493] LinBlueMaskSize: 0 [ 605.493] LinBlueFieldPosition: 0 [ 605.493] LinRsvdMaskSize: 0 [ 605.493] LinRsvdFieldPosition: 0 [ 605.493] MaxPixelClock: 0 [ 605.494] Mode: 171 (0x0) [ 605.494] ModeAttributes: 0x0 [ 605.495] WinAAttributes: 0x0 [ 605.495] WinBAttributes: 0x0 [ 605.495] WinGranularity: 0 [ 605.495] WinSize: 0 [ 605.495] WinASegment: 0x0 [ 605.496] WinBSegment: 0x0 [ 605.496] WinFuncPtr: 0x0 [ 605.496] BytesPerScanline: 0 [ 605.496] XResolution: 0 [ 605.496] YResolution: 0 [ 605.497] XCharSize: 0 [ 605.497] YCharSize: 0 [ 605.497] NumberOfPlanes: 0 [ 605.497] BitsPerPixel: 0 [ 605.498] NumberOfBanks: 0 [ 605.498] MemoryModel: 0 [ 605.498] BankSize: 0 [ 605.498] NumberOfImages: 0 [ 605.498] RedMaskSize: 0 [ 605.499] RedFieldPosition: 0 [ 605.499] GreenMaskSize: 0 [ 605.499] GreenFieldPosition: 0 [ 605.499] BlueMaskSize: 0 [ 605.500] BlueFieldPosition: 0 [ 605.500] RsvdMaskSize: 0 [ 605.500] RsvdFieldPosition: 0 [ 605.500] DirectColorModeInfo: 0 [ 605.501] PhysBasePtr: 0x0 [ 605.501] LinBytesPerScanLine: 0 [ 605.501] BnkNumberOfImagePages: 0 [ 605.501] LinNumberOfImagePages: 0 [ 605.502] LinRedMaskSize: 0 [ 605.502] LinRedFieldPosition: 0 [ 605.502] LinGreenMaskSize: 0 [ 605.503] LinGreenFieldPosition: 0 [ 605.503] LinBlueMaskSize: 0 [ 605.503] LinBlueFieldPosition: 0 [ 605.503] LinRsvdMaskSize: 0 [ 605.504] LinRsvdFieldPosition: 0 [ 605.504] MaxPixelClock: 0 [ 605.505] Mode: 13c (0x0) [ 605.505] ModeAttributes: 0x0 [ 605.505] WinAAttributes: 0x0 [ 605.505] WinBAttributes: 0x0 [ 605.505] WinGranularity: 0 [ 605.505] WinSize: 0 [ 605.505] WinASegment: 0x0 [ 605.505] WinBSegment: 0x0 [ 605.505] WinFuncPtr: 0x0 [ 605.505] BytesPerScanline: 0 [ 605.505] XResolution: 0 [ 605.505] YResolution: 0 [ 605.505] XCharSize: 0 [ 605.505] YCharSize: 0 [ 605.506] NumberOfPlanes: 0 [ 605.506] BitsPerPixel: 0 [ 605.506] NumberOfBanks: 0 [ 605.506] MemoryModel: 0 [ 605.506] BankSize: 0 [ 605.506] NumberOfImages: 0 [ 605.506] RedMaskSize: 0 [ 605.506] RedFieldPosition: 0 [ 605.506] GreenMaskSize: 0 [ 605.506] GreenFieldPosition: 0 [ 605.506] BlueMaskSize: 0 [ 605.506] BlueFieldPosition: 0 [ 605.506] RsvdMaskSize: 0 [ 605.506] RsvdFieldPosition: 0 [ 605.506] DirectColorModeInfo: 0 [ 605.506] PhysBasePtr: 0x0 [ 605.506] LinBytesPerScanLine: 0 [ 605.507] BnkNumberOfImagePages: 0 [ 605.507] LinNumberOfImagePages: 0 [ 605.507] LinRedMaskSize: 0 [ 605.507] LinRedFieldPosition: 0 [ 605.507] LinGreenMaskSize: 0 [ 605.507] LinGreenFieldPosition: 0 [ 605.507] LinBlueMaskSize: 0 [ 605.507] LinBlueFieldPosition: 0 [ 605.507] LinRsvdMaskSize: 0 [ 605.507] LinRsvdFieldPosition: 0 [ 605.507] MaxPixelClock: 0 [ 605.508] Mode: 14d (0x0) [ 605.508] ModeAttributes: 0x0 [ 605.508] WinAAttributes: 0x0 [ 605.508] WinBAttributes: 0x0 [ 605.508] WinGranularity: 0 [ 605.508] WinSize: 0 [ 605.509] WinASegment: 0x0 [ 605.509] WinBSegment: 0x0 [ 605.509] WinFuncPtr: 0x0 [ 605.509] BytesPerScanline: 0 [ 605.509] XResolution: 0 [ 605.509] YResolution: 0 [ 605.509] XCharSize: 0 [ 605.509] YCharSize: 0 [ 605.510] NumberOfPlanes: 0 [ 605.510] BitsPerPixel: 0 [ 605.510] NumberOfBanks: 0 [ 605.510] MemoryModel: 0 [ 605.510] BankSize: 0 [ 605.510] NumberOfImages: 0 [ 605.510] RedMaskSize: 0 [ 605.511] RedFieldPosition: 0 [ 605.511] GreenMaskSize: 0 [ 605.511] GreenFieldPosition: 0 [ 605.511] BlueMaskSize: 0 [ 605.511] BlueFieldPosition: 0 [ 605.511] RsvdMaskSize: 0 [ 605.512] RsvdFieldPosition: 0 [ 605.512] DirectColorModeInfo: 0 [ 605.512] PhysBasePtr: 0x0 [ 605.512] LinBytesPerScanLine: 0 [ 605.512] BnkNumberOfImagePages: 0 [ 605.512] LinNumberOfImagePages: 0 [ 605.513] LinRedMaskSize: 0 [ 605.513] LinRedFieldPosition: 0 [ 605.513] LinGreenMaskSize: 0 [ 605.513] LinGreenFieldPosition: 0 [ 605.513] LinBlueMaskSize: 0 [ 605.513] LinBlueFieldPosition: 0 [ 605.514] LinRsvdMaskSize: 0 [ 605.514] LinRsvdFieldPosition: 0 [ 605.514] MaxPixelClock: 0 [ 605.515] Mode: 15c (0x0) [ 605.515] ModeAttributes: 0x0 [ 605.515] WinAAttributes: 0x0 [ 605.515] WinBAttributes: 0x0 [ 605.515] WinGranularity: 0 [ 605.516] WinSize: 0 [ 605.516] WinASegment: 0x0 [ 605.516] WinBSegment: 0x0 [ 605.516] WinFuncPtr: 0x0 [ 605.516] BytesPerScanline: 0 [ 605.517] XResolution: 0 [ 605.517] YResolution: 0 [ 605.517] XCharSize: 0 [ 605.517] YCharSize: 0 [ 605.518] NumberOfPlanes: 0 [ 605.518] BitsPerPixel: 0 [ 605.518] NumberOfBanks: 0 [ 605.518] MemoryModel: 0 [ 605.518] BankSize: 0 [ 605.519] NumberOfImages: 0 [ 605.519] RedMaskSize: 0 [ 605.519] RedFieldPosition: 0 [ 605.519] GreenMaskSize: 0 [ 605.520] GreenFieldPosition: 0 [ 605.520] BlueMaskSize: 0 [ 605.520] BlueFieldPosition: 0 [ 605.520] RsvdMaskSize: 0 [ 605.521] RsvdFieldPosition: 0 [ 605.521] DirectColorModeInfo: 0 [ 605.521] PhysBasePtr: 0x0 [ 605.521] LinBytesPerScanLine: 0 [ 605.522] BnkNumberOfImagePages: 0 [ 605.522] LinNumberOfImagePages: 0 [ 605.522] LinRedMaskSize: 0 [ 605.522] LinRedFieldPosition: 0 [ 605.523] LinGreenMaskSize: 0 [ 605.523] LinGreenFieldPosition: 0 [ 605.523] LinBlueMaskSize: 0 [ 605.524] LinBlueFieldPosition: 0 [ 605.524] LinRsvdMaskSize: 0 [ 605.524] LinRsvdFieldPosition: 0 [ 605.524] MaxPixelClock: 0 [ 605.525] Mode: 13a (0x0) [ 605.525] ModeAttributes: 0x0 [ 605.526] WinAAttributes: 0x0 [ 605.526] WinBAttributes: 0x0 [ 605.526] WinGranularity: 0 [ 605.526] WinSize: 0 [ 605.526] WinASegment: 0x0 [ 605.526] WinBSegment: 0x0 [ 605.526] WinFuncPtr: 0x0 [ 605.526] BytesPerScanline: 0 [ 605.526] XResolution: 0 [ 605.526] YResolution: 0 [ 605.526] XCharSize: 0 [ 605.526] YCharSize: 0 [ 605.526] NumberOfPlanes: 0 [ 605.526] BitsPerPixel: 0 [ 605.526] NumberOfBanks: 0 [ 605.526] MemoryModel: 0 [ 605.526] BankSize: 0 [ 605.526] NumberOfImages: 0 [ 605.526] RedMaskSize: 0 [ 605.526] RedFieldPosition: 0 [ 605.526] GreenMaskSize: 0 [ 605.527] GreenFieldPosition: 0 [ 605.527] BlueMaskSize: 0 [ 605.527] BlueFieldPosition: 0 [ 605.527] RsvdMaskSize: 0 [ 605.527] RsvdFieldPosition: 0 [ 605.527] DirectColorModeInfo: 0 [ 605.527] PhysBasePtr: 0x0 [ 605.527] LinBytesPerScanLine: 0 [ 605.527] BnkNumberOfImagePages: 0 [ 605.527] LinNumberOfImagePages: 0 [ 605.527] LinRedMaskSize: 0 [ 605.527] LinRedFieldPosition: 0 [ 605.527] LinGreenMaskSize: 0 [ 605.528] LinGreenFieldPosition: 0 [ 605.528] LinBlueMaskSize: 0 [ 605.528] LinBlueFieldPosition: 0 [ 605.528] LinRsvdMaskSize: 0 [ 605.528] LinRsvdFieldPosition: 0 [ 605.528] MaxPixelClock: 0 [ 605.528] Mode: 14b (0x0) [ 605.529] ModeAttributes: 0x0 [ 605.529] WinAAttributes: 0x0 [ 605.529] WinBAttributes: 0x0 [ 605.529] WinGranularity: 0 [ 605.529] WinSize: 0 [ 605.529] WinASegment: 0x0 [ 605.529] WinBSegment: 0x0 [ 605.529] WinFuncPtr: 0x0 [ 605.529] BytesPerScanline: 0 [ 605.530] XResolution: 0 [ 605.530] YResolution: 0 [ 605.530] XCharSize: 0 [ 605.530] YCharSize: 0 [ 605.530] NumberOfPlanes: 0 [ 605.530] BitsPerPixel: 0 [ 605.530] NumberOfBanks: 0 [ 605.531] MemoryModel: 0 [ 605.531] BankSize: 0 [ 605.531] NumberOfImages: 0 [ 605.531] RedMaskSize: 0 [ 605.531] RedFieldPosition: 0 [ 605.531] GreenMaskSize: 0 [ 605.531] GreenFieldPosition: 0 [ 605.532] BlueMaskSize: 0 [ 605.532] BlueFieldPosition: 0 [ 605.532] RsvdMaskSize: 0 [ 605.532] RsvdFieldPosition: 0 [ 605.532] DirectColorModeInfo: 0 [ 605.532] PhysBasePtr: 0x0 [ 605.533] LinBytesPerScanLine: 0 [ 605.533] BnkNumberOfImagePages: 0 [ 605.533] LinNumberOfImagePages: 0 [ 605.533] LinRedMaskSize: 0 [ 605.533] LinRedFieldPosition: 0 [ 605.533] LinGreenMaskSize: 0 [ 605.534] LinGreenFieldPosition: 0 [ 605.534] LinBlueMaskSize: 0 [ 605.534] LinBlueFieldPosition: 0 [ 605.534] LinRsvdMaskSize: 0 [ 605.534] LinRsvdFieldPosition: 0 [ 605.535] MaxPixelClock: 0 [ 605.535] Mode: 15a (0x0) [ 605.535] ModeAttributes: 0x0 [ 605.535] WinAAttributes: 0x0 [ 605.536] WinBAttributes: 0x0 [ 605.536] WinGranularity: 0 [ 605.536] WinSize: 0 [ 605.536] WinASegment: 0x0 [ 605.537] WinBSegment: 0x0 [ 605.537] WinFuncPtr: 0x0 [ 605.537] BytesPerScanline: 0 [ 605.537] XResolution: 0 [ 605.537] YResolution: 0 [ 605.538] XCharSize: 0 [ 605.538] YCharSize: 0 [ 605.538] NumberOfPlanes: 0 [ 605.538] BitsPerPixel: 0 [ 605.538] NumberOfBanks: 0 [ 605.539] MemoryModel: 0 [ 605.539] BankSize: 0 [ 605.539] NumberOfImages: 0 [ 605.539] RedMaskSize: 0 [ 605.540] RedFieldPosition: 0 [ 605.540] GreenMaskSize: 0 [ 605.540] GreenFieldPosition: 0 [ 605.540] BlueMaskSize: 0 [ 605.541] BlueFieldPosition: 0 [ 605.541] RsvdMaskSize: 0 [ 605.541] RsvdFieldPosition: 0 [ 605.541] DirectColorModeInfo: 0 [ 605.542] PhysBasePtr: 0x0 [ 605.542] LinBytesPerScanLine: 0 [ 605.542] BnkNumberOfImagePages: 0 [ 605.542] LinNumberOfImagePages: 0 [ 605.543] LinRedMaskSize: 0 [ 605.543] LinRedFieldPosition: 0 [ 605.543] LinGreenMaskSize: 0 [ 605.543] LinGreenFieldPosition: 0 [ 605.544] LinBlueMaskSize: 0 [ 605.544] LinBlueFieldPosition: 0 [ 605.544] LinRsvdMaskSize: 0 [ 605.545] LinRsvdFieldPosition: 0 [ 605.545] MaxPixelClock: 0 [ 605.545] Mode: 107 (0x0) [ 605.546] ModeAttributes: 0x0 [ 605.546] WinAAttributes: 0x0 [ 605.546] WinBAttributes: 0x0 [ 605.546] WinGranularity: 0 [ 605.546] WinSize: 0 [ 605.546] WinASegment: 0x0 [ 605.546] WinBSegment: 0x0 [ 605.546] WinFuncPtr: 0x0 [ 605.546] BytesPerScanline: 0 [ 605.546] XResolution: 0 [ 605.546] YResolution: 0 [ 605.546] XCharSize: 0 [ 605.546] YCharSize: 0 [ 605.547] NumberOfPlanes: 0 [ 605.547] BitsPerPixel: 0 [ 605.547] NumberOfBanks: 0 [ 605.547] MemoryModel: 0 [ 605.547] BankSize: 0 [ 605.547] NumberOfImages: 0 [ 605.547] RedMaskSize: 0 [ 605.547] RedFieldPosition: 0 [ 605.547] GreenMaskSize: 0 [ 605.547] GreenFieldPosition: 0 [ 605.547] BlueMaskSize: 0 [ 605.547] BlueFieldPosition: 0 [ 605.547] RsvdMaskSize: 0 [ 605.547] RsvdFieldPosition: 0 [ 605.547] DirectColorModeInfo: 0 [ 605.547] PhysBasePtr: 0x0 [ 605.547] LinBytesPerScanLine: 0 [ 605.548] BnkNumberOfImagePages: 0 [ 605.548] LinNumberOfImagePages: 0 [ 605.548] LinRedMaskSize: 0 [ 605.548] LinRedFieldPosition: 0 [ 605.548] LinGreenMaskSize: 0 [ 605.548] LinGreenFieldPosition: 0 [ 605.548] LinBlueMaskSize: 0 [ 605.548] LinBlueFieldPosition: 0 [ 605.548] LinRsvdMaskSize: 0 [ 605.548] LinRsvdFieldPosition: 0 [ 605.548] MaxPixelClock: 0 [ 605.549] Mode: 11a (0x0) [ 605.549] ModeAttributes: 0x0 [ 605.549] WinAAttributes: 0x0 [ 605.549] WinBAttributes: 0x0 [ 605.549] WinGranularity: 0 [ 605.549] WinSize: 0 [ 605.550] WinASegment: 0x0 [ 605.550] WinBSegment: 0x0 [ 605.550] WinFuncPtr: 0x0 [ 605.550] BytesPerScanline: 0 [ 605.550] XResolution: 0 [ 605.550] YResolution: 0 [ 605.550] XCharSize: 0 [ 605.550] YCharSize: 0 [ 605.551] NumberOfPlanes: 0 [ 605.551] BitsPerPixel: 0 [ 605.551] NumberOfBanks: 0 [ 605.551] MemoryModel: 0 [ 605.551] BankSize: 0 [ 605.551] NumberOfImages: 0 [ 605.551] RedMaskSize: 0 [ 605.552] RedFieldPosition: 0 [ 605.552] GreenMaskSize: 0 [ 605.552] GreenFieldPosition: 0 [ 605.552] BlueMaskSize: 0 [ 605.552] BlueFieldPosition: 0 [ 605.552] RsvdMaskSize: 0 [ 605.552] RsvdFieldPosition: 0 [ 605.553] DirectColorModeInfo: 0 [ 605.553] PhysBasePtr: 0x0 [ 605.553] LinBytesPerScanLine: 0 [ 605.553] BnkNumberOfImagePages: 0 [ 605.553] LinNumberOfImagePages: 0 [ 605.553] LinRedMaskSize: 0 [ 605.554] LinRedFieldPosition: 0 [ 605.554] LinGreenMaskSize: 0 [ 605.554] LinGreenFieldPosition: 0 [ 605.554] LinBlueMaskSize: 0 [ 605.554] LinBlueFieldPosition: 0 [ 605.555] LinRsvdMaskSize: 0 [ 605.555] LinRsvdFieldPosition: 0 [ 605.555] MaxPixelClock: 0 [ 605.556] Mode: 11b (0x0) [ 605.556] ModeAttributes: 0x0 [ 605.556] WinAAttributes: 0x0 [ 605.556] WinBAttributes: 0x0 [ 605.556] WinGranularity: 0 [ 605.557] WinSize: 0 [ 605.557] WinASegment: 0x0 [ 605.557] WinBSegment: 0x0 [ 605.557] WinFuncPtr: 0x0 [ 605.557] BytesPerScanline: 0 [ 605.558] XResolution: 0 [ 605.558] YResolution: 0 [ 605.558] XCharSize: 0 [ 605.558] YCharSize: 0 [ 605.559] NumberOfPlanes: 0 [ 605.559] BitsPerPixel: 0 [ 605.559] NumberOfBanks: 0 [ 605.559] MemoryModel: 0 [ 605.559] BankSize: 0 [ 605.559] NumberOfImages: 0 [ 605.559] RedMaskSize: 0 [ 605.559] RedFieldPosition: 0 [ 605.559] GreenMaskSize: 0 [ 605.559] GreenFieldPosition: 0 [ 605.560] BlueMaskSize: 0 [ 605.560] BlueFieldPosition: 0 [ 605.560] RsvdMaskSize: 0 [ 605.560] RsvdFieldPosition: 0 [ 605.560] DirectColorModeInfo: 0 [ 605.560] PhysBasePtr: 0x0 [ 605.560] LinBytesPerScanLine: 0 [ 605.560] BnkNumberOfImagePages: 0 [ 605.560] LinNumberOfImagePages: 0 [ 605.560] LinRedMaskSize: 0 [ 605.561] LinRedFieldPosition: 0 [ 605.561] LinGreenMaskSize: 0 [ 605.561] LinGreenFieldPosition: 0 [ 605.561] LinBlueMaskSize: 0 [ 605.561] LinBlueFieldPosition: 0 [ 605.561] LinRsvdMaskSize: 0 [ 605.561] LinRsvdFieldPosition: 0 [ 605.561] MaxPixelClock: 0 [ 605.562] Mode: 105 (1024x768) [ 605.562] ModeAttributes: 0x9b [ 605.562] WinAAttributes: 0x7 [ 605.562] WinBAttributes: 0x0 [ 605.562] WinGranularity: 64 [ 605.562] WinSize: 64 [ 605.562] WinASegment: 0xa000 [ 605.562] WinBSegment: 0x0 [ 605.562] WinFuncPtr: 0xc0008ab9 [ 605.562] BytesPerScanline: 1024 [ 605.562] XResolution: 1024 [ 605.562] YResolution: 768 [ 605.562] XCharSize: 8 [ 605.562] YCharSize: 16 [ 605.562] NumberOfPlanes: 1 [ 605.562] BitsPerPixel: 8 [ 605.562] NumberOfBanks: 1 [ 605.562] MemoryModel: 4 [ 605.562] BankSize: 0 [ 605.562] NumberOfImages: 41 [ 605.562] RedMaskSize: 0 [ 605.562] RedFieldPosition: 0 [ 605.562] GreenMaskSize: 0 [ 605.562] GreenFieldPosition: 0 [ 605.562] BlueMaskSize: 0 [ 605.562] BlueFieldPosition: 0 [ 605.562] RsvdMaskSize: 0 [ 605.562] RsvdFieldPosition: 0 [ 605.563] DirectColorModeInfo: 0 [ 605.563] PhysBasePtr: 0xe0000000 [ 605.563] LinBytesPerScanLine: 1024 [ 605.563] BnkNumberOfImagePages: 41 [ 605.563] LinNumberOfImagePages: 41 [ 605.563] LinRedMaskSize: 0 [ 605.563] LinRedFieldPosition: 0 [ 605.563] LinGreenMaskSize: 0 [ 605.563] LinGreenFieldPosition: 0 [ 605.563] LinBlueMaskSize: 0 [ 605.563] LinBlueFieldPosition: 0 [ 605.563] LinRsvdMaskSize: 0 [ 605.563] LinRsvdFieldPosition: 0 [ 605.563] MaxPixelClock: 230000000 [ 605.563] Mode: 117 (1024x768) [ 605.563] ModeAttributes: 0x9b [ 605.563] WinAAttributes: 0x7 [ 605.563] WinBAttributes: 0x0 [ 605.563] WinGranularity: 64 [ 605.564] WinSize: 64 [ 605.564] WinASegment: 0xa000 [ 605.564] WinBSegment: 0x0 [ 605.564] WinFuncPtr: 0xc0008ab9 [ 605.564] BytesPerScanline: 2048 [ 605.564] XResolution: 1024 [ 605.564] YResolution: 768 [ 605.564] XCharSize: 8 [ 605.564] YCharSize: 16 [ 605.564] NumberOfPlanes: 1 [ 605.564] BitsPerPixel: 16 [ 605.564] NumberOfBanks: 1 [ 605.564] MemoryModel: 6 [ 605.564] BankSize: 0 [ 605.564] NumberOfImages: 20 [ 605.564] RedMaskSize: 5 [ 605.564] RedFieldPosition: 11 [ 605.564] GreenMaskSize: 6 [ 605.565] GreenFieldPosition: 5 [ 605.565] BlueMaskSize: 5 [ 605.565] BlueFieldPosition: 0 [ 605.565] RsvdMaskSize: 0 [ 605.565] RsvdFieldPosition: 0 [ 605.565] DirectColorModeInfo: 0 [ 605.565] PhysBasePtr: 0xe0000000 [ 605.565] LinBytesPerScanLine: 2048 [ 605.565] BnkNumberOfImagePages: 20 [ 605.565] LinNumberOfImagePages: 20 [ 605.565] LinRedMaskSize: 5 [ 605.565] LinRedFieldPosition: 11 [ 605.565] LinGreenMaskSize: 6 [ 605.565] LinGreenFieldPosition: 5 [ 605.566] LinBlueMaskSize: 5 [ 605.566] LinBlueFieldPosition: 0 [ 605.566] LinRsvdMaskSize: 0 [ 605.566] LinRsvdFieldPosition: 0 [ 605.566] MaxPixelClock: 230000000 [ 605.566] *Mode: 118 (1024x768) [ 605.566] ModeAttributes: 0x9b [ 605.566] WinAAttributes: 0x7 [ 605.567] WinBAttributes: 0x0 [ 605.567] WinGranularity: 64 [ 605.567] WinSize: 64 [ 605.567] WinASegment: 0xa000 [ 605.567] WinBSegment: 0x0 [ 605.567] WinFuncPtr: 0xc0008ab9 [ 605.567] BytesPerScanline: 4096 [ 605.567] XResolution: 1024 [ 605.567] YResolution: 768 [ 605.567] XCharSize: 8 [ 605.567] YCharSize: 16 [ 605.568] NumberOfPlanes: 1 [ 605.568] BitsPerPixel: 32 [ 605.568] NumberOfBanks: 1 [ 605.568] MemoryModel: 6 [ 605.568] BankSize: 0 [ 605.568] NumberOfImages: 9 [ 605.568] RedMaskSize: 8 [ 605.568] RedFieldPosition: 16 [ 605.568] GreenMaskSize: 8 [ 605.568] GreenFieldPosition: 8 [ 605.569] BlueMaskSize: 8 [ 605.569] BlueFieldPosition: 0 [ 605.569] RsvdMaskSize: 8 [ 605.569] RsvdFieldPosition: 24 [ 605.569] DirectColorModeInfo: 0 [ 605.569] PhysBasePtr: 0xe0000000 [ 605.569] LinBytesPerScanLine: 4096 [ 605.569] BnkNumberOfImagePages: 9 [ 605.569] LinNumberOfImagePages: 9 [ 605.570] LinRedMaskSize: 8 [ 605.570] LinRedFieldPosition: 16 [ 605.570] LinGreenMaskSize: 8 [ 605.570] LinGreenFieldPosition: 8 [ 605.570] LinBlueMaskSize: 8 [ 605.570] LinBlueFieldPosition: 0 [ 605.570] LinRsvdMaskSize: 8 [ 605.570] LinRsvdFieldPosition: 24 [ 605.570] MaxPixelClock: 230000000 [ 605.571] *Mode: 112 (640x480) [ 605.571] ModeAttributes: 0x9b [ 605.571] WinAAttributes: 0x7 [ 605.571] WinBAttributes: 0x0 [ 605.571] WinGranularity: 64 [ 605.571] WinSize: 64 [ 605.571] WinASegment: 0xa000 [ 605.571] WinBSegment: 0x0 [ 605.571] WinFuncPtr: 0xc0008ab9 [ 605.571] BytesPerScanline: 2560 [ 605.571] XResolution: 640 [ 605.571] YResolution: 480 [ 605.571] XCharSize: 8 [ 605.571] YCharSize: 16 [ 605.571] NumberOfPlanes: 1 [ 605.571] BitsPerPixel: 32 [ 605.571] NumberOfBanks: 1 [ 605.571] MemoryModel: 6 [ 605.571] BankSize: 0 [ 605.571] NumberOfImages: 25 [ 605.571] RedMaskSize: 8 [ 605.571] RedFieldPosition: 16 [ 605.571] GreenMaskSize: 8 [ 605.571] GreenFieldPosition: 8 [ 605.571] BlueMaskSize: 8 [ 605.571] BlueFieldPosition: 0 [ 605.571] RsvdMaskSize: 8 [ 605.571] RsvdFieldPosition: 24 [ 605.571] DirectColorModeInfo: 0 [ 605.571] PhysBasePtr: 0xe0000000 [ 605.571] LinBytesPerScanLine: 2560 [ 605.571] BnkNumberOfImagePages: 25 [ 605.571] LinNumberOfImagePages: 25 [ 605.572] LinRedMaskSize: 8 [ 605.572] LinRedFieldPosition: 16 [ 605.572] LinGreenMaskSize: 8 [ 605.572] LinGreenFieldPosition: 8 [ 605.572] LinBlueMaskSize: 8 [ 605.572] LinBlueFieldPosition: 0 [ 605.572] LinRsvdMaskSize: 8 [ 605.572] LinRsvdFieldPosition: 24 [ 605.572] MaxPixelClock: 230000000 [ 605.572] Mode: 114 (800x600) [ 605.572] ModeAttributes: 0x9b [ 605.572] WinAAttributes: 0x7 [ 605.572] WinBAttributes: 0x0 [ 605.572] WinGranularity: 64 [ 605.572] WinSize: 64 [ 605.572] WinASegment: 0xa000 [ 605.573] WinBSegment: 0x0 [ 605.573] WinFuncPtr: 0xc0008ab9 [ 605.573] BytesPerScanline: 1600 [ 605.573] XResolution: 800 [ 605.573] YResolution: 600 [ 605.573] XCharSize: 8 [ 605.573] YCharSize: 16 [ 605.573] NumberOfPlanes: 1 [ 605.573] BitsPerPixel: 16 [ 605.573] NumberOfBanks: 1 [ 605.573] MemoryModel: 6 [ 605.573] BankSize: 0 [ 605.573] NumberOfImages: 33 [ 605.573] RedMaskSize: 5 [ 605.573] RedFieldPosition: 11 [ 605.573] GreenMaskSize: 6 [ 605.574] GreenFieldPosition: 5 [ 605.574] BlueMaskSize: 5 [ 605.574] BlueFieldPosition: 0 [ 605.574] RsvdMaskSize: 0 [ 605.574] RsvdFieldPosition: 0 [ 605.574] DirectColorModeInfo: 0 [ 605.574] PhysBasePtr: 0xe0000000 [ 605.574] LinBytesPerScanLine: 1600 [ 605.574] BnkNumberOfImagePages: 33 [ 605.574] LinNumberOfImagePages: 33 [ 605.574] LinRedMaskSize: 5 [ 605.574] LinRedFieldPosition: 11 [ 605.574] LinGreenMaskSize: 6 [ 605.574] LinGreenFieldPosition: 5 [ 605.575] LinBlueMaskSize: 5 [ 605.575] LinBlueFieldPosition: 0 [ 605.575] LinRsvdMaskSize: 0 [ 605.575] LinRsvdFieldPosition: 0 [ 605.575] MaxPixelClock: 230000000 [ 605.575] *Mode: 115 (800x600) [ 605.575] ModeAttributes: 0x9b [ 605.576] WinAAttributes: 0x7 [ 605.576] WinBAttributes: 0x0 [ 605.576] WinGranularity: 64 [ 605.576] WinSize: 64 [ 605.576] WinASegment: 0xa000 [ 605.576] WinBSegment: 0x0 [ 605.576] WinFuncPtr: 0xc0008ab9 [ 605.576] BytesPerScanline: 3200 [ 605.576] XResolution: 800 [ 605.576] YResolution: 600 [ 605.576] XCharSize: 8 [ 605.577] YCharSize: 16 [ 605.577] NumberOfPlanes: 1 [ 605.577] BitsPerPixel: 32 [ 605.577] NumberOfBanks: 1 [ 605.577] MemoryModel: 6 [ 605.577] BankSize: 0 [ 605.577] NumberOfImages: 16 [ 605.577] RedMaskSize: 8 [ 605.577] RedFieldPosition: 16 [ 605.577] GreenMaskSize: 8 [ 605.578] GreenFieldPosition: 8 [ 605.578] BlueMaskSize: 8 [ 605.578] BlueFieldPosition: 0 [ 605.578] RsvdMaskSize: 8 [ 605.578] RsvdFieldPosition: 24 [ 605.578] DirectColorModeInfo: 0 [ 605.578] PhysBasePtr: 0xe0000000 [ 605.578] LinBytesPerScanLine: 3200 [ 605.578] BnkNumberOfImagePages: 16 [ 605.579] LinNumberOfImagePages: 16 [ 605.579] LinRedMaskSize: 8 [ 605.579] LinRedFieldPosition: 16 [ 605.579] LinGreenMaskSize: 8 [ 605.579] LinGreenFieldPosition: 8 [ 605.579] LinBlueMaskSize: 8 [ 605.579] LinBlueFieldPosition: 0 [ 605.579] LinRsvdMaskSize: 8 [ 605.579] LinRsvdFieldPosition: 24 [ 605.579] MaxPixelClock: 230000000 [ 605.579] Mode: 101 (640x480) [ 605.579] ModeAttributes: 0x9b [ 605.579] WinAAttributes: 0x7 [ 605.579] WinBAttributes: 0x0 [ 605.579] WinGranularity: 64 [ 605.579] WinSize: 64 [ 605.579] WinASegment: 0xa000 [ 605.579] WinBSegment: 0x0 [ 605.579] WinFuncPtr: 0xc0008ab9 [ 605.579] BytesPerScanline: 640 [ 605.579] XResolution: 640 [ 605.580] YResolution: 480 [ 605.580] XCharSize: 8 [ 605.580] YCharSize: 16 [ 605.580] NumberOfPlanes: 1 [ 605.580] BitsPerPixel: 8 [ 605.580] NumberOfBanks: 1 [ 605.580] MemoryModel: 4 [ 605.580] BankSize: 0 [ 605.580] NumberOfImages: 101 [ 605.580] RedMaskSize: 0 [ 605.580] RedFieldPosition: 0 [ 605.580] GreenMaskSize: 0 [ 605.580] GreenFieldPosition: 0 [ 605.580] BlueMaskSize: 0 [ 605.580] BlueFieldPosition: 0 [ 605.580] RsvdMaskSize: 0 [ 605.580] RsvdFieldPosition: 0 [ 605.580] DirectColorModeInfo: 0 [ 605.580] PhysBasePtr: 0xe0000000 [ 605.580] LinBytesPerScanLine: 640 [ 605.580] BnkNumberOfImagePages: 101 [ 605.580] LinNumberOfImagePages: 101 [ 605.580] LinRedMaskSize: 0 [ 605.580] LinRedFieldPosition: 0 [ 605.580] LinGreenMaskSize: 0 [ 605.580] LinGreenFieldPosition: 0 [ 605.580] LinBlueMaskSize: 0 [ 605.580] LinBlueFieldPosition: 0 [ 605.581] LinRsvdMaskSize: 0 [ 605.581] LinRsvdFieldPosition: 0 [ 605.581] MaxPixelClock: 230000000 [ 605.581] Mode: 103 (800x600) [ 605.581] ModeAttributes: 0x9b [ 605.581] WinAAttributes: 0x7 [ 605.581] WinBAttributes: 0x0 [ 605.581] WinGranularity: 64 [ 605.581] WinSize: 64 [ 605.581] WinASegment: 0xa000 [ 605.581] WinBSegment: 0x0 [ 605.581] WinFuncPtr: 0xc0008ab9 [ 605.581] BytesPerScanline: 832 [ 605.581] XResolution: 800 [ 605.582] YResolution: 600 [ 605.582] XCharSize: 8 [ 605.582] YCharSize: 16 [ 605.582] NumberOfPlanes: 1 [ 605.582] BitsPerPixel: 8 [ 605.582] NumberOfBanks: 1 [ 605.582] MemoryModel: 4 [ 605.582] BankSize: 0 [ 605.582] NumberOfImages: 62 [ 605.582] RedMaskSize: 0 [ 605.582] RedFieldPosition: 0 [ 605.582] GreenMaskSize: 0 [ 605.582] GreenFieldPosition: 0 [ 605.582] BlueMaskSize: 0 [ 605.582] BlueFieldPosition: 0 [ 605.583] RsvdMaskSize: 0 [ 605.583] RsvdFieldPosition: 0 [ 605.583] DirectColorModeInfo: 0 [ 605.583] PhysBasePtr: 0xe0000000 [ 605.583] LinBytesPerScanLine: 832 [ 605.583] BnkNumberOfImagePages: 62 [ 605.583] LinNumberOfImagePages: 62 [ 605.583] LinRedMaskSize: 0 [ 605.583] LinRedFieldPosition: 0 [ 605.583] LinGreenMaskSize: 0 [ 605.583] LinGreenFieldPosition: 0 [ 605.583] LinBlueMaskSize: 0 [ 605.583] LinBlueFieldPosition: 0 [ 605.584] LinRsvdMaskSize: 0 [ 605.584] LinRsvdFieldPosition: 0 [ 605.584] MaxPixelClock: 230000000 [ 605.584] Mode: 111 (640x480) [ 605.584] ModeAttributes: 0x9b [ 605.584] WinAAttributes: 0x7 [ 605.584] WinBAttributes: 0x0 [ 605.584] WinGranularity: 64 [ 605.585] WinSize: 64 [ 605.585] WinASegment: 0xa000 [ 605.585] WinBSegment: 0x0 [ 605.585] WinFuncPtr: 0xc0008ab9 [ 605.585] BytesPerScanline: 1280 [ 605.585] XResolution: 640 [ 605.585] YResolution: 480 [ 605.585] XCharSize: 8 [ 605.585] YCharSize: 16 [ 605.585] NumberOfPlanes: 1 [ 605.586] BitsPerPixel: 16 [ 605.586] NumberOfBanks: 1 [ 605.586] MemoryModel: 6 [ 605.586] BankSize: 0 [ 605.586] NumberOfImages: 50 [ 605.586] RedMaskSize: 5 [ 605.586] RedFieldPosition: 11 [ 605.586] GreenMaskSize: 6 [ 605.586] GreenFieldPosition: 5 [ 605.587] BlueMaskSize: 5 [ 605.587] BlueFieldPosition: 0 [ 605.587] RsvdMaskSize: 0 [ 605.587] RsvdFieldPosition: 0 [ 605.587] DirectColorModeInfo: 0 [ 605.587] PhysBasePtr: 0xe0000000 [ 605.587] LinBytesPerScanLine: 1280 [ 605.587] BnkNumberOfImagePages: 50 [ 605.587] LinNumberOfImagePages: 50 [ 605.587] LinRedMaskSize: 5 [ 605.588] LinRedFieldPosition: 11 [ 605.588] LinGreenMaskSize: 6 [ 605.588] LinGreenFieldPosition: 5 [ 605.588] LinBlueMaskSize: 5 [ 605.588] LinBlueFieldPosition: 0 [ 605.588] LinRsvdMaskSize: 0 [ 605.588] LinRsvdFieldPosition: 0 [ 605.588] MaxPixelClock: 230000000 [ 605.588] [ 605.588] (II) VESA(0): Total Memory: 511 64KB banks (32704kB) [ 605.588] (II) VESA(0): Monitor0: Using hsync range of 32.48-48.71 kHz [ 605.588] (II) VESA(0): Monitor0: Using vrefresh range of 40.00-59.99 Hz [ 605.588] (WW) VESA(0): Unable to estimate virtual size [ 605.588] (II) VESA(0): Not using built-in mode "1366x768" (no mode of this name) [ 605.588] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) [ 605.588] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) [ 605.588] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) [ 605.588] (II) VESA(0): Virtual size is 1280x800 (pitch 1280) [ 605.588] (**) VESA(0): *Built-in mode "1280x800" [ 605.588] (**) VESA(0): Display dimensions: (300, 190) mm [ 605.589] (**) VESA(0): DPI set to (108, 106) [ 605.589] (**) VESA(0): Using "Shadow Framebuffer" [ 605.589] (II) Loading sub module "shadow" [ 605.589] (II) LoadModule: "shadow" [ 605.589] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 605.589] (II) Module shadow: vendor="X.Org Foundation" [ 605.589] compiled for 1.20.9, module version = 1.1.0 [ 605.589] ABI class: X.Org ANSI C Emulation, version 0.4 [ 605.589] (II) Loading sub module "fb" [ 605.589] (II) LoadModule: "fb" [ 605.589] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 605.590] (II) Module fb: vendor="X.Org Foundation" [ 605.590] compiled for 1.20.9, module version = 1.0.0 [ 605.590] ABI class: X.Org ANSI C Emulation, version 0.4 [ 605.590] (II) Loading sub module "int10" [ 605.590] (II) LoadModule: "int10" [ 605.590] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 605.590] (II) Module int10: vendor="X.Org Foundation" [ 605.590] compiled for 1.20.9, module version = 1.0.0 [ 605.590] ABI class: X.Org Video Driver, version 24.1 [ 605.590] (II) VESA(0): initializing int10 [ 605.591] (II) VESA(0): Bad V_BIOS checksum [ 605.591] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 605.591] (II) VESA(0): VESA BIOS detected [ 605.591] (II) VESA(0): VESA VBE Version 3.0 [ 605.591] (II) VESA(0): VESA VBE Total Mem: 32704 kB [ 605.591] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chipset Accelerated VGA BIOS [ 605.591] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 605.591] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 605.591] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller [ 605.591] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 605.592] (II) VESA(0): virtual address = 0x801e00000, VGAbase = 0x801c1d000 physical address = 0xe0000000, size = 33488896 [ 605.596] (II) VESA(0): Setting up VESA Mode 0x162 (1280x800) [ 605.822] (==) VESA(0): Default visual is TrueColor [ 605.822] (==) VESA(0): Backing store enabled [ 605.822] (==) VESA(0): DPMS enabled [ 605.822] (II) Initializing extension Generic Event Extension [ 605.823] (II) Initializing extension SHAPE [ 605.823] (II) Initializing extension MIT-SHM [ 605.823] (II) Initializing extension XInputExtension [ 605.824] (II) Initializing extension XTEST [ 605.824] (II) Initializing extension BIG-REQUESTS [ 605.824] (II) Initializing extension SYNC [ 605.825] (II) Initializing extension XKEYBOARD [ 605.825] (II) Initializing extension XC-MISC [ 605.825] (II) Initializing extension SECURITY [ 605.826] (II) Initializing extension XFIXES [ 605.826] (II) Initializing extension RENDER [ 605.826] (II) Initializing extension RANDR [ 605.827] (II) Initializing extension COMPOSITE [ 605.827] (II) Initializing extension DAMAGE [ 605.828] (II) Initializing extension MIT-SCREEN-SAVER [ 605.828] (II) Initializing extension DOUBLE-BUFFER [ 605.828] (II) Initializing extension RECORD [ 605.829] (II) Initializing extension DPMS [ 605.829] (II) Initializing extension Present [ 605.829] (II) Initializing extension DRI3 [ 605.829] (II) Initializing extension X-Resource [ 605.829] (II) Initializing extension XVideo [ 605.829] (II) Initializing extension XVideo-MotionCompensation [ 605.830] (II) Initializing extension GLX [ 605.830] (II) AIGLX: Screen 0 is not DRI2 capable [ 605.900] (II) IGLX: Loaded and initialized swrast [ 605.900] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 605.900] (II) Initializing extension XFree86-VidModeExtension [ 605.900] (II) Initializing extension XFree86-DGA [ 605.901] (II) Initializing extension XFree86-DRI [ 605.901] (II) Initializing extension DRI2 [ 606.042] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) [ 606.042] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard" [ 606.042] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall" [ 606.043] (**) System keyboard multiplexer: Applying InputClass "KeyboardDefaults" [ 606.043] (II) LoadModule: "kbd" [ 606.043] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 606.043] (II) Module kbd: vendor="X.Org Foundation" [ 606.043] compiled for 1.20.9, module version = 1.9.0 [ 606.043] Module class: X.Org XInput Driver [ 606.043] ABI class: X.Org XInput driver, version 24.1 [ 606.043] (II) Using input driver 'kbd' for 'System keyboard multiplexer' [ 606.043] (**) System keyboard multiplexer: always reports core events [ 606.043] (**) System keyboard multiplexer: always reports core events [ 606.043] (**) Option "Protocol" "standard" [ 606.043] (**) Option "Device" "/dev/input/event0" [ 606.044] (**) Option "XkbRules" "evdev" [ 606.044] (**) Option "XkbModel" "pc105" [ 606.044] (**) Option "XkbLayout" "us" [ 606.044] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" [ 606.044] (**) Option "config_info" "udev:/dev/input/event0" [ 606.044] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6) [ 606.075] (II) config/udev: Adding input device System mouse (/dev/input/event1) [ 606.076] (**) System mouse: Applying InputClass "libinput pointer catchall" [ 606.076] (II) LoadModule: "libinput" [ 606.076] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so [ 606.078] (II) Module libinput: vendor="X.Org Foundation" [ 606.078] compiled for 1.20.9, module version = 0.30.0 [ 606.078] Module class: X.Org XInput Driver [ 606.079] ABI class: X.Org XInput driver, version 24.1 [ 606.079] (II) Using input driver 'libinput' for 'System mouse' [ 606.079] (**) System mouse: always reports core events [ 606.079] (**) Option "Device" "/dev/input/event1" [ 606.079] (**) Option "_source" "server/udev" [ 606.082] (II) event1 - System mouse: is tagged by udev as: Mouse [ 606.082] (II) event1 - System mouse: device is a pointer [ 606.082] (II) event1 - System mouse: device removed [ 606.082] (**) Option "config_info" "udev:/dev/input/event1" [ 606.083] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7) [ 606.083] (**) Option "AccelerationScheme" "none" [ 606.083] (**) System mouse: (accel) selected scheme none/0 [ 606.083] (**) System mouse: (accel) acceleration factor: 2.000 [ 606.083] (**) System mouse: (accel) acceleration threshold: 4 [ 606.084] (II) event1 - System mouse: is tagged by udev as: Mouse [ 606.084] (II) event1 - System mouse: device is a pointer [ 606.085] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event2) [ 606.085] (II) No input driver specified, ignoring this device. [ 606.085] (II) This device may have been added with another device file. [ 606.085] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 606.085] (**) Power Button: Applying InputClass "Evdev keyboard" [ 606.085] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 606.085] (**) Power Button: Applying InputClass "KeyboardDefaults" [ 606.085] (II) Using input driver 'kbd' for 'Power Button' [ 606.085] (**) Power Button: always reports core events [ 606.086] (**) Power Button: always reports core events [ 606.086] (**) Option "Protocol" "standard" [ 606.086] (**) Option "Device" "/dev/input/event3" [ 606.086] (**) Option "XkbRules" "evdev" [ 606.086] (**) Option "XkbModel" "pc105" [ 606.086] (**) Option "XkbLayout" "us" [ 606.086] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" [ 606.086] (**) Option "config_info" "udev:/dev/input/event3" [ 606.086] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 606.086] (II) config/udev: Adding input device Sleep Button (/dev/input/event4) [ 606.086] (**) Sleep Button: Applying InputClass "Evdev keyboard" [ 606.086] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 606.086] (**) Sleep Button: Applying InputClass "KeyboardDefaults" [ 606.086] (II) Using input driver 'kbd' for 'Sleep Button' [ 606.086] (**) Sleep Button: always reports core events [ 606.086] (**) Sleep Button: always reports core events [ 606.086] (**) Option "Protocol" "standard" [ 606.086] (**) Option "Device" "/dev/input/event4" [ 606.087] (**) Option "XkbRules" "evdev" [ 606.087] (**) Option "XkbModel" "pc105" [ 606.087] (**) Option "XkbLayout" "us" [ 606.087] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" [ 606.087] (**) Option "config_info" "udev:/dev/input/event4" [ 606.087] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 606.087] (II) config/udev: Adding input device AT keyboard (/dev/input/event5) [ 606.087] (**) AT keyboard: Applying InputClass "Evdev keyboard" [ 606.087] (**) AT keyboard: Applying InputClass "libinput keyboard catchall" [ 606.087] (**) AT keyboard: Applying InputClass "KeyboardDefaults" [ 606.088] (II) Using input driver 'kbd' for 'AT keyboard' [ 606.088] (**) AT keyboard: always reports core events [ 606.088] (**) AT keyboard: always reports core events [ 606.088] (**) Option "Protocol" "standard" [ 606.088] (**) Option "Device" "/dev/input/event5" [ 606.088] (**) Option "XkbRules" "evdev" [ 606.088] (**) Option "XkbModel" "pc105" [ 606.088] (**) Option "XkbLayout" "us" [ 606.088] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" [ 606.089] (**) Option "config_info" "udev:/dev/input/event5" [ 606.089] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 10) [ 606.089] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6) [ 606.089] (**) Logitech USB Receiver: Applying InputClass "Evdev keyboard" [ 606.089] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall" [ 606.089] (**) Logitech USB Receiver: Applying InputClass "KeyboardDefaults" [ 606.089] (II) Using input driver 'kbd' for 'Logitech USB Receiver' [ 606.089] (**) Logitech USB Receiver: always reports core events [ 606.090] (**) Logitech USB Receiver: always reports core events [ 606.090] (**) Option "Protocol" "standard" [ 606.090] (**) Option "Device" "/dev/input/event6" [ 606.090] (**) Option "XkbRules" "evdev" [ 606.090] (**) Option "XkbModel" "pc105" [ 606.090] (**) Option "XkbLayout" "us" [ 606.091] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" [ 606.091] (**) Option "config_info" "udev:/dev/input/event6" [ 606.091] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11) [ 606.091] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7) [ 606.091] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall" [ 606.092] (II) Using input driver 'libinput' for 'Logitech USB Receiver' [ 606.092] (**) Logitech USB Receiver: always reports core events [ 606.092] (**) Option "Device" "/dev/input/event7" [ 606.092] (**) Option "_source" "server/udev" [ 606.093] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: is tagged by udev as: Mouse [ 606.093] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: device is a pointer [ 606.094] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: device removed [ 606.094] (**) Option "config_info" "udev:/dev/input/event7" [ 606.094] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12) [ 606.094] (**) Option "AccelerationScheme" "none" [ 606.094] (**) Logitech USB Receiver: (accel) selected scheme none/0 [ 606.094] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000 [ 606.094] (**) Logitech USB Receiver: (accel) acceleration threshold: 4 [ 606.095] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: is tagged by udev as: Mouse [ 606.095] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: device is a pointer [ 635.270] (II) event1 - System mouse: device removed [ 635.271] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/29.01, addr 3: device removed [ 635.304] (II) UnloadModule: "libinput" [ 635.305] (II) UnloadModule: "kbd" [ 635.305] (II) UnloadModule: "kbd" [ 635.305] (II) UnloadModule: "kbd" [ 635.305] (II) UnloadModule: "kbd" [ 635.306] (II) UnloadModule: "libinput" [ 635.306] (II) UnloadModule: "kbd" [ 635.944] (II) Server terminated successfully (0). Closing log file. ======= log from working config [ 821.596] X.Org X Server 1.20.9 X Protocol Version 11, Revision 0 [ 821.596] Build Operating System: FreeBSD 12.1-RELEASE-p10 amd64 [ 821.597] Current Operating System: FreeBSD laptop 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64 [ 821.597] Build Date: 24 October 2020 01:56:28AM [ 821.597] [ 821.597] Current version of pixman: 0.40.0 [ 821.597] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 821.597] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 821.598] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 3 03:39:50 2020 [ 821.598] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 821.598] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 821.599] (==) ServerLayout "X.org Configured" [ 821.599] (**) |-->Screen "Screen0" (0) [ 821.599] (**) | |-->Monitor "Monitor0" [ 821.600] (**) | |-->Device "Card0" [ 821.600] (**) |-->Input Device "Mouse0" [ 821.600] (**) |-->Input Device "Keyboard0" [ 821.600] (**) Option "AutoAddDevices" "False" [ 821.600] (**) Not automatically adding devices [ 821.600] (==) Automatically enabling devices [ 821.600] (==) Not automatically adding GPU devices [ 821.600] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 821.601] (**) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, catalogue:/usr/local/etc/X11/fontpath.d, /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, catalogue:/usr/local/etc/X11/fontpath.d [ 821.601] (**) ModulePath set to "/usr/local/lib/xorg/modules" [ 821.601] (II) Loader magic: 0x42e020 [ 821.601] (II) Module ABI versions: [ 821.601] X.Org ANSI C Emulation: 0.4 [ 821.602] X.Org Video Driver: 24.1 [ 821.602] X.Org XInput driver : 24.1 [ 821.602] X.Org Server Extension : 10.0 [ 821.602] (--) PCI:*(0@0:2:0) 8086:0046:1028:040a rev 2, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x000060b0/8, BIOS @ 0x????????/65536 [ 821.603] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 821.603] (II) LoadModule: "glx" [ 821.604] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 821.607] (II) Module glx: vendor="X.Org Foundation" [ 821.608] compiled for 1.20.9, module version = 1.0.0 [ 821.608] ABI class: X.Org Server Extension, version 10.0 [ 821.608] (II) LoadModule: "vesa" [ 821.609] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 821.609] (II) Module vesa: vendor="X.Org Foundation" [ 821.609] compiled for 1.20.9, module version = 2.5.0 [ 821.609] Module class: X.Org Video Driver [ 821.610] ABI class: X.Org Video Driver, version 24.1 [ 821.610] (II) LoadModule: "mouse" [ 821.611] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 821.653] (II) Module mouse: vendor="X.Org Foundation" [ 821.653] compiled for 1.20.9, module version = 1.9.3 [ 821.653] Module class: X.Org XInput Driver [ 821.654] ABI class: X.Org XInput driver, version 24.1 [ 821.654] (II) LoadModule: "kbd" [ 821.655] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 821.655] (II) Module kbd: vendor="X.Org Foundation" [ 821.655] compiled for 1.20.9, module version = 1.9.0 [ 821.656] Module class: X.Org XInput Driver [ 821.656] ABI class: X.Org XInput driver, version 24.1 [ 821.656] (II) VESA: driver for VESA chipsets: vesa [ 821.657] (--) Using syscons driver with X support (version 2.0) [ 821.658] (--) using VT number 4 [ 821.658] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 821.658] (II) Loading sub module "vbe" [ 821.658] (II) LoadModule: "vbe" [ 821.659] (II) Loading /usr/local/lib/xorg/modules/libvbe.so [ 821.659] (II) Module vbe: vendor="X.Org Foundation" [ 821.659] compiled for 1.20.9, module version = 1.1.0 [ 821.659] ABI class: X.Org Video Driver, version 24.1 [ 821.659] (II) Loading sub module "int10" [ 821.659] (II) LoadModule: "int10" [ 821.659] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 821.660] (II) Module int10: vendor="X.Org Foundation" [ 821.660] compiled for 1.20.9, module version = 1.0.0 [ 821.660] ABI class: X.Org Video Driver, version 24.1 [ 821.660] (II) VESA(0): initializing int10 [ 821.660] (II) VESA(0): Bad V_BIOS checksum [ 821.660] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 821.661] (II) VESA(0): VESA BIOS detected [ 821.661] (II) VESA(0): VESA VBE Version 3.0 [ 821.661] (II) VESA(0): VESA VBE Total Mem: 32704 kB [ 821.661] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chipset Accelerated VGA BIOS [ 821.661] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 821.661] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 821.661] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller [ 821.661] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 821.675] (==) VESA(0): Depth 24, (--) framebuffer bpp 32 [ 821.675] (==) VESA(0): RGB weight 888 [ 821.675] (==) VESA(0): Default visual is TrueColor [ 821.675] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) [ 821.676] (II) Loading sub module "ddc" [ 821.676] (II) LoadModule: "ddc" [ 821.676] (II) Module "ddc" already built-in [ 821.753] (II) VESA(0): VESA VBE DDC supported [ 821.753] (II) VESA(0): VESA VBE DDC Level 2 [ 821.753] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. [ 821.760] (II) VESA(0): VESA VBE DDC read successfully [ 821.760] (II) VESA(0): Manufacturer: SEC Model: 5441 Serial#: 0 [ 821.760] (II) VESA(0): Year: 2010 Week: 0 [ 821.760] (II) VESA(0): EDID Version: 1.4 [ 821.760] (II) VESA(0): Digital Display Input [ 821.761] (II) VESA(0): 6 bits per channel [ 821.761] (II) VESA(0): Digital interface is DisplayPort [ 821.761] (II) VESA(0): Max Image Size [cm]: horiz.: 30 vert.: 19 [ 821.761] (II) VESA(0): Gamma: 2.20 [ 821.761] (II) VESA(0): No DPMS capabilities specified [ 821.762] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 821.762] (II) VESA(0): First detailed timing is preferred mode [ 821.762] (II) VESA(0): Preferred mode is native pixel format and refresh rate [ 821.762] (II) VESA(0): redX: 0.537 redY: 0.353 greenX: 0.343 greenY: 0.597 [ 821.763] (II) VESA(0): blueX: 0.164 blueY: 0.125 whiteX: 0.313 whiteY: 0.334 [ 821.763] (II) VESA(0): Manufacturer's mask: 0 [ 821.763] (II) VESA(0): Supported detailed timing: [ 821.763] (II) VESA(0): clock: 70.7 MHz Image Size: 303 x 190 mm [ 821.764] (II) VESA(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1452 h_border: 0 [ 821.764] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 812 v_border: 0 [ 821.764] (II) VESA(0): Supported detailed timing: [ 821.764] (II) VESA(0): clock: 47.2 MHz Image Size: 303 x 190 mm [ 821.765] (II) VESA(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1452 h_border: 0 [ 821.765] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 812 v_border: 0 [ 821.766] (II) VESA(0): CR5M3€141AT [ 821.766] (II) VESA(0): Unknown vendor-specific block 0 [ 821.766] (II) VESA(0): EDID (in hex): [ 821.766] (II) VESA(0): 00ffffffffffff004ca3415400000000 [ 821.767] (II) VESA(0): 00140104951e13780a9f06895a57982a [ 821.767] (II) VESA(0): 20505500000001010101010101010101 [ 821.767] (II) VESA(0): 010101010101a11b00ac50200c300c40 [ 821.767] (II) VESA(0): 33002fbe1000001a6c1200ac50200c30 [ 821.768] (II) VESA(0): 0c4033002fbe1000001a000000fe0043 [ 821.768] (II) VESA(0): 52354d338031343141540a2000000000 [ 821.768] (II) VESA(0): 00004101190000000009010a202000c9 [ 821.769] (II) VESA(0): EDID vendor "SEC", prod id 21569 [ 821.769] (II) VESA(0): Printing DDC gathered Modelines: [ 821.769] (II) VESA(0): Modeline "1280x800"x0.0 70.73 1280 1292 1356 1452 800 803 806 812 +hsync -vsync (48.7 kHz eP) [ 821.769] (II) VESA(0): Modeline "1280x800"x0.0 47.16 1280 1292 1356 1452 800 803 806 812 +hsync -vsync (32.5 kHz e) [ 821.769] (II) VESA(0): Searching for matching VESA mode(s): [ 821.769] Mode: 160 (0x0) [ 821.769] ModeAttributes: 0x0 [ 821.769] WinAAttributes: 0x0 [ 821.769] WinBAttributes: 0x0 [ 821.769] WinGranularity: 0 [ 821.770] WinSize: 0 [ 821.770] WinASegment: 0x0 [ 821.770] WinBSegment: 0x0 [ 821.770] WinFuncPtr: 0x0 [ 821.770] BytesPerScanline: 0 [ 821.770] XResolution: 0 [ 821.770] YResolution: 0 [ 821.770] XCharSize: 0 [ 821.770] YCharSize: 0 [ 821.770] NumberOfPlanes: 0 [ 821.770] BitsPerPixel: 0 [ 821.770] NumberOfBanks: 0 [ 821.770] MemoryModel: 0 [ 821.770] BankSize: 0 [ 821.771] NumberOfImages: 0 [ 821.771] RedMaskSize: 0 [ 821.771] RedFieldPosition: 0 [ 821.771] GreenMaskSize: 0 [ 821.771] GreenFieldPosition: 0 [ 821.771] BlueMaskSize: 0 [ 821.771] BlueFieldPosition: 0 [ 821.771] RsvdMaskSize: 0 [ 821.771] RsvdFieldPosition: 0 [ 821.771] DirectColorModeInfo: 0 [ 821.771] PhysBasePtr: 0x0 [ 821.772] LinBytesPerScanLine: 0 [ 821.772] BnkNumberOfImagePages: 0 [ 821.772] LinNumberOfImagePages: 0 [ 821.772] LinRedMaskSize: 0 [ 821.772] LinRedFieldPosition: 0 [ 821.772] LinGreenMaskSize: 0 [ 821.772] LinGreenFieldPosition: 0 [ 821.772] LinBlueMaskSize: 0 [ 821.773] LinBlueFieldPosition: 0 [ 821.773] LinRsvdMaskSize: 0 [ 821.773] LinRsvdFieldPosition: 0 [ 821.773] MaxPixelClock: 0 [ 821.773] Mode: 161 (0x0) [ 821.773] ModeAttributes: 0x0 [ 821.774] WinAAttributes: 0x0 [ 821.774] WinBAttributes: 0x0 [ 821.774] WinGranularity: 0 [ 821.774] WinSize: 0 [ 821.774] WinASegment: 0x0 [ 821.774] WinBSegment: 0x0 [ 821.774] WinFuncPtr: 0x0 [ 821.775] BytesPerScanline: 0 [ 821.775] XResolution: 0 [ 821.775] YResolution: 0 [ 821.775] XCharSize: 0 [ 821.775] YCharSize: 0 [ 821.775] NumberOfPlanes: 0 [ 821.776] BitsPerPixel: 0 [ 821.776] NumberOfBanks: 0 [ 821.776] MemoryModel: 0 [ 821.776] BankSize: 0 [ 821.776] NumberOfImages: 0 [ 821.776] RedMaskSize: 0 [ 821.777] RedFieldPosition: 0 [ 821.777] GreenMaskSize: 0 [ 821.777] GreenFieldPosition: 0 [ 821.777] BlueMaskSize: 0 [ 821.777] BlueFieldPosition: 0 [ 821.777] RsvdMaskSize: 0 [ 821.778] RsvdFieldPosition: 0 [ 821.778] DirectColorModeInfo: 0 [ 821.778] PhysBasePtr: 0x0 [ 821.778] LinBytesPerScanLine: 0 [ 821.778] BnkNumberOfImagePages: 0 [ 821.779] LinNumberOfImagePages: 0 [ 821.779] LinRedMaskSize: 0 [ 821.779] LinRedFieldPosition: 0 [ 821.779] LinGreenMaskSize: 0 [ 821.779] LinGreenFieldPosition: 0 [ 821.780] LinBlueMaskSize: 0 [ 821.780] LinBlueFieldPosition: 0 [ 821.780] LinRsvdMaskSize: 0 [ 821.780] LinRsvdFieldPosition: 0 [ 821.781] MaxPixelClock: 0 [ 821.781] *Mode: 162 (1280x800) [ 821.782] ModeAttributes: 0x9b [ 821.782] WinAAttributes: 0x7 [ 821.782] WinBAttributes: 0x0 [ 821.783] WinGranularity: 64 [ 821.783] WinSize: 64 [ 821.783] WinASegment: 0xa000 [ 821.783] WinBSegment: 0x0 [ 821.783] WinFuncPtr: 0xc0008ab9 [ 821.784] BytesPerScanline: 5120 [ 821.784] XResolution: 1280 [ 821.784] YResolution: 800 [ 821.784] XCharSize: 8 [ 821.785] YCharSize: 16 [ 821.785] NumberOfPlanes: 1 [ 821.785] BitsPerPixel: 32 [ 821.786] NumberOfBanks: 1 [ 821.786] MemoryModel: 6 [ 821.786] BankSize: 0 [ 821.786] NumberOfImages: 7 [ 821.787] RedMaskSize: 8 [ 821.787] RedFieldPosition: 16 [ 821.787] GreenMaskSize: 8 [ 821.787] GreenFieldPosition: 8 [ 821.788] BlueMaskSize: 8 [ 821.788] BlueFieldPosition: 0 [ 821.788] RsvdMaskSize: 8 [ 821.788] RsvdFieldPosition: 24 [ 821.789] DirectColorModeInfo: 0 [ 821.789] PhysBasePtr: 0xe0000000 [ 821.789] LinBytesPerScanLine: 5120 [ 821.789] BnkNumberOfImagePages: 7 [ 821.789] LinNumberOfImagePages: 7 [ 821.789] LinRedMaskSize: 8 [ 821.789] LinRedFieldPosition: 16 [ 821.789] LinGreenMaskSize: 8 [ 821.790] LinGreenFieldPosition: 8 [ 821.790] LinBlueMaskSize: 8 [ 821.790] LinBlueFieldPosition: 0 [ 821.790] LinRsvdMaskSize: 8 [ 821.790] LinRsvdFieldPosition: 24 [ 821.790] MaxPixelClock: 230000000 [ 821.790] Mode: 163 (0x0) [ 821.790] ModeAttributes: 0x0 [ 821.790] WinAAttributes: 0x0 [ 821.790] WinBAttributes: 0x0 [ 821.790] WinGranularity: 0 [ 821.790] WinSize: 0 [ 821.790] WinASegment: 0x0 [ 821.790] WinBSegment: 0x0 [ 821.790] WinFuncPtr: 0x0 [ 821.791] BytesPerScanline: 0 [ 821.791] XResolution: 0 [ 821.791] YResolution: 0 [ 821.791] XCharSize: 0 [ 821.791] YCharSize: 0 [ 821.791] NumberOfPlanes: 0 [ 821.791] BitsPerPixel: 0 [ 821.791] NumberOfBanks: 0 [ 821.791] MemoryModel: 0 [ 821.791] BankSize: 0 [ 821.791] NumberOfImages: 0 [ 821.791] RedMaskSize: 0 [ 821.791] RedFieldPosition: 0 [ 821.792] GreenMaskSize: 0 [ 821.792] GreenFieldPosition: 0 [ 821.792] BlueMaskSize: 0 [ 821.792] BlueFieldPosition: 0 [ 821.792] RsvdMaskSize: 0 [ 821.792] RsvdFieldPosition: 0 [ 821.792] DirectColorModeInfo: 0 [ 821.792] PhysBasePtr: 0x0 [ 821.792] LinBytesPerScanLine: 0 [ 821.792] BnkNumberOfImagePages: 0 [ 821.793] LinNumberOfImagePages: 0 [ 821.793] LinRedMaskSize: 0 [ 821.793] LinRedFieldPosition: 0 [ 821.793] LinGreenMaskSize: 0 [ 821.793] LinGreenFieldPosition: 0 [ 821.793] LinBlueMaskSize: 0 [ 821.793] LinBlueFieldPosition: 0 [ 821.793] LinRsvdMaskSize: 0 [ 821.794] LinRsvdFieldPosition: 0 [ 821.794] MaxPixelClock: 0 [ 821.794] Mode: 164 (0x0) [ 821.794] ModeAttributes: 0x0 [ 821.794] WinAAttributes: 0x0 [ 821.794] WinBAttributes: 0x0 [ 821.795] WinGranularity: 0 [ 821.795] WinSize: 0 [ 821.795] WinASegment: 0x0 [ 821.795] WinBSegment: 0x0 [ 821.795] WinFuncPtr: 0x0 [ 821.795] BytesPerScanline: 0 [ 821.796] XResolution: 0 [ 821.796] YResolution: 0 [ 821.796] XCharSize: 0 [ 821.796] YCharSize: 0 [ 821.796] NumberOfPlanes: 0 [ 821.796] BitsPerPixel: 0 [ 821.797] NumberOfBanks: 0 [ 821.797] MemoryModel: 0 [ 821.797] BankSize: 0 [ 821.797] NumberOfImages: 0 [ 821.797] RedMaskSize: 0 [ 821.797] RedFieldPosition: 0 [ 821.798] GreenMaskSize: 0 [ 821.798] GreenFieldPosition: 0 [ 821.798] BlueMaskSize: 0 [ 821.798] BlueFieldPosition: 0 [ 821.798] RsvdMaskSize: 0 [ 821.799] RsvdFieldPosition: 0 [ 821.799] DirectColorModeInfo: 0 [ 821.799] PhysBasePtr: 0x0 [ 821.799] LinBytesPerScanLine: 0 [ 821.799] BnkNumberOfImagePages: 0 [ 821.800] LinNumberOfImagePages: 0 [ 821.800] LinRedMaskSize: 0 [ 821.800] LinRedFieldPosition: 0 [ 821.800] LinGreenMaskSize: 0 [ 821.800] LinGreenFieldPosition: 0 [ 821.801] LinBlueMaskSize: 0 [ 821.801] LinBlueFieldPosition: 0 [ 821.801] LinRsvdMaskSize: 0 [ 821.801] LinRsvdFieldPosition: 0 [ 821.802] MaxPixelClock: 0 [ 821.802] *Mode: 165 (1366x768) [ 821.803] ModeAttributes: 0x9b [ 821.803] WinAAttributes: 0x7 [ 821.803] WinBAttributes: 0x0 [ 821.804] WinGranularity: 64 [ 821.804] WinSize: 64 [ 821.804] WinASegment: 0xa000 [ 821.804] WinBSegment: 0x0 [ 821.805] WinFuncPtr: 0xc0008ab9 [ 821.805] BytesPerScanline: 5504 [ 821.805] XResolution: 1366 [ 821.805] YResolution: 768 [ 821.806] XCharSize: 8 [ 821.806] YCharSize: 16 [ 821.806] NumberOfPlanes: 1 [ 821.806] BitsPerPixel: 32 [ 821.807] NumberOfBanks: 1 [ 821.807] MemoryModel: 6 [ 821.807] BankSize: 0 [ 821.807] NumberOfImages: 6 [ 821.808] RedMaskSize: 8 [ 821.808] RedFieldPosition: 16 [ 821.808] GreenMaskSize: 8 [ 821.808] GreenFieldPosition: 8 [ 821.809] BlueMaskSize: 8 [ 821.809] BlueFieldPosition: 0 [ 821.809] RsvdMaskSize: 8 [ 821.810] RsvdFieldPosition: 24 [ 821.810] DirectColorModeInfo: 0 [ 821.810] PhysBasePtr: 0xe0000000 [ 821.810] LinBytesPerScanLine: 5504 [ 821.810] BnkNumberOfImagePages: 6 [ 821.810] LinNumberOfImagePages: 6 [ 821.810] LinRedMaskSize: 8 [ 821.810] LinRedFieldPosition: 16 [ 821.810] LinGreenMaskSize: 8 [ 821.810] LinGreenFieldPosition: 8 [ 821.810] LinBlueMaskSize: 8 [ 821.810] LinBlueFieldPosition: 0 [ 821.811] LinRsvdMaskSize: 8 [ 821.811] LinRsvdFieldPosition: 24 [ 821.811] MaxPixelClock: 230000000 [ 821.811] Mode: 166 (0x0) [ 821.811] ModeAttributes: 0x0 [ 821.811] WinAAttributes: 0x0 [ 821.811] WinBAttributes: 0x0 [ 821.811] WinGranularity: 0 [ 821.811] WinSize: 0 [ 821.811] WinASegment: 0x0 [ 821.811] WinBSegment: 0x0 [ 821.811] WinFuncPtr: 0x0 [ 821.811] BytesPerScanline: 0 [ 821.812] XResolution: 0 [ 821.812] YResolution: 0 [ 821.812] XCharSize: 0 [ 821.812] YCharSize: 0 [ 821.812] NumberOfPlanes: 0 [ 821.812] BitsPerPixel: 0 [ 821.812] NumberOfBanks: 0 [ 821.812] MemoryModel: 0 [ 821.812] BankSize: 0 [ 821.812] NumberOfImages: 0 [ 821.812] RedMaskSize: 0 [ 821.812] RedFieldPosition: 0 [ 821.813] GreenMaskSize: 0 [ 821.813] GreenFieldPosition: 0 [ 821.813] BlueMaskSize: 0 [ 821.813] BlueFieldPosition: 0 [ 821.813] RsvdMaskSize: 0 [ 821.813] RsvdFieldPosition: 0 [ 821.813] DirectColorModeInfo: 0 [ 821.813] PhysBasePtr: 0x0 [ 821.813] LinBytesPerScanLine: 0 [ 821.813] BnkNumberOfImagePages: 0 [ 821.814] LinNumberOfImagePages: 0 [ 821.814] LinRedMaskSize: 0 [ 821.814] LinRedFieldPosition: 0 [ 821.814] LinGreenMaskSize: 0 [ 821.814] LinGreenFieldPosition: 0 [ 821.814] LinBlueMaskSize: 0 [ 821.814] LinBlueFieldPosition: 0 [ 821.814] LinRsvdMaskSize: 0 [ 821.815] LinRsvdFieldPosition: 0 [ 821.815] MaxPixelClock: 0 [ 821.815] Mode: 167 (0x0) [ 821.815] ModeAttributes: 0x0 [ 821.815] WinAAttributes: 0x0 [ 821.816] WinBAttributes: 0x0 [ 821.816] WinGranularity: 0 [ 821.816] WinSize: 0 [ 821.816] WinASegment: 0x0 [ 821.816] WinBSegment: 0x0 [ 821.816] WinFuncPtr: 0x0 [ 821.816] BytesPerScanline: 0 [ 821.817] XResolution: 0 [ 821.817] YResolution: 0 [ 821.817] XCharSize: 0 [ 821.817] YCharSize: 0 [ 821.817] NumberOfPlanes: 0 [ 821.817] BitsPerPixel: 0 [ 821.818] NumberOfBanks: 0 [ 821.818] MemoryModel: 0 [ 821.818] BankSize: 0 [ 821.818] NumberOfImages: 0 [ 821.818] RedMaskSize: 0 [ 821.819] RedFieldPosition: 0 [ 821.819] GreenMaskSize: 0 [ 821.819] GreenFieldPosition: 0 [ 821.819] BlueMaskSize: 0 [ 821.819] BlueFieldPosition: 0 [ 821.820] RsvdMaskSize: 0 [ 821.820] RsvdFieldPosition: 0 [ 821.820] DirectColorModeInfo: 0 [ 821.820] PhysBasePtr: 0x0 [ 821.820] LinBytesPerScanLine: 0 [ 821.821] BnkNumberOfImagePages: 0 [ 821.821] LinNumberOfImagePages: 0 [ 821.821] LinRedMaskSize: 0 [ 821.821] LinRedFieldPosition: 0 [ 821.821] LinGreenMaskSize: 0 [ 821.822] LinGreenFieldPosition: 0 [ 821.822] LinBlueMaskSize: 0 [ 821.822] LinBlueFieldPosition: 0 [ 821.822] LinRsvdMaskSize: 0 [ 821.822] LinRsvdFieldPosition: 0 [ 821.823] MaxPixelClock: 0 [ 821.823] Mode: 168 (0x0) [ 821.824] ModeAttributes: 0x0 [ 821.824] WinAAttributes: 0x0 [ 821.824] WinBAttributes: 0x0 [ 821.824] WinGranularity: 0 [ 821.825] WinSize: 0 [ 821.825] WinASegment: 0x0 [ 821.825] WinBSegment: 0x0 [ 821.825] WinFuncPtr: 0x0 [ 821.826] BytesPerScanline: 0 [ 821.826] XResolution: 0 [ 821.826] YResolution: 0 [ 821.826] XCharSize: 0 [ 821.827] YCharSize: 0 [ 821.827] NumberOfPlanes: 0 [ 821.827] BitsPerPixel: 0 [ 821.827] NumberOfBanks: 0 [ 821.828] MemoryModel: 0 [ 821.828] BankSize: 0 [ 821.828] NumberOfImages: 0 [ 821.828] RedMaskSize: 0 [ 821.829] RedFieldPosition: 0 [ 821.829] GreenMaskSize: 0 [ 821.829] GreenFieldPosition: 0 [ 821.830] BlueMaskSize: 0 [ 821.830] BlueFieldPosition: 0 [ 821.830] RsvdMaskSize: 0 [ 821.830] RsvdFieldPosition: 0 [ 821.831] DirectColorModeInfo: 0 [ 821.831] PhysBasePtr: 0x0 [ 821.831] LinBytesPerScanLine: 0 [ 821.831] BnkNumberOfImagePages: 0 [ 821.831] LinNumberOfImagePages: 0 [ 821.831] LinRedMaskSize: 0 [ 821.831] LinRedFieldPosition: 0 [ 821.831] LinGreenMaskSize: 0 [ 821.831] LinGreenFieldPosition: 0 [ 821.831] LinBlueMaskSize: 0 [ 821.831] LinBlueFieldPosition: 0 [ 821.831] LinRsvdMaskSize: 0 [ 821.831] LinRsvdFieldPosition: 0 [ 821.831] MaxPixelClock: 0 [ 821.832] Mode: 169 (0x0) [ 821.832] ModeAttributes: 0x0 [ 821.832] WinAAttributes: 0x0 [ 821.832] WinBAttributes: 0x0 [ 821.832] WinGranularity: 0 [ 821.832] WinSize: 0 [ 821.832] WinASegment: 0x0 [ 821.832] WinBSegment: 0x0 [ 821.832] WinFuncPtr: 0x0 [ 821.832] BytesPerScanline: 0 [ 821.832] XResolution: 0 [ 821.832] YResolution: 0 [ 821.832] XCharSize: 0 [ 821.832] YCharSize: 0 [ 821.832] NumberOfPlanes: 0 [ 821.833] BitsPerPixel: 0 [ 821.833] NumberOfBanks: 0 [ 821.833] MemoryModel: 0 [ 821.833] BankSize: 0 [ 821.833] NumberOfImages: 0 [ 821.833] RedMaskSize: 0 [ 821.833] RedFieldPosition: 0 [ 821.833] GreenMaskSize: 0 [ 821.833] GreenFieldPosition: 0 [ 821.833] BlueMaskSize: 0 [ 821.833] BlueFieldPosition: 0 [ 821.834] RsvdMaskSize: 0 [ 821.834] RsvdFieldPosition: 0 [ 821.834] DirectColorModeInfo: 0 [ 821.834] PhysBasePtr: 0x0 [ 821.834] LinBytesPerScanLine: 0 [ 821.834] BnkNumberOfImagePages: 0 [ 821.834] LinNumberOfImagePages: 0 [ 821.834] LinRedMaskSize: 0 [ 821.835] LinRedFieldPosition: 0 [ 821.835] LinGreenMaskSize: 0 [ 821.835] LinGreenFieldPosition: 0 [ 821.835] LinBlueMaskSize: 0 [ 821.835] LinBlueFieldPosition: 0 [ 821.835] LinRsvdMaskSize: 0 [ 821.835] LinRsvdFieldPosition: 0 [ 821.835] MaxPixelClock: 0 [ 821.835] Mode: 16a (0x0) [ 821.835] ModeAttributes: 0x0 [ 821.836] WinAAttributes: 0x0 [ 821.836] WinBAttributes: 0x0 [ 821.836] WinGranularity: 0 [ 821.836] WinSize: 0 [ 821.836] WinASegment: 0x0 [ 821.836] WinBSegment: 0x0 [ 821.836] WinFuncPtr: 0x0 [ 821.836] BytesPerScanline: 0 [ 821.836] XResolution: 0 [ 821.836] YResolution: 0 [ 821.837] XCharSize: 0 [ 821.837] YCharSize: 0 [ 821.837] NumberOfPlanes: 0 [ 821.837] BitsPerPixel: 0 [ 821.837] NumberOfBanks: 0 [ 821.837] MemoryModel: 0 [ 821.837] BankSize: 0 [ 821.837] NumberOfImages: 0 [ 821.837] RedMaskSize: 0 [ 821.837] RedFieldPosition: 0 [ 821.838] GreenMaskSize: 0 [ 821.838] GreenFieldPosition: 0 [ 821.838] BlueMaskSize: 0 [ 821.838] BlueFieldPosition: 0 [ 821.838] RsvdMaskSize: 0 [ 821.838] RsvdFieldPosition: 0 [ 821.838] DirectColorModeInfo: 0 [ 821.838] PhysBasePtr: 0x0 [ 821.839] LinBytesPerScanLine: 0 [ 821.839] BnkNumberOfImagePages: 0 [ 821.839] LinNumberOfImagePages: 0 [ 821.839] LinRedMaskSize: 0 [ 821.839] LinRedFieldPosition: 0 [ 821.839] LinGreenMaskSize: 0 [ 821.839] LinGreenFieldPosition: 0 [ 821.839] LinBlueMaskSize: 0 [ 821.840] LinBlueFieldPosition: 0 [ 821.840] LinRsvdMaskSize: 0 [ 821.840] LinRsvdFieldPosition: 0 [ 821.840] MaxPixelClock: 0 [ 821.840] Mode: 16b (0x0) [ 821.841] ModeAttributes: 0x0 [ 821.841] WinAAttributes: 0x0 [ 821.841] WinBAttributes: 0x0 [ 821.841] WinGranularity: 0 [ 821.841] WinSize: 0 [ 821.841] WinASegment: 0x0 [ 821.841] WinBSegment: 0x0 [ 821.842] WinFuncPtr: 0x0 [ 821.842] BytesPerScanline: 0 [ 821.842] XResolution: 0 [ 821.842] YResolution: 0 [ 821.842] XCharSize: 0 [ 821.842] YCharSize: 0 [ 821.842] NumberOfPlanes: 0 [ 821.843] BitsPerPixel: 0 [ 821.843] NumberOfBanks: 0 [ 821.843] MemoryModel: 0 [ 821.843] BankSize: 0 [ 821.843] NumberOfImages: 0 [ 821.843] RedMaskSize: 0 [ 821.844] RedFieldPosition: 0 [ 821.844] GreenMaskSize: 0 [ 821.844] GreenFieldPosition: 0 [ 821.844] BlueMaskSize: 0 [ 821.844] BlueFieldPosition: 0 [ 821.844] RsvdMaskSize: 0 [ 821.845] RsvdFieldPosition: 0 [ 821.845] DirectColorModeInfo: 0 [ 821.845] PhysBasePtr: 0x0 [ 821.845] LinBytesPerScanLine: 0 [ 821.845] BnkNumberOfImagePages: 0 [ 821.845] LinNumberOfImagePages: 0 [ 821.845] LinRedMaskSize: 0 [ 821.845] LinRedFieldPosition: 0 [ 821.845] LinGreenMaskSize: 0 [ 821.845] LinGreenFieldPosition: 0 [ 821.845] LinBlueMaskSize: 0 [ 821.845] LinBlueFieldPosition: 0 [ 821.845] LinRsvdMaskSize: 0 [ 821.845] LinRsvdFieldPosition: 0 [ 821.845] MaxPixelClock: 0 [ 821.845] Mode: 16c (0x0) [ 821.845] ModeAttributes: 0x0 [ 821.845] WinAAttributes: 0x0 [ 821.845] WinBAttributes: 0x0 [ 821.845] WinGranularity: 0 [ 821.845] WinSize: 0 [ 821.845] WinASegment: 0x0 [ 821.846] WinBSegment: 0x0 [ 821.846] WinFuncPtr: 0x0 [ 821.846] BytesPerScanline: 0 [ 821.846] XResolution: 0 [ 821.846] YResolution: 0 [ 821.846] XCharSize: 0 [ 821.846] YCharSize: 0 [ 821.846] NumberOfPlanes: 0 [ 821.846] BitsPerPixel: 0 [ 821.846] NumberOfBanks: 0 [ 821.846] MemoryModel: 0 [ 821.846] BankSize: 0 [ 821.846] NumberOfImages: 0 [ 821.846] RedMaskSize: 0 [ 821.846] RedFieldPosition: 0 [ 821.846] GreenMaskSize: 0 [ 821.846] GreenFieldPosition: 0 [ 821.846] BlueMaskSize: 0 [ 821.846] BlueFieldPosition: 0 [ 821.846] RsvdMaskSize: 0 [ 821.847] RsvdFieldPosition: 0 [ 821.847] DirectColorModeInfo: 0 [ 821.847] PhysBasePtr: 0x0 [ 821.847] LinBytesPerScanLine: 0 [ 821.847] BnkNumberOfImagePages: 0 [ 821.847] LinNumberOfImagePages: 0 [ 821.847] LinRedMaskSize: 0 [ 821.847] LinRedFieldPosition: 0 [ 821.847] LinGreenMaskSize: 0 [ 821.847] LinGreenFieldPosition: 0 [ 821.847] LinBlueMaskSize: 0 [ 821.847] LinBlueFieldPosition: 0 [ 821.847] LinRsvdMaskSize: 0 [ 821.847] LinRsvdFieldPosition: 0 [ 821.848] MaxPixelClock: 0 [ 821.848] Mode: 16d (0x0) [ 821.848] ModeAttributes: 0x0 [ 821.848] WinAAttributes: 0x0 [ 821.848] WinBAttributes: 0x0 [ 821.848] WinGranularity: 0 [ 821.848] WinSize: 0 [ 821.848] WinASegment: 0x0 [ 821.848] WinBSegment: 0x0 [ 821.849] WinFuncPtr: 0x0 [ 821.849] BytesPerScanline: 0 [ 821.849] XResolution: 0 [ 821.849] YResolution: 0 [ 821.849] XCharSize: 0 [ 821.849] YCharSize: 0 [ 821.849] NumberOfPlanes: 0 [ 821.849] BitsPerPixel: 0 [ 821.849] NumberOfBanks: 0 [ 821.849] MemoryModel: 0 [ 821.850] BankSize: 0 [ 821.850] NumberOfImages: 0 [ 821.850] RedMaskSize: 0 [ 821.850] RedFieldPosition: 0 [ 821.850] GreenMaskSize: 0 [ 821.850] GreenFieldPosition: 0 [ 821.850] BlueMaskSize: 0 [ 821.850] BlueFieldPosition: 0 [ 821.850] RsvdMaskSize: 0 [ 821.851] RsvdFieldPosition: 0 [ 821.851] DirectColorModeInfo: 0 [ 821.851] PhysBasePtr: 0x0 [ 821.851] LinBytesPerScanLine: 0 [ 821.851] BnkNumberOfImagePages: 0 [ 821.851] LinNumberOfImagePages: 0 [ 821.851] LinRedMaskSize: 0 [ 821.851] LinRedFieldPosition: 0 [ 821.852] LinGreenMaskSize: 0 [ 821.852] LinGreenFieldPosition: 0 [ 821.852] LinBlueMaskSize: 0 [ 821.852] LinBlueFieldPosition: 0 [ 821.852] LinRsvdMaskSize: 0 [ 821.852] LinRsvdFieldPosition: 0 [ 821.852] MaxPixelClock: 0 [ 821.853] Mode: 16e (0x0) [ 821.853] ModeAttributes: 0x0 [ 821.853] WinAAttributes: 0x0 [ 821.853] WinBAttributes: 0x0 [ 821.853] WinGranularity: 0 [ 821.853] WinSize: 0 [ 821.854] WinASegment: 0x0 [ 821.854] WinBSegment: 0x0 [ 821.854] WinFuncPtr: 0x0 [ 821.854] BytesPerScanline: 0 [ 821.854] XResolution: 0 [ 821.854] YResolution: 0 [ 821.855] XCharSize: 0 [ 821.855] YCharSize: 0 [ 821.855] NumberOfPlanes: 0 [ 821.855] BitsPerPixel: 0 [ 821.855] NumberOfBanks: 0 [ 821.855] MemoryModel: 0 [ 821.855] BankSize: 0 [ 821.856] NumberOfImages: 0 [ 821.856] RedMaskSize: 0 [ 821.856] RedFieldPosition: 0 [ 821.856] GreenMaskSize: 0 [ 821.856] GreenFieldPosition: 0 [ 821.856] BlueMaskSize: 0 [ 821.857] BlueFieldPosition: 0 [ 821.857] RsvdMaskSize: 0 [ 821.857] RsvdFieldPosition: 0 [ 821.857] DirectColorModeInfo: 0 [ 821.857] PhysBasePtr: 0x0 [ 821.857] LinBytesPerScanLine: 0 [ 821.857] BnkNumberOfImagePages: 0 [ 821.857] LinNumberOfImagePages: 0 [ 821.857] LinRedMaskSize: 0 [ 821.857] LinRedFieldPosition: 0 [ 821.857] LinGreenMaskSize: 0 [ 821.857] LinGreenFieldPosition: 0 [ 821.857] LinBlueMaskSize: 0 [ 821.858] LinBlueFieldPosition: 0 [ 821.858] LinRsvdMaskSize: 0 [ 821.858] LinRsvdFieldPosition: 0 [ 821.858] MaxPixelClock: 0 [ 821.858] Mode: 16f (0x0) [ 821.858] ModeAttributes: 0x0 [ 821.858] WinAAttributes: 0x0 [ 821.858] WinBAttributes: 0x0 [ 821.858] WinGranularity: 0 [ 821.858] WinSize: 0 [ 821.858] WinASegment: 0x0 [ 821.858] WinBSegment: 0x0 [ 821.858] WinFuncPtr: 0x0 [ 821.858] BytesPerScanline: 0 [ 821.858] XResolution: 0 [ 821.858] YResolution: 0 [ 821.858] XCharSize: 0 [ 821.858] YCharSize: 0 [ 821.858] NumberOfPlanes: 0 [ 821.858] BitsPerPixel: 0 [ 821.858] NumberOfBanks: 0 [ 821.858] MemoryModel: 0 [ 821.859] BankSize: 0 [ 821.859] NumberOfImages: 0 [ 821.859] RedMaskSize: 0 [ 821.859] RedFieldPosition: 0 [ 821.859] GreenMaskSize: 0 [ 821.859] GreenFieldPosition: 0 [ 821.859] BlueMaskSize: 0 [ 821.859] BlueFieldPosition: 0 [ 821.859] RsvdMaskSize: 0 [ 821.859] RsvdFieldPosition: 0 [ 821.859] DirectColorModeInfo: 0 [ 821.859] PhysBasePtr: 0x0 [ 821.859] LinBytesPerScanLine: 0 [ 821.859] BnkNumberOfImagePages: 0 [ 821.859] LinNumberOfImagePages: 0 [ 821.859] LinRedMaskSize: 0 [ 821.860] LinRedFieldPosition: 0 [ 821.860] LinGreenMaskSize: 0 [ 821.860] LinGreenFieldPosition: 0 [ 821.860] LinBlueMaskSize: 0 [ 821.860] LinBlueFieldPosition: 0 [ 821.860] LinRsvdMaskSize: 0 [ 821.860] LinRsvdFieldPosition: 0 [ 821.860] MaxPixelClock: 0 [ 821.860] Mode: 170 (0x0) [ 821.860] ModeAttributes: 0x0 [ 821.860] WinAAttributes: 0x0 [ 821.861] WinBAttributes: 0x0 [ 821.861] WinGranularity: 0 [ 821.861] WinSize: 0 [ 821.861] WinASegment: 0x0 [ 821.861] WinBSegment: 0x0 [ 821.861] WinFuncPtr: 0x0 [ 821.861] BytesPerScanline: 0 [ 821.861] XResolution: 0 [ 821.861] YResolution: 0 [ 821.861] XCharSize: 0 [ 821.862] YCharSize: 0 [ 821.862] NumberOfPlanes: 0 [ 821.862] BitsPerPixel: 0 [ 821.862] NumberOfBanks: 0 [ 821.862] MemoryModel: 0 [ 821.862] BankSize: 0 [ 821.862] NumberOfImages: 0 [ 821.862] RedMaskSize: 0 [ 821.862] RedFieldPosition: 0 [ 821.862] GreenMaskSize: 0 [ 821.863] GreenFieldPosition: 0 [ 821.863] BlueMaskSize: 0 [ 821.863] BlueFieldPosition: 0 [ 821.863] RsvdMaskSize: 0 [ 821.863] RsvdFieldPosition: 0 [ 821.863] DirectColorModeInfo: 0 [ 821.863] PhysBasePtr: 0x0 [ 821.863] LinBytesPerScanLine: 0 [ 821.864] BnkNumberOfImagePages: 0 [ 821.864] LinNumberOfImagePages: 0 [ 821.864] LinRedMaskSize: 0 [ 821.864] LinRedFieldPosition: 0 [ 821.864] LinGreenMaskSize: 0 [ 821.864] LinGreenFieldPosition: 0 [ 821.864] LinBlueMaskSize: 0 [ 821.864] LinBlueFieldPosition: 0 [ 821.865] LinRsvdMaskSize: 0 [ 821.865] LinRsvdFieldPosition: 0 [ 821.865] MaxPixelClock: 0 [ 821.865] Mode: 171 (0x0) [ 821.865] ModeAttributes: 0x0 [ 821.866] WinAAttributes: 0x0 [ 821.866] WinBAttributes: 0x0 [ 821.866] WinGranularity: 0 [ 821.866] WinSize: 0 [ 821.866] WinASegment: 0x0 [ 821.866] WinBSegment: 0x0 [ 821.866] WinFuncPtr: 0x0 [ 821.867] BytesPerScanline: 0 [ 821.867] XResolution: 0 [ 821.867] YResolution: 0 [ 821.867] XCharSize: 0 [ 821.867] YCharSize: 0 [ 821.867] NumberOfPlanes: 0 [ 821.868] BitsPerPixel: 0 [ 821.868] NumberOfBanks: 0 [ 821.868] MemoryModel: 0 [ 821.868] BankSize: 0 [ 821.868] NumberOfImages: 0 [ 821.868] RedMaskSize: 0 [ 821.868] RedFieldPosition: 0 [ 821.869] GreenMaskSize: 0 [ 821.869] GreenFieldPosition: 0 [ 821.869] BlueMaskSize: 0 [ 821.869] BlueFieldPosition: 0 [ 821.869] RsvdMaskSize: 0 [ 821.869] RsvdFieldPosition: 0 [ 821.870] DirectColorModeInfo: 0 [ 821.870] PhysBasePtr: 0x0 [ 821.870] LinBytesPerScanLine: 0 [ 821.870] BnkNumberOfImagePages: 0 [ 821.870] LinNumberOfImagePages: 0 [ 821.870] LinRedMaskSize: 0 [ 821.870] LinRedFieldPosition: 0 [ 821.870] LinGreenMaskSize: 0 [ 821.870] LinGreenFieldPosition: 0 [ 821.870] LinBlueMaskSize: 0 [ 821.870] LinBlueFieldPosition: 0 [ 821.870] LinRsvdMaskSize: 0 [ 821.870] LinRsvdFieldPosition: 0 [ 821.870] MaxPixelClock: 0 [ 821.870] Mode: 13c (0x0) [ 821.870] ModeAttributes: 0x0 [ 821.870] WinAAttributes: 0x0 [ 821.870] WinBAttributes: 0x0 [ 821.870] WinGranularity: 0 [ 821.870] WinSize: 0 [ 821.871] WinASegment: 0x0 [ 821.871] WinBSegment: 0x0 [ 821.871] WinFuncPtr: 0x0 [ 821.871] BytesPerScanline: 0 [ 821.871] XResolution: 0 [ 821.871] YResolution: 0 [ 821.871] XCharSize: 0 [ 821.871] YCharSize: 0 [ 821.871] NumberOfPlanes: 0 [ 821.871] BitsPerPixel: 0 [ 821.871] NumberOfBanks: 0 [ 821.871] MemoryModel: 0 [ 821.871] BankSize: 0 [ 821.871] NumberOfImages: 0 [ 821.871] RedMaskSize: 0 [ 821.871] RedFieldPosition: 0 [ 821.871] GreenMaskSize: 0 [ 821.871] GreenFieldPosition: 0 [ 821.871] BlueMaskSize: 0 [ 821.871] BlueFieldPosition: 0 [ 821.872] RsvdMaskSize: 0 [ 821.872] RsvdFieldPosition: 0 [ 821.872] DirectColorModeInfo: 0 [ 821.872] PhysBasePtr: 0x0 [ 821.872] LinBytesPerScanLine: 0 [ 821.872] BnkNumberOfImagePages: 0 [ 821.872] LinNumberOfImagePages: 0 [ 821.872] LinRedMaskSize: 0 [ 821.872] LinRedFieldPosition: 0 [ 821.872] LinGreenMaskSize: 0 [ 821.872] LinGreenFieldPosition: 0 [ 821.872] LinBlueMaskSize: 0 [ 821.872] LinBlueFieldPosition: 0 [ 821.872] LinRsvdMaskSize: 0 [ 821.873] LinRsvdFieldPosition: 0 [ 821.873] MaxPixelClock: 0 [ 821.873] Mode: 14d (0x0) [ 821.873] ModeAttributes: 0x0 [ 821.873] WinAAttributes: 0x0 [ 821.873] WinBAttributes: 0x0 [ 821.873] WinGranularity: 0 [ 821.873] WinSize: 0 [ 821.873] WinASegment: 0x0 [ 821.874] WinBSegment: 0x0 [ 821.874] WinFuncPtr: 0x0 [ 821.874] BytesPerScanline: 0 [ 821.874] XResolution: 0 [ 821.874] YResolution: 0 [ 821.874] XCharSize: 0 [ 821.874] YCharSize: 0 [ 821.874] NumberOfPlanes: 0 [ 821.874] BitsPerPixel: 0 [ 821.874] NumberOfBanks: 0 [ 821.875] MemoryModel: 0 [ 821.875] BankSize: 0 [ 821.875] NumberOfImages: 0 [ 821.875] RedMaskSize: 0 [ 821.875] RedFieldPosition: 0 [ 821.875] GreenMaskSize: 0 [ 821.875] GreenFieldPosition: 0 [ 821.875] BlueMaskSize: 0 [ 821.875] BlueFieldPosition: 0 [ 821.876] RsvdMaskSize: 0 [ 821.876] RsvdFieldPosition: 0 [ 821.876] DirectColorModeInfo: 0 [ 821.876] PhysBasePtr: 0x0 [ 821.876] LinBytesPerScanLine: 0 [ 821.876] BnkNumberOfImagePages: 0 [ 821.876] LinNumberOfImagePages: 0 [ 821.876] LinRedMaskSize: 0 [ 821.877] LinRedFieldPosition: 0 [ 821.877] LinGreenMaskSize: 0 [ 821.877] LinGreenFieldPosition: 0 [ 821.877] LinBlueMaskSize: 0 [ 821.877] LinBlueFieldPosition: 0 [ 821.877] LinRsvdMaskSize: 0 [ 821.877] LinRsvdFieldPosition: 0 [ 821.877] MaxPixelClock: 0 [ 821.878] Mode: 15c (0x0) [ 821.878] ModeAttributes: 0x0 [ 821.878] WinAAttributes: 0x0 [ 821.878] WinBAttributes: 0x0 [ 821.878] WinGranularity: 0 [ 821.879] WinSize: 0 [ 821.879] WinASegment: 0x0 [ 821.879] WinBSegment: 0x0 [ 821.879] WinFuncPtr: 0x0 [ 821.879] BytesPerScanline: 0 [ 821.879] XResolution: 0 [ 821.879] YResolution: 0 [ 821.880] XCharSize: 0 [ 821.880] YCharSize: 0 [ 821.880] NumberOfPlanes: 0 [ 821.880] BitsPerPixel: 0 [ 821.880] NumberOfBanks: 0 [ 821.880] MemoryModel: 0 [ 821.881] BankSize: 0 [ 821.881] NumberOfImages: 0 [ 821.881] RedMaskSize: 0 [ 821.881] RedFieldPosition: 0 [ 821.881] GreenMaskSize: 0 [ 821.881] GreenFieldPosition: 0 [ 821.882] BlueMaskSize: 0 [ 821.882] BlueFieldPosition: 0 [ 821.882] RsvdMaskSize: 0 [ 821.882] RsvdFieldPosition: 0 [ 821.882] DirectColorModeInfo: 0 [ 821.882] PhysBasePtr: 0x0 [ 821.882] LinBytesPerScanLine: 0 [ 821.882] BnkNumberOfImagePages: 0 [ 821.882] LinNumberOfImagePages: 0 [ 821.882] LinRedMaskSize: 0 [ 821.882] LinRedFieldPosition: 0 [ 821.882] LinGreenMaskSize: 0 [ 821.882] LinGreenFieldPosition: 0 [ 821.883] LinBlueMaskSize: 0 [ 821.883] LinBlueFieldPosition: 0 [ 821.883] LinRsvdMaskSize: 0 [ 821.883] LinRsvdFieldPosition: 0 [ 821.883] MaxPixelClock: 0 [ 821.883] Mode: 13a (0x0) [ 821.883] ModeAttributes: 0x0 [ 821.883] WinAAttributes: 0x0 [ 821.883] WinBAttributes: 0x0 [ 821.883] WinGranularity: 0 [ 821.883] WinSize: 0 [ 821.883] WinASegment: 0x0 [ 821.883] WinBSegment: 0x0 [ 821.883] WinFuncPtr: 0x0 [ 821.883] BytesPerScanline: 0 [ 821.883] XResolution: 0 [ 821.883] YResolution: 0 [ 821.883] XCharSize: 0 [ 821.883] YCharSize: 0 [ 821.883] NumberOfPlanes: 0 [ 821.883] BitsPerPixel: 0 [ 821.883] NumberOfBanks: 0 [ 821.884] MemoryModel: 0 [ 821.884] BankSize: 0 [ 821.884] NumberOfImages: 0 [ 821.884] RedMaskSize: 0 [ 821.884] RedFieldPosition: 0 [ 821.884] GreenMaskSize: 0 [ 821.884] GreenFieldPosition: 0 [ 821.884] BlueMaskSize: 0 [ 821.884] BlueFieldPosition: 0 [ 821.884] RsvdMaskSize: 0 [ 821.884] RsvdFieldPosition: 0 [ 821.884] DirectColorModeInfo: 0 [ 821.884] PhysBasePtr: 0x0 [ 821.884] LinBytesPerScanLine: 0 [ 821.884] BnkNumberOfImagePages: 0 [ 821.884] LinNumberOfImagePages: 0 [ 821.885] LinRedMaskSize: 0 [ 821.885] LinRedFieldPosition: 0 [ 821.885] LinGreenMaskSize: 0 [ 821.885] LinGreenFieldPosition: 0 [ 821.885] LinBlueMaskSize: 0 [ 821.885] LinBlueFieldPosition: 0 [ 821.885] LinRsvdMaskSize: 0 [ 821.885] LinRsvdFieldPosition: 0 [ 821.885] MaxPixelClock: 0 [ 821.885] Mode: 14b (0x0) [ 821.886] ModeAttributes: 0x0 [ 821.886] WinAAttributes: 0x0 [ 821.886] WinBAttributes: 0x0 [ 821.886] WinGranularity: 0 [ 821.886] WinSize: 0 [ 821.886] WinASegment: 0x0 [ 821.886] WinBSegment: 0x0 [ 821.886] WinFuncPtr: 0x0 [ 821.886] BytesPerScanline: 0 [ 821.886] XResolution: 0 [ 821.886] YResolution: 0 [ 821.887] XCharSize: 0 [ 821.887] YCharSize: 0 [ 821.887] NumberOfPlanes: 0 [ 821.887] BitsPerPixel: 0 [ 821.887] NumberOfBanks: 0 [ 821.887] MemoryModel: 0 [ 821.887] BankSize: 0 [ 821.887] NumberOfImages: 0 [ 821.887] RedMaskSize: 0 [ 821.887] RedFieldPosition: 0 [ 821.888] GreenMaskSize: 0 [ 821.888] GreenFieldPosition: 0 [ 821.888] BlueMaskSize: 0 [ 821.888] BlueFieldPosition: 0 [ 821.888] RsvdMaskSize: 0 [ 821.888] RsvdFieldPosition: 0 [ 821.888] DirectColorModeInfo: 0 [ 821.888] PhysBasePtr: 0x0 [ 821.889] LinBytesPerScanLine: 0 [ 821.889] BnkNumberOfImagePages: 0 [ 821.889] LinNumberOfImagePages: 0 [ 821.889] LinRedMaskSize: 0 [ 821.889] LinRedFieldPosition: 0 [ 821.889] LinGreenMaskSize: 0 [ 821.889] LinGreenFieldPosition: 0 [ 821.889] LinBlueMaskSize: 0 [ 821.890] LinBlueFieldPosition: 0 [ 821.890] LinRsvdMaskSize: 0 [ 821.890] LinRsvdFieldPosition: 0 [ 821.890] MaxPixelClock: 0 [ 821.890] Mode: 15a (0x0) [ 821.890] ModeAttributes: 0x0 [ 821.891] WinAAttributes: 0x0 [ 821.891] WinBAttributes: 0x0 [ 821.891] WinGranularity: 0 [ 821.891] WinSize: 0 [ 821.891] WinASegment: 0x0 [ 821.891] WinBSegment: 0x0 [ 821.891] WinFuncPtr: 0x0 [ 821.892] BytesPerScanline: 0 [ 821.892] XResolution: 0 [ 821.892] YResolution: 0 [ 821.892] XCharSize: 0 [ 821.892] YCharSize: 0 [ 821.892] NumberOfPlanes: 0 [ 821.893] BitsPerPixel: 0 [ 821.893] NumberOfBanks: 0 [ 821.893] MemoryModel: 0 [ 821.893] BankSize: 0 [ 821.893] NumberOfImages: 0 [ 821.893] RedMaskSize: 0 [ 821.894] RedFieldPosition: 0 [ 821.894] GreenMaskSize: 0 [ 821.894] GreenFieldPosition: 0 [ 821.894] BlueMaskSize: 0 [ 821.894] BlueFieldPosition: 0 [ 821.894] RsvdMaskSize: 0 [ 821.895] RsvdFieldPosition: 0 [ 821.895] DirectColorModeInfo: 0 [ 821.895] PhysBasePtr: 0x0 [ 821.895] LinBytesPerScanLine: 0 [ 821.895] BnkNumberOfImagePages: 0 [ 821.895] LinNumberOfImagePages: 0 [ 821.895] LinRedMaskSize: 0 [ 821.895] LinRedFieldPosition: 0 [ 821.895] LinGreenMaskSize: 0 [ 821.895] LinGreenFieldPosition: 0 [ 821.895] LinBlueMaskSize: 0 [ 821.895] LinBlueFieldPosition: 0 [ 821.895] LinRsvdMaskSize: 0 [ 821.895] LinRsvdFieldPosition: 0 [ 821.895] MaxPixelClock: 0 [ 821.895] Mode: 107 (0x0) [ 821.895] ModeAttributes: 0x0 [ 821.895] WinAAttributes: 0x0 [ 821.895] WinBAttributes: 0x0 [ 821.895] WinGranularity: 0 [ 821.896] WinSize: 0 [ 821.896] WinASegment: 0x0 [ 821.896] WinBSegment: 0x0 [ 821.896] WinFuncPtr: 0x0 [ 821.896] BytesPerScanline: 0 [ 821.896] XResolution: 0 [ 821.896] YResolution: 0 [ 821.896] XCharSize: 0 [ 821.896] YCharSize: 0 [ 821.896] NumberOfPlanes: 0 [ 821.896] BitsPerPixel: 0 [ 821.896] NumberOfBanks: 0 [ 821.896] MemoryModel: 0 [ 821.896] BankSize: 0 [ 821.896] NumberOfImages: 0 [ 821.896] RedMaskSize: 0 [ 821.896] RedFieldPosition: 0 [ 821.896] GreenMaskSize: 0 [ 821.896] GreenFieldPosition: 0 [ 821.896] BlueMaskSize: 0 [ 821.896] BlueFieldPosition: 0 [ 821.897] RsvdMaskSize: 0 [ 821.897] RsvdFieldPosition: 0 [ 821.897] DirectColorModeInfo: 0 [ 821.897] PhysBasePtr: 0x0 [ 821.897] LinBytesPerScanLine: 0 [ 821.897] BnkNumberOfImagePages: 0 [ 821.897] LinNumberOfImagePages: 0 [ 821.897] LinRedMaskSize: 0 [ 821.897] LinRedFieldPosition: 0 [ 821.897] LinGreenMaskSize: 0 [ 821.897] LinGreenFieldPosition: 0 [ 821.897] LinBlueMaskSize: 0 [ 821.897] LinBlueFieldPosition: 0 [ 821.897] LinRsvdMaskSize: 0 [ 821.898] LinRsvdFieldPosition: 0 [ 821.898] MaxPixelClock: 0 [ 821.898] Mode: 11a (0x0) [ 821.898] ModeAttributes: 0x0 [ 821.898] WinAAttributes: 0x0 [ 821.898] WinBAttributes: 0x0 [ 821.898] WinGranularity: 0 [ 821.898] WinSize: 0 [ 821.898] WinASegment: 0x0 [ 821.899] WinBSegment: 0x0 [ 821.899] WinFuncPtr: 0x0 [ 821.899] BytesPerScanline: 0 [ 821.899] XResolution: 0 [ 821.899] YResolution: 0 [ 821.899] XCharSize: 0 [ 821.899] YCharSize: 0 [ 821.899] NumberOfPlanes: 0 [ 821.899] BitsPerPixel: 0 [ 821.899] NumberOfBanks: 0 [ 821.900] MemoryModel: 0 [ 821.900] BankSize: 0 [ 821.900] NumberOfImages: 0 [ 821.900] RedMaskSize: 0 [ 821.900] RedFieldPosition: 0 [ 821.900] GreenMaskSize: 0 [ 821.900] GreenFieldPosition: 0 [ 821.900] BlueMaskSize: 0 [ 821.900] BlueFieldPosition: 0 [ 821.901] RsvdMaskSize: 0 [ 821.901] RsvdFieldPosition: 0 [ 821.901] DirectColorModeInfo: 0 [ 821.901] PhysBasePtr: 0x0 [ 821.901] LinBytesPerScanLine: 0 [ 821.901] BnkNumberOfImagePages: 0 [ 821.901] LinNumberOfImagePages: 0 [ 821.901] LinRedMaskSize: 0 [ 821.902] LinRedFieldPosition: 0 [ 821.902] LinGreenMaskSize: 0 [ 821.902] LinGreenFieldPosition: 0 [ 821.902] LinBlueMaskSize: 0 [ 821.902] LinBlueFieldPosition: 0 [ 821.902] LinRsvdMaskSize: 0 [ 821.902] LinRsvdFieldPosition: 0 [ 821.902] MaxPixelClock: 0 [ 821.903] Mode: 11b (0x0) [ 821.903] ModeAttributes: 0x0 [ 821.903] WinAAttributes: 0x0 [ 821.903] WinBAttributes: 0x0 [ 821.903] WinGranularity: 0 [ 821.904] WinSize: 0 [ 821.904] WinASegment: 0x0 [ 821.904] WinBSegment: 0x0 [ 821.904] WinFuncPtr: 0x0 [ 821.904] BytesPerScanline: 0 [ 821.904] XResolution: 0 [ 821.904] YResolution: 0 [ 821.905] XCharSize: 0 [ 821.905] YCharSize: 0 [ 821.905] NumberOfPlanes: 0 [ 821.905] BitsPerPixel: 0 [ 821.905] NumberOfBanks: 0 [ 821.905] MemoryModel: 0 [ 821.906] BankSize: 0 [ 821.906] NumberOfImages: 0 [ 821.906] RedMaskSize: 0 [ 821.906] RedFieldPosition: 0 [ 821.906] GreenMaskSize: 0 [ 821.906] GreenFieldPosition: 0 [ 821.907] BlueMaskSize: 0 [ 821.907] BlueFieldPosition: 0 [ 821.907] RsvdMaskSize: 0 [ 821.907] RsvdFieldPosition: 0 [ 821.907] DirectColorModeInfo: 0 [ 821.907] PhysBasePtr: 0x0 [ 821.907] LinBytesPerScanLine: 0 [ 821.907] BnkNumberOfImagePages: 0 [ 821.907] LinNumberOfImagePages: 0 [ 821.907] LinRedMaskSize: 0 [ 821.908] LinRedFieldPosition: 0 [ 821.908] LinGreenMaskSize: 0 [ 821.908] LinGreenFieldPosition: 0 [ 821.908] LinBlueMaskSize: 0 [ 821.908] LinBlueFieldPosition: 0 [ 821.908] LinRsvdMaskSize: 0 [ 821.908] LinRsvdFieldPosition: 0 [ 821.908] MaxPixelClock: 0 [ 821.908] Mode: 105 (1024x768) [ 821.908] ModeAttributes: 0x9b [ 821.908] WinAAttributes: 0x7 [ 821.908] WinBAttributes: 0x0 [ 821.908] WinGranularity: 64 [ 821.908] WinSize: 64 [ 821.908] WinASegment: 0xa000 [ 821.908] WinBSegment: 0x0 [ 821.908] WinFuncPtr: 0xc0008ab9 [ 821.908] BytesPerScanline: 1024 [ 821.908] XResolution: 1024 [ 821.908] YResolution: 768 [ 821.908] XCharSize: 8 [ 821.909] YCharSize: 16 [ 821.909] NumberOfPlanes: 1 [ 821.909] BitsPerPixel: 8 [ 821.909] NumberOfBanks: 1 [ 821.909] MemoryModel: 4 [ 821.909] BankSize: 0 [ 821.909] NumberOfImages: 41 [ 821.909] RedMaskSize: 0 [ 821.909] RedFieldPosition: 0 [ 821.909] GreenMaskSize: 0 [ 821.909] GreenFieldPosition: 0 [ 821.909] BlueMaskSize: 0 [ 821.909] BlueFieldPosition: 0 [ 821.909] RsvdMaskSize: 0 [ 821.909] RsvdFieldPosition: 0 [ 821.909] DirectColorModeInfo: 0 [ 821.909] PhysBasePtr: 0xe0000000 [ 821.910] LinBytesPerScanLine: 1024 [ 821.910] BnkNumberOfImagePages: 41 [ 821.910] LinNumberOfImagePages: 41 [ 821.910] LinRedMaskSize: 0 [ 821.910] LinRedFieldPosition: 0 [ 821.910] LinGreenMaskSize: 0 [ 821.910] LinGreenFieldPosition: 0 [ 821.910] LinBlueMaskSize: 0 [ 821.910] LinBlueFieldPosition: 0 [ 821.910] LinRsvdMaskSize: 0 [ 821.910] LinRsvdFieldPosition: 0 [ 821.910] MaxPixelClock: 230000000 [ 821.911] Mode: 117 (1024x768) [ 821.911] ModeAttributes: 0x9b [ 821.911] WinAAttributes: 0x7 [ 821.911] WinBAttributes: 0x0 [ 821.911] WinGranularity: 64 [ 821.911] WinSize: 64 [ 821.911] WinASegment: 0xa000 [ 821.911] WinBSegment: 0x0 [ 821.912] WinFuncPtr: 0xc0008ab9 [ 821.912] BytesPerScanline: 2048 [ 821.912] XResolution: 1024 [ 821.912] YResolution: 768 [ 821.912] XCharSize: 8 [ 821.912] YCharSize: 16 [ 821.912] NumberOfPlanes: 1 [ 821.912] BitsPerPixel: 16 [ 821.912] NumberOfBanks: 1 [ 821.912] MemoryModel: 6 [ 821.913] BankSize: 0 [ 821.913] NumberOfImages: 20 [ 821.913] RedMaskSize: 5 [ 821.913] RedFieldPosition: 11 [ 821.913] GreenMaskSize: 6 [ 821.913] GreenFieldPosition: 5 [ 821.913] BlueMaskSize: 5 [ 821.913] BlueFieldPosition: 0 [ 821.914] RsvdMaskSize: 0 [ 821.914] RsvdFieldPosition: 0 [ 821.914] DirectColorModeInfo: 0 [ 821.914] PhysBasePtr: 0xe0000000 [ 821.914] LinBytesPerScanLine: 2048 [ 821.914] BnkNumberOfImagePages: 20 [ 821.914] LinNumberOfImagePages: 20 [ 821.914] LinRedMaskSize: 5 [ 821.915] LinRedFieldPosition: 11 [ 821.915] LinGreenMaskSize: 6 [ 821.915] LinGreenFieldPosition: 5 [ 821.915] LinBlueMaskSize: 5 [ 821.915] LinBlueFieldPosition: 0 [ 821.915] LinRsvdMaskSize: 0 [ 821.915] LinRsvdFieldPosition: 0 [ 821.915] MaxPixelClock: 230000000 [ 821.916] *Mode: 118 (1024x768) [ 821.916] ModeAttributes: 0x9b [ 821.916] WinAAttributes: 0x7 [ 821.917] WinBAttributes: 0x0 [ 821.917] WinGranularity: 64 [ 821.917] WinSize: 64 [ 821.917] WinASegment: 0xa000 [ 821.917] WinBSegment: 0x0 [ 821.917] WinFuncPtr: 0xc0008ab9 [ 821.917] BytesPerScanline: 4096 [ 821.918] XResolution: 1024 [ 821.918] YResolution: 768 [ 821.918] XCharSize: 8 [ 821.918] YCharSize: 16 [ 821.918] NumberOfPlanes: 1 [ 821.918] BitsPerPixel: 32 [ 821.919] NumberOfBanks: 1 [ 821.919] MemoryModel: 6 [ 821.919] BankSize: 0 [ 821.919] NumberOfImages: 9 [ 821.919] RedMaskSize: 8 [ 821.919] RedFieldPosition: 16 [ 821.920] GreenMaskSize: 8 [ 821.920] GreenFieldPosition: 8 [ 821.920] BlueMaskSize: 8 [ 821.920] BlueFieldPosition: 0 [ 821.920] RsvdMaskSize: 8 [ 821.920] RsvdFieldPosition: 24 [ 821.920] DirectColorModeInfo: 0 [ 821.920] PhysBasePtr: 0xe0000000 [ 821.920] LinBytesPerScanLine: 4096 [ 821.920] BnkNumberOfImagePages: 9 [ 821.920] LinNumberOfImagePages: 9 [ 821.920] LinRedMaskSize: 8 [ 821.920] LinRedFieldPosition: 16 [ 821.920] LinGreenMaskSize: 8 [ 821.920] LinGreenFieldPosition: 8 [ 821.920] LinBlueMaskSize: 8 [ 821.920] LinBlueFieldPosition: 0 [ 821.921] LinRsvdMaskSize: 8 [ 821.921] LinRsvdFieldPosition: 24 [ 821.921] MaxPixelClock: 230000000 [ 821.921] *Mode: 112 (640x480) [ 821.921] ModeAttributes: 0x9b [ 821.921] WinAAttributes: 0x7 [ 821.921] WinBAttributes: 0x0 [ 821.921] WinGranularity: 64 [ 821.921] WinSize: 64 [ 821.921] WinASegment: 0xa000 [ 821.921] WinBSegment: 0x0 [ 821.921] WinFuncPtr: 0xc0008ab9 [ 821.921] BytesPerScanline: 2560 [ 821.922] XResolution: 640 [ 821.922] YResolution: 480 [ 821.922] XCharSize: 8 [ 821.922] YCharSize: 16 [ 821.922] NumberOfPlanes: 1 [ 821.922] BitsPerPixel: 32 [ 821.922] NumberOfBanks: 1 [ 821.922] MemoryModel: 6 [ 821.922] BankSize: 0 [ 821.922] NumberOfImages: 25 [ 821.922] RedMaskSize: 8 [ 821.922] RedFieldPosition: 16 [ 821.922] GreenMaskSize: 8 [ 821.922] GreenFieldPosition: 8 [ 821.922] BlueMaskSize: 8 [ 821.922] BlueFieldPosition: 0 [ 821.922] RsvdMaskSize: 8 [ 821.923] RsvdFieldPosition: 24 [ 821.923] DirectColorModeInfo: 0 [ 821.923] PhysBasePtr: 0xe0000000 [ 821.923] LinBytesPerScanLine: 2560 [ 821.923] BnkNumberOfImagePages: 25 [ 821.923] LinNumberOfImagePages: 25 [ 821.923] LinRedMaskSize: 8 [ 821.923] LinRedFieldPosition: 16 [ 821.923] LinGreenMaskSize: 8 [ 821.923] LinGreenFieldPosition: 8 [ 821.923] LinBlueMaskSize: 8 [ 821.923] LinBlueFieldPosition: 0 [ 821.923] LinRsvdMaskSize: 8 [ 821.924] LinRsvdFieldPosition: 24 [ 821.924] MaxPixelClock: 230000000 [ 821.924] Mode: 114 (800x600) [ 821.924] ModeAttributes: 0x9b [ 821.924] WinAAttributes: 0x7 [ 821.924] WinBAttributes: 0x0 [ 821.925] WinGranularity: 64 [ 821.925] WinSize: 64 [ 821.925] WinASegment: 0xa000 [ 821.925] WinBSegment: 0x0 [ 821.925] WinFuncPtr: 0xc0008ab9 [ 821.925] BytesPerScanline: 1600 [ 821.925] XResolution: 800 [ 821.925] YResolution: 600 [ 821.925] XCharSize: 8 [ 821.925] YCharSize: 16 [ 821.926] NumberOfPlanes: 1 [ 821.926] BitsPerPixel: 16 [ 821.926] NumberOfBanks: 1 [ 821.926] MemoryModel: 6 [ 821.926] BankSize: 0 [ 821.926] NumberOfImages: 33 [ 821.926] RedMaskSize: 5 [ 821.926] RedFieldPosition: 11 [ 821.926] GreenMaskSize: 6 [ 821.927] GreenFieldPosition: 5 [ 821.927] BlueMaskSize: 5 [ 821.927] BlueFieldPosition: 0 [ 821.927] RsvdMaskSize: 0 [ 821.927] RsvdFieldPosition: 0 [ 821.927] DirectColorModeInfo: 0 [ 821.927] PhysBasePtr: 0xe0000000 [ 821.927] LinBytesPerScanLine: 1600 [ 821.928] BnkNumberOfImagePages: 33 [ 821.928] LinNumberOfImagePages: 33 [ 821.928] LinRedMaskSize: 5 [ 821.928] LinRedFieldPosition: 11 [ 821.928] LinGreenMaskSize: 6 [ 821.928] LinGreenFieldPosition: 5 [ 821.928] LinBlueMaskSize: 5 [ 821.929] LinBlueFieldPosition: 0 [ 821.929] LinRsvdMaskSize: 0 [ 821.929] LinRsvdFieldPosition: 0 [ 821.929] MaxPixelClock: 230000000 [ 821.930] *Mode: 115 (800x600) [ 821.930] ModeAttributes: 0x9b [ 821.930] WinAAttributes: 0x7 [ 821.930] WinBAttributes: 0x0 [ 821.930] WinGranularity: 64 [ 821.930] WinSize: 64 [ 821.931] WinASegment: 0xa000 [ 821.931] WinBSegment: 0x0 [ 821.931] WinFuncPtr: 0xc0008ab9 [ 821.931] BytesPerScanline: 3200 [ 821.931] XResolution: 800 [ 821.931] YResolution: 600 [ 821.932] XCharSize: 8 [ 821.932] YCharSize: 16 [ 821.932] NumberOfPlanes: 1 [ 821.932] BitsPerPixel: 32 [ 821.932] NumberOfBanks: 1 [ 821.932] MemoryModel: 6 [ 821.933] BankSize: 0 [ 821.933] NumberOfImages: 16 [ 821.933] RedMaskSize: 8 [ 821.933] RedFieldPosition: 16 [ 821.933] GreenMaskSize: 8 [ 821.933] GreenFieldPosition: 8 [ 821.933] BlueMaskSize: 8 [ 821.933] BlueFieldPosition: 0 [ 821.933] RsvdMaskSize: 8 [ 821.933] RsvdFieldPosition: 24 [ 821.933] DirectColorModeInfo: 0 [ 821.933] PhysBasePtr: 0xe0000000 [ 821.933] LinBytesPerScanLine: 3200 [ 821.933] BnkNumberOfImagePages: 16 [ 821.933] LinNumberOfImagePages: 16 [ 821.933] LinRedMaskSize: 8 [ 821.933] LinRedFieldPosition: 16 [ 821.933] LinGreenMaskSize: 8 [ 821.933] LinGreenFieldPosition: 8 [ 821.933] LinBlueMaskSize: 8 [ 821.933] LinBlueFieldPosition: 0 [ 821.934] LinRsvdMaskSize: 8 [ 821.934] LinRsvdFieldPosition: 24 [ 821.934] MaxPixelClock: 230000000 [ 821.934] Mode: 101 (640x480) [ 821.934] ModeAttributes: 0x9b [ 821.934] WinAAttributes: 0x7 [ 821.934] WinBAttributes: 0x0 [ 821.934] WinGranularity: 64 [ 821.934] WinSize: 64 [ 821.934] WinASegment: 0xa000 [ 821.934] WinBSegment: 0x0 [ 821.934] WinFuncPtr: 0xc0008ab9 [ 821.934] BytesPerScanline: 640 [ 821.934] XResolution: 640 [ 821.934] YResolution: 480 [ 821.935] XCharSize: 8 [ 821.935] YCharSize: 16 [ 821.935] NumberOfPlanes: 1 [ 821.935] BitsPerPixel: 8 [ 821.935] NumberOfBanks: 1 [ 821.935] MemoryModel: 4 [ 821.935] BankSize: 0 [ 821.935] NumberOfImages: 101 [ 821.935] RedMaskSize: 0 [ 821.935] RedFieldPosition: 0 [ 821.935] GreenMaskSize: 0 [ 821.935] GreenFieldPosition: 0 [ 821.935] BlueMaskSize: 0 [ 821.935] BlueFieldPosition: 0 [ 821.935] RsvdMaskSize: 0 [ 821.936] RsvdFieldPosition: 0 [ 821.936] DirectColorModeInfo: 0 [ 821.936] PhysBasePtr: 0xe0000000 [ 821.936] LinBytesPerScanLine: 640 [ 821.936] BnkNumberOfImagePages: 101 [ 821.936] LinNumberOfImagePages: 101 [ 821.936] LinRedMaskSize: 0 [ 821.936] LinRedFieldPosition: 0 [ 821.936] LinGreenMaskSize: 0 [ 821.936] LinGreenFieldPosition: 0 [ 821.936] LinBlueMaskSize: 0 [ 821.936] LinBlueFieldPosition: 0 [ 821.937] LinRsvdMaskSize: 0 [ 821.937] LinRsvdFieldPosition: 0 [ 821.937] MaxPixelClock: 230000000 [ 821.937] Mode: 103 (800x600) [ 821.937] ModeAttributes: 0x9b [ 821.937] WinAAttributes: 0x7 [ 821.937] WinBAttributes: 0x0 [ 821.938] WinGranularity: 64 [ 821.938] WinSize: 64 [ 821.938] WinASegment: 0xa000 [ 821.938] WinBSegment: 0x0 [ 821.938] WinFuncPtr: 0xc0008ab9 [ 821.938] BytesPerScanline: 832 [ 821.938] XResolution: 800 [ 821.938] YResolution: 600 [ 821.938] XCharSize: 8 [ 821.939] YCharSize: 16 [ 821.939] NumberOfPlanes: 1 [ 821.939] BitsPerPixel: 8 [ 821.939] NumberOfBanks: 1 [ 821.939] MemoryModel: 4 [ 821.939] BankSize: 0 [ 821.939] NumberOfImages: 62 [ 821.939] RedMaskSize: 0 [ 821.939] RedFieldPosition: 0 [ 821.940] GreenMaskSize: 0 [ 821.940] GreenFieldPosition: 0 [ 821.940] BlueMaskSize: 0 [ 821.940] BlueFieldPosition: 0 [ 821.940] RsvdMaskSize: 0 [ 821.940] RsvdFieldPosition: 0 [ 821.940] DirectColorModeInfo: 0 [ 821.941] PhysBasePtr: 0xe0000000 [ 821.941] LinBytesPerScanLine: 832 [ 821.941] BnkNumberOfImagePages: 62 [ 821.941] LinNumberOfImagePages: 62 [ 821.941] LinRedMaskSize: 0 [ 821.941] LinRedFieldPosition: 0 [ 821.941] LinGreenMaskSize: 0 [ 821.942] LinGreenFieldPosition: 0 [ 821.942] LinBlueMaskSize: 0 [ 821.942] LinBlueFieldPosition: 0 [ 821.942] LinRsvdMaskSize: 0 [ 821.942] LinRsvdFieldPosition: 0 [ 821.942] MaxPixelClock: 230000000 [ 821.943] Mode: 111 (640x480) [ 821.943] ModeAttributes: 0x9b [ 821.943] WinAAttributes: 0x7 [ 821.943] WinBAttributes: 0x0 [ 821.943] WinGranularity: 64 [ 821.944] WinSize: 64 [ 821.944] WinASegment: 0xa000 [ 821.944] WinBSegment: 0x0 [ 821.944] WinFuncPtr: 0xc0008ab9 [ 821.944] BytesPerScanline: 1280 [ 821.944] XResolution: 640 [ 821.945] YResolution: 480 [ 821.945] XCharSize: 8 [ 821.945] YCharSize: 16 [ 821.945] NumberOfPlanes: 1 [ 821.945] BitsPerPixel: 16 [ 821.945] NumberOfBanks: 1 [ 821.946] MemoryModel: 6 [ 821.946] BankSize: 0 [ 821.946] NumberOfImages: 50 [ 821.946] RedMaskSize: 5 [ 821.946] RedFieldPosition: 11 [ 821.946] GreenMaskSize: 6 [ 821.946] GreenFieldPosition: 5 [ 821.946] BlueMaskSize: 5 [ 821.946] BlueFieldPosition: 0 [ 821.946] RsvdMaskSize: 0 [ 821.946] RsvdFieldPosition: 0 [ 821.946] DirectColorModeInfo: 0 [ 821.946] PhysBasePtr: 0xe0000000 [ 821.946] LinBytesPerScanLine: 1280 [ 821.946] BnkNumberOfImagePages: 50 [ 821.946] LinNumberOfImagePages: 50 [ 821.946] LinRedMaskSize: 5 [ 821.946] LinRedFieldPosition: 11 [ 821.946] LinGreenMaskSize: 6 [ 821.946] LinGreenFieldPosition: 5 [ 821.946] LinBlueMaskSize: 5 [ 821.946] LinBlueFieldPosition: 0 [ 821.946] LinRsvdMaskSize: 0 [ 821.946] LinRsvdFieldPosition: 0 [ 821.946] MaxPixelClock: 230000000 [ 821.946] [ 821.946] (II) VESA(0): Total Memory: 511 64KB banks (32704kB) [ 821.946] (II) VESA(0): Monitor0: Using hsync range of 32.48-48.71 kHz [ 821.946] (II) VESA(0): Monitor0: Using vrefresh range of 40.00-59.99 Hz [ 821.946] (WW) VESA(0): Unable to estimate virtual size [ 821.947] (II) VESA(0): Not using built-in mode "1366x768" (no mode of this name) [ 821.947] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) [ 821.947] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) [ 821.948] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) [ 821.948] (II) VESA(0): Virtual size is 1280x800 (pitch 1280) [ 821.948] (**) VESA(0): *Built-in mode "1280x800" [ 821.948] (**) VESA(0): Display dimensions: (300, 190) mm [ 821.948] (**) VESA(0): DPI set to (108, 106) [ 821.948] (**) VESA(0): Using "Shadow Framebuffer" [ 821.948] (II) Loading sub module "shadow" [ 821.948] (II) LoadModule: "shadow" [ 821.948] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 821.949] (II) Module shadow: vendor="X.Org Foundation" [ 821.949] compiled for 1.20.9, module version = 1.1.0 [ 821.949] ABI class: X.Org ANSI C Emulation, version 0.4 [ 821.949] (II) Loading sub module "fb" [ 821.949] (II) LoadModule: "fb" [ 821.949] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 821.950] (II) Module fb: vendor="X.Org Foundation" [ 821.950] compiled for 1.20.9, module version = 1.0.0 [ 821.950] ABI class: X.Org ANSI C Emulation, version 0.4 [ 821.950] (II) Loading sub module "int10" [ 821.950] (II) LoadModule: "int10" [ 821.951] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 821.951] (II) Module int10: vendor="X.Org Foundation" [ 821.951] compiled for 1.20.9, module version = 1.0.0 [ 821.951] ABI class: X.Org Video Driver, version 24.1 [ 821.951] (II) VESA(0): initializing int10 [ 821.951] (II) VESA(0): Bad V_BIOS checksum [ 821.951] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 821.952] (II) VESA(0): VESA BIOS detected [ 821.952] (II) VESA(0): VESA VBE Version 3.0 [ 821.952] (II) VESA(0): VESA VBE Total Mem: 32704 kB [ 821.952] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chipset Accelerated VGA BIOS [ 821.952] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 821.952] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 821.953] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller [ 821.953] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 821.953] (II) VESA(0): virtual address = 0x801e00000, VGAbase = 0x801c3d000 physical address = 0xe0000000, size = 33488896 [ 821.959] (II) VESA(0): Setting up VESA Mode 0x162 (1280x800) [ 822.185] (==) VESA(0): Default visual is TrueColor [ 822.185] (==) VESA(0): Backing store enabled [ 822.185] (==) VESA(0): DPMS enabled [ 822.185] (II) Initializing extension Generic Event Extension [ 822.186] (II) Initializing extension SHAPE [ 822.186] (II) Initializing extension MIT-SHM [ 822.186] (II) Initializing extension XInputExtension [ 822.187] (II) Initializing extension XTEST [ 822.187] (II) Initializing extension BIG-REQUESTS [ 822.188] (II) Initializing extension SYNC [ 822.188] (II) Initializing extension XKEYBOARD [ 822.188] (II) Initializing extension XC-MISC [ 822.188] (II) Initializing extension SECURITY [ 822.189] (II) Initializing extension XFIXES [ 822.189] (II) Initializing extension RENDER [ 822.189] (II) Initializing extension RANDR [ 822.190] (II) Initializing extension COMPOSITE [ 822.190] (II) Initializing extension DAMAGE [ 822.190] (II) Initializing extension MIT-SCREEN-SAVER [ 822.190] (II) Initializing extension DOUBLE-BUFFER [ 822.191] (II) Initializing extension RECORD [ 822.191] (II) Initializing extension DPMS [ 822.191] (II) Initializing extension Present [ 822.191] (II) Initializing extension DRI3 [ 822.191] (II) Initializing extension X-Resource [ 822.192] (II) Initializing extension XVideo [ 822.192] (II) Initializing extension XVideo-MotionCompensation [ 822.192] (II) Initializing extension GLX [ 822.192] (II) AIGLX: Screen 0 is not DRI2 capable [ 822.267] (II) IGLX: Loaded and initialized swrast [ 822.267] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 822.267] (II) Initializing extension XFree86-VidModeExtension [ 822.267] (II) Initializing extension XFree86-DGA [ 822.268] (II) Initializing extension XFree86-DRI [ 822.268] (II) Initializing extension DRI2 [ 822.408] (II) Using input driver 'mouse' for 'Mouse0' [ 822.408] (**) Option "CorePointer" [ 822.408] (**) Mouse0: always reports core events [ 822.408] (**) Option "Protocol" "auto" [ 822.408] (**) Option "Device" "/dev/sysmouse" [ 822.408] (**) Mouse0: Protocol: "auto" [ 822.408] (**) Mouse0: always reports core events [ 822.408] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 [ 822.408] (**) Option "ZAxisMapping" "4 5 6 7" [ 822.408] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 [ 822.409] (**) Mouse0: Buttons: 7 [ 822.409] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6) [ 822.409] (**) Mouse0: (accel) keeping acceleration scheme 1 [ 822.409] (**) Mouse0: (accel) acceleration profile 0 [ 822.409] (**) Mouse0: (accel) acceleration factor: 2.000 [ 822.409] (**) Mouse0: (accel) acceleration threshold: 4 [ 822.409] (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 [ 822.409] (II) Mouse0: SetupAuto: protocol is SysMouse [ 822.409] (II) Using input driver 'kbd' for 'Keyboard0' [ 822.409] (**) Option "CoreKeyboard" [ 822.409] (**) Keyboard0: always reports core events [ 822.410] (**) Keyboard0: always reports core events [ 822.410] (**) Option "Protocol" "standard" [ 822.410] (**) Option "XkbRules" "base" [ 822.410] (**) Option "XkbModel" "pc105" [ 822.410] (**) Option "XkbLayout" "us" [ 822.410] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [ 822.413] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) [ 822.413] (II) AutoAddDevices is off - not adding device. [ 822.414] (II) config/udev: Adding input device System mouse (/dev/input/event1) [ 822.414] (II) AutoAddDevices is off - not adding device. [ 822.414] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event2) [ 822.414] (II) AutoAddDevices is off - not adding device. [ 822.414] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 822.414] (II) AutoAddDevices is off - not adding device. [ 822.414] (II) config/udev: Adding input device Sleep Button (/dev/input/event4) [ 822.414] (II) AutoAddDevices is off - not adding device. [ 822.415] (II) config/udev: Adding input device AT keyboard (/dev/input/event5) [ 822.415] (II) AutoAddDevices is off - not adding device. [ 822.415] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6) [ 822.415] (II) AutoAddDevices is off - not adding device. [ 822.415] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7) [ 822.415] (II) AutoAddDevices is off - not adding device. [ 851.766] (II) UnloadModule: "kbd" [ 851.766] (II) UnloadModule: "mouse" [ 852.411] (II) Server terminated successfully (0). Closing log file.