Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 23/06/2022, à 11:27

Kad le fou

[RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Salut !

Depuis ce matin, j'ai une bande rectangulaire grise qui clignote un peu sur toute la hauteur de mon écran. Elle se trouve un peu après la moitié de l'écran et fait environ 5cm de large. Sur cette image on voit la bande grise. Parfois elle ne clignote pas.


Info complémentaire: ça ne fait pas ça dans plusieurs situations:
-quand je vais dans le gestionnaire d'activités ou que je recherche un programme ou quoi dans cette interface, aucun souci
-sous kdenlive (et donc j'imagine les programmes qui utilisent le même gestionnaire de fenêtre), aucun souci non plus
-avec VLC je n'ai pas de souci, ni avec des vidéos Youtube en plein écran

J'ai un Lenovo Thinkpad X230 sous Ubuntu 20.04.4 LTS et je n'avais jamais eu de souci.

Carte graphique:
VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)

Xorg.conf:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	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: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "CustomEDID"         	# <str>
        #Option     "DRI"                	# <str>
        #Option     "Present"            	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "HWRotation"         	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	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:

[    87.719] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    87.720] Build Operating System: linux Ubuntu
[    87.720] Current Operating System: Linux erin 5.13.0-51-generic #58~20.04.1-Ubuntu SMP Tue Jun 14 11:29:12 UTC 2022 x86_64
[    87.720] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-51-generic root=UUID=543ef59f-1e55-408e-a1b2-439f71f4a0a1 ro recovery nomodeset dis_ucode_ldr
[    87.720] Build Date: 14 December 2021  02:14:13PM
[    87.720] xorg-server 2:1.20.13-1ubuntu1~20.04.2 (For technical support please see http://www.ubuntu.com/support) 
[    87.720] Current version of pixman: 0.38.4
[    87.720] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    87.720] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    87.721] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 23 11:13:29 2022
[    87.721] (EE) Unable to locate/open config file: ":1"
[    87.721] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    87.721] (==) No Layout section.  Using the first Screen section.
[    87.721] (==) No screen section available. Using defaults.
[    87.721] (**) |-->Screen "Default Screen Section" (0)
[    87.721] (**) |   |-->Monitor "<default monitor>"
[    87.721] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    87.721] (==) Automatically adding devices
[    87.722] (==) Automatically enabling devices
[    87.722] (==) Automatically adding GPU devices
[    87.722] (==) Automatically binding GPU devices
[    87.722] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    87.722] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    87.722] 	Entry deleted from font path.
[    87.722] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    87.722] 	Entry deleted from font path.
[    87.722] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    87.722] 	Entry deleted from font path.
[    87.722] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    87.722] 	Entry deleted from font path.
[    87.722] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    87.722] 	Entry deleted from font path.
[    87.722] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    87.722] (==) ModulePath set to "/usr/lib/xorg/modules"
[    87.722] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    87.722] (II) Loader magic: 0x55ed151e2020
[    87.722] (II) Module ABI versions:
[    87.722] 	X.Org ANSI C Emulation: 0.4
[    87.722] 	X.Org Video Driver: 24.1
[    87.722] 	X.Org XInput driver : 24.1
[    87.722] 	X.Org Server Extension : 10.0
[    87.723] (--) using VT number 2

[    87.723] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    87.725] (--) PCI:*(0@0:2:0) 8086:0166:17aa:21fa rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    87.725] (II) LoadModule: "glx"
[    87.725] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    87.743] (II) Module glx: vendor="X.Org Foundation"
[    87.743] 	compiled for 1.20.13, module version = 1.0.0
[    87.743] 	ABI class: X.Org Server Extension, version 10.0
[    87.743] (==) Matched modesetting as autoconfigured driver 0
[    87.743] (==) Matched fbdev as autoconfigured driver 1
[    87.743] (==) Matched vesa as autoconfigured driver 2
[    87.743] (==) Assigned the driver to the xf86ConfigLayout
[    87.743] (II) LoadModule: "modesetting"
[    87.743] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    87.743] (II) Module modesetting: vendor="X.Org Foundation"
[    87.743] 	compiled for 1.20.13, module version = 1.20.13
[    87.743] 	Module class: X.Org Video Driver
[    87.743] 	ABI class: X.Org Video Driver, version 24.1
[    87.743] (II) LoadModule: "fbdev"
[    87.743] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    87.743] (II) Module fbdev: vendor="X.Org Foundation"
[    87.743] 	compiled for 1.20.1, module version = 0.5.0
[    87.743] 	Module class: X.Org Video Driver
[    87.743] 	ABI class: X.Org Video Driver, version 24.0
[    87.743] (II) LoadModule: "vesa"
[    87.743] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    87.744] (II) Module vesa: vendor="X.Org Foundation"
[    87.744] 	compiled for 1.20.4, module version = 2.4.0
[    87.744] 	Module class: X.Org Video Driver
[    87.744] 	ABI class: X.Org Video Driver, version 24.0
[    87.744] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    87.744] (II) FBDEV: driver for framebuffer: fbdev
[    87.744] (II) VESA: driver for VESA chipsets: vesa
[    87.746] (EE) open /dev/dri/card0: No such file or directory
[    87.747] (WW) Falling back to old probe method for modesetting
[    87.747] (EE) open /dev/dri/card0: No such file or directory
[    87.747] (II) Loading sub module "fbdevhw"
[    87.747] (II) LoadModule: "fbdevhw"
[    87.747] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    87.748] (II) Module fbdevhw: vendor="X.Org Foundation"
[    87.748] 	compiled for 1.20.13, module version = 0.0.2
[    87.748] 	ABI class: X.Org Video Driver, version 24.1
[    87.748] (EE) open /dev/fb0: No such file or directory
[    87.748] (WW) Falling back to old probe method for fbdev
[    87.748] (II) Loading sub module "fbdevhw"
[    87.748] (II) LoadModule: "fbdevhw"
[    87.748] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    87.748] (II) Module fbdevhw: vendor="X.Org Foundation"
[    87.748] 	compiled for 1.20.13, module version = 0.0.2
[    87.748] 	ABI class: X.Org Video Driver, version 24.1
[    87.748] (EE) open /dev/fb0: No such file or directory
[    87.748] (EE) Screen 0 deleted because of no matching config section.
[    87.748] (II) UnloadModule: "modesetting"
[    87.748] (EE) Screen 0 deleted because of no matching config section.
[    87.748] (II) UnloadModule: "fbdev"
[    87.748] (II) UnloadSubModule: "fbdevhw"
[    87.748] (II) Loading sub module "vbe"
[    87.748] (II) LoadModule: "vbe"
[    87.748] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    87.749] (II) Module vbe: vendor="X.Org Foundation"
[    87.749] 	compiled for 1.20.13, module version = 1.1.0
[    87.750] 	ABI class: X.Org Video Driver, version 24.1
[    87.750] (II) Loading sub module "int10"
[    87.750] (II) LoadModule: "int10"
[    87.750] (II) Loading /usr/lib/xorg/modules/libint10.so
[    87.751] (II) Module int10: vendor="X.Org Foundation"
[    87.751] 	compiled for 1.20.13, module version = 1.0.0
[    87.751] 	ABI class: X.Org Video Driver, version 24.1
[    87.751] (II) VESA(0): initializing int10
[    87.752] (II) VESA(0): Bad V_BIOS checksum
[    87.752] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    87.753] (II) VESA(0): VESA BIOS detected
[    87.753] (II) VESA(0): VESA VBE Version 3.0
[    87.753] (II) VESA(0): VESA VBE Total Mem: 65472 kB
[    87.753] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
[    87.753] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    87.753] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    87.753] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
[    87.753] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    87.761] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    87.761] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    87.761] (==) VESA(0): RGB weight 888
[    87.761] (==) VESA(0): Default visual is TrueColor
[    87.761] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    87.761] (II) Loading sub module "ddc"
[    87.761] (II) LoadModule: "ddc"
[    87.761] (II) Module "ddc" already built-in
[    87.762] (II) VESA(0): VESA VBE DDC supported
[    87.762] (II) VESA(0): VESA VBE DDC Level 2
[    87.762] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    87.774] (II) VESA(0): VESA VBE DDC read successfully
[    87.774] (II) VESA(0): Manufacturer: LGD  Model: 2d8  Serial#: 0
[    87.774] (II) VESA(0): Year: 2012  Week: 0
[    87.774] (II) VESA(0): EDID Version: 1.3
[    87.774] (II) VESA(0): Digital Display Input
[    87.774] (II) VESA(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[    87.774] (II) VESA(0): Gamma: 2.20
[    87.774] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
[    87.774] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    87.774] (II) VESA(0): First detailed timing is preferred mode
[    87.774] (II) VESA(0): redX: 0.600 redY: 0.355   greenX: 0.334 greenY: 0.559
[    87.774] (II) VESA(0): blueX: 0.149 blueY: 0.114   whiteX: 0.313 whiteY: 0.329
[    87.774] (II) VESA(0): Manufacturer's mask: 0
[    87.774] (II) VESA(0): Supported detailed timing:
[    87.774] (II) VESA(0): clock: 75.2 MHz   Image Size:  277 x 156 mm
[    87.774] (II) VESA(0): h_active: 1366  h_sync: 1414  h_sync_end 1478 h_blank_end 1582 h_border: 0
[    87.774] (II) VESA(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 792 v_border: 0
[    87.774] (II) VESA(0):  LG Display
[    87.774] (II) VESA(0):  LP125WH2-SLB3
[    87.774] (II) VESA(0): EDID (in hex):
[    87.774] (II) VESA(0): 	00ffffffffffff0030e4d80200000000
[    87.774] (II) VESA(0): 	00160103801c1078ea8855995b558f26
[    87.774] (II) VESA(0): 	1d505400000001010101010101010101
[    87.774] (II) VESA(0): 	010101010101601d56d8500018303040
[    87.774] (II) VESA(0): 	4700159c1000001b0000000000000000
[    87.774] (II) VESA(0): 	00000000000000000000000000fe004c
[    87.774] (II) VESA(0): 	4720446973706c61790a2020000000fe
[    87.774] (II) VESA(0): 	004c503132355748322d534c42330059
[    87.774] (II) VESA(0): EDID vendor "LGD", prod id 728
[    87.774] (II) VESA(0): Printing DDC gathered Modelines:
[    87.774] (II) VESA(0): Modeline "1366x768"x0.0   75.20  1366 1414 1478 1582  768 772 779 792 +hsync -vsync (47.5 kHz eP)
[    87.775] (II) VESA(0): Searching for matching VESA mode(s):
[    87.775] Mode: 160 (0x0)
[    87.775] 	ModeAttributes: 0x0
[    87.775] 	WinAAttributes: 0x0
[    87.775] 	WinBAttributes: 0x0
[    87.775] 	WinGranularity: 0
[    87.775] 	WinSize: 0
[    87.775] 	WinASegment: 0x0
[    87.775] 	WinBSegment: 0x0
[    87.775] 	WinFuncPtr: 0x0
[    87.775] 	BytesPerScanline: 0
[    87.775] 	XResolution: 0
[    87.775] 	YResolution: 0
[    87.775] 	XCharSize: 0
[    87.775] 	YCharSize: 0
[    87.775] 	NumberOfPlanes: 0
[    87.775] 	BitsPerPixel: 0
[    87.775] 	NumberOfBanks: 0
[    87.775] 	MemoryModel: 0
[    87.775] 	BankSize: 0
[    87.775] 	NumberOfImages: 0
[    87.775] 	RedMaskSize: 0
[    87.775] 	RedFieldPosition: 0
[    87.775] 	GreenMaskSize: 0
[    87.775] 	GreenFieldPosition: 0
[    87.775] 	BlueMaskSize: 0
[    87.775] 	BlueFieldPosition: 0
[    87.775] 	RsvdMaskSize: 0
[    87.775] 	RsvdFieldPosition: 0
[    87.775] 	DirectColorModeInfo: 0
[    87.775] 	PhysBasePtr: 0x0
[    87.775] 	LinBytesPerScanLine: 0
[    87.775] 	BnkNumberOfImagePages: 0
[    87.775] 	LinNumberOfImagePages: 0
[    87.775] 	LinRedMaskSize: 0
[    87.775] 	LinRedFieldPosition: 0
[    87.775] 	LinGreenMaskSize: 0
[    87.775] 	LinGreenFieldPosition: 0
[    87.775] 	LinBlueMaskSize: 0
[    87.775] 	LinBlueFieldPosition: 0
[    87.775] 	LinRsvdMaskSize: 0
[    87.775] 	LinRsvdFieldPosition: 0
[    87.775] 	MaxPixelClock: 0
[    87.775] Mode: 161 (0x0)
[    87.775] 	ModeAttributes: 0x0
[    87.775] 	WinAAttributes: 0x0
[    87.775] 	WinBAttributes: 0x0
[    87.775] 	WinGranularity: 0
[    87.775] 	WinSize: 0
[    87.775] 	WinASegment: 0x0
[    87.775] 	WinBSegment: 0x0
[    87.775] 	WinFuncPtr: 0x0
[    87.775] 	BytesPerScanline: 0
[    87.775] 	XResolution: 0
[    87.775] 	YResolution: 0
[    87.775] 	XCharSize: 0
[    87.775] 	YCharSize: 0
[    87.775] 	NumberOfPlanes: 0
[    87.775] 	BitsPerPixel: 0
[    87.775] 	NumberOfBanks: 0
[    87.775] 	MemoryModel: 0
[    87.775] 	BankSize: 0
[    87.775] 	NumberOfImages: 0
[    87.775] 	RedMaskSize: 0
[    87.775] 	RedFieldPosition: 0
[    87.775] 	GreenMaskSize: 0
[    87.775] 	GreenFieldPosition: 0
[    87.775] 	BlueMaskSize: 0
[    87.775] 	BlueFieldPosition: 0
[    87.775] 	RsvdMaskSize: 0
[    87.775] 	RsvdFieldPosition: 0
[    87.775] 	DirectColorModeInfo: 0
[    87.775] 	PhysBasePtr: 0x0
[    87.775] 	LinBytesPerScanLine: 0
[    87.775] 	BnkNumberOfImagePages: 0
[    87.775] 	LinNumberOfImagePages: 0
[    87.775] 	LinRedMaskSize: 0
[    87.775] 	LinRedFieldPosition: 0
[    87.775] 	LinGreenMaskSize: 0
[    87.775] 	LinGreenFieldPosition: 0
[    87.775] 	LinBlueMaskSize: 0
[    87.775] 	LinBlueFieldPosition: 0
[    87.775] 	LinRsvdMaskSize: 0
[    87.775] 	LinRsvdFieldPosition: 0
[    87.775] 	MaxPixelClock: 0
[    87.775] Mode: 162 (0x0)
[    87.775] 	ModeAttributes: 0x0
[    87.775] 	WinAAttributes: 0x0
[    87.775] 	WinBAttributes: 0x0
[    87.775] 	WinGranularity: 0
[    87.775] 	WinSize: 0
[    87.775] 	WinASegment: 0x0
[    87.775] 	WinBSegment: 0x0
[    87.775] 	WinFuncPtr: 0x0
[    87.775] 	BytesPerScanline: 0
[    87.776] 	XResolution: 0
[    87.776] 	YResolution: 0
[    87.776] 	XCharSize: 0
[    87.776] 	YCharSize: 0
[    87.776] 	NumberOfPlanes: 0
[    87.776] 	BitsPerPixel: 0
[    87.776] 	NumberOfBanks: 0
[    87.776] 	MemoryModel: 0
[    87.776] 	BankSize: 0
[    87.776] 	NumberOfImages: 0
[    87.776] 	RedMaskSize: 0
[    87.776] 	RedFieldPosition: 0
[    87.776] 	GreenMaskSize: 0
[    87.776] 	GreenFieldPosition: 0
[    87.776] 	BlueMaskSize: 0
[    87.776] 	BlueFieldPosition: 0
[    87.776] 	RsvdMaskSize: 0
[    87.776] 	RsvdFieldPosition: 0
[    87.776] 	DirectColorModeInfo: 0
[    87.776] 	PhysBasePtr: 0x0
[    87.776] 	LinBytesPerScanLine: 0
[    87.776] 	BnkNumberOfImagePages: 0
[    87.776] 	LinNumberOfImagePages: 0
[    87.776] 	LinRedMaskSize: 0
[    87.776] 	LinRedFieldPosition: 0
[    87.776] 	LinGreenMaskSize: 0
[    87.776] 	LinGreenFieldPosition: 0
[    87.776] 	LinBlueMaskSize: 0
[    87.776] 	LinBlueFieldPosition: 0
[    87.776] 	LinRsvdMaskSize: 0
[    87.776] 	LinRsvdFieldPosition: 0
[    87.776] 	MaxPixelClock: 0
[    87.776] Mode: 163 (0x0)
[    87.776] 	ModeAttributes: 0x0
[    87.776] 	WinAAttributes: 0x0
[    87.776] 	WinBAttributes: 0x0
[    87.776] 	WinGranularity: 0
[    87.776] 	WinSize: 0
[    87.776] 	WinASegment: 0x0
[    87.776] 	WinBSegment: 0x0
[    87.776] 	WinFuncPtr: 0x0
[    87.776] 	BytesPerScanline: 0
[    87.776] 	XResolution: 0
[    87.776] 	YResolution: 0
[    87.776] 	XCharSize: 0
[    87.776] 	YCharSize: 0
[    87.776] 	NumberOfPlanes: 0
[    87.776] 	BitsPerPixel: 0
[    87.776] 	NumberOfBanks: 0
[    87.776] 	MemoryModel: 0
[    87.776] 	BankSize: 0
[    87.776] 	NumberOfImages: 0
[    87.776] 	RedMaskSize: 0
[    87.776] 	RedFieldPosition: 0
[    87.776] 	GreenMaskSize: 0
[    87.776] 	GreenFieldPosition: 0
[    87.776] 	BlueMaskSize: 0
[    87.776] 	BlueFieldPosition: 0
[    87.776] 	RsvdMaskSize: 0
[    87.776] 	RsvdFieldPosition: 0
[    87.776] 	DirectColorModeInfo: 0
[    87.776] 	PhysBasePtr: 0x0
[    87.776] 	LinBytesPerScanLine: 0
[    87.776] 	BnkNumberOfImagePages: 0
[    87.776] 	LinNumberOfImagePages: 0
[    87.776] 	LinRedMaskSize: 0
[    87.776] 	LinRedFieldPosition: 0
[    87.776] 	LinGreenMaskSize: 0
[    87.776] 	LinGreenFieldPosition: 0
[    87.776] 	LinBlueMaskSize: 0
[    87.776] 	LinBlueFieldPosition: 0
[    87.776] 	LinRsvdMaskSize: 0
[    87.776] 	LinRsvdFieldPosition: 0
[    87.776] 	MaxPixelClock: 0
[    87.776] Mode: 164 (0x0)
[    87.776] 	ModeAttributes: 0x0
[    87.776] 	WinAAttributes: 0x0
[    87.776] 	WinBAttributes: 0x0
[    87.776] 	WinGranularity: 0
[    87.776] 	WinSize: 0
[    87.776] 	WinASegment: 0x0
[    87.776] 	WinBSegment: 0x0
[    87.776] 	WinFuncPtr: 0x0
[    87.776] 	BytesPerScanline: 0
[    87.776] 	XResolution: 0
[    87.776] 	YResolution: 0
[    87.776] 	XCharSize: 0
[    87.776] 	YCharSize: 0
[    87.776] 	NumberOfPlanes: 0
[    87.776] 	BitsPerPixel: 0
[    87.776] 	NumberOfBanks: 0
[    87.776] 	MemoryModel: 0
[    87.776] 	BankSize: 0
[    87.776] 	NumberOfImages: 0
[    87.776] 	RedMaskSize: 0
[    87.776] 	RedFieldPosition: 0
[    87.776] 	GreenMaskSize: 0
[    87.776] 	GreenFieldPosition: 0
[    87.776] 	BlueMaskSize: 0
[    87.776] 	BlueFieldPosition: 0
[    87.776] 	RsvdMaskSize: 0
[    87.776] 	RsvdFieldPosition: 0
[    87.776] 	DirectColorModeInfo: 0
[    87.776] 	PhysBasePtr: 0x0
[    87.776] 	LinBytesPerScanLine: 0
[    87.776] 	BnkNumberOfImagePages: 0
[    87.776] 	LinNumberOfImagePages: 0
[    87.776] 	LinRedMaskSize: 0
[    87.776] 	LinRedFieldPosition: 0
[    87.776] 	LinGreenMaskSize: 0
[    87.776] 	LinGreenFieldPosition: 0
[    87.776] 	LinBlueMaskSize: 0
[    87.776] 	LinBlueFieldPosition: 0
[    87.776] 	LinRsvdMaskSize: 0
[    87.776] 	LinRsvdFieldPosition: 0
[    87.776] 	MaxPixelClock: 0
[    87.777] Mode: 165 (0x0)
[    87.777] 	ModeAttributes: 0x0
[    87.777] 	WinAAttributes: 0x0
[    87.777] 	WinBAttributes: 0x0
[    87.777] 	WinGranularity: 0
[    87.777] 	WinSize: 0
[    87.777] 	WinASegment: 0x0
[    87.777] 	WinBSegment: 0x0
[    87.777] 	WinFuncPtr: 0x0
[    87.777] 	BytesPerScanline: 0
[    87.777] 	XResolution: 0
[    87.777] 	YResolution: 0
[    87.777] 	XCharSize: 0
[    87.777] 	YCharSize: 0
[    87.777] 	NumberOfPlanes: 0
[    87.777] 	BitsPerPixel: 0
[    87.777] 	NumberOfBanks: 0
[    87.777] 	MemoryModel: 0
[    87.777] 	BankSize: 0
[    87.777] 	NumberOfImages: 0
[    87.777] 	RedMaskSize: 0
[    87.777] 	RedFieldPosition: 0
[    87.777] 	GreenMaskSize: 0
[    87.777] 	GreenFieldPosition: 0
[    87.777] 	BlueMaskSize: 0
[    87.777] 	BlueFieldPosition: 0
[    87.777] 	RsvdMaskSize: 0
[    87.777] 	RsvdFieldPosition: 0
[    87.777] 	DirectColorModeInfo: 0
[    87.777] 	PhysBasePtr: 0x0
[    87.777] 	LinBytesPerScanLine: 0
[    87.777] 	BnkNumberOfImagePages: 0
[    87.777] 	LinNumberOfImagePages: 0
[    87.777] 	LinRedMaskSize: 0
[    87.777] 	LinRedFieldPosition: 0
[    87.777] 	LinGreenMaskSize: 0
[    87.777] 	LinGreenFieldPosition: 0
[    87.777] 	LinBlueMaskSize: 0
[    87.777] 	LinBlueFieldPosition: 0
[    87.777] 	LinRsvdMaskSize: 0
[    87.777] 	LinRsvdFieldPosition: 0
[    87.777] 	MaxPixelClock: 0
[    87.777] Mode: 166 (0x0)
[    87.777] 	ModeAttributes: 0x0
[    87.777] 	WinAAttributes: 0x0
[    87.777] 	WinBAttributes: 0x0
[    87.777] 	WinGranularity: 0
[    87.777] 	WinSize: 0
[    87.777] 	WinASegment: 0x0
[    87.777] 	WinBSegment: 0x0
[    87.777] 	WinFuncPtr: 0x0
[    87.777] 	BytesPerScanline: 0
[    87.777] 	XResolution: 0
[    87.777] 	YResolution: 0
[    87.777] 	XCharSize: 0
[    87.777] 	YCharSize: 0
[    87.777] 	NumberOfPlanes: 0
[    87.777] 	BitsPerPixel: 0
[    87.777] 	NumberOfBanks: 0
[    87.777] 	MemoryModel: 0
[    87.777] 	BankSize: 0
[    87.777] 	NumberOfImages: 0
[    87.777] 	RedMaskSize: 0
[    87.777] 	RedFieldPosition: 0
[    87.777] 	GreenMaskSize: 0
[    87.777] 	GreenFieldPosition: 0
[    87.777] 	BlueMaskSize: 0
[    87.777] 	BlueFieldPosition: 0
[    87.777] 	RsvdMaskSize: 0
[    87.777] 	RsvdFieldPosition: 0
[    87.777] 	DirectColorModeInfo: 0
[    87.777] 	PhysBasePtr: 0x0
[    87.777] 	LinBytesPerScanLine: 0
[    87.777] 	BnkNumberOfImagePages: 0
[    87.777] 	LinNumberOfImagePages: 0
[    87.777] 	LinRedMaskSize: 0
[    87.777] 	LinRedFieldPosition: 0
[    87.777] 	LinGreenMaskSize: 0
[    87.777] 	LinGreenFieldPosition: 0
[    87.777] 	LinBlueMaskSize: 0
[    87.777] 	LinBlueFieldPosition: 0
[    87.777] 	LinRsvdMaskSize: 0
[    87.777] 	LinRsvdFieldPosition: 0
[    87.777] 	MaxPixelClock: 0
[    87.777] Mode: 167 (0x0)
[    87.777] 	ModeAttributes: 0x0
[    87.777] 	WinAAttributes: 0x0
[    87.777] 	WinBAttributes: 0x0
[    87.777] 	WinGranularity: 0
[    87.777] 	WinSize: 0
[    87.777] 	WinASegment: 0x0
[    87.777] 	WinBSegment: 0x0
[    87.777] 	WinFuncPtr: 0x0
[    87.777] 	BytesPerScanline: 0
[    87.777] 	XResolution: 0
[    87.777] 	YResolution: 0
[    87.777] 	XCharSize: 0
[    87.777] 	YCharSize: 0
[    87.777] 	NumberOfPlanes: 0
[    87.777] 	BitsPerPixel: 0
[    87.777] 	NumberOfBanks: 0
[    87.777] 	MemoryModel: 0
[    87.777] 	BankSize: 0
[    87.777] 	NumberOfImages: 0
[    87.777] 	RedMaskSize: 0
[    87.777] 	RedFieldPosition: 0
[    87.777] 	GreenMaskSize: 0
[    87.777] 	GreenFieldPosition: 0
[    87.777] 	BlueMaskSize: 0
[    87.777] 	BlueFieldPosition: 0
[    87.777] 	RsvdMaskSize: 0
[    87.777] 	RsvdFieldPosition: 0
[    87.777] 	DirectColorModeInfo: 0
[    87.777] 	PhysBasePtr: 0x0
[    87.777] 	LinBytesPerScanLine: 0
[    87.777] 	BnkNumberOfImagePages: 0
[    87.777] 	LinNumberOfImagePages: 0
[    87.777] 	LinRedMaskSize: 0
[    87.777] 	LinRedFieldPosition: 0
[    87.777] 	LinGreenMaskSize: 0
[    87.777] 	LinGreenFieldPosition: 0
[    87.777] 	LinBlueMaskSize: 0
[    87.777] 	LinBlueFieldPosition: 0
[    87.777] 	LinRsvdMaskSize: 0
[    87.777] 	LinRsvdFieldPosition: 0
[    87.777] 	MaxPixelClock: 0
[    87.778] Mode: 168 (0x0)
[    87.778] 	ModeAttributes: 0x0
[    87.778] 	WinAAttributes: 0x0
[    87.778] 	WinBAttributes: 0x0
[    87.778] 	WinGranularity: 0
[    87.778] 	WinSize: 0
[    87.778] 	WinASegment: 0x0
[    87.778] 	WinBSegment: 0x0
[    87.778] 	WinFuncPtr: 0x0
[    87.778] 	BytesPerScanline: 0
[    87.778] 	XResolution: 0
[    87.778] 	YResolution: 0
[    87.778] 	XCharSize: 0
[    87.778] 	YCharSize: 0
[    87.778] 	NumberOfPlanes: 0
[    87.778] 	BitsPerPixel: 0
[    87.778] 	NumberOfBanks: 0
[    87.778] 	MemoryModel: 0
[    87.778] 	BankSize: 0
[    87.778] 	NumberOfImages: 0
[    87.778] 	RedMaskSize: 0
[    87.778] 	RedFieldPosition: 0
[    87.778] 	GreenMaskSize: 0
[    87.778] 	GreenFieldPosition: 0
[    87.778] 	BlueMaskSize: 0
[    87.778] 	BlueFieldPosition: 0
[    87.778] 	RsvdMaskSize: 0
[    87.778] 	RsvdFieldPosition: 0
[    87.778] 	DirectColorModeInfo: 0
[    87.778] 	PhysBasePtr: 0x0
[    87.778] 	LinBytesPerScanLine: 0
[    87.778] 	BnkNumberOfImagePages: 0
[    87.778] 	LinNumberOfImagePages: 0
[    87.778] 	LinRedMaskSize: 0
[    87.778] 	LinRedFieldPosition: 0
[    87.778] 	LinGreenMaskSize: 0
[    87.778] 	LinGreenFieldPosition: 0
[    87.778] 	LinBlueMaskSize: 0
[    87.778] 	LinBlueFieldPosition: 0
[    87.778] 	LinRsvdMaskSize: 0
[    87.778] 	LinRsvdFieldPosition: 0
[    87.778] 	MaxPixelClock: 0
[    87.778] Mode: 169 (0x0)
[    87.778] 	ModeAttributes: 0x0
[    87.778] 	WinAAttributes: 0x0
[    87.778] 	WinBAttributes: 0x0
[    87.778] 	WinGranularity: 0
[    87.778] 	WinSize: 0
[    87.778] 	WinASegment: 0x0
[    87.778] 	WinBSegment: 0x0
[    87.778] 	WinFuncPtr: 0x0
[    87.778] 	BytesPerScanline: 0
[    87.778] 	XResolution: 0
[    87.778] 	YResolution: 0
[    87.778] 	XCharSize: 0
[    87.778] 	YCharSize: 0
[    87.778] 	NumberOfPlanes: 0
[    87.778] 	BitsPerPixel: 0
[    87.778] 	NumberOfBanks: 0
[    87.778] 	MemoryModel: 0
[    87.778] 	BankSize: 0
[    87.778] 	NumberOfImages: 0
[    87.778] 	RedMaskSize: 0
[    87.778] 	RedFieldPosition: 0
[    87.778] 	GreenMaskSize: 0
[    87.778] 	GreenFieldPosition: 0
[    87.778] 	BlueMaskSize: 0
[    87.778] 	BlueFieldPosition: 0
[    87.778] 	RsvdMaskSize: 0
[    87.778] 	RsvdFieldPosition: 0
[    87.778] 	DirectColorModeInfo: 0
[    87.778] 	PhysBasePtr: 0x0
[    87.778] 	LinBytesPerScanLine: 0
[    87.778] 	BnkNumberOfImagePages: 0
[    87.778] 	LinNumberOfImagePages: 0
[    87.778] 	LinRedMaskSize: 0
[    87.778] 	LinRedFieldPosition: 0
[    87.778] 	LinGreenMaskSize: 0
[    87.778] 	LinGreenFieldPosition: 0
[    87.778] 	LinBlueMaskSize: 0
[    87.778] 	LinBlueFieldPosition: 0
[    87.778] 	LinRsvdMaskSize: 0
[    87.778] 	LinRsvdFieldPosition: 0
[    87.778] 	MaxPixelClock: 0
[    87.778] Mode: 16a (0x0)
[    87.778] 	ModeAttributes: 0x0
[    87.778] 	WinAAttributes: 0x0
[    87.778] 	WinBAttributes: 0x0
[    87.778] 	WinGranularity: 0
[    87.778] 	WinSize: 0
[    87.778] 	WinASegment: 0x0
[    87.778] 	WinBSegment: 0x0
[    87.778] 	WinFuncPtr: 0x0
[    87.778] 	BytesPerScanline: 0
[    87.778] 	XResolution: 0
[    87.778] 	YResolution: 0
[    87.778] 	XCharSize: 0
[    87.778] 	YCharSize: 0
[    87.778] 	NumberOfPlanes: 0
[    87.778] 	BitsPerPixel: 0
[    87.778] 	NumberOfBanks: 0
[    87.778] 	MemoryModel: 0
[    87.778] 	BankSize: 0
[    87.778] 	NumberOfImages: 0
[    87.778] 	RedMaskSize: 0
[    87.778] 	RedFieldPosition: 0
[    87.778] 	GreenMaskSize: 0
[    87.778] 	GreenFieldPosition: 0
[    87.778] 	BlueMaskSize: 0
[    87.778] 	BlueFieldPosition: 0
[    87.778] 	RsvdMaskSize: 0
[    87.778] 	RsvdFieldPosition: 0
[    87.778] 	DirectColorModeInfo: 0
[    87.778] 	PhysBasePtr: 0x0
[    87.778] 	LinBytesPerScanLine: 0
[    87.778] 	BnkNumberOfImagePages: 0
[    87.778] 	LinNumberOfImagePages: 0
[    87.778] 	LinRedMaskSize: 0
[    87.778] 	LinRedFieldPosition: 0
[    87.778] 	LinGreenMaskSize: 0
[    87.779] 	LinGreenFieldPosition: 0
[    87.779] 	LinBlueMaskSize: 0
[    87.779] 	LinBlueFieldPosition: 0
[    87.779] 	LinRsvdMaskSize: 0
[    87.779] 	LinRsvdFieldPosition: 0
[    87.779] 	MaxPixelClock: 0
[    87.779] Mode: 16b (0x0)
[    87.779] 	ModeAttributes: 0x0
[    87.779] 	WinAAttributes: 0x0
[    87.779] 	WinBAttributes: 0x0
[    87.779] 	WinGranularity: 0
[    87.779] 	WinSize: 0
[    87.779] 	WinASegment: 0x0
[    87.779] 	WinBSegment: 0x0
[    87.779] 	WinFuncPtr: 0x0
[    87.779] 	BytesPerScanline: 0
[    87.779] 	XResolution: 0
[    87.779] 	YResolution: 0
[    87.779] 	XCharSize: 0
[    87.779] 	YCharSize: 0
[    87.779] 	NumberOfPlanes: 0
[    87.779] 	BitsPerPixel: 0
[    87.779] 	NumberOfBanks: 0
[    87.779] 	MemoryModel: 0
[    87.779] 	BankSize: 0
[    87.779] 	NumberOfImages: 0
[    87.779] 	RedMaskSize: 0
[    87.779] 	RedFieldPosition: 0
[    87.779] 	GreenMaskSize: 0
[    87.779] 	GreenFieldPosition: 0
[    87.779] 	BlueMaskSize: 0
[    87.779] 	BlueFieldPosition: 0
[    87.779] 	RsvdMaskSize: 0
[    87.779] 	RsvdFieldPosition: 0
[    87.779] 	DirectColorModeInfo: 0
[    87.779] 	PhysBasePtr: 0x0
[    87.779] 	LinBytesPerScanLine: 0
[    87.779] 	BnkNumberOfImagePages: 0
[    87.779] 	LinNumberOfImagePages: 0
[    87.779] 	LinRedMaskSize: 0
[    87.779] 	LinRedFieldPosition: 0
[    87.779] 	LinGreenMaskSize: 0
[    87.779] 	LinGreenFieldPosition: 0
[    87.779] 	LinBlueMaskSize: 0
[    87.779] 	LinBlueFieldPosition: 0
[    87.779] 	LinRsvdMaskSize: 0
[    87.779] 	LinRsvdFieldPosition: 0
[    87.779] 	MaxPixelClock: 0
[    87.779] Mode: 16c (0x0)
[    87.779] 	ModeAttributes: 0x0
[    87.779] 	WinAAttributes: 0x0
[    87.779] 	WinBAttributes: 0x0
[    87.779] 	WinGranularity: 0
[    87.779] 	WinSize: 0
[    87.779] 	WinASegment: 0x0
[    87.779] 	WinBSegment: 0x0
[    87.779] 	WinFuncPtr: 0x0
[    87.779] 	BytesPerScanline: 0
[    87.779] 	XResolution: 0
[    87.779] 	YResolution: 0
[    87.779] 	XCharSize: 0
[    87.779] 	YCharSize: 0
[    87.779] 	NumberOfPlanes: 0
[    87.779] 	BitsPerPixel: 0
[    87.779] 	NumberOfBanks: 0
[    87.779] 	MemoryModel: 0
[    87.779] 	BankSize: 0
[    87.779] 	NumberOfImages: 0
[    87.779] 	RedMaskSize: 0
[    87.779] 	RedFieldPosition: 0
[    87.779] 	GreenMaskSize: 0
[    87.779] 	GreenFieldPosition: 0
[    87.779] 	BlueMaskSize: 0
[    87.779] 	BlueFieldPosition: 0
[    87.779] 	RsvdMaskSize: 0
[    87.779] 	RsvdFieldPosition: 0
[    87.779] 	DirectColorModeInfo: 0
[    87.779] 	PhysBasePtr: 0x0
[    87.779] 	LinBytesPerScanLine: 0
[    87.779] 	BnkNumberOfImagePages: 0
[    87.779] 	LinNumberOfImagePages: 0
[    87.779] 	LinRedMaskSize: 0
[    87.779] 	LinRedFieldPosition: 0
[    87.779] 	LinGreenMaskSize: 0
[    87.779] 	LinGreenFieldPosition: 0
[    87.779] 	LinBlueMaskSize: 0
[    87.779] 	LinBlueFieldPosition: 0
[    87.779] 	LinRsvdMaskSize: 0
[    87.779] 	LinRsvdFieldPosition: 0
[    87.779] 	MaxPixelClock: 0
[    87.779] Mode: 16d (0x0)
[    87.779] 	ModeAttributes: 0x0
[    87.779] 	WinAAttributes: 0x0
[    87.779] 	WinBAttributes: 0x0
[    87.779] 	WinGranularity: 0
[    87.779] 	WinSize: 0
[    87.779] 	WinASegment: 0x0
[    87.779] 	WinBSegment: 0x0
[    87.779] 	WinFuncPtr: 0x0
[    87.779] 	BytesPerScanline: 0
[    87.779] 	XResolution: 0
[    87.779] 	YResolution: 0
[    87.779] 	XCharSize: 0
[    87.779] 	YCharSize: 0
[    87.779] 	NumberOfPlanes: 0
[    87.779] 	BitsPerPixel: 0
[    87.780] 	NumberOfBanks: 0
[    87.780] 	MemoryModel: 0
[    87.780] 	BankSize: 0
[    87.780] 	NumberOfImages: 0
[    87.780] 	RedMaskSize: 0
[    87.780] 	RedFieldPosition: 0
[    87.780] 	GreenMaskSize: 0
[    87.780] 	GreenFieldPosition: 0
[    87.780] 	BlueMaskSize: 0
[    87.780] 	BlueFieldPosition: 0
[    87.780] 	RsvdMaskSize: 0
[    87.780] 	RsvdFieldPosition: 0
[    87.780] 	DirectColorModeInfo: 0
[    87.780] 	PhysBasePtr: 0x0
[    87.780] 	LinBytesPerScanLine: 0
[    87.780] 	BnkNumberOfImagePages: 0
[    87.780] 	LinNumberOfImagePages: 0
[    87.780] 	LinRedMaskSize: 0
[    87.780] 	LinRedFieldPosition: 0
[    87.780] 	LinGreenMaskSize: 0
[    87.780] 	LinGreenFieldPosition: 0
[    87.780] 	LinBlueMaskSize: 0
[    87.780] 	LinBlueFieldPosition: 0
[    87.780] 	LinRsvdMaskSize: 0
[    87.780] 	LinRsvdFieldPosition: 0
[    87.780] 	MaxPixelClock: 0
[    87.780] Mode: 16e (0x0)
[    87.780] 	ModeAttributes: 0x0
[    87.780] 	WinAAttributes: 0x0
[    87.780] 	WinBAttributes: 0x0
[    87.780] 	WinGranularity: 0
[    87.780] 	WinSize: 0
[    87.780] 	WinASegment: 0x0
[    87.780] 	WinBSegment: 0x0
[    87.780] 	WinFuncPtr: 0x0
[    87.780] 	BytesPerScanline: 0
[    87.780] 	XResolution: 0
[    87.780] 	YResolution: 0
[    87.780] 	XCharSize: 0
[    87.780] 	YCharSize: 0
[    87.780] 	NumberOfPlanes: 0
[    87.780] 	BitsPerPixel: 0
[    87.780] 	NumberOfBanks: 0
[    87.780] 	MemoryModel: 0
[    87.780] 	BankSize: 0
[    87.780] 	NumberOfImages: 0
[    87.780] 	RedMaskSize: 0
[    87.780] 	RedFieldPosition: 0
[    87.780] 	GreenMaskSize: 0
[    87.780] 	GreenFieldPosition: 0
[    87.780] 	BlueMaskSize: 0
[    87.780] 	BlueFieldPosition: 0
[    87.780] 	RsvdMaskSize: 0
[    87.780] 	RsvdFieldPosition: 0
[    87.780] 	DirectColorModeInfo: 0
[    87.780] 	PhysBasePtr: 0x0
[    87.780] 	LinBytesPerScanLine: 0
[    87.780] 	BnkNumberOfImagePages: 0
[    87.780] 	LinNumberOfImagePages: 0
[    87.780] 	LinRedMaskSize: 0
[    87.780] 	LinRedFieldPosition: 0
[    87.780] 	LinGreenMaskSize: 0
[    87.780] 	LinGreenFieldPosition: 0
[    87.780] 	LinBlueMaskSize: 0
[    87.780] 	LinBlueFieldPosition: 0
[    87.780] 	LinRsvdMaskSize: 0
[    87.780] 	LinRsvdFieldPosition: 0
[    87.780] 	MaxPixelClock: 0
[    87.780] Mode: 16f (0x0)
[    87.780] 	ModeAttributes: 0x0
[    87.780] 	WinAAttributes: 0x0
[    87.780] 	WinBAttributes: 0x0
[    87.780] 	WinGranularity: 0
[    87.780] 	WinSize: 0
[    87.780] 	WinASegment: 0x0
[    87.780] 	WinBSegment: 0x0
[    87.780] 	WinFuncPtr: 0x0
[    87.780] 	BytesPerScanline: 0
[    87.780] 	XResolution: 0
[    87.780] 	YResolution: 0
[    87.780] 	XCharSize: 0
[    87.780] 	YCharSize: 0
[    87.780] 	NumberOfPlanes: 0
[    87.780] 	BitsPerPixel: 0
[    87.780] 	NumberOfBanks: 0
[    87.780] 	MemoryModel: 0
[    87.780] 	BankSize: 0
[    87.780] 	NumberOfImages: 0
[    87.780] 	RedMaskSize: 0
[    87.780] 	RedFieldPosition: 0
[    87.780] 	GreenMaskSize: 0
[    87.780] 	GreenFieldPosition: 0
[    87.780] 	BlueMaskSize: 0
[    87.780] 	BlueFieldPosition: 0
[    87.780] 	RsvdMaskSize: 0
[    87.780] 	RsvdFieldPosition: 0
[    87.780] 	DirectColorModeInfo: 0
[    87.780] 	PhysBasePtr: 0x0
[    87.780] 	LinBytesPerScanLine: 0
[    87.780] 	BnkNumberOfImagePages: 0
[    87.780] 	LinNumberOfImagePages: 0
[    87.780] 	LinRedMaskSize: 0
[    87.780] 	LinRedFieldPosition: 0
[    87.780] 	LinGreenMaskSize: 0
[    87.780] 	LinGreenFieldPosition: 0
[    87.780] 	LinBlueMaskSize: 0
[    87.780] 	LinBlueFieldPosition: 0
[    87.780] 	LinRsvdMaskSize: 0
[    87.780] 	LinRsvdFieldPosition: 0
[    87.780] 	MaxPixelClock: 0
[    87.780] Mode: 170 (0x0)
[    87.780] 	ModeAttributes: 0x0
[    87.780] 	WinAAttributes: 0x0
[    87.780] 	WinBAttributes: 0x0
[    87.780] 	WinGranularity: 0
[    87.780] 	WinSize: 0
[    87.780] 	WinASegment: 0x0
[    87.780] 	WinBSegment: 0x0
[    87.780] 	WinFuncPtr: 0x0
[    87.781] 	BytesPerScanline: 0
[    87.781] 	XResolution: 0
[    87.781] 	YResolution: 0
[    87.781] 	XCharSize: 0
[    87.781] 	YCharSize: 0
[    87.781] 	NumberOfPlanes: 0
[    87.781] 	BitsPerPixel: 0
[    87.781] 	NumberOfBanks: 0
[    87.781] 	MemoryModel: 0
[    87.781] 	BankSize: 0
[    87.781] 	NumberOfImages: 0
[    87.781] 	RedMaskSize: 0
[    87.781] 	RedFieldPosition: 0
[    87.781] 	GreenMaskSize: 0
[    87.781] 	GreenFieldPosition: 0
[    87.781] 	BlueMaskSize: 0
[    87.781] 	BlueFieldPosition: 0
[    87.781] 	RsvdMaskSize: 0
[    87.781] 	RsvdFieldPosition: 0
[    87.781] 	DirectColorModeInfo: 0
[    87.781] 	PhysBasePtr: 0x0
[    87.781] 	LinBytesPerScanLine: 0
[    87.781] 	BnkNumberOfImagePages: 0
[    87.781] 	LinNumberOfImagePages: 0
[    87.781] 	LinRedMaskSize: 0
[    87.781] 	LinRedFieldPosition: 0
[    87.781] 	LinGreenMaskSize: 0
[    87.781] 	LinGreenFieldPosition: 0
[    87.781] 	LinBlueMaskSize: 0
[    87.781] 	LinBlueFieldPosition: 0
[    87.781] 	LinRsvdMaskSize: 0
[    87.781] 	LinRsvdFieldPosition: 0
[    87.781] 	MaxPixelClock: 0
[    87.781] Mode: 171 (0x0)
[    87.781] 	ModeAttributes: 0x0
[    87.781] 	WinAAttributes: 0x0
[    87.781] 	WinBAttributes: 0x0
[    87.781] 	WinGranularity: 0
[    87.781] 	WinSize: 0
[    87.781] 	WinASegment: 0x0
[    87.781] 	WinBSegment: 0x0
[    87.781] 	WinFuncPtr: 0x0
[    87.781] 	BytesPerScanline: 0
[    87.781] 	XResolution: 0
[    87.781] 	YResolution: 0
[    87.781] 	XCharSize: 0
[    87.781] 	YCharSize: 0
[    87.781] 	NumberOfPlanes: 0
[    87.781] 	BitsPerPixel: 0
[    87.781] 	NumberOfBanks: 0
[    87.781] 	MemoryModel: 0
[    87.781] 	BankSize: 0
[    87.781] 	NumberOfImages: 0
[    87.781] 	RedMaskSize: 0
[    87.781] 	RedFieldPosition: 0
[    87.781] 	GreenMaskSize: 0
[    87.781] 	GreenFieldPosition: 0
[    87.781] 	BlueMaskSize: 0
[    87.781] 	BlueFieldPosition: 0
[    87.781] 	RsvdMaskSize: 0
[    87.781] 	RsvdFieldPosition: 0
[    87.781] 	DirectColorModeInfo: 0
[    87.781] 	PhysBasePtr: 0x0
[    87.781] 	LinBytesPerScanLine: 0
[    87.781] 	BnkNumberOfImagePages: 0
[    87.781] 	LinNumberOfImagePages: 0
[    87.781] 	LinRedMaskSize: 0
[    87.781] 	LinRedFieldPosition: 0
[    87.781] 	LinGreenMaskSize: 0
[    87.781] 	LinGreenFieldPosition: 0
[    87.781] 	LinBlueMaskSize: 0
[    87.781] 	LinBlueFieldPosition: 0
[    87.781] 	LinRsvdMaskSize: 0
[    87.781] 	LinRsvdFieldPosition: 0
[    87.781] 	MaxPixelClock: 0
[    87.781] Mode: 13c (0x0)
[    87.781] 	ModeAttributes: 0x0
[    87.781] 	WinAAttributes: 0x0
[    87.781] 	WinBAttributes: 0x0
[    87.781] 	WinGranularity: 0
[    87.781] 	WinSize: 0
[    87.781] 	WinASegment: 0x0
[    87.781] 	WinBSegment: 0x0
[    87.781] 	WinFuncPtr: 0x0
[    87.781] 	BytesPerScanline: 0
[    87.781] 	XResolution: 0
[    87.781] 	YResolution: 0
[    87.781] 	XCharSize: 0
[    87.781] 	YCharSize: 0
[    87.781] 	NumberOfPlanes: 0
[    87.781] 	BitsPerPixel: 0
[    87.781] 	NumberOfBanks: 0
[    87.781] 	MemoryModel: 0
[    87.781] 	BankSize: 0
[    87.781] 	NumberOfImages: 0
[    87.781] 	RedMaskSize: 0
[    87.781] 	RedFieldPosition: 0
[    87.781] 	GreenMaskSize: 0
[    87.781] 	GreenFieldPosition: 0
[    87.781] 	BlueMaskSize: 0
[    87.781] 	BlueFieldPosition: 0
[    87.781] 	RsvdMaskSize: 0
[    87.781] 	RsvdFieldPosition: 0
[    87.781] 	DirectColorModeInfo: 0
[    87.781] 	PhysBasePtr: 0x0
[    87.781] 	LinBytesPerScanLine: 0
[    87.781] 	BnkNumberOfImagePages: 0
[    87.781] 	LinNumberOfImagePages: 0
[    87.781] 	LinRedMaskSize: 0
[    87.781] 	LinRedFieldPosition: 0
[    87.781] 	LinGreenMaskSize: 0
[    87.781] 	LinGreenFieldPosition: 0
[    87.781] 	LinBlueMaskSize: 0
[    87.781] 	LinBlueFieldPosition: 0
[    87.781] 	LinRsvdMaskSize: 0
[    87.781] 	LinRsvdFieldPosition: 0
[    87.781] 	MaxPixelClock: 0
[    87.782] Mode: 14d (0x0)
[    87.782] 	ModeAttributes: 0x0
[    87.782] 	WinAAttributes: 0x0
[    87.782] 	WinBAttributes: 0x0
[    87.782] 	WinGranularity: 0
[    87.782] 	WinSize: 0
[    87.782] 	WinASegment: 0x0
[    87.782] 	WinBSegment: 0x0
[    87.782] 	WinFuncPtr: 0x0
[    87.782] 	BytesPerScanline: 0
[    87.782] 	XResolution: 0
[    87.782] 	YResolution: 0
[    87.782] 	XCharSize: 0
[    87.782] 	YCharSize: 0
[    87.782] 	NumberOfPlanes: 0
[    87.782] 	BitsPerPixel: 0
[    87.782] 	NumberOfBanks: 0
[    87.782] 	MemoryModel: 0
[    87.782] 	BankSize: 0
[    87.782] 	NumberOfImages: 0
[    87.782] 	RedMaskSize: 0
[    87.782] 	RedFieldPosition: 0
[    87.782] 	GreenMaskSize: 0
[    87.782] 	GreenFieldPosition: 0
[    87.782] 	BlueMaskSize: 0
[    87.782] 	BlueFieldPosition: 0
[    87.782] 	RsvdMaskSize: 0
[    87.782] 	RsvdFieldPosition: 0
[    87.782] 	DirectColorModeInfo: 0
[    87.782] 	PhysBasePtr: 0x0
[    87.782] 	LinBytesPerScanLine: 0
[    87.782] 	BnkNumberOfImagePages: 0
[    87.782] 	LinNumberOfImagePages: 0
[    87.782] 	LinRedMaskSize: 0
[    87.782] 	LinRedFieldPosition: 0
[    87.782] 	LinGreenMaskSize: 0
[    87.782] 	LinGreenFieldPosition: 0
[    87.782] 	LinBlueMaskSize: 0
[    87.782] 	LinBlueFieldPosition: 0
[    87.782] 	LinRsvdMaskSize: 0
[    87.782] 	LinRsvdFieldPosition: 0
[    87.782] 	MaxPixelClock: 0
[    87.782] Mode: 15c (0x0)
[    87.782] 	ModeAttributes: 0x0
[    87.782] 	WinAAttributes: 0x0
[    87.782] 	WinBAttributes: 0x0
[    87.782] 	WinGranularity: 0
[    87.782] 	WinSize: 0
[    87.782] 	WinASegment: 0x0
[    87.782] 	WinBSegment: 0x0
[    87.782] 	WinFuncPtr: 0x0
[    87.782] 	BytesPerScanline: 0
[    87.782] 	XResolution: 0
[    87.782] 	YResolution: 0
[    87.782] 	XCharSize: 0
[    87.782] 	YCharSize: 0
[    87.782] 	NumberOfPlanes: 0
[    87.782] 	BitsPerPixel: 0
[    87.782] 	NumberOfBanks: 0
[    87.782] 	MemoryModel: 0
[    87.782] 	BankSize: 0
[    87.782] 	NumberOfImages: 0
[    87.782] 	RedMaskSize: 0
[    87.782] 	RedFieldPosition: 0
[    87.782] 	GreenMaskSize: 0
[    87.782] 	GreenFieldPosition: 0
[    87.782] 	BlueMaskSize: 0
[    87.782] 	BlueFieldPosition: 0
[    87.782] 	RsvdMaskSize: 0
[    87.782] 	RsvdFieldPosition: 0
[    87.782] 	DirectColorModeInfo: 0
[    87.782] 	PhysBasePtr: 0x0
[    87.782] 	LinBytesPerScanLine: 0
[    87.782] 	BnkNumberOfImagePages: 0
[    87.782] 	LinNumberOfImagePages: 0
[    87.782] 	LinRedMaskSize: 0
[    87.782] 	LinRedFieldPosition: 0
[    87.782] 	LinGreenMaskSize: 0
[    87.782] 	LinGreenFieldPosition: 0
[    87.782] 	LinBlueMaskSize: 0
[    87.782] 	LinBlueFieldPosition: 0
[    87.782] 	LinRsvdMaskSize: 0
[    87.782] 	LinRsvdFieldPosition: 0
[    87.782] 	MaxPixelClock: 0
[    87.782] Mode: 13a (0x0)
[    87.782] 	ModeAttributes: 0x0
[    87.782] 	WinAAttributes: 0x0
[    87.782] 	WinBAttributes: 0x0
[    87.782] 	WinGranularity: 0
[    87.782] 	WinSize: 0
[    87.782] 	WinASegment: 0x0
[    87.782] 	WinBSegment: 0x0
[    87.782] 	WinFuncPtr: 0x0
[    87.782] 	BytesPerScanline: 0
[    87.782] 	XResolution: 0
[    87.782] 	YResolution: 0
[    87.782] 	XCharSize: 0
[    87.782] 	YCharSize: 0
[    87.782] 	NumberOfPlanes: 0
[    87.782] 	BitsPerPixel: 0
[    87.782] 	NumberOfBanks: 0
[    87.782] 	MemoryModel: 0
[    87.782] 	BankSize: 0
[    87.782] 	NumberOfImages: 0
[    87.782] 	RedMaskSize: 0
[    87.782] 	RedFieldPosition: 0
[    87.782] 	GreenMaskSize: 0
[    87.782] 	GreenFieldPosition: 0
[    87.782] 	BlueMaskSize: 0
[    87.782] 	BlueFieldPosition: 0
[    87.782] 	RsvdMaskSize: 0
[    87.782] 	RsvdFieldPosition: 0
[    87.782] 	DirectColorModeInfo: 0
[    87.782] 	PhysBasePtr: 0x0
[    87.782] 	LinBytesPerScanLine: 0
[    87.782] 	BnkNumberOfImagePages: 0
[    87.782] 	LinNumberOfImagePages: 0
[    87.782] 	LinRedMaskSize: 0
[    87.782] 	LinRedFieldPosition: 0
[    87.782] 	LinGreenMaskSize: 0
[    87.782] 	LinGreenFieldPosition: 0
[    87.782] 	LinBlueMaskSize: 0
[    87.782] 	LinBlueFieldPosition: 0
[    87.783] 	LinRsvdMaskSize: 0
[    87.783] 	LinRsvdFieldPosition: 0
[    87.783] 	MaxPixelClock: 0
[    87.783] Mode: 14b (0x0)
[    87.783] 	ModeAttributes: 0x0
[    87.783] 	WinAAttributes: 0x0
[    87.783] 	WinBAttributes: 0x0
[    87.783] 	WinGranularity: 0
[    87.783] 	WinSize: 0
[    87.783] 	WinASegment: 0x0
[    87.783] 	WinBSegment: 0x0
[    87.783] 	WinFuncPtr: 0x0
[    87.783] 	BytesPerScanline: 0
[    87.783] 	XResolution: 0
[    87.783] 	YResolution: 0
[    87.783] 	XCharSize: 0
[    87.783] 	YCharSize: 0
[    87.783] 	NumberOfPlanes: 0
[    87.783] 	BitsPerPixel: 0
[    87.783] 	NumberOfBanks: 0
[    87.783] 	MemoryModel: 0
[    87.783] 	BankSize: 0
[    87.783] 	NumberOfImages: 0
[    87.783] 	RedMaskSize: 0
[    87.783] 	RedFieldPosition: 0
[    87.783] 	GreenMaskSize: 0
[    87.783] 	GreenFieldPosition: 0
[    87.783] 	BlueMaskSize: 0
[    87.783] 	BlueFieldPosition: 0
[    87.783] 	RsvdMaskSize: 0
[    87.783] 	RsvdFieldPosition: 0
[    87.783] 	DirectColorModeInfo: 0
[    87.783] 	PhysBasePtr: 0x0
[    87.783] 	LinBytesPerScanLine: 0
[    87.783] 	BnkNumberOfImagePages: 0
[    87.783] 	LinNumberOfImagePages: 0
[    87.783] 	LinRedMaskSize: 0
[    87.783] 	LinRedFieldPosition: 0
[    87.783] 	LinGreenMaskSize: 0
[    87.783] 	LinGreenFieldPosition: 0
[    87.783] 	LinBlueMaskSize: 0
[    87.783] 	LinBlueFieldPosition: 0
[    87.783] 	LinRsvdMaskSize: 0
[    87.783] 	LinRsvdFieldPosition: 0
[    87.783] 	MaxPixelClock: 0
[    87.783] Mode: 15a (0x0)
[    87.783] 	ModeAttributes: 0x0
[    87.783] 	WinAAttributes: 0x0
[    87.783] 	WinBAttributes: 0x0
[    87.783] 	WinGranularity: 0
[    87.783] 	WinSize: 0
[    87.783] 	WinASegment: 0x0
[    87.783] 	WinBSegment: 0x0
[    87.783] 	WinFuncPtr: 0x0
[    87.783] 	BytesPerScanline: 0
[    87.783] 	XResolution: 0
[    87.783] 	YResolution: 0
[    87.783] 	XCharSize: 0
[    87.783] 	YCharSize: 0
[    87.783] 	NumberOfPlanes: 0
[    87.783] 	BitsPerPixel: 0
[    87.783] 	NumberOfBanks: 0
[    87.783] 	MemoryModel: 0
[    87.783] 	BankSize: 0
[    87.783] 	NumberOfImages: 0
[    87.783] 	RedMaskSize: 0
[    87.783] 	RedFieldPosition: 0
[    87.783] 	GreenMaskSize: 0
[    87.783] 	GreenFieldPosition: 0
[    87.783] 	BlueMaskSize: 0
[    87.783] 	BlueFieldPosition: 0
[    87.783] 	RsvdMaskSize: 0
[    87.783] 	RsvdFieldPosition: 0
[    87.783] 	DirectColorModeInfo: 0
[    87.783] 	PhysBasePtr: 0x0
[    87.783] 	LinBytesPerScanLine: 0
[    87.783] 	BnkNumberOfImagePages: 0
[    87.783] 	LinNumberOfImagePages: 0
[    87.783] 	LinRedMaskSize: 0
[    87.783] 	LinRedFieldPosition: 0
[    87.783] 	LinGreenMaskSize: 0
[    87.783] 	LinGreenFieldPosition: 0
[    87.783] 	LinBlueMaskSize: 0
[    87.783] 	LinBlueFieldPosition: 0
[    87.783] 	LinRsvdMaskSize: 0
[    87.783] 	LinRsvdFieldPosition: 0
[    87.783] 	MaxPixelClock: 0
[    87.783] Mode: 107 (0x0)
[    87.783] 	ModeAttributes: 0x0
[    87.783] 	WinAAttributes: 0x0
[    87.784] 	WinBAttributes: 0x0
[    87.784] 	WinGranularity: 0
[    87.784] 	WinSize: 0
[    87.784] 	WinASegment: 0x0
[    87.784] 	WinBSegment: 0x0
[    87.784] 	WinFuncPtr: 0x0
[    87.784] 	BytesPerScanline: 0
[    87.784] 	XResolution: 0
[    87.784] 	YResolution: 0
[    87.784] 	XCharSize: 0
[    87.784] 	YCharSize: 0
[    87.784] 	NumberOfPlanes: 0
[    87.784] 	BitsPerPixel: 0
[    87.784] 	NumberOfBanks: 0
[    87.784] 	MemoryModel: 0
[    87.784] 	BankSize: 0
[    87.784] 	NumberOfImages: 0
[    87.784] 	RedMaskSize: 0
[    87.784] 	RedFieldPosition: 0
[    87.784] 	GreenMaskSize: 0
[    87.784] 	GreenFieldPosition: 0
[    87.784] 	BlueMaskSize: 0
[    87.784] 	BlueFieldPosition: 0
[    87.784] 	RsvdMaskSize: 0
[    87.784] 	RsvdFieldPosition: 0
[    87.784] 	DirectColorModeInfo: 0
[    87.784] 	PhysBasePtr: 0x0
[    87.784] 	LinBytesPerScanLine: 0
[    87.784] 	BnkNumberOfImagePages: 0
[    87.784] 	LinNumberOfImagePages: 0
[    87.784] 	LinRedMaskSize: 0
[    87.784] 	LinRedFieldPosition: 0
[    87.784] 	LinGreenMaskSize: 0
[    87.784] 	LinGreenFieldPosition: 0
[    87.784] 	LinBlueMaskSize: 0
[    87.784] 	LinBlueFieldPosition: 0
[    87.784] 	LinRsvdMaskSize: 0
[    87.784] 	LinRsvdFieldPosition: 0
[    87.784] 	MaxPixelClock: 0
[    87.784] Mode: 11a (0x0)
[    87.784] 	ModeAttributes: 0x0
[    87.784] 	WinAAttributes: 0x0
[    87.784] 	WinBAttributes: 0x0
[    87.784] 	WinGranularity: 0
[    87.784] 	WinSize: 0
[    87.784] 	WinASegment: 0x0
[    87.784] 	WinBSegment: 0x0
[    87.784] 	WinFuncPtr: 0x0
[    87.784] 	BytesPerScanline: 0
[    87.784] 	XResolution: 0
[    87.784] 	YResolution: 0
[    87.784] 	XCharSize: 0
[    87.784] 	YCharSize: 0
[    87.784] 	NumberOfPlanes: 0
[    87.784] 	BitsPerPixel: 0
[    87.784] 	NumberOfBanks: 0
[    87.784] 	MemoryModel: 0
[    87.784] 	BankSize: 0
[    87.784] 	NumberOfImages: 0
[    87.784] 	RedMaskSize: 0
[    87.784] 	RedFieldPosition: 0
[    87.784] 	GreenMaskSize: 0
[    87.784] 	GreenFieldPosition: 0
[    87.784] 	BlueMaskSize: 0
[    87.784] 	BlueFieldPosition: 0
[    87.784] 	RsvdMaskSize: 0
[    87.784] 	RsvdFieldPosition: 0
[    87.784] 	DirectColorModeInfo: 0
[    87.784] 	PhysBasePtr: 0x0
[    87.784] 	LinBytesPerScanLine: 0
[    87.784] 	BnkNumberOfImagePages: 0
[    87.784] 	LinNumberOfImagePages: 0
[    87.784] 	LinRedMaskSize: 0
[    87.784] 	LinRedFieldPosition: 0
[    87.784] 	LinGreenMaskSize: 0
[    87.784] 	LinGreenFieldPosition: 0
[    87.784] 	LinBlueMaskSize: 0
[    87.784] 	LinBlueFieldPosition: 0
[    87.784] 	LinRsvdMaskSize: 0
[    87.784] 	LinRsvdFieldPosition: 0
[    87.784] 	MaxPixelClock: 0
[    87.784] Mode: 11b (0x0)
[    87.784] 	ModeAttributes: 0x0
[    87.784] 	WinAAttributes: 0x0
[    87.784] 	WinBAttributes: 0x0
[    87.784] 	WinGranularity: 0
[    87.784] 	WinSize: 0
[    87.784] 	WinASegment: 0x0
[    87.784] 	WinBSegment: 0x0
[    87.784] 	WinFuncPtr: 0x0
[    87.784] 	BytesPerScanline: 0
[    87.784] 	XResolution: 0
[    87.784] 	YResolution: 0
[    87.784] 	XCharSize: 0
[    87.784] 	YCharSize: 0
[    87.784] 	NumberOfPlanes: 0
[    87.784] 	BitsPerPixel: 0
[    87.784] 	NumberOfBanks: 0
[    87.784] 	MemoryModel: 0
[    87.784] 	BankSize: 0
[    87.784] 	NumberOfImages: 0
[    87.784] 	RedMaskSize: 0
[    87.784] 	RedFieldPosition: 0
[    87.784] 	GreenMaskSize: 0
[    87.784] 	GreenFieldPosition: 0
[    87.784] 	BlueMaskSize: 0
[    87.784] 	BlueFieldPosition: 0
[    87.784] 	RsvdMaskSize: 0
[    87.784] 	RsvdFieldPosition: 0
[    87.784] 	DirectColorModeInfo: 0
[    87.784] 	PhysBasePtr: 0x0
[    87.784] 	LinBytesPerScanLine: 0
[    87.784] 	BnkNumberOfImagePages: 0
[    87.784] 	LinNumberOfImagePages: 0
[    87.784] 	LinRedMaskSize: 0
[    87.784] 	LinRedFieldPosition: 0
[    87.784] 	LinGreenMaskSize: 0
[    87.784] 	LinGreenFieldPosition: 0
[    87.784] 	LinBlueMaskSize: 0
[    87.784] 	LinBlueFieldPosition: 0
[    87.784] 	LinRsvdMaskSize: 0
[    87.784] 	LinRsvdFieldPosition: 0
[    87.784] 	MaxPixelClock: 0
[    87.785] Mode: 105 (1024x768)
[    87.785] 	ModeAttributes: 0x9b
[    87.785] 	WinAAttributes: 0x7
[    87.785] 	WinBAttributes: 0x0
[    87.785] 	WinGranularity: 64
[    87.785] 	WinSize: 64
[    87.785] 	WinASegment: 0xa000
[    87.785] 	WinBSegment: 0x0
[    87.785] 	WinFuncPtr: 0xc0009133
[    87.785] 	BytesPerScanline: 1024
[    87.785] 	XResolution: 1024
[    87.785] 	YResolution: 768
[    87.785] 	XCharSize: 8
[    87.785] 	YCharSize: 16
[    87.785] 	NumberOfPlanes: 1
[    87.785] 	BitsPerPixel: 8
[    87.785] 	NumberOfBanks: 1
[    87.785] 	MemoryModel: 4
[    87.785] 	BankSize: 0
[    87.785] 	NumberOfImages: 84
[    87.785] 	RedMaskSize: 0
[    87.785] 	RedFieldPosition: 0
[    87.785] 	GreenMaskSize: 0
[    87.785] 	GreenFieldPosition: 0
[    87.785] 	BlueMaskSize: 0
[    87.785] 	BlueFieldPosition: 0
[    87.785] 	RsvdMaskSize: 0
[    87.785] 	RsvdFieldPosition: 0
[    87.785] 	DirectColorModeInfo: 0
[    87.785] 	PhysBasePtr: 0xe0000000
[    87.785] 	LinBytesPerScanLine: 1024
[    87.785] 	BnkNumberOfImagePages: 84
[    87.785] 	LinNumberOfImagePages: 84
[    87.785] 	LinRedMaskSize: 0
[    87.785] 	LinRedFieldPosition: 0
[    87.785] 	LinGreenMaskSize: 0
[    87.785] 	LinGreenFieldPosition: 0
[    87.785] 	LinBlueMaskSize: 0
[    87.785] 	LinBlueFieldPosition: 0
[    87.785] 	LinRsvdMaskSize: 0
[    87.785] 	LinRsvdFieldPosition: 0
[    87.785] 	MaxPixelClock: 230000000
[    87.785] Mode: 117 (1024x768)
[    87.785] 	ModeAttributes: 0x9b
[    87.785] 	WinAAttributes: 0x7
[    87.785] 	WinBAttributes: 0x0
[    87.785] 	WinGranularity: 64
[    87.785] 	WinSize: 64
[    87.785] 	WinASegment: 0xa000
[    87.785] 	WinBSegment: 0x0
[    87.785] 	WinFuncPtr: 0xc0009133
[    87.785] 	BytesPerScanline: 2048
[    87.785] 	XResolution: 1024
[    87.785] 	YResolution: 768
[    87.785] 	XCharSize: 8
[    87.785] 	YCharSize: 16
[    87.785] 	NumberOfPlanes: 1
[    87.785] 	BitsPerPixel: 16
[    87.785] 	NumberOfBanks: 1
[    87.785] 	MemoryModel: 6
[    87.785] 	BankSize: 0
[    87.785] 	NumberOfImages: 41
[    87.785] 	RedMaskSize: 5
[    87.785] 	RedFieldPosition: 11
[    87.785] 	GreenMaskSize: 6
[    87.785] 	GreenFieldPosition: 5
[    87.785] 	BlueMaskSize: 5
[    87.785] 	BlueFieldPosition: 0
[    87.785] 	RsvdMaskSize: 0
[    87.785] 	RsvdFieldPosition: 0
[    87.785] 	DirectColorModeInfo: 0
[    87.785] 	PhysBasePtr: 0xe0000000
[    87.785] 	LinBytesPerScanLine: 2048
[    87.785] 	BnkNumberOfImagePages: 41
[    87.785] 	LinNumberOfImagePages: 41
[    87.785] 	LinRedMaskSize: 5
[    87.785] 	LinRedFieldPosition: 11
[    87.785] 	LinGreenMaskSize: 6
[    87.785] 	LinGreenFieldPosition: 5
[    87.785] 	LinBlueMaskSize: 5
[    87.785] 	LinBlueFieldPosition: 0
[    87.785] 	LinRsvdMaskSize: 0
[    87.785] 	LinRsvdFieldPosition: 0
[    87.785] 	MaxPixelClock: 230000000
[    87.786] *Mode: 118 (1024x768)
[    87.786] 	ModeAttributes: 0x9b
[    87.786] 	WinAAttributes: 0x7
[    87.786] 	WinBAttributes: 0x0
[    87.786] 	WinGranularity: 64
[    87.786] 	WinSize: 64
[    87.786] 	WinASegment: 0xa000
[    87.786] 	WinBSegment: 0x0
[    87.786] 	WinFuncPtr: 0xc0009133
[    87.786] 	BytesPerScanline: 4096
[    87.786] 	XResolution: 1024
[    87.786] 	YResolution: 768
[    87.786] 	XCharSize: 8
[    87.786] 	YCharSize: 16
[    87.786] 	NumberOfPlanes: 1
[    87.786] 	BitsPerPixel: 32
[    87.786] 	NumberOfBanks: 1
[    87.786] 	MemoryModel: 6
[    87.786] 	BankSize: 0
[    87.786] 	NumberOfImages: 20
[    87.786] 	RedMaskSize: 8
[    87.786] 	RedFieldPosition: 16
[    87.786] 	GreenMaskSize: 8
[    87.786] 	GreenFieldPosition: 8
[    87.786] 	BlueMaskSize: 8
[    87.786] 	BlueFieldPosition: 0
[    87.786] 	RsvdMaskSize: 8
[    87.786] 	RsvdFieldPosition: 24
[    87.786] 	DirectColorModeInfo: 0
[    87.786] 	PhysBasePtr: 0xe0000000
[    87.786] 	LinBytesPerScanLine: 4096
[    87.786] 	BnkNumberOfImagePages: 20
[    87.786] 	LinNumberOfImagePages: 20
[    87.786] 	LinRedMaskSize: 8
[    87.786] 	LinRedFieldPosition: 16
[    87.786] 	LinGreenMaskSize: 8
[    87.786] 	LinGreenFieldPosition: 8
[    87.786] 	LinBlueMaskSize: 8
[    87.786] 	LinBlueFieldPosition: 0
[    87.786] 	LinRsvdMaskSize: 8
[    87.786] 	LinRsvdFieldPosition: 24
[    87.786] 	MaxPixelClock: 230000000
[    87.786] *Mode: 112 (640x480)
[    87.786] 	ModeAttributes: 0x9b
[    87.786] 	WinAAttributes: 0x7
[    87.786] 	WinBAttributes: 0x0
[    87.786] 	WinGranularity: 64
[    87.786] 	WinSize: 64
[    87.786] 	WinASegment: 0xa000
[    87.786] 	WinBSegment: 0x0
[    87.786] 	WinFuncPtr: 0xc0009133
[    87.786] 	BytesPerScanline: 2560
[    87.786] 	XResolution: 640
[    87.786] 	YResolution: 480
[    87.786] 	XCharSize: 8
[    87.786] 	YCharSize: 16
[    87.786] 	NumberOfPlanes: 1
[    87.786] 	BitsPerPixel: 32
[    87.786] 	NumberOfBanks: 1
[    87.786] 	MemoryModel: 6
[    87.786] 	BankSize: 0
[    87.786] 	NumberOfImages: 52
[    87.786] 	RedMaskSize: 8
[    87.786] 	RedFieldPosition: 16
[    87.787] 	GreenMaskSize: 8
[    87.787] 	GreenFieldPosition: 8
[    87.787] 	BlueMaskSize: 8
[    87.787] 	BlueFieldPosition: 0
[    87.787] 	RsvdMaskSize: 8
[    87.787] 	RsvdFieldPosition: 24
[    87.787] 	DirectColorModeInfo: 0
[    87.787] 	PhysBasePtr: 0xe0000000
[    87.787] 	LinBytesPerScanLine: 2560
[    87.787] 	BnkNumberOfImagePages: 52
[    87.787] 	LinNumberOfImagePages: 52
[    87.787] 	LinRedMaskSize: 8
[    87.787] 	LinRedFieldPosition: 16
[    87.787] 	LinGreenMaskSize: 8
[    87.787] 	LinGreenFieldPosition: 8
[    87.787] 	LinBlueMaskSize: 8
[    87.787] 	LinBlueFieldPosition: 0
[    87.787] 	LinRsvdMaskSize: 8
[    87.787] 	LinRsvdFieldPosition: 24
[    87.787] 	MaxPixelClock: 230000000
[    87.787] Mode: 114 (800x600)
[    87.787] 	ModeAttributes: 0x9b
[    87.787] 	WinAAttributes: 0x7
[    87.787] 	WinBAttributes: 0x0
[    87.787] 	WinGranularity: 64
[    87.787] 	WinSize: 64
[    87.787] 	WinASegment: 0xa000
[    87.787] 	WinBSegment: 0x0
[    87.787] 	WinFuncPtr: 0xc0009133
[    87.787] 	BytesPerScanline: 1600
[    87.787] 	XResolution: 800
[    87.787] 	YResolution: 600
[    87.787] 	XCharSize: 8
[    87.787] 	YCharSize: 16
[    87.787] 	NumberOfPlanes: 1
[    87.787] 	BitsPerPixel: 16
[    87.787] 	NumberOfBanks: 1
[    87.787] 	MemoryModel: 6
[    87.787] 	BankSize: 0
[    87.787] 	NumberOfImages: 67
[    87.787] 	RedMaskSize: 5
[    87.787] 	RedFieldPosition: 11
[    87.787] 	GreenMaskSize: 6
[    87.787] 	GreenFieldPosition: 5
[    87.787] 	BlueMaskSize: 5
[    87.787] 	BlueFieldPosition: 0
[    87.787] 	RsvdMaskSize: 0
[    87.787] 	RsvdFieldPosition: 0
[    87.787] 	DirectColorModeInfo: 0
[    87.787] 	PhysBasePtr: 0xe0000000
[    87.787] 	LinBytesPerScanLine: 1600
[    87.787] 	BnkNumberOfImagePages: 67
[    87.787] 	LinNumberOfImagePages: 67
[    87.787] 	LinRedMaskSize: 5
[    87.787] 	LinRedFieldPosition: 11
[    87.787] 	LinGreenMaskSize: 6
[    87.787] 	LinGreenFieldPosition: 5
[    87.787] 	LinBlueMaskSize: 5
[    87.787] 	LinBlueFieldPosition: 0
[    87.787] 	LinRsvdMaskSize: 0
[    87.787] 	LinRsvdFieldPosition: 0
[    87.787] 	MaxPixelClock: 230000000
[    87.787] *Mode: 115 (800x600)
[    87.787] 	ModeAttributes: 0x9b
[    87.787] 	WinAAttributes: 0x7
[    87.787] 	WinBAttributes: 0x0
[    87.787] 	WinGranularity: 64
[    87.787] 	WinSize: 64
[    87.787] 	WinASegment: 0xa000
[    87.787] 	WinBSegment: 0x0
[    87.788] 	WinFuncPtr: 0xc0009133
[    87.788] 	BytesPerScanline: 3200
[    87.788] 	XResolution: 800
[    87.788] 	YResolution: 600
[    87.788] 	XCharSize: 8
[    87.788] 	YCharSize: 16
[    87.788] 	NumberOfPlanes: 1
[    87.788] 	BitsPerPixel: 32
[    87.788] 	NumberOfBanks: 1
[    87.788] 	MemoryModel: 6
[    87.788] 	BankSize: 0
[    87.788] 	NumberOfImages: 33
[    87.788] 	RedMaskSize: 8
[    87.788] 	RedFieldPosition: 16
[    87.788] 	GreenMaskSize: 8
[    87.788] 	GreenFieldPosition: 8
[    87.788] 	BlueMaskSize: 8
[    87.788] 	BlueFieldPosition: 0
[    87.788] 	RsvdMaskSize: 8
[    87.788] 	RsvdFieldPosition: 24
[    87.788] 	DirectColorModeInfo: 0
[    87.788] 	PhysBasePtr: 0xe0000000
[    87.788] 	LinBytesPerScanLine: 3200
[    87.788] 	BnkNumberOfImagePages: 33
[    87.788] 	LinNumberOfImagePages: 33
[    87.788] 	LinRedMaskSize: 8
[    87.788] 	LinRedFieldPosition: 16
[    87.788] 	LinGreenMaskSize: 8
[    87.788] 	LinGreenFieldPosition: 8
[    87.788] 	LinBlueMaskSize: 8
[    87.788] 	LinBlueFieldPosition: 0
[    87.788] 	LinRsvdMaskSize: 8
[    87.788] 	LinRsvdFieldPosition: 24
[    87.788] 	MaxPixelClock: 230000000
[    87.788] Mode: 101 (640x480)
[    87.788] 	ModeAttributes: 0x9b
[    87.788] 	WinAAttributes: 0x7
[    87.788] 	WinBAttributes: 0x0
[    87.788] 	WinGranularity: 64
[    87.788] 	WinSize: 64
[    87.788] 	WinASegment: 0xa000
[    87.788] 	WinBSegment: 0x0
[    87.788] 	WinFuncPtr: 0xc0009133
[    87.788] 	BytesPerScanline: 640
[    87.788] 	XResolution: 640
[    87.788] 	YResolution: 480
[    87.788] 	XCharSize: 8
[    87.788] 	YCharSize: 16
[    87.788] 	NumberOfPlanes: 1
[    87.788] 	BitsPerPixel: 8
[    87.788] 	NumberOfBanks: 1
[    87.788] 	MemoryModel: 4
[    87.788] 	BankSize: 0
[    87.788] 	NumberOfImages: 203
[    87.788] 	RedMaskSize: 0
[    87.788] 	RedFieldPosition: 0
[    87.788] 	GreenMaskSize: 0
[    87.788] 	GreenFieldPosition: 0
[    87.788] 	BlueMaskSize: 0
[    87.788] 	BlueFieldPosition: 0
[    87.788] 	RsvdMaskSize: 0
[    87.788] 	RsvdFieldPosition: 0
[    87.788] 	DirectColorModeInfo: 0
[    87.788] 	PhysBasePtr: 0xe0000000
[    87.788] 	LinBytesPerScanLine: 640
[    87.788] 	BnkNumberOfImagePages: 203
[    87.788] 	LinNumberOfImagePages: 203
[    87.788] 	LinRedMaskSize: 0
[    87.788] 	LinRedFieldPosition: 0
[    87.788] 	LinGreenMaskSize: 0
[    87.788] 	LinGreenFieldPosition: 0
[    87.788] 	LinBlueMaskSize: 0
[    87.788] 	LinBlueFieldPosition: 0
[    87.788] 	LinRsvdMaskSize: 0
[    87.788] 	LinRsvdFieldPosition: 0
[    87.788] 	MaxPixelClock: 230000000
[    87.788] Mode: 103 (800x600)
[    87.788] 	ModeAttributes: 0x9b
[    87.788] 	WinAAttributes: 0x7
[    87.788] 	WinBAttributes: 0x0
[    87.788] 	WinGranularity: 64
[    87.788] 	WinSize: 64
[    87.788] 	WinASegment: 0xa000
[    87.788] 	WinBSegment: 0x0
[    87.788] 	WinFuncPtr: 0xc0009133
[    87.788] 	BytesPerScanline: 832
[    87.788] 	XResolution: 800
[    87.788] 	YResolution: 600
[    87.788] 	XCharSize: 8
[    87.788] 	YCharSize: 16
[    87.788] 	NumberOfPlanes: 1
[    87.788] 	BitsPerPixel: 8
[    87.788] 	NumberOfBanks: 1
[    87.788] 	MemoryModel: 4
[    87.788] 	BankSize: 0
[    87.788] 	NumberOfImages: 126
[    87.788] 	RedMaskSize: 0
[    87.788] 	RedFieldPosition: 0
[    87.788] 	GreenMaskSize: 0
[    87.788] 	GreenFieldPosition: 0
[    87.788] 	BlueMaskSize: 0
[    87.788] 	BlueFieldPosition: 0
[    87.788] 	RsvdMaskSize: 0
[    87.789] 	RsvdFieldPosition: 0
[    87.789] 	DirectColorModeInfo: 0
[    87.789] 	PhysBasePtr: 0xe0000000
[    87.789] 	LinBytesPerScanLine: 832
[    87.789] 	BnkNumberOfImagePages: 126
[    87.789] 	LinNumberOfImagePages: 126
[    87.789] 	LinRedMaskSize: 0
[    87.789] 	LinRedFieldPosition: 0
[    87.789] 	LinGreenMaskSize: 0
[    87.789] 	LinGreenFieldPosition: 0
[    87.789] 	LinBlueMaskSize: 0
[    87.789] 	LinBlueFieldPosition: 0
[    87.789] 	LinRsvdMaskSize: 0
[    87.789] 	LinRsvdFieldPosition: 0
[    87.789] 	MaxPixelClock: 230000000
[    87.789] Mode: 111 (640x480)
[    87.789] 	ModeAttributes: 0x9b
[    87.789] 	WinAAttributes: 0x7
[    87.789] 	WinBAttributes: 0x0
[    87.789] 	WinGranularity: 64
[    87.789] 	WinSize: 64
[    87.789] 	WinASegment: 0xa000
[    87.789] 	WinBSegment: 0x0
[    87.789] 	WinFuncPtr: 0xc0009133
[    87.789] 	BytesPerScanline: 1280
[    87.789] 	XResolution: 640
[    87.789] 	YResolution: 480
[    87.789] 	XCharSize: 8
[    87.789] 	YCharSize: 16
[    87.789] 	NumberOfPlanes: 1
[    87.789] 	BitsPerPixel: 16
[    87.789] 	NumberOfBanks: 1
[    87.789] 	MemoryModel: 6
[    87.789] 	BankSize: 0
[    87.789] 	NumberOfImages: 101
[    87.789] 	RedMaskSize: 5
[    87.789] 	RedFieldPosition: 11
[    87.789] 	GreenMaskSize: 6
[    87.789] 	GreenFieldPosition: 5
[    87.789] 	BlueMaskSize: 5
[    87.789] 	BlueFieldPosition: 0
[    87.789] 	RsvdMaskSize: 0
[    87.789] 	RsvdFieldPosition: 0
[    87.789] 	DirectColorModeInfo: 0
[    87.789] 	PhysBasePtr: 0xe0000000
[    87.789] 	LinBytesPerScanLine: 1280
[    87.789] 	BnkNumberOfImagePages: 101
[    87.789] 	LinNumberOfImagePages: 101
[    87.789] 	LinRedMaskSize: 5
[    87.789] 	LinRedFieldPosition: 11
[    87.789] 	LinGreenMaskSize: 6
[    87.789] 	LinGreenFieldPosition: 5
[    87.789] 	LinBlueMaskSize: 5
[    87.789] 	LinBlueFieldPosition: 0
[    87.789] 	LinRsvdMaskSize: 0
[    87.789] 	LinRsvdFieldPosition: 0
[    87.789] 	MaxPixelClock: 230000000
[    87.789] Mode: 17d (1366x768)
[    87.789] 	ModeAttributes: 0x9b
[    87.789] 	WinAAttributes: 0x7
[    87.789] 	WinBAttributes: 0x0
[    87.789] 	WinGranularity: 64
[    87.789] 	WinSize: 64
[    87.789] 	WinASegment: 0xa000
[    87.789] 	WinBSegment: 0x0
[    87.789] 	WinFuncPtr: 0xc0009133
[    87.789] 	BytesPerScanline: 1408
[    87.789] 	XResolution: 1366
[    87.789] 	YResolution: 768
[    87.789] 	XCharSize: 8
[    87.789] 	YCharSize: 16
[    87.789] 	NumberOfPlanes: 1
[    87.789] 	BitsPerPixel: 8
[    87.789] 	NumberOfBanks: 1
[    87.789] 	MemoryModel: 4
[    87.789] 	BankSize: 0
[    87.789] 	NumberOfImages: 59
[    87.789] 	RedMaskSize: 0
[    87.789] 	RedFieldPosition: 0
[    87.789] 	GreenMaskSize: 0
[    87.789] 	GreenFieldPosition: 0
[    87.789] 	BlueMaskSize: 0
[    87.789] 	BlueFieldPosition: 0
[    87.789] 	RsvdMaskSize: 0
[    87.790] 	RsvdFieldPosition: 0
[    87.790] 	DirectColorModeInfo: 0
[    87.790] 	PhysBasePtr: 0xe0000000
[    87.790] 	LinBytesPerScanLine: 1408
[    87.790] 	BnkNumberOfImagePages: 59
[    87.790] 	LinNumberOfImagePages: 59
[    87.790] 	LinRedMaskSize: 0
[    87.790] 	LinRedFieldPosition: 0
[    87.790] 	LinGreenMaskSize: 0
[    87.790] 	LinGreenFieldPosition: 0
[    87.790] 	LinBlueMaskSize: 0
[    87.790] 	LinBlueFieldPosition: 0
[    87.790] 	LinRsvdMaskSize: 0
[    87.790] 	LinRsvdFieldPosition: 0
[    87.790] 	MaxPixelClock: 230000000
[    87.790] Mode: 17e (1366x768)
[    87.790] 	ModeAttributes: 0x9b
[    87.790] 	WinAAttributes: 0x7
[    87.790] 	WinBAttributes: 0x0
[    87.790] 	WinGranularity: 64
[    87.790] 	WinSize: 64
[    87.790] 	WinASegment: 0xa000
[    87.790] 	WinBSegment: 0x0
[    87.790] 	WinFuncPtr: 0xc0009133
[    87.790] 	BytesPerScanline: 2752
[    87.790] 	XResolution: 1366
[    87.790] 	YResolution: 768
[    87.790] 	XCharSize: 8
[    87.790] 	YCharSize: 16
[    87.790] 	NumberOfPlanes: 1
[    87.790] 	BitsPerPixel: 16
[    87.790] 	NumberOfBanks: 1
[    87.790] 	MemoryModel: 6
[    87.790] 	BankSize: 0
[    87.790] 	NumberOfImages: 30
[    87.790] 	RedMaskSize: 5
[    87.790] 	RedFieldPosition: 11
[    87.790] 	GreenMaskSize: 6
[    87.790] 	GreenFieldPosition: 5
[    87.790] 	BlueMaskSize: 5
[    87.790] 	BlueFieldPosition: 0
[    87.790] 	RsvdMaskSize: 0
[    87.790] 	RsvdFieldPosition: 0
[    87.790] 	DirectColorModeInfo: 0
[    87.790] 	PhysBasePtr: 0xe0000000
[    87.790] 	LinBytesPerScanLine: 2752
[    87.790] 	BnkNumberOfImagePages: 30
[    87.790] 	LinNumberOfImagePages: 30
[    87.790] 	LinRedMaskSize: 5
[    87.790] 	LinRedFieldPosition: 11
[    87.790] 	LinGreenMaskSize: 6
[    87.790] 	LinGreenFieldPosition: 5
[    87.790] 	LinBlueMaskSize: 5
[    87.790] 	LinBlueFieldPosition: 0
[    87.790] 	LinRsvdMaskSize: 0
[    87.790] 	LinRsvdFieldPosition: 0
[    87.790] 	MaxPixelClock: 230000000
[    87.790] *Mode: 17f (1366x768)
[    87.790] 	ModeAttributes: 0x9b
[    87.790] 	WinAAttributes: 0x7
[    87.790] 	WinBAttributes: 0x0
[    87.790] 	WinGranularity: 64
[    87.790] 	WinSize: 64
[    87.790] 	WinASegment: 0xa000
[    87.790] 	WinBSegment: 0x0
[    87.790] 	WinFuncPtr: 0xc0009133
[    87.790] 	BytesPerScanline: 5504
[    87.790] 	XResolution: 1366
[    87.790] 	YResolution: 768
[    87.790] 	XCharSize: 8
[    87.790] 	YCharSize: 16
[    87.790] 	NumberOfPlanes: 1
[    87.790] 	BitsPerPixel: 32
[    87.790] 	NumberOfBanks: 1
[    87.791] 	MemoryModel: 6
[    87.791] 	BankSize: 0
[    87.791] 	NumberOfImages: 14
[    87.791] 	RedMaskSize: 8
[    87.791] 	RedFieldPosition: 16
[    87.791] 	GreenMaskSize: 8
[    87.791] 	GreenFieldPosition: 8
[    87.791] 	BlueMaskSize: 8
[    87.791] 	BlueFieldPosition: 0
[    87.791] 	RsvdMaskSize: 8
[    87.791] 	RsvdFieldPosition: 24
[    87.791] 	DirectColorModeInfo: 0
[    87.791] 	PhysBasePtr: 0xe0000000
[    87.791] 	LinBytesPerScanLine: 5504
[    87.791] 	BnkNumberOfImagePages: 14
[    87.791] 	LinNumberOfImagePages: 14
[    87.791] 	LinRedMaskSize: 8
[    87.791] 	LinRedFieldPosition: 16
[    87.791] 	LinGreenMaskSize: 8
[    87.791] 	LinGreenFieldPosition: 8
[    87.791] 	LinBlueMaskSize: 8
[    87.791] 	LinBlueFieldPosition: 0
[    87.791] 	LinRsvdMaskSize: 8
[    87.791] 	LinRsvdFieldPosition: 24
[    87.791] 	MaxPixelClock: 230000000
[    87.791] 
[    87.791] (II) VESA(0): Total Memory: 1023 64KB banks (65472kB)
[    87.791] (II) VESA(0): <default monitor>: Using hsync value of 47.53 kHz
[    87.791] (II) VESA(0): <default monitor>: Using vrefresh value of 60.02 Hz
[    87.791] (WW) VESA(0): Unable to estimate virtual size
[    87.791] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    87.791] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    87.791] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    87.791] (II) VESA(0): Virtual size is 1368x768 (pitch 1368)
[    87.791] (**) VESA(0): *Built-in mode "1366x768"
[    87.791] (**) VESA(0): Display dimensions: (280, 160) mm
[    87.791] (**) VESA(0): DPI set to (124, 121)
[    87.791] (**) VESA(0): Using "Shadow Framebuffer"
[    87.791] (II) Loading sub module "shadow"
[    87.791] (II) LoadModule: "shadow"
[    87.791] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    87.792] (II) Module shadow: vendor="X.Org Foundation"
[    87.792] 	compiled for 1.20.13, module version = 1.1.0
[    87.792] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    87.792] (II) Loading sub module "fb"
[    87.792] (II) LoadModule: "fb"
[    87.792] (II) Loading /usr/lib/xorg/modules/libfb.so
[    87.794] (II) Module fb: vendor="X.Org Foundation"
[    87.794] 	compiled for 1.20.13, module version = 1.0.0
[    87.794] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    87.794] (II) Loading sub module "int10"
[    87.794] (II) LoadModule: "int10"
[    87.794] (II) Loading /usr/lib/xorg/modules/libint10.so
[    87.794] (II) Module int10: vendor="X.Org Foundation"
[    87.794] 	compiled for 1.20.13, module version = 1.0.0
[    87.794] 	ABI class: X.Org Video Driver, version 24.1
[    87.794] (II) VESA(0): initializing int10
[    87.794] (II) VESA(0): Bad V_BIOS checksum
[    87.794] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    87.795] (II) VESA(0): VESA BIOS detected
[    87.795] (II) VESA(0): VESA VBE Version 3.0
[    87.795] (II) VESA(0): VESA VBE Total Mem: 65472 kB
[    87.795] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
[    87.795] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    87.795] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    87.795] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
[    87.795] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    87.795] (II) VESA(0): virtual address = 0x7f62e2d60000, VGAbase = 0x7f62e6e99000
	physical address = 0xe0000000, size = 67043328
[    87.802] (II) VESA(0): Setting up VESA Mode 0x17F (1366x768)
[    87.876] (==) VESA(0): Default visual is TrueColor
[    87.878] (==) VESA(0): Backing store enabled
[    87.879] (==) VESA(0): DPMS enabled
[    87.880] (II) Initializing extension Generic Event Extension
[    87.880] (II) Initializing extension SHAPE
[    87.881] (II) Initializing extension MIT-SHM
[    87.881] (II) Initializing extension XInputExtension
[    87.882] (II) Initializing extension XTEST
[    87.882] (II) Initializing extension BIG-REQUESTS
[    87.882] (II) Initializing extension SYNC
[    87.882] (II) Initializing extension XKEYBOARD
[    87.882] (II) Initializing extension XC-MISC
[    87.882] (II) Initializing extension SECURITY
[    87.882] (II) Initializing extension XFIXES
[    87.882] (II) Initializing extension RENDER
[    87.882] (II) Initializing extension RANDR
[    87.882] (II) Initializing extension COMPOSITE
[    87.883] (II) Initializing extension DAMAGE
[    87.883] (II) Initializing extension MIT-SCREEN-SAVER
[    87.883] (II) Initializing extension DOUBLE-BUFFER
[    87.883] (II) Initializing extension RECORD
[    87.883] (II) Initializing extension DPMS
[    87.883] (II) Initializing extension Present
[    87.883] (II) Initializing extension DRI3
[    87.883] (II) Initializing extension X-Resource
[    87.883] (II) Initializing extension XVideo
[    87.883] (II) Initializing extension XVideo-MotionCompensation
[    87.883] (II) Initializing extension SELinux
[    87.883] (II) SELinux: Disabled on system
[    87.883] (II) Initializing extension GLX
[    87.884] (II) AIGLX: Screen 0 is not DRI2 capable
[    87.997] (II) IGLX: Loaded and initialized swrast
[    87.997] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    87.997] (II) Initializing extension XFree86-VidModeExtension
[    87.997] (II) Initializing extension XFree86-DGA
[    87.997] (II) Initializing extension XFree86-DRI
[    87.997] (II) Initializing extension DRI2
[    88.054] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    88.054] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    88.054] (II) LoadModule: "libinput"
[    88.055] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    88.060] (II) Module libinput: vendor="X.Org Foundation"
[    88.060] 	compiled for 1.20.4, module version = 0.29.0
[    88.060] 	Module class: X.Org XInput Driver
[    88.060] 	ABI class: X.Org XInput driver, version 24.1
[    88.060] (II) Using input driver 'libinput' for 'Power Button'
[    88.060] (**) Power Button: always reports core events
[    88.060] (**) Option "Device" "/dev/input/event2"
[    88.062] (**) Option "_source" "server/udev"
[    88.068] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    88.068] (II) event2  - Power Button: device is a keyboard
[    88.068] (II) event2  - Power Button: device removed
[    88.087] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    88.087] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    88.087] (**) Option "xkb_layout" "fr,be"
[    88.088] (**) Option "xkb_variant" "oss,"
[    88.113] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    88.113] (II) event2  - Power Button: device is a keyboard
[    88.114] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    88.114] (II) No input driver specified, ignoring this device.
[    88.114] (II) This device may have been added with another device file.
[    88.114] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    88.114] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    88.114] (II) Using input driver 'libinput' for 'Sleep Button'
[    88.114] (**) Sleep Button: always reports core events
[    88.114] (**) Option "Device" "/dev/input/event1"
[    88.114] (**) Option "_source" "server/udev"
[    88.115] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    88.115] (II) event1  - Sleep Button: device is a keyboard
[    88.115] (II) event1  - Sleep Button: device removed
[    88.131] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    88.131] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    88.131] (**) Option "xkb_layout" "fr,be"
[    88.131] (**) Option "xkb_variant" "oss,"
[    88.132] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    88.133] (II) event1  - Sleep Button: device is a keyboard
[    88.133] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event6)
[    88.133] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    88.133] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    88.133] (**) Integrated Camera: Integrated C: always reports core events
[    88.133] (**) Option "Device" "/dev/input/event6"
[    88.133] (**) Option "_source" "server/udev"
[    88.135] (II) event6  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    88.135] (II) event6  - Integrated Camera: Integrated C: device is a keyboard
[    88.135] (II) event6  - Integrated Camera: Integrated C: device removed
[    88.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input8/event6"
[    88.171] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 8)
[    88.171] (**) Option "xkb_layout" "fr,be"
[    88.171] (**) Option "xkb_variant" "oss,"
[    88.173] (II) event6  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    88.173] (II) event6  - Integrated Camera: Integrated C: device is a keyboard
[    88.173] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[    88.173] (II) No input driver specified, ignoring this device.
[    88.173] (II) This device may have been added with another device file.
[    88.174] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    88.174] (II) No input driver specified, ignoring this device.
[    88.174] (II) This device may have been added with another device file.
[    88.174] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[    88.174] (II) No input driver specified, ignoring this device.
[    88.174] (II) This device may have been added with another device file.
[    88.174] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[    88.174] (II) No input driver specified, ignoring this device.
[    88.174] (II) This device may have been added with another device file.
[    88.175] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    88.175] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    88.175] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    88.175] (**) AT Translated Set 2 keyboard: always reports core events
[    88.175] (**) Option "Device" "/dev/input/event3"
[    88.175] (**) Option "_source" "server/udev"
[    88.176] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    88.176] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    88.176] (II) event3  - AT Translated Set 2 keyboard: device removed
[    88.203] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    88.203] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    88.203] (**) Option "xkb_layout" "fr,be"
[    88.203] (**) Option "xkb_variant" "oss,"
[    88.205] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    88.205] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    88.206] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[    88.206] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    88.206] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    88.206] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    88.206] (**) Option "Device" "/dev/input/event4"
[    88.206] (**) Option "_source" "server/udev"
[    88.207] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    88.208] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    88.208] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    88.251] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    88.251] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
[    88.252] (**) Option "AccelerationScheme" "none"
[    88.253] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    88.253] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    88.253] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    88.254] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    88.255] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    88.255] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    88.255] (II) No input driver specified, ignoring this device.
[    88.255] (II) This device may have been added with another device file.
[    88.258] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    88.258] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    88.258] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    88.258] (**) ThinkPad Extra Buttons: always reports core events
[    88.258] (**) Option "Device" "/dev/input/event5"
[    88.258] (**) Option "_source" "server/udev"
[    88.258] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    88.258] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    88.259] (II) event5  - ThinkPad Extra Buttons: device removed
[    88.275] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
[    88.275] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
[    88.275] (**) Option "xkb_layout" "fr,be"
[    88.275] (**) Option "xkb_variant" "oss,"
[    88.276] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    88.277] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   113.007] (II) event2  - Power Button: device removed
[   113.023] (II) event1  - Sleep Button: device removed
[   113.039] (II) event6  - Integrated Camera: Integrated C: device removed
[   113.071] (II) event3  - AT Translated Set 2 keyboard: device removed
[   113.087] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[   113.119] (II) event5  - ThinkPad Extra Buttons: device removed
[   116.669] (II) VESA(0): Setting up VESA Mode 0x17F (1366x768)
[   116.745] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   116.745] (II) event2  - Power Button: device is a keyboard
[   116.746] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   116.746] (II) event1  - Sleep Button: device is a keyboard
[   116.747] (II) event6  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   116.747] (II) event6  - Integrated Camera: Integrated C: device is a keyboard
[   116.748] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   116.748] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   116.749] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   116.750] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   116.751] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   116.751] (II) event5  - ThinkPad Extra Buttons: device is a keyboard

Merci d'avance pour votre aide !

Dernière modification par Kad le fou (Le 25/08/2022, à 15:19)

Hors ligne

#2 Le 23/06/2022, à 17:31

inbox

Re : [RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Salut,

Ça ressemble à un problème de connectique écran. Tu peux appuyer sur le bas de l'écran en dessous de la zone qui affiche la bande grise, pour voir si cela s'arrête. Tu peux aussi vérifier au niveau des charnières de l'écran en changeant la position de l'écran et en appuyant à divers endroit de la charnière.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 23/06/2022, à 17:55

Kad le fou

Re : [RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Salut et merci pour ta réponse!

Dans la mesure où ça fait ça sur certains programmes et pas sur d'autres (pas sur Kdenlive, pas quand je regarde une vidéo vlc ou youtube en plein écran), je partirais plutôt sur la piste d'un problème logiciel, non ?

Edit: bon j'ai rien dit, quand je joue un peu avec l'inclinaison de l'écran ça semble avoir un impact sur la zone grise (qui se met que sur les zones blanches de l'écran d'ailleurs).

Dernière modification par Kad le fou (Le 23/06/2022, à 18:15)

Hors ligne

#4 Le 23/06/2022, à 21:49

inbox

Re : [RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Au fait, il  n'y a pas de bande grise sur l'image que tu as indiqué.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#5 Le 26/06/2022, à 11:57

Kad le fou

Re : [RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Ah ben oui, moi j'avais l'impression que si mais c'est parce que la bande grise passait sur l'image wink

Bon ben je vais vérifier la connectique, merci en tout cas !

Hors ligne

#6 Le 25/08/2022, à 15:18

Kad le fou

Re : [RÉSOLU]Glitch rectangulaire sur une zone de l'écran

Bon, petit retour. J'ai changé le câble LVDS, qui connecte l'écran à la carte-mère. Le problème a persisté. J'ai testé avec l'écran LCD d'un autre portable et là plus de problème. Je vais donc changer d'écran et clôturer ce sujet !

Hors ligne