You are not logged in.

#1 2022-03-23 00:09:27

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Configure Xorg display resolution

I using the vesa driver (xf86-video-vesa). Unfortunately, I can't use the ATI driver, because it needs KMS. I must boot my computer with "nomodeset". fbdev (xf86-video-fbdev) doesn't work either, probably for lack of KMS as well.

This is the output from xrandr:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1400 x 1050, maximum 1400 x 1050
default connected 1400x1050+0+0 0mm x 0mm
   1400x1050      0.00* 
   1280x1024      0.00  
   1280x960       0.00  
   1152x864       0.00  
   1024x768       0.00  
   800x600        0.00

(What's the first line about? Every xrandr output has that.)

I've tried to configure the resolution:

/etc/X11/xorg.conf.d/90-monitor.conf

Section "Monitor"
	Identifier	"<default monitor>"
	DisplaySize	345 194
	Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120
EndSection

But it seems to be ignored. I've got the modeline from cvt. I've tried other modelines as well, e.g. 1600x900 or 1280x720 or 1280x1024. No effect whatsoever.

This is my full Xorg.0.log:

[  1723.652] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  1723.728] Current Operating System: Linux P150HM 5.16.15-arch1-1 #1 SMP PREEMPT Thu, 17 Mar 2022 00:30:09 +0000 x86_64
[  1723.728] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f7881804-8793-4e17-9905-f6e0aa8bd56e rw loglevel=3 nomodeset
[  1723.779]  
[  1723.804] Current version of pixman: 0.40.0
[  1723.855] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1723.855] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1723.955] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 22 12:13:28 2022
[  1723.980] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1724.005] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1724.005] (==) No Layout section.  Using the first Screen section.
[  1724.005] (==) No screen section available. Using defaults.
[  1724.005] (**) |-->Screen "Default Screen Section" (0)
[  1724.005] (**) |   |-->Monitor "<default monitor>"
[  1724.005] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1724.005] (==) Automatically adding devices
[  1724.005] (==) Automatically enabling devices
[  1724.005] (==) Automatically adding GPU devices
[  1724.005] (==) Automatically binding GPU devices
[  1724.005] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1724.005] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1724.005] 	Entry deleted from font path.
[  1724.005] (==) FontPath set to:
	
[  1724.005] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1724.005] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1724.005] (II) Module ABI versions:
[  1724.005] 	X.Org ANSI C Emulation: 0.4
[  1724.005] 	X.Org Video Driver: 25.2
[  1724.005] 	X.Org XInput driver : 24.4
[  1724.005] 	X.Org Server Extension : 10.0
[  1724.007] (++) using VT number 1

[  1724.011] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1724.014] (--) PCI:*(1@0:0:0) 1002:6720:1558:5102 rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  1724.014] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1724.014] (II) LoadModule: "glx"
[  1724.014] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1724.016] (II) Module glx: vendor="X.Org Foundation"
[  1724.016] 	compiled for 1.21.1.3, module version = 1.0.0
[  1724.016] 	ABI class: X.Org Server Extension, version 10.0
[  1724.016] (==) Matched ati as autoconfigured driver 0
[  1724.016] (==) Matched modesetting as autoconfigured driver 1
[  1724.016] (==) Matched fbdev as autoconfigured driver 2
[  1724.016] (==) Matched vesa as autoconfigured driver 3
[  1724.016] (==) Assigned the driver to the xf86ConfigLayout
[  1724.016] (II) LoadModule: "ati"
[  1724.016] (WW) Warning, couldn't open module ati
[  1724.016] (EE) Failed to load module "ati" (module does not exist, 0)
[  1724.016] (II) LoadModule: "modesetting"
[  1724.016] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1724.017] (II) Module modesetting: vendor="X.Org Foundation"
[  1724.017] 	compiled for 1.21.1.3, module version = 1.21.1
[  1724.017] 	Module class: X.Org Video Driver
[  1724.017] 	ABI class: X.Org Video Driver, version 25.2
[  1724.017] (II) LoadModule: "fbdev"
[  1724.017] (WW) Warning, couldn't open module fbdev
[  1724.017] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1724.017] (II) LoadModule: "vesa"
[  1724.017] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1724.017] (II) Module vesa: vendor="X.Org Foundation"
[  1724.017] 	compiled for 1.21.1.1, module version = 2.5.0
[  1724.017] 	Module class: X.Org Video Driver
[  1724.017] 	ABI class: X.Org Video Driver, version 25.2
[  1724.017] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1724.017] (II) VESA: driver for VESA chipsets: vesa
[  1724.017] (EE) open /dev/dri/card0: No such file or directory
[  1724.017] (WW) Falling back to old probe method for modesetting
[  1724.017] (EE) open /dev/dri/card0: No such file or directory
[  1724.017] (EE) Screen 0 deleted because of no matching config section.
[  1724.017] (II) UnloadModule: "modesetting"
[  1724.017] (II) Loading sub module "vbe"
[  1724.017] (II) LoadModule: "vbe"
[  1724.017] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1724.017] (II) Module int10: vendor="X.Org Foundation"
[  1724.017] 	compiled for 1.21.1.3, module version = 1.0.0
[  1724.017] 	ABI class: X.Org Video Driver, version 25.2
[  1724.017] (II) Loading sub module "int10"
[  1724.017] (II) LoadModule: "int10"
[  1724.018] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1724.018] (II) Module int10: vendor="X.Org Foundation"
[  1724.018] 	compiled for 1.21.1.3, module version = 1.0.0
[  1724.018] 	ABI class: X.Org Video Driver, version 25.2
[  1724.018] (II) VESA(0): initializing int10
[  1724.018] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  1724.018] (II) VESA(0): VESA BIOS detected
[  1724.018] (II) VESA(0): VESA VBE Version 3.0
[  1724.018] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[  1724.018] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[  1724.018] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[  1724.018] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[  1724.018] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[  1724.018] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[  1724.036] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1724.036] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[  1724.036] (==) VESA(0): RGB weight 888
[  1724.036] (==) VESA(0): Default visual is TrueColor
[  1724.036] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1724.036] (II) Loading sub module "ddc"
[  1724.036] (II) LoadModule: "ddc"
[  1724.036] (II) Module "ddc" already built-in
[  1724.036] (II) VESA(0): VESA VBE DDC supported
[  1724.036] (II) VESA(0): VESA VBE DDC Level 2
[  1724.036] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[  1724.090] (II) VESA(0): VESA VBE DDC read successfully
[  1724.090] (II) VESA(0): Manufacturer: LGD  Model: 1fb  Serial#: 0
[  1724.090] (II) VESA(0): Year: 2009  Week: 0
[  1724.090] (II) VESA(0): EDID Version: 1.3
[  1724.090] (II) VESA(0): Digital Display Input
[  1724.090] (II) VESA(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[  1724.090] (II) VESA(0): Gamma: 2.20
[  1724.090] (II) VESA(0): No DPMS capabilities specified
[  1724.090] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1724.090] (II) VESA(0): First detailed timing is preferred mode
[  1724.090] (II) VESA(0): redX: 0.621 redY: 0.352   greenX: 0.314 greenY: 0.586
[  1724.090] (II) VESA(0): blueX: 0.147 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[  1724.090] (II) VESA(0): Manufacturer's mask: 0
[  1724.090] (II) VESA(0): Supported detailed timing:
[  1724.090] (II) VESA(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[  1724.091] (II) VESA(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  1724.091] (II) VESA(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[  1724.091] (II) VESA(0):  LG Display
[  1724.091] (II) VESA(0):  LP156WF1-TLE1
[  1724.091] (II) VESA(0): EDID (in hex):
[  1724.091] (II) VESA(0): 	00ffffffffffff0030e4fb0100000000
[  1724.091] (II) VESA(0): 	00130103802313780a08d59f5a509625
[  1724.091] (II) VESA(0): 	1e505400000001010101010101010101
[  1724.091] (II) VESA(0): 	0101010101011a3680a070381f403020
[  1724.091] (II) VESA(0): 	350059c2100000190000000000000000
[  1724.091] (II) VESA(0): 	00000000000000000000000000fe004c
[  1724.091] (II) VESA(0): 	4720446973706c61790a2020000000fe
[  1724.091] (II) VESA(0): 	004c503135365746312d544c4531009c
[  1724.091] (II) VESA(0): EDID vendor "LGD", prod id 507
[  1724.091] (II) VESA(0): Printing DDC gathered Modelines:
[  1724.091] (II) VESA(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[  1724.091] (II) VESA(0): Searching for matching VESA mode(s):
[  1724.091] Mode: 100 (640x400)
[  1724.091] 	ModeAttributes: 0xbb
[  1724.091] 	WinAAttributes: 0x7
[  1724.091] 	WinBAttributes: 0x0
[  1724.091] 	WinGranularity: 64
[  1724.091] 	WinSize: 64
[  1724.091] 	WinASegment: 0xa000
[  1724.091] 	WinBSegment: 0x0
[  1724.091] 	WinFuncPtr: 0xc00051d3
[  1724.091] 	BytesPerScanline: 640
[  1724.091] 	XResolution: 640
[  1724.091] 	YResolution: 400
[  1724.091] 	XCharSize: 8
[  1724.091] 	YCharSize: 16
[  1724.091] 	NumberOfPlanes: 1
[  1724.091] 	BitsPerPixel: 8
[  1724.091] 	NumberOfBanks: 1
[  1724.091] 	MemoryModel: 4
[  1724.091] 	BankSize: 0
[  1724.091] 	NumberOfImages: 63
[  1724.091] 	RedMaskSize: 0
[  1724.091] 	RedFieldPosition: 0
[  1724.091] 	GreenMaskSize: 0
[  1724.091] 	GreenFieldPosition: 0
[  1724.091] 	BlueMaskSize: 0
[  1724.091] 	BlueFieldPosition: 0
[  1724.091] 	RsvdMaskSize: 0
[  1724.091] 	RsvdFieldPosition: 0
[  1724.091] 	DirectColorModeInfo: 0
[  1724.091] 	PhysBasePtr: 0xe0000000
[  1724.091] 	LinBytesPerScanLine: 640
[  1724.091] 	BnkNumberOfImagePages: 63
[  1724.091] 	LinNumberOfImagePages: 63
[  1724.091] 	LinRedMaskSize: 0
[  1724.091] 	LinRedFieldPosition: 0
[  1724.091] 	LinGreenMaskSize: 0
[  1724.091] 	LinGreenFieldPosition: 0
[  1724.091] 	LinBlueMaskSize: 0
[  1724.091] 	LinBlueFieldPosition: 0
[  1724.091] 	LinRsvdMaskSize: 0
[  1724.091] 	LinRsvdFieldPosition: 0
[  1724.091] 	MaxPixelClock: 400000000
[  1724.092] Mode: 101 (640x480)
[  1724.092] 	ModeAttributes: 0xbb
[  1724.092] 	WinAAttributes: 0x7
[  1724.092] 	WinBAttributes: 0x0
[  1724.092] 	WinGranularity: 64
[  1724.092] 	WinSize: 64
[  1724.092] 	WinASegment: 0xa000
[  1724.092] 	WinBSegment: 0x0
[  1724.092] 	WinFuncPtr: 0xc00051d3
[  1724.092] 	BytesPerScanline: 640
[  1724.092] 	XResolution: 640
[  1724.092] 	YResolution: 480
[  1724.092] 	XCharSize: 8
[  1724.092] 	YCharSize: 16
[  1724.092] 	NumberOfPlanes: 1
[  1724.092] 	BitsPerPixel: 8
[  1724.092] 	NumberOfBanks: 1
[  1724.092] 	MemoryModel: 4
[  1724.092] 	BankSize: 0
[  1724.092] 	NumberOfImages: 50
[  1724.092] 	RedMaskSize: 0
[  1724.092] 	RedFieldPosition: 0
[  1724.092] 	GreenMaskSize: 0
[  1724.092] 	GreenFieldPosition: 0
[  1724.092] 	BlueMaskSize: 0
[  1724.092] 	BlueFieldPosition: 0
[  1724.092] 	RsvdMaskSize: 0
[  1724.092] 	RsvdFieldPosition: 0
[  1724.092] 	DirectColorModeInfo: 0
[  1724.092] 	PhysBasePtr: 0xe0000000
[  1724.092] 	LinBytesPerScanLine: 640
[  1724.092] 	BnkNumberOfImagePages: 50
[  1724.092] 	LinNumberOfImagePages: 50
[  1724.092] 	LinRedMaskSize: 0
[  1724.092] 	LinRedFieldPosition: 0
[  1724.092] 	LinGreenMaskSize: 0
[  1724.092] 	LinGreenFieldPosition: 0
[  1724.092] 	LinBlueMaskSize: 0
[  1724.092] 	LinBlueFieldPosition: 0
[  1724.092] 	LinRsvdMaskSize: 0
[  1724.092] 	LinRsvdFieldPosition: 0
[  1724.092] 	MaxPixelClock: 400000000
[  1724.092] Mode: 103 (800x600)
[  1724.092] 	ModeAttributes: 0xbb
[  1724.092] 	WinAAttributes: 0x7
[  1724.092] 	WinBAttributes: 0x0
[  1724.092] 	WinGranularity: 64
[  1724.092] 	WinSize: 64
[  1724.092] 	WinASegment: 0xa000
[  1724.092] 	WinBSegment: 0x0
[  1724.092] 	WinFuncPtr: 0xc00051d3
[  1724.092] 	BytesPerScanline: 832
[  1724.092] 	XResolution: 800
[  1724.092] 	YResolution: 600
[  1724.092] 	XCharSize: 8
[  1724.092] 	YCharSize: 14
[  1724.092] 	NumberOfPlanes: 1
[  1724.092] 	BitsPerPixel: 8
[  1724.092] 	NumberOfBanks: 1
[  1724.092] 	MemoryModel: 4
[  1724.092] 	BankSize: 0
[  1724.092] 	NumberOfImages: 31
[  1724.092] 	RedMaskSize: 0
[  1724.092] 	RedFieldPosition: 0
[  1724.092] 	GreenMaskSize: 0
[  1724.092] 	GreenFieldPosition: 0
[  1724.092] 	BlueMaskSize: 0
[  1724.092] 	BlueFieldPosition: 0
[  1724.092] 	RsvdMaskSize: 0
[  1724.092] 	RsvdFieldPosition: 0
[  1724.092] 	DirectColorModeInfo: 0
[  1724.092] 	PhysBasePtr: 0xe0000000
[  1724.092] 	LinBytesPerScanLine: 832
[  1724.092] 	BnkNumberOfImagePages: 31
[  1724.092] 	LinNumberOfImagePages: 31
[  1724.092] 	LinRedMaskSize: 0
[  1724.092] 	LinRedFieldPosition: 0
[  1724.092] 	LinGreenMaskSize: 0
[  1724.092] 	LinGreenFieldPosition: 0
[  1724.092] 	LinBlueMaskSize: 0
[  1724.092] 	LinBlueFieldPosition: 0
[  1724.092] 	LinRsvdMaskSize: 0
[  1724.092] 	LinRsvdFieldPosition: 0
[  1724.092] 	MaxPixelClock: 400000000
[  1724.093] Mode: 105 (1024x768)
[  1724.093] 	ModeAttributes: 0xbb
[  1724.093] 	WinAAttributes: 0x7
[  1724.093] 	WinBAttributes: 0x0
[  1724.093] 	WinGranularity: 64
[  1724.093] 	WinSize: 64
[  1724.093] 	WinASegment: 0xa000
[  1724.093] 	WinBSegment: 0x0
[  1724.093] 	WinFuncPtr: 0xc00051d3
[  1724.093] 	BytesPerScanline: 1024
[  1724.093] 	XResolution: 1024
[  1724.093] 	YResolution: 768
[  1724.093] 	XCharSize: 8
[  1724.093] 	YCharSize: 16
[  1724.093] 	NumberOfPlanes: 1
[  1724.093] 	BitsPerPixel: 8
[  1724.093] 	NumberOfBanks: 1
[  1724.093] 	MemoryModel: 4
[  1724.093] 	BankSize: 0
[  1724.093] 	NumberOfImages: 18
[  1724.093] 	RedMaskSize: 0
[  1724.093] 	RedFieldPosition: 0
[  1724.093] 	GreenMaskSize: 0
[  1724.093] 	GreenFieldPosition: 0
[  1724.093] 	BlueMaskSize: 0
[  1724.093] 	BlueFieldPosition: 0
[  1724.093] 	RsvdMaskSize: 0
[  1724.093] 	RsvdFieldPosition: 0
[  1724.093] 	DirectColorModeInfo: 0
[  1724.093] 	PhysBasePtr: 0xe0000000
[  1724.093] 	LinBytesPerScanLine: 1024
[  1724.093] 	BnkNumberOfImagePages: 18
[  1724.093] 	LinNumberOfImagePages: 18
[  1724.093] 	LinRedMaskSize: 0
[  1724.093] 	LinRedFieldPosition: 0
[  1724.093] 	LinGreenMaskSize: 0
[  1724.093] 	LinGreenFieldPosition: 0
[  1724.093] 	LinBlueMaskSize: 0
[  1724.093] 	LinBlueFieldPosition: 0
[  1724.093] 	LinRsvdMaskSize: 0
[  1724.093] 	LinRsvdFieldPosition: 0
[  1724.093] 	MaxPixelClock: 400000000
[  1724.093] Mode: 107 (1280x1024)
[  1724.093] 	ModeAttributes: 0xbb
[  1724.093] 	WinAAttributes: 0x7
[  1724.093] 	WinBAttributes: 0x0
[  1724.093] 	WinGranularity: 64
[  1724.093] 	WinSize: 64
[  1724.093] 	WinASegment: 0xa000
[  1724.093] 	WinBSegment: 0x0
[  1724.093] 	WinFuncPtr: 0xc00051d3
[  1724.093] 	BytesPerScanline: 1280
[  1724.093] 	XResolution: 1280
[  1724.093] 	YResolution: 1024
[  1724.093] 	XCharSize: 8
[  1724.093] 	YCharSize: 16
[  1724.093] 	NumberOfPlanes: 1
[  1724.093] 	BitsPerPixel: 8
[  1724.093] 	NumberOfBanks: 1
[  1724.093] 	MemoryModel: 4
[  1724.093] 	BankSize: 0
[  1724.093] 	NumberOfImages: 11
[  1724.093] 	RedMaskSize: 0
[  1724.093] 	RedFieldPosition: 0
[  1724.093] 	GreenMaskSize: 0
[  1724.093] 	GreenFieldPosition: 0
[  1724.093] 	BlueMaskSize: 0
[  1724.093] 	BlueFieldPosition: 0
[  1724.093] 	RsvdMaskSize: 0
[  1724.093] 	RsvdFieldPosition: 0
[  1724.093] 	DirectColorModeInfo: 0
[  1724.093] 	PhysBasePtr: 0xe0000000
[  1724.093] 	LinBytesPerScanLine: 1280
[  1724.093] 	BnkNumberOfImagePages: 11
[  1724.093] 	LinNumberOfImagePages: 11
[  1724.094] 	LinRedMaskSize: 0
[  1724.094] 	LinRedFieldPosition: 0
[  1724.094] 	LinGreenMaskSize: 0
[  1724.094] 	LinGreenFieldPosition: 0
[  1724.094] 	LinBlueMaskSize: 0
[  1724.094] 	LinBlueFieldPosition: 0
[  1724.094] 	LinRsvdMaskSize: 0
[  1724.094] 	LinRsvdFieldPosition: 0
[  1724.094] 	MaxPixelClock: 400000000
[  1724.094] Mode: 110 (640x480)
[  1724.094] 	ModeAttributes: 0xbb
[  1724.094] 	WinAAttributes: 0x7
[  1724.094] 	WinBAttributes: 0x0
[  1724.094] 	WinGranularity: 64
[  1724.094] 	WinSize: 64
[  1724.094] 	WinASegment: 0xa000
[  1724.094] 	WinBSegment: 0x0
[  1724.094] 	WinFuncPtr: 0xc00051d3
[  1724.094] 	BytesPerScanline: 1280
[  1724.094] 	XResolution: 640
[  1724.094] 	YResolution: 480
[  1724.094] 	XCharSize: 8
[  1724.094] 	YCharSize: 16
[  1724.094] 	NumberOfPlanes: 1
[  1724.094] 	BitsPerPixel: 16
[  1724.094] 	NumberOfBanks: 1
[  1724.094] 	MemoryModel: 6
[  1724.094] 	BankSize: 0
[  1724.094] 	NumberOfImages: 24
[  1724.094] 	RedMaskSize: 5
[  1724.094] 	RedFieldPosition: 10
[  1724.094] 	GreenMaskSize: 5
[  1724.094] 	GreenFieldPosition: 5
[  1724.094] 	BlueMaskSize: 5
[  1724.094] 	BlueFieldPosition: 0
[  1724.094] 	RsvdMaskSize: 0
[  1724.094] 	RsvdFieldPosition: 0
[  1724.094] 	DirectColorModeInfo: 0
[  1724.094] 	PhysBasePtr: 0xe0000000
[  1724.094] 	LinBytesPerScanLine: 1280
[  1724.094] 	BnkNumberOfImagePages: 24
[  1724.094] 	LinNumberOfImagePages: 24
[  1724.094] 	LinRedMaskSize: 5
[  1724.094] 	LinRedFieldPosition: 10
[  1724.094] 	LinGreenMaskSize: 5
[  1724.094] 	LinGreenFieldPosition: 5
[  1724.094] 	LinBlueMaskSize: 5
[  1724.094] 	LinBlueFieldPosition: 0
[  1724.094] 	LinRsvdMaskSize: 0
[  1724.094] 	LinRsvdFieldPosition: 0
[  1724.094] 	MaxPixelClock: 400000000
[  1724.094] Mode: 111 (640x480)
[  1724.094] 	ModeAttributes: 0xbb
[  1724.094] 	WinAAttributes: 0x7
[  1724.094] 	WinBAttributes: 0x0
[  1724.094] 	WinGranularity: 64
[  1724.094] 	WinSize: 64
[  1724.094] 	WinASegment: 0xa000
[  1724.094] 	WinBSegment: 0x0
[  1724.094] 	WinFuncPtr: 0xc00051d3
[  1724.094] 	BytesPerScanline: 1280
[  1724.094] 	XResolution: 640
[  1724.094] 	YResolution: 480
[  1724.094] 	XCharSize: 8
[  1724.094] 	YCharSize: 16
[  1724.094] 	NumberOfPlanes: 1
[  1724.094] 	BitsPerPixel: 16
[  1724.095] 	NumberOfBanks: 1
[  1724.095] 	MemoryModel: 6
[  1724.095] 	BankSize: 0
[  1724.095] 	NumberOfImages: 24
[  1724.095] 	RedMaskSize: 5
[  1724.095] 	RedFieldPosition: 11
[  1724.095] 	GreenMaskSize: 6
[  1724.095] 	GreenFieldPosition: 5
[  1724.095] 	BlueMaskSize: 5
[  1724.095] 	BlueFieldPosition: 0
[  1724.095] 	RsvdMaskSize: 0
[  1724.095] 	RsvdFieldPosition: 0
[  1724.095] 	DirectColorModeInfo: 0
[  1724.095] 	PhysBasePtr: 0xe0000000
[  1724.095] 	LinBytesPerScanLine: 1280
[  1724.095] 	BnkNumberOfImagePages: 24
[  1724.095] 	LinNumberOfImagePages: 24
[  1724.095] 	LinRedMaskSize: 5
[  1724.095] 	LinRedFieldPosition: 11
[  1724.095] 	LinGreenMaskSize: 6
[  1724.095] 	LinGreenFieldPosition: 5
[  1724.095] 	LinBlueMaskSize: 5
[  1724.095] 	LinBlueFieldPosition: 0
[  1724.095] 	LinRsvdMaskSize: 0
[  1724.095] 	LinRsvdFieldPosition: 0
[  1724.095] 	MaxPixelClock: 400000000
[  1724.095] Mode: 113 (800x600)
[  1724.095] 	ModeAttributes: 0xbb
[  1724.095] 	WinAAttributes: 0x7
[  1724.095] 	WinBAttributes: 0x0
[  1724.095] 	WinGranularity: 64
[  1724.095] 	WinSize: 64
[  1724.095] 	WinASegment: 0xa000
[  1724.095] 	WinBSegment: 0x0
[  1724.095] 	WinFuncPtr: 0xc00051d3
[  1724.095] 	BytesPerScanline: 1600
[  1724.095] 	XResolution: 800
[  1724.095] 	YResolution: 600
[  1724.095] 	XCharSize: 8
[  1724.095] 	YCharSize: 14
[  1724.095] 	NumberOfPlanes: 1
[  1724.095] 	BitsPerPixel: 16
[  1724.095] 	NumberOfBanks: 1
[  1724.095] 	MemoryModel: 6
[  1724.095] 	BankSize: 0
[  1724.095] 	NumberOfImages: 16
[  1724.095] 	RedMaskSize: 5
[  1724.095] 	RedFieldPosition: 10
[  1724.095] 	GreenMaskSize: 5
[  1724.095] 	GreenFieldPosition: 5
[  1724.095] 	BlueMaskSize: 5
[  1724.095] 	BlueFieldPosition: 0
[  1724.095] 	RsvdMaskSize: 0
[  1724.095] 	RsvdFieldPosition: 0
[  1724.095] 	DirectColorModeInfo: 0
[  1724.095] 	PhysBasePtr: 0xe0000000
[  1724.095] 	LinBytesPerScanLine: 1600
[  1724.095] 	BnkNumberOfImagePages: 16
[  1724.095] 	LinNumberOfImagePages: 16
[  1724.095] 	LinRedMaskSize: 5
[  1724.095] 	LinRedFieldPosition: 10
[  1724.095] 	LinGreenMaskSize: 5
[  1724.095] 	LinGreenFieldPosition: 5
[  1724.095] 	LinBlueMaskSize: 5
[  1724.095] 	LinBlueFieldPosition: 0
[  1724.095] 	LinRsvdMaskSize: 0
[  1724.095] 	LinRsvdFieldPosition: 0
[  1724.095] 	MaxPixelClock: 400000000
[  1724.096] Mode: 114 (800x600)
[  1724.096] 	ModeAttributes: 0xbb
[  1724.096] 	WinAAttributes: 0x7
[  1724.096] 	WinBAttributes: 0x0
[  1724.096] 	WinGranularity: 64
[  1724.096] 	WinSize: 64
[  1724.096] 	WinASegment: 0xa000
[  1724.096] 	WinBSegment: 0x0
[  1724.096] 	WinFuncPtr: 0xc00051d3
[  1724.096] 	BytesPerScanline: 1600
[  1724.096] 	XResolution: 800
[  1724.096] 	YResolution: 600
[  1724.096] 	XCharSize: 8
[  1724.096] 	YCharSize: 14
[  1724.096] 	NumberOfPlanes: 1
[  1724.096] 	BitsPerPixel: 16
[  1724.096] 	NumberOfBanks: 1
[  1724.096] 	MemoryModel: 6
[  1724.096] 	BankSize: 0
[  1724.096] 	NumberOfImages: 16
[  1724.096] 	RedMaskSize: 5
[  1724.096] 	RedFieldPosition: 11
[  1724.096] 	GreenMaskSize: 6
[  1724.096] 	GreenFieldPosition: 5
[  1724.096] 	BlueMaskSize: 5
[  1724.096] 	BlueFieldPosition: 0
[  1724.096] 	RsvdMaskSize: 0
[  1724.096] 	RsvdFieldPosition: 0
[  1724.096] 	DirectColorModeInfo: 0
[  1724.096] 	PhysBasePtr: 0xe0000000
[  1724.096] 	LinBytesPerScanLine: 1600
[  1724.096] 	BnkNumberOfImagePages: 16
[  1724.096] 	LinNumberOfImagePages: 16
[  1724.096] 	LinRedMaskSize: 5
[  1724.096] 	LinRedFieldPosition: 11
[  1724.096] 	LinGreenMaskSize: 6
[  1724.096] 	LinGreenFieldPosition: 5
[  1724.096] 	LinBlueMaskSize: 5
[  1724.096] 	LinBlueFieldPosition: 0
[  1724.096] 	LinRsvdMaskSize: 0
[  1724.096] 	LinRsvdFieldPosition: 0
[  1724.096] 	MaxPixelClock: 400000000
[  1724.096] Mode: 116 (1024x768)
[  1724.096] 	ModeAttributes: 0xbb
[  1724.096] 	WinAAttributes: 0x7
[  1724.096] 	WinBAttributes: 0x0
[  1724.096] 	WinGranularity: 64
[  1724.096] 	WinSize: 64
[  1724.096] 	WinASegment: 0xa000
[  1724.096] 	WinBSegment: 0x0
[  1724.096] 	WinFuncPtr: 0xc00051d3
[  1724.096] 	BytesPerScanline: 2048
[  1724.096] 	XResolution: 1024
[  1724.096] 	YResolution: 768
[  1724.096] 	XCharSize: 8
[  1724.096] 	YCharSize: 16
[  1724.096] 	NumberOfPlanes: 1
[  1724.096] 	BitsPerPixel: 16
[  1724.096] 	NumberOfBanks: 1
[  1724.096] 	MemoryModel: 6
[  1724.096] 	BankSize: 0
[  1724.096] 	NumberOfImages: 9
[  1724.096] 	RedMaskSize: 5
[  1724.096] 	RedFieldPosition: 10
[  1724.096] 	GreenMaskSize: 5
[  1724.096] 	GreenFieldPosition: 5
[  1724.096] 	BlueMaskSize: 5
[  1724.096] 	BlueFieldPosition: 0
[  1724.096] 	RsvdMaskSize: 0
[  1724.096] 	RsvdFieldPosition: 0
[  1724.096] 	DirectColorModeInfo: 0
[  1724.096] 	PhysBasePtr: 0xe0000000
[  1724.096] 	LinBytesPerScanLine: 2048
[  1724.096] 	BnkNumberOfImagePages: 9
[  1724.096] 	LinNumberOfImagePages: 9
[  1724.096] 	LinRedMaskSize: 5
[  1724.096] 	LinRedFieldPosition: 10
[  1724.096] 	LinGreenMaskSize: 5
[  1724.096] 	LinGreenFieldPosition: 5
[  1724.096] 	LinBlueMaskSize: 5
[  1724.096] 	LinBlueFieldPosition: 0
[  1724.096] 	LinRsvdMaskSize: 0
[  1724.096] 	LinRsvdFieldPosition: 0
[  1724.096] 	MaxPixelClock: 400000000
[  1724.097] Mode: 117 (1024x768)
[  1724.097] 	ModeAttributes: 0xbb
[  1724.097] 	WinAAttributes: 0x7
[  1724.097] 	WinBAttributes: 0x0
[  1724.097] 	WinGranularity: 64
[  1724.097] 	WinSize: 64
[  1724.097] 	WinASegment: 0xa000
[  1724.097] 	WinBSegment: 0x0
[  1724.097] 	WinFuncPtr: 0xc00051d3
[  1724.097] 	BytesPerScanline: 2048
[  1724.097] 	XResolution: 1024
[  1724.097] 	YResolution: 768
[  1724.097] 	XCharSize: 8
[  1724.097] 	YCharSize: 16
[  1724.097] 	NumberOfPlanes: 1
[  1724.097] 	BitsPerPixel: 16
[  1724.097] 	NumberOfBanks: 1
[  1724.097] 	MemoryModel: 6
[  1724.097] 	BankSize: 0
[  1724.097] 	NumberOfImages: 9
[  1724.097] 	RedMaskSize: 5
[  1724.097] 	RedFieldPosition: 11
[  1724.097] 	GreenMaskSize: 6
[  1724.097] 	GreenFieldPosition: 5
[  1724.097] 	BlueMaskSize: 5
[  1724.097] 	BlueFieldPosition: 0
[  1724.097] 	RsvdMaskSize: 0
[  1724.097] 	RsvdFieldPosition: 0
[  1724.097] 	DirectColorModeInfo: 0
[  1724.097] 	PhysBasePtr: 0xe0000000
[  1724.097] 	LinBytesPerScanLine: 2048
[  1724.097] 	BnkNumberOfImagePages: 9
[  1724.097] 	LinNumberOfImagePages: 9
[  1724.097] 	LinRedMaskSize: 5
[  1724.097] 	LinRedFieldPosition: 11
[  1724.097] 	LinGreenMaskSize: 6
[  1724.097] 	LinGreenFieldPosition: 5
[  1724.097] 	LinBlueMaskSize: 5
[  1724.097] 	LinBlueFieldPosition: 0
[  1724.097] 	LinRsvdMaskSize: 0
[  1724.097] 	LinRsvdFieldPosition: 0
[  1724.097] 	MaxPixelClock: 400000000
[  1724.097] Mode: 119 (1280x1024)
[  1724.097] 	ModeAttributes: 0xbb
[  1724.097] 	WinAAttributes: 0x7
[  1724.097] 	WinBAttributes: 0x0
[  1724.097] 	WinGranularity: 64
[  1724.097] 	WinSize: 64
[  1724.097] 	WinASegment: 0xa000
[  1724.097] 	WinBSegment: 0x0
[  1724.097] 	WinFuncPtr: 0xc00051d3
[  1724.097] 	BytesPerScanline: 2560
[  1724.097] 	XResolution: 1280
[  1724.097] 	YResolution: 1024
[  1724.097] 	XCharSize: 8
[  1724.097] 	YCharSize: 16
[  1724.097] 	NumberOfPlanes: 1
[  1724.097] 	BitsPerPixel: 16
[  1724.097] 	NumberOfBanks: 1
[  1724.097] 	MemoryModel: 6
[  1724.097] 	BankSize: 0
[  1724.097] 	NumberOfImages: 5
[  1724.097] 	RedMaskSize: 5
[  1724.097] 	RedFieldPosition: 10
[  1724.097] 	GreenMaskSize: 5
[  1724.097] 	GreenFieldPosition: 5
[  1724.097] 	BlueMaskSize: 5
[  1724.097] 	BlueFieldPosition: 0
[  1724.097] 	RsvdMaskSize: 0
[  1724.097] 	RsvdFieldPosition: 0
[  1724.097] 	DirectColorModeInfo: 0
[  1724.097] 	PhysBasePtr: 0xe0000000
[  1724.097] 	LinBytesPerScanLine: 2560
[  1724.097] 	BnkNumberOfImagePages: 5
[  1724.097] 	LinNumberOfImagePages: 5
[  1724.097] 	LinRedMaskSize: 5
[  1724.097] 	LinRedFieldPosition: 10
[  1724.097] 	LinGreenMaskSize: 5
[  1724.097] 	LinGreenFieldPosition: 5
[  1724.097] 	LinBlueMaskSize: 5
[  1724.097] 	LinBlueFieldPosition: 0
[  1724.097] 	LinRsvdMaskSize: 0
[  1724.097] 	LinRsvdFieldPosition: 0
[  1724.097] 	MaxPixelClock: 400000000
[  1724.098] Mode: 11a (1280x1024)
[  1724.098] 	ModeAttributes: 0xbb
[  1724.098] 	WinAAttributes: 0x7
[  1724.098] 	WinBAttributes: 0x0
[  1724.098] 	WinGranularity: 64
[  1724.098] 	WinSize: 64
[  1724.098] 	WinASegment: 0xa000
[  1724.098] 	WinBSegment: 0x0
[  1724.098] 	WinFuncPtr: 0xc00051d3
[  1724.098] 	BytesPerScanline: 2560
[  1724.098] 	XResolution: 1280
[  1724.098] 	YResolution: 1024
[  1724.098] 	XCharSize: 8
[  1724.098] 	YCharSize: 16
[  1724.098] 	NumberOfPlanes: 1
[  1724.098] 	BitsPerPixel: 16
[  1724.098] 	NumberOfBanks: 1
[  1724.098] 	MemoryModel: 6
[  1724.098] 	BankSize: 0
[  1724.098] 	NumberOfImages: 5
[  1724.098] 	RedMaskSize: 5
[  1724.098] 	RedFieldPosition: 11
[  1724.098] 	GreenMaskSize: 6
[  1724.098] 	GreenFieldPosition: 5
[  1724.098] 	BlueMaskSize: 5
[  1724.098] 	BlueFieldPosition: 0
[  1724.098] 	RsvdMaskSize: 0
[  1724.098] 	RsvdFieldPosition: 0
[  1724.098] 	DirectColorModeInfo: 0
[  1724.098] 	PhysBasePtr: 0xe0000000
[  1724.098] 	LinBytesPerScanLine: 2560
[  1724.098] 	BnkNumberOfImagePages: 5
[  1724.098] 	LinNumberOfImagePages: 5
[  1724.098] 	LinRedMaskSize: 5
[  1724.098] 	LinRedFieldPosition: 11
[  1724.098] 	LinGreenMaskSize: 6
[  1724.098] 	LinGreenFieldPosition: 5
[  1724.098] 	LinBlueMaskSize: 5
[  1724.098] 	LinBlueFieldPosition: 0
[  1724.098] 	LinRsvdMaskSize: 0
[  1724.098] 	LinRsvdFieldPosition: 0
[  1724.098] 	MaxPixelClock: 400000000
[  1724.098] Mode: 10d (320x200)
[  1724.098] 	ModeAttributes: 0xbb
[  1724.098] 	WinAAttributes: 0x7
[  1724.098] 	WinBAttributes: 0x0
[  1724.098] 	WinGranularity: 64
[  1724.098] 	WinSize: 64
[  1724.098] 	WinASegment: 0xa000
[  1724.098] 	WinBSegment: 0x0
[  1724.098] 	WinFuncPtr: 0xc00051d3
[  1724.098] 	BytesPerScanline: 640
[  1724.098] 	XResolution: 320
[  1724.098] 	YResolution: 200
[  1724.098] 	XCharSize: 8
[  1724.098] 	YCharSize: 8
[  1724.098] 	NumberOfPlanes: 1
[  1724.098] 	BitsPerPixel: 16
[  1724.098] 	NumberOfBanks: 1
[  1724.098] 	MemoryModel: 6
[  1724.098] 	BankSize: 0
[  1724.098] 	NumberOfImages: 127
[  1724.098] 	RedMaskSize: 5
[  1724.098] 	RedFieldPosition: 10
[  1724.098] 	GreenMaskSize: 5
[  1724.098] 	GreenFieldPosition: 5
[  1724.098] 	BlueMaskSize: 5
[  1724.098] 	BlueFieldPosition: 0
[  1724.098] 	RsvdMaskSize: 0
[  1724.098] 	RsvdFieldPosition: 0
[  1724.098] 	DirectColorModeInfo: 0
[  1724.098] 	PhysBasePtr: 0xe0000000
[  1724.098] 	LinBytesPerScanLine: 640
[  1724.098] 	BnkNumberOfImagePages: 127
[  1724.098] 	LinNumberOfImagePages: 127
[  1724.098] 	LinRedMaskSize: 5
[  1724.098] 	LinRedFieldPosition: 10
[  1724.098] 	LinGreenMaskSize: 5
[  1724.098] 	LinGreenFieldPosition: 5
[  1724.098] 	LinBlueMaskSize: 5
[  1724.098] 	LinBlueFieldPosition: 0
[  1724.098] 	LinRsvdMaskSize: 0
[  1724.099] 	LinRsvdFieldPosition: 0
[  1724.099] 	MaxPixelClock: 400000000
[  1724.099] Mode: 10e (320x200)
[  1724.099] 	ModeAttributes: 0xbb
[  1724.099] 	WinAAttributes: 0x7
[  1724.099] 	WinBAttributes: 0x0
[  1724.099] 	WinGranularity: 64
[  1724.099] 	WinSize: 64
[  1724.099] 	WinASegment: 0xa000
[  1724.099] 	WinBSegment: 0x0
[  1724.099] 	WinFuncPtr: 0xc00051d3
[  1724.099] 	BytesPerScanline: 640
[  1724.099] 	XResolution: 320
[  1724.099] 	YResolution: 200
[  1724.099] 	XCharSize: 8
[  1724.099] 	YCharSize: 8
[  1724.099] 	NumberOfPlanes: 1
[  1724.099] 	BitsPerPixel: 16
[  1724.099] 	NumberOfBanks: 1
[  1724.099] 	MemoryModel: 6
[  1724.099] 	BankSize: 0
[  1724.099] 	NumberOfImages: 127
[  1724.099] 	RedMaskSize: 5
[  1724.099] 	RedFieldPosition: 11
[  1724.099] 	GreenMaskSize: 6
[  1724.099] 	GreenFieldPosition: 5
[  1724.099] 	BlueMaskSize: 5
[  1724.099] 	BlueFieldPosition: 0
[  1724.099] 	RsvdMaskSize: 0
[  1724.099] 	RsvdFieldPosition: 0
[  1724.099] 	DirectColorModeInfo: 0
[  1724.099] 	PhysBasePtr: 0xe0000000
[  1724.099] 	LinBytesPerScanLine: 640
[  1724.099] 	BnkNumberOfImagePages: 127
[  1724.099] 	LinNumberOfImagePages: 127
[  1724.099] 	LinRedMaskSize: 5
[  1724.099] 	LinRedFieldPosition: 11
[  1724.099] 	LinGreenMaskSize: 6
[  1724.099] 	LinGreenFieldPosition: 5
[  1724.099] 	LinBlueMaskSize: 5
[  1724.099] 	LinBlueFieldPosition: 0
[  1724.099] 	LinRsvdMaskSize: 0
[  1724.099] 	LinRsvdFieldPosition: 0
[  1724.099] 	MaxPixelClock: 400000000
[  1724.099] *Mode: 120 (320x200)
[  1724.099] 	ModeAttributes: 0xbb
[  1724.099] 	WinAAttributes: 0x7
[  1724.099] 	WinBAttributes: 0x0
[  1724.099] 	WinGranularity: 64
[  1724.099] 	WinSize: 64
[  1724.099] 	WinASegment: 0xa000
[  1724.099] 	WinBSegment: 0x0
[  1724.099] 	WinFuncPtr: 0xc00051d3
[  1724.099] 	BytesPerScanline: 1280
[  1724.099] 	XResolution: 320
[  1724.099] 	YResolution: 200
[  1724.099] 	XCharSize: 8
[  1724.099] 	YCharSize: 8
[  1724.099] 	NumberOfPlanes: 1
[  1724.099] 	BitsPerPixel: 32
[  1724.099] 	NumberOfBanks: 1
[  1724.099] 	MemoryModel: 6
[  1724.099] 	BankSize: 0
[  1724.099] 	NumberOfImages: 63
[  1724.099] 	RedMaskSize: 8
[  1724.099] 	RedFieldPosition: 16
[  1724.100] 	GreenMaskSize: 8
[  1724.100] 	GreenFieldPosition: 8
[  1724.100] 	BlueMaskSize: 8
[  1724.100] 	BlueFieldPosition: 0
[  1724.100] 	RsvdMaskSize: 0
[  1724.100] 	RsvdFieldPosition: 0
[  1724.100] 	DirectColorModeInfo: 0
[  1724.100] 	PhysBasePtr: 0xe0000000
[  1724.100] 	LinBytesPerScanLine: 1280
[  1724.100] 	BnkNumberOfImagePages: 63
[  1724.100] 	LinNumberOfImagePages: 63
[  1724.100] 	LinRedMaskSize: 8
[  1724.100] 	LinRedFieldPosition: 16
[  1724.100] 	LinGreenMaskSize: 8
[  1724.100] 	LinGreenFieldPosition: 8
[  1724.100] 	LinBlueMaskSize: 8
[  1724.100] 	LinBlueFieldPosition: 0
[  1724.100] 	LinRsvdMaskSize: 0
[  1724.100] 	LinRsvdFieldPosition: 0
[  1724.100] 	MaxPixelClock: 400000000
[  1724.100] Mode: 193 (320x240)
[  1724.100] 	ModeAttributes: 0xbb
[  1724.100] 	WinAAttributes: 0x7
[  1724.100] 	WinBAttributes: 0x0
[  1724.100] 	WinGranularity: 64
[  1724.100] 	WinSize: 64
[  1724.100] 	WinASegment: 0xa000
[  1724.100] 	WinBSegment: 0x0
[  1724.100] 	WinFuncPtr: 0xc00051d3
[  1724.100] 	BytesPerScanline: 320
[  1724.100] 	XResolution: 320
[  1724.100] 	YResolution: 240
[  1724.100] 	XCharSize: 8
[  1724.100] 	YCharSize: 8
[  1724.100] 	NumberOfPlanes: 1
[  1724.100] 	BitsPerPixel: 8
[  1724.100] 	NumberOfBanks: 1
[  1724.100] 	MemoryModel: 4
[  1724.100] 	BankSize: 0
[  1724.100] 	NumberOfImages: 127
[  1724.100] 	RedMaskSize: 0
[  1724.100] 	RedFieldPosition: 0
[  1724.100] 	GreenMaskSize: 0
[  1724.100] 	GreenFieldPosition: 0
[  1724.100] 	BlueMaskSize: 0
[  1724.100] 	BlueFieldPosition: 0
[  1724.100] 	RsvdMaskSize: 0
[  1724.100] 	RsvdFieldPosition: 0
[  1724.100] 	DirectColorModeInfo: 0
[  1724.100] 	PhysBasePtr: 0xe0000000
[  1724.100] 	LinBytesPerScanLine: 320
[  1724.100] 	BnkNumberOfImagePages: 127
[  1724.100] 	LinNumberOfImagePages: 127
[  1724.100] 	LinRedMaskSize: 0
[  1724.100] 	LinRedFieldPosition: 0
[  1724.100] 	LinGreenMaskSize: 0
[  1724.100] 	LinGreenFieldPosition: 0
[  1724.100] 	LinBlueMaskSize: 0
[  1724.100] 	LinBlueFieldPosition: 0
[  1724.100] 	LinRsvdMaskSize: 0
[  1724.100] 	LinRsvdFieldPosition: 0
[  1724.100] 	MaxPixelClock: 400000000
[  1724.100] Mode: 195 (320x240)
[  1724.100] 	ModeAttributes: 0xbb
[  1724.100] 	WinAAttributes: 0x7
[  1724.101] 	WinBAttributes: 0x0
[  1724.101] 	WinGranularity: 64
[  1724.101] 	WinSize: 64
[  1724.101] 	WinASegment: 0xa000
[  1724.101] 	WinBSegment: 0x0
[  1724.101] 	WinFuncPtr: 0xc00051d3
[  1724.101] 	BytesPerScanline: 640
[  1724.101] 	XResolution: 320
[  1724.101] 	YResolution: 240
[  1724.101] 	XCharSize: 8
[  1724.101] 	YCharSize: 8
[  1724.101] 	NumberOfPlanes: 1
[  1724.101] 	BitsPerPixel: 16
[  1724.101] 	NumberOfBanks: 1
[  1724.101] 	MemoryModel: 6
[  1724.101] 	BankSize: 0
[  1724.101] 	NumberOfImages: 84
[  1724.101] 	RedMaskSize: 5
[  1724.101] 	RedFieldPosition: 11
[  1724.101] 	GreenMaskSize: 6
[  1724.101] 	GreenFieldPosition: 5
[  1724.101] 	BlueMaskSize: 5
[  1724.101] 	BlueFieldPosition: 0
[  1724.101] 	RsvdMaskSize: 0
[  1724.101] 	RsvdFieldPosition: 0
[  1724.101] 	DirectColorModeInfo: 0
[  1724.101] 	PhysBasePtr: 0xe0000000
[  1724.101] 	LinBytesPerScanLine: 640
[  1724.101] 	BnkNumberOfImagePages: 84
[  1724.101] 	LinNumberOfImagePages: 84
[  1724.101] 	LinRedMaskSize: 5
[  1724.101] 	LinRedFieldPosition: 11
[  1724.101] 	LinGreenMaskSize: 6
[  1724.101] 	LinGreenFieldPosition: 5
[  1724.101] 	LinBlueMaskSize: 5
[  1724.101] 	LinBlueFieldPosition: 0
[  1724.101] 	LinRsvdMaskSize: 0
[  1724.101] 	LinRsvdFieldPosition: 0
[  1724.101] 	MaxPixelClock: 400000000
[  1724.101] *Mode: 196 (320x240)
[  1724.101] 	ModeAttributes: 0xbb
[  1724.101] 	WinAAttributes: 0x7
[  1724.101] 	WinBAttributes: 0x0
[  1724.101] 	WinGranularity: 64
[  1724.101] 	WinSize: 64
[  1724.101] 	WinASegment: 0xa000
[  1724.101] 	WinBSegment: 0x0
[  1724.101] 	WinFuncPtr: 0xc00051d3
[  1724.101] 	BytesPerScanline: 1280
[  1724.101] 	XResolution: 320
[  1724.101] 	YResolution: 240
[  1724.101] 	XCharSize: 8
[  1724.101] 	YCharSize: 8
[  1724.101] 	NumberOfPlanes: 1
[  1724.101] 	BitsPerPixel: 32
[  1724.101] 	NumberOfBanks: 1
[  1724.101] 	MemoryModel: 6
[  1724.101] 	BankSize: 0
[  1724.101] 	NumberOfImages: 50
[  1724.101] 	RedMaskSize: 8
[  1724.101] 	RedFieldPosition: 16
[  1724.101] 	GreenMaskSize: 8
[  1724.101] 	GreenFieldPosition: 8
[  1724.101] 	BlueMaskSize: 8
[  1724.101] 	BlueFieldPosition: 0
[  1724.101] 	RsvdMaskSize: 0
[  1724.101] 	RsvdFieldPosition: 0
[  1724.101] 	DirectColorModeInfo: 0
[  1724.101] 	PhysBasePtr: 0xe0000000
[  1724.101] 	LinBytesPerScanLine: 1280
[  1724.101] 	BnkNumberOfImagePages: 50
[  1724.101] 	LinNumberOfImagePages: 50
[  1724.101] 	LinRedMaskSize: 8
[  1724.101] 	LinRedFieldPosition: 16
[  1724.101] 	LinGreenMaskSize: 8
[  1724.101] 	LinGreenFieldPosition: 8
[  1724.101] 	LinBlueMaskSize: 8
[  1724.101] 	LinBlueFieldPosition: 0
[  1724.101] 	LinRsvdMaskSize: 0
[  1724.101] 	LinRsvdFieldPosition: 0
[  1724.101] 	MaxPixelClock: 400000000
[  1724.102] Mode: 1b3 (512x384)
[  1724.102] 	ModeAttributes: 0xbb
[  1724.102] 	WinAAttributes: 0x7
[  1724.102] 	WinBAttributes: 0x0
[  1724.102] 	WinGranularity: 64
[  1724.102] 	WinSize: 64
[  1724.102] 	WinASegment: 0xa000
[  1724.102] 	WinBSegment: 0x0
[  1724.102] 	WinFuncPtr: 0xc00051d3
[  1724.102] 	BytesPerScanline: 512
[  1724.102] 	XResolution: 512
[  1724.102] 	YResolution: 384
[  1724.102] 	XCharSize: 8
[  1724.102] 	YCharSize: 16
[  1724.102] 	NumberOfPlanes: 1
[  1724.102] 	BitsPerPixel: 8
[  1724.102] 	NumberOfBanks: 1
[  1724.102] 	MemoryModel: 4
[  1724.102] 	BankSize: 0
[  1724.102] 	NumberOfImages: 63
[  1724.102] 	RedMaskSize: 0
[  1724.102] 	RedFieldPosition: 0
[  1724.102] 	GreenMaskSize: 0
[  1724.102] 	GreenFieldPosition: 0
[  1724.102] 	BlueMaskSize: 0
[  1724.102] 	BlueFieldPosition: 0
[  1724.102] 	RsvdMaskSize: 0
[  1724.102] 	RsvdFieldPosition: 0
[  1724.102] 	DirectColorModeInfo: 0
[  1724.102] 	PhysBasePtr: 0xe0000000
[  1724.102] 	LinBytesPerScanLine: 512
[  1724.102] 	BnkNumberOfImagePages: 63
[  1724.102] 	LinNumberOfImagePages: 63
[  1724.102] 	LinRedMaskSize: 0
[  1724.102] 	LinRedFieldPosition: 0
[  1724.102] 	LinGreenMaskSize: 0
[  1724.102] 	LinGreenFieldPosition: 0
[  1724.102] 	LinBlueMaskSize: 0
[  1724.102] 	LinBlueFieldPosition: 0
[  1724.102] 	LinRsvdMaskSize: 0
[  1724.102] 	LinRsvdFieldPosition: 0
[  1724.102] 	MaxPixelClock: 400000000
[  1724.102] Mode: 1b5 (512x384)
[  1724.102] 	ModeAttributes: 0xbb
[  1724.102] 	WinAAttributes: 0x7
[  1724.102] 	WinBAttributes: 0x0
[  1724.102] 	WinGranularity: 64
[  1724.102] 	WinSize: 64
[  1724.102] 	WinASegment: 0xa000
[  1724.102] 	WinBSegment: 0x0
[  1724.102] 	WinFuncPtr: 0xc00051d3
[  1724.102] 	BytesPerScanline: 1024
[  1724.102] 	XResolution: 512
[  1724.102] 	YResolution: 384
[  1724.102] 	XCharSize: 8
[  1724.102] 	YCharSize: 16
[  1724.102] 	NumberOfPlanes: 1
[  1724.102] 	BitsPerPixel: 16
[  1724.102] 	NumberOfBanks: 1
[  1724.102] 	MemoryModel: 6
[  1724.102] 	BankSize: 0
[  1724.102] 	NumberOfImages: 35
[  1724.102] 	RedMaskSize: 5
[  1724.102] 	RedFieldPosition: 11
[  1724.102] 	GreenMaskSize: 6
[  1724.102] 	GreenFieldPosition: 5
[  1724.102] 	BlueMaskSize: 5
[  1724.102] 	BlueFieldPosition: 0
[  1724.102] 	RsvdMaskSize: 0
[  1724.102] 	RsvdFieldPosition: 0
[  1724.102] 	DirectColorModeInfo: 0
[  1724.102] 	PhysBasePtr: 0xe0000000
[  1724.102] 	LinBytesPerScanLine: 1024
[  1724.102] 	BnkNumberOfImagePages: 35
[  1724.102] 	LinNumberOfImagePages: 35
[  1724.102] 	LinRedMaskSize: 5
[  1724.102] 	LinRedFieldPosition: 11
[  1724.102] 	LinGreenMaskSize: 6
[  1724.102] 	LinGreenFieldPosition: 5
[  1724.102] 	LinBlueMaskSize: 5
[  1724.102] 	LinBlueFieldPosition: 0
[  1724.102] 	LinRsvdMaskSize: 0
[  1724.102] 	LinRsvdFieldPosition: 0
[  1724.102] 	MaxPixelClock: 400000000
[  1724.103] *Mode: 1b6 (512x384)
[  1724.103] 	ModeAttributes: 0xbb
[  1724.103] 	WinAAttributes: 0x7
[  1724.103] 	WinBAttributes: 0x0
[  1724.103] 	WinGranularity: 64
[  1724.103] 	WinSize: 64
[  1724.103] 	WinASegment: 0xa000
[  1724.103] 	WinBSegment: 0x0
[  1724.103] 	WinFuncPtr: 0xc00051d3
[  1724.103] 	BytesPerScanline: 2048
[  1724.103] 	XResolution: 512
[  1724.103] 	YResolution: 384
[  1724.103] 	XCharSize: 8
[  1724.103] 	YCharSize: 16
[  1724.103] 	NumberOfPlanes: 1
[  1724.103] 	BitsPerPixel: 32
[  1724.103] 	NumberOfBanks: 1
[  1724.103] 	MemoryModel: 6
[  1724.103] 	BankSize: 0
[  1724.103] 	NumberOfImages: 18
[  1724.103] 	RedMaskSize: 8
[  1724.103] 	RedFieldPosition: 16
[  1724.103] 	GreenMaskSize: 8
[  1724.103] 	GreenFieldPosition: 8
[  1724.103] 	BlueMaskSize: 8
[  1724.103] 	BlueFieldPosition: 0
[  1724.103] 	RsvdMaskSize: 0
[  1724.103] 	RsvdFieldPosition: 0
[  1724.103] 	DirectColorModeInfo: 0
[  1724.103] 	PhysBasePtr: 0xe0000000
[  1724.103] 	LinBytesPerScanLine: 2048
[  1724.103] 	BnkNumberOfImagePages: 18
[  1724.103] 	LinNumberOfImagePages: 18
[  1724.103] 	LinRedMaskSize: 8
[  1724.103] 	LinRedFieldPosition: 16
[  1724.103] 	LinGreenMaskSize: 8
[  1724.103] 	LinGreenFieldPosition: 8
[  1724.103] 	LinBlueMaskSize: 8
[  1724.103] 	LinBlueFieldPosition: 0
[  1724.103] 	LinRsvdMaskSize: 0
[  1724.103] 	LinRsvdFieldPosition: 0
[  1724.103] 	MaxPixelClock: 400000000
[  1724.103] Mode: 1c3 (640x350)
[  1724.103] 	ModeAttributes: 0xbb
[  1724.103] 	WinAAttributes: 0x7
[  1724.103] 	WinBAttributes: 0x0
[  1724.103] 	WinGranularity: 64
[  1724.103] 	WinSize: 64
[  1724.103] 	WinASegment: 0xa000
[  1724.103] 	WinBSegment: 0x0
[  1724.103] 	WinFuncPtr: 0xc00051d3
[  1724.103] 	BytesPerScanline: 640
[  1724.103] 	XResolution: 640
[  1724.103] 	YResolution: 350
[  1724.103] 	XCharSize: 8
[  1724.103] 	YCharSize: 14
[  1724.103] 	NumberOfPlanes: 1
[  1724.103] 	BitsPerPixel: 8
[  1724.103] 	NumberOfBanks: 1
[  1724.103] 	MemoryModel: 4
[  1724.103] 	BankSize: 0
[  1724.103] 	NumberOfImages: 63
[  1724.103] 	RedMaskSize: 0
[  1724.103] 	RedFieldPosition: 0
[  1724.103] 	GreenMaskSize: 0
[  1724.103] 	GreenFieldPosition: 0
[  1724.103] 	BlueMaskSize: 0
[  1724.103] 	BlueFieldPosition: 0
[  1724.103] 	RsvdMaskSize: 0
[  1724.103] 	RsvdFieldPosition: 0
[  1724.103] 	DirectColorModeInfo: 0
[  1724.103] 	PhysBasePtr: 0xe0000000
[  1724.103] 	LinBytesPerScanLine: 640
[  1724.103] 	BnkNumberOfImagePages: 63
[  1724.104] 	LinNumberOfImagePages: 63
[  1724.104] 	LinRedMaskSize: 0
[  1724.104] 	LinRedFieldPosition: 0
[  1724.104] 	LinGreenMaskSize: 0
[  1724.104] 	LinGreenFieldPosition: 0
[  1724.104] 	LinBlueMaskSize: 0
[  1724.104] 	LinBlueFieldPosition: 0
[  1724.104] 	LinRsvdMaskSize: 0
[  1724.104] 	LinRsvdFieldPosition: 0
[  1724.104] 	MaxPixelClock: 400000000
[  1724.104] Mode: 1c5 (640x350)
[  1724.104] 	ModeAttributes: 0xbb
[  1724.104] 	WinAAttributes: 0x7
[  1724.104] 	WinBAttributes: 0x0
[  1724.104] 	WinGranularity: 64
[  1724.104] 	WinSize: 64
[  1724.104] 	WinASegment: 0xa000
[  1724.104] 	WinBSegment: 0x0
[  1724.104] 	WinFuncPtr: 0xc00051d3
[  1724.104] 	BytesPerScanline: 1280
[  1724.104] 	XResolution: 640
[  1724.104] 	YResolution: 350
[  1724.104] 	XCharSize: 8
[  1724.104] 	YCharSize: 14
[  1724.104] 	NumberOfPlanes: 1
[  1724.104] 	BitsPerPixel: 16
[  1724.104] 	NumberOfBanks: 1
[  1724.104] 	MemoryModel: 6
[  1724.104] 	BankSize: 0
[  1724.104] 	NumberOfImages: 35
[  1724.104] 	RedMaskSize: 5
[  1724.104] 	RedFieldPosition: 11
[  1724.104] 	GreenMaskSize: 6
[  1724.104] 	GreenFieldPosition: 5
[  1724.104] 	BlueMaskSize: 5
[  1724.104] 	BlueFieldPosition: 0
[  1724.104] 	RsvdMaskSize: 0
[  1724.104] 	RsvdFieldPosition: 0
[  1724.104] 	DirectColorModeInfo: 0
[  1724.104] 	PhysBasePtr: 0xe0000000
[  1724.104] 	LinBytesPerScanLine: 1280
[  1724.104] 	BnkNumberOfImagePages: 35
[  1724.104] 	LinNumberOfImagePages: 35
[  1724.104] 	LinRedMaskSize: 5
[  1724.104] 	LinRedFieldPosition: 11
[  1724.104] 	LinGreenMaskSize: 6
[  1724.104] 	LinGreenFieldPosition: 5
[  1724.104] 	LinBlueMaskSize: 5
[  1724.104] 	LinBlueFieldPosition: 0
[  1724.104] 	LinRsvdMaskSize: 0
[  1724.104] 	LinRsvdFieldPosition: 0
[  1724.104] 	MaxPixelClock: 400000000
[  1724.104] *Mode: 1c6 (640x350)
[  1724.104] 	ModeAttributes: 0xbb
[  1724.104] 	WinAAttributes: 0x7
[  1724.104] 	WinBAttributes: 0x0
[  1724.104] 	WinGranularity: 64
[  1724.104] 	WinSize: 64
[  1724.104] 	WinASegment: 0xa000
[  1724.104] 	WinBSegment: 0x0
[  1724.104] 	WinFuncPtr: 0xc00051d3
[  1724.104] 	BytesPerScanline: 2560
[  1724.104] 	XResolution: 640
[  1724.104] 	YResolution: 350
[  1724.104] 	XCharSize: 8
[  1724.105] 	YCharSize: 14
[  1724.105] 	NumberOfPlanes: 1
[  1724.105] 	BitsPerPixel: 32
[  1724.105] 	NumberOfBanks: 1
[  1724.105] 	MemoryModel: 6
[  1724.105] 	BankSize: 0
[  1724.105] 	NumberOfImages: 17
[  1724.105] 	RedMaskSize: 8
[  1724.105] 	RedFieldPosition: 16
[  1724.105] 	GreenMaskSize: 8
[  1724.105] 	GreenFieldPosition: 8
[  1724.105] 	BlueMaskSize: 8
[  1724.105] 	BlueFieldPosition: 0
[  1724.105] 	RsvdMaskSize: 0
[  1724.105] 	RsvdFieldPosition: 0
[  1724.105] 	DirectColorModeInfo: 0
[  1724.105] 	PhysBasePtr: 0xe0000000
[  1724.105] 	LinBytesPerScanLine: 2560
[  1724.105] 	BnkNumberOfImagePages: 17
[  1724.105] 	LinNumberOfImagePages: 17
[  1724.105] 	LinRedMaskSize: 8
[  1724.105] 	LinRedFieldPosition: 16
[  1724.105] 	LinGreenMaskSize: 8
[  1724.105] 	LinGreenFieldPosition: 8
[  1724.105] 	LinBlueMaskSize: 8
[  1724.105] 	LinBlueFieldPosition: 0
[  1724.105] 	LinRsvdMaskSize: 0
[  1724.105] 	LinRsvdFieldPosition: 0
[  1724.105] 	MaxPixelClock: 400000000
[  1724.105] Mode: 133 (720x400)
[  1724.105] 	ModeAttributes: 0xbb
[  1724.105] 	WinAAttributes: 0x7
[  1724.105] 	WinBAttributes: 0x0
[  1724.105] 	WinGranularity: 64
[  1724.105] 	WinSize: 64
[  1724.105] 	WinASegment: 0xa000
[  1724.105] 	WinBSegment: 0x0
[  1724.105] 	WinFuncPtr: 0xc00051d3
[  1724.105] 	BytesPerScanline: 768
[  1724.105] 	XResolution: 720
[  1724.105] 	YResolution: 400
[  1724.105] 	XCharSize: 8
[  1724.105] 	YCharSize: 16
[  1724.105] 	NumberOfPlanes: 1
[  1724.105] 	BitsPerPixel: 8
[  1724.105] 	NumberOfBanks: 1
[  1724.105] 	MemoryModel: 4
[  1724.105] 	BankSize: 0
[  1724.105] 	NumberOfImages: 50
[  1724.105] 	RedMaskSize: 0
[  1724.105] 	RedFieldPosition: 0
[  1724.105] 	GreenMaskSize: 0
[  1724.105] 	GreenFieldPosition: 0
[  1724.105] 	BlueMaskSize: 0
[  1724.105] 	BlueFieldPosition: 0
[  1724.105] 	RsvdMaskSize: 0
[  1724.105] 	RsvdFieldPosition: 0
[  1724.105] 	DirectColorModeInfo: 0
[  1724.105] 	PhysBasePtr: 0xe0000000
[  1724.105] 	LinBytesPerScanLine: 768
[  1724.105] 	BnkNumberOfImagePages: 50
[  1724.105] 	LinNumberOfImagePages: 50
[  1724.105] 	LinRedMaskSize: 0
[  1724.105] 	LinRedFieldPosition: 0
[  1724.105] 	LinGreenMaskSize: 0
[  1724.105] 	LinGreenFieldPosition: 0
[  1724.105] 	LinBlueMaskSize: 0
[  1724.105] 	LinBlueFieldPosition: 0
[  1724.105] 	LinRsvdMaskSize: 0
[  1724.105] 	LinRsvdFieldPosition: 0
[  1724.105] 	MaxPixelClock: 400000000
[  1724.106] Mode: 135 (720x400)
[  1724.106] 	ModeAttributes: 0xbb
[  1724.106] 	WinAAttributes: 0x7
[  1724.106] 	WinBAttributes: 0x0
[  1724.106] 	WinGranularity: 64
[  1724.106] 	WinSize: 64
[  1724.106] 	WinASegment: 0xa000
[  1724.106] 	WinBSegment: 0x0
[  1724.106] 	WinFuncPtr: 0xc00051d3
[  1724.106] 	BytesPerScanline: 1472
[  1724.106] 	XResolution: 720
[  1724.106] 	YResolution: 400
[  1724.106] 	XCharSize: 8
[  1724.106] 	YCharSize: 16
[  1724.106] 	NumberOfPlanes: 1
[  1724.106] 	BitsPerPixel: 16
[  1724.106] 	NumberOfBanks: 1
[  1724.106] 	MemoryModel: 6
[  1724.106] 	BankSize: 0
[  1724.106] 	NumberOfImages: 27
[  1724.106] 	RedMaskSize: 5
[  1724.106] 	RedFieldPosition: 11
[  1724.106] 	GreenMaskSize: 6
[  1724.106] 	GreenFieldPosition: 5
[  1724.106] 	BlueMaskSize: 5
[  1724.106] 	BlueFieldPosition: 0
[  1724.106] 	RsvdMaskSize: 0
[  1724.106] 	RsvdFieldPosition: 0
[  1724.106] 	DirectColorModeInfo: 0
[  1724.106] 	PhysBasePtr: 0xe0000000
[  1724.106] 	LinBytesPerScanLine: 1472
[  1724.106] 	BnkNumberOfImagePages: 27
[  1724.106] 	LinNumberOfImagePages: 27
[  1724.106] 	LinRedMaskSize: 5
[  1724.106] 	LinRedFieldPosition: 11
[  1724.106] 	LinGreenMaskSize: 6
[  1724.106] 	LinGreenFieldPosition: 5
[  1724.106] 	LinBlueMaskSize: 5
[  1724.106] 	LinBlueFieldPosition: 0
[  1724.106] 	LinRsvdMaskSize: 0
[  1724.106] 	LinRsvdFieldPosition: 0
[  1724.106] 	MaxPixelClock: 400000000
[  1724.106] *Mode: 136 (720x400)
[  1724.106] 	ModeAttributes: 0xbb
[  1724.106] 	WinAAttributes: 0x7
[  1724.106] 	WinBAttributes: 0x0
[  1724.106] 	WinGranularity: 64
[  1724.106] 	WinSize: 64
[  1724.106] 	WinASegment: 0xa000
[  1724.106] 	WinBSegment: 0x0
[  1724.106] 	WinFuncPtr: 0xc00051d3
[  1724.106] 	BytesPerScanline: 2944
[  1724.106] 	XResolution: 720
[  1724.106] 	YResolution: 400
[  1724.106] 	XCharSize: 8
[  1724.106] 	YCharSize: 16
[  1724.106] 	NumberOfPlanes: 1
[  1724.106] 	BitsPerPixel: 32
[  1724.106] 	NumberOfBanks: 1
[  1724.106] 	MemoryModel: 6
[  1724.106] 	BankSize: 0
[  1724.106] 	NumberOfImages: 13
[  1724.106] 	RedMaskSize: 8
[  1724.106] 	RedFieldPosition: 16
[  1724.106] 	GreenMaskSize: 8
[  1724.106] 	GreenFieldPosition: 8
[  1724.106] 	BlueMaskSize: 8
[  1724.106] 	BlueFieldPosition: 0
[  1724.106] 	RsvdMaskSize: 0
[  1724.106] 	RsvdFieldPosition: 0
[  1724.106] 	DirectColorModeInfo: 0
[  1724.106] 	PhysBasePtr: 0xe0000000
[  1724.106] 	LinBytesPerScanLine: 2944
[  1724.106] 	BnkNumberOfImagePages: 13
[  1724.106] 	LinNumberOfImagePages: 13
[  1724.106] 	LinRedMaskSize: 8
[  1724.106] 	LinRedFieldPosition: 16
[  1724.106] 	LinGreenMaskSize: 8
[  1724.106] 	LinGreenFieldPosition: 8
[  1724.106] 	LinBlueMaskSize: 8
[  1724.106] 	LinBlueFieldPosition: 0
[  1724.106] 	LinRsvdMaskSize: 0
[  1724.106] 	LinRsvdFieldPosition: 0
[  1724.106] 	MaxPixelClock: 400000000
[  1724.107] Mode: 153 (1152x864)
[  1724.107] 	ModeAttributes: 0xbb
[  1724.107] 	WinAAttributes: 0x7
[  1724.107] 	WinBAttributes: 0x0
[  1724.107] 	WinGranularity: 64
[  1724.107] 	WinSize: 64
[  1724.107] 	WinASegment: 0xa000
[  1724.107] 	WinBSegment: 0x0
[  1724.107] 	WinFuncPtr: 0xc00051d3
[  1724.107] 	BytesPerScanline: 1152
[  1724.107] 	XResolution: 1152
[  1724.107] 	YResolution: 864
[  1724.107] 	XCharSize: 8
[  1724.107] 	YCharSize: 16
[  1724.107] 	NumberOfPlanes: 1
[  1724.107] 	BitsPerPixel: 8
[  1724.107] 	NumberOfBanks: 1
[  1724.107] 	MemoryModel: 4
[  1724.107] 	BankSize: 0
[  1724.107] 	NumberOfImages: 15
[  1724.107] 	RedMaskSize: 0
[  1724.107] 	RedFieldPosition: 0
[  1724.107] 	GreenMaskSize: 0
[  1724.107] 	GreenFieldPosition: 0
[  1724.107] 	BlueMaskSize: 0
[  1724.107] 	BlueFieldPosition: 0
[  1724.107] 	RsvdMaskSize: 0
[  1724.107] 	RsvdFieldPosition: 0
[  1724.107] 	DirectColorModeInfo: 0
[  1724.107] 	PhysBasePtr: 0xe0000000
[  1724.107] 	LinBytesPerScanLine: 1152
[  1724.107] 	BnkNumberOfImagePages: 15
[  1724.107] 	LinNumberOfImagePages: 15
[  1724.107] 	LinRedMaskSize: 0
[  1724.107] 	LinRedFieldPosition: 0
[  1724.107] 	LinGreenMaskSize: 0
[  1724.107] 	LinGreenFieldPosition: 0
[  1724.107] 	LinBlueMaskSize: 0
[  1724.107] 	LinBlueFieldPosition: 0
[  1724.107] 	LinRsvdMaskSize: 0
[  1724.107] 	LinRsvdFieldPosition: 0
[  1724.107] 	MaxPixelClock: 400000000
[  1724.107] Mode: 155 (1152x864)
[  1724.107] 	ModeAttributes: 0xbb
[  1724.107] 	WinAAttributes: 0x7
[  1724.107] 	WinBAttributes: 0x0
[  1724.107] 	WinGranularity: 64
[  1724.107] 	WinSize: 64
[  1724.107] 	WinASegment: 0xa000
[  1724.107] 	WinBSegment: 0x0
[  1724.107] 	WinFuncPtr: 0xc00051d3
[  1724.107] 	BytesPerScanline: 2304
[  1724.107] 	XResolution: 1152
[  1724.107] 	YResolution: 864
[  1724.107] 	XCharSize: 8
[  1724.107] 	YCharSize: 16
[  1724.107] 	NumberOfPlanes: 1
[  1724.107] 	BitsPerPixel: 16
[  1724.107] 	NumberOfBanks: 1
[  1724.107] 	MemoryModel: 6
[  1724.107] 	BankSize: 0
[  1724.107] 	NumberOfImages: 7
[  1724.107] 	RedMaskSize: 5
[  1724.107] 	RedFieldPosition: 11
[  1724.107] 	GreenMaskSize: 6
[  1724.107] 	GreenFieldPosition: 5
[  1724.107] 	BlueMaskSize: 5
[  1724.107] 	BlueFieldPosition: 0
[  1724.107] 	RsvdMaskSize: 0
[  1724.107] 	RsvdFieldPosition: 0
[  1724.107] 	DirectColorModeInfo: 0
[  1724.107] 	PhysBasePtr: 0xe0000000
[  1724.107] 	LinBytesPerScanLine: 2304
[  1724.107] 	BnkNumberOfImagePages: 7
[  1724.107] 	LinNumberOfImagePages: 7
[  1724.107] 	LinRedMaskSize: 5
[  1724.107] 	LinRedFieldPosition: 11
[  1724.107] 	LinGreenMaskSize: 6
[  1724.107] 	LinGreenFieldPosition: 5
[  1724.107] 	LinBlueMaskSize: 5
[  1724.107] 	LinBlueFieldPosition: 0
[  1724.107] 	LinRsvdMaskSize: 0
[  1724.107] 	LinRsvdFieldPosition: 0
[  1724.107] 	MaxPixelClock: 400000000
[  1724.108] *Mode: 156 (1152x864)
[  1724.108] 	ModeAttributes: 0xbb
[  1724.108] 	WinAAttributes: 0x7
[  1724.108] 	WinBAttributes: 0x0
[  1724.108] 	WinGranularity: 64
[  1724.108] 	WinSize: 64
[  1724.108] 	WinASegment: 0xa000
[  1724.108] 	WinBSegment: 0x0
[  1724.108] 	WinFuncPtr: 0xc00051d3
[  1724.108] 	BytesPerScanline: 4608
[  1724.108] 	XResolution: 1152
[  1724.108] 	YResolution: 864
[  1724.108] 	XCharSize: 8
[  1724.108] 	YCharSize: 16
[  1724.108] 	NumberOfPlanes: 1
[  1724.108] 	BitsPerPixel: 32
[  1724.108] 	NumberOfBanks: 1
[  1724.108] 	MemoryModel: 6
[  1724.108] 	BankSize: 0
[  1724.108] 	NumberOfImages: 3
[  1724.108] 	RedMaskSize: 8
[  1724.108] 	RedFieldPosition: 16
[  1724.108] 	GreenMaskSize: 8
[  1724.108] 	GreenFieldPosition: 8
[  1724.108] 	BlueMaskSize: 8
[  1724.108] 	BlueFieldPosition: 0
[  1724.108] 	RsvdMaskSize: 0
[  1724.108] 	RsvdFieldPosition: 0
[  1724.108] 	DirectColorModeInfo: 0
[  1724.108] 	PhysBasePtr: 0xe0000000
[  1724.108] 	LinBytesPerScanLine: 4608
[  1724.108] 	BnkNumberOfImagePages: 3
[  1724.108] 	LinNumberOfImagePages: 3
[  1724.108] 	LinRedMaskSize: 8
[  1724.108] 	LinRedFieldPosition: 16
[  1724.108] 	LinGreenMaskSize: 8
[  1724.108] 	LinGreenFieldPosition: 8
[  1724.108] 	LinBlueMaskSize: 8
[  1724.108] 	LinBlueFieldPosition: 0
[  1724.108] 	LinRsvdMaskSize: 0
[  1724.108] 	LinRsvdFieldPosition: 0
[  1724.108] 	MaxPixelClock: 400000000
[  1724.108] Mode: 163 (1280x960)
[  1724.108] 	ModeAttributes: 0xbb
[  1724.108] 	WinAAttributes: 0x7
[  1724.108] 	WinBAttributes: 0x0
[  1724.108] 	WinGranularity: 64
[  1724.108] 	WinSize: 64
[  1724.108] 	WinASegment: 0xa000
[  1724.108] 	WinBSegment: 0x0
[  1724.108] 	WinFuncPtr: 0xc00051d3
[  1724.108] 	BytesPerScanline: 1280
[  1724.108] 	XResolution: 1280
[  1724.108] 	YResolution: 960
[  1724.108] 	XCharSize: 8
[  1724.108] 	YCharSize: 16
[  1724.108] 	NumberOfPlanes: 1
[  1724.108] 	BitsPerPixel: 8
[  1724.108] 	NumberOfBanks: 1
[  1724.108] 	MemoryModel: 4
[  1724.108] 	BankSize: 0
[  1724.108] 	NumberOfImages: 12
[  1724.109] 	RedMaskSize: 0
[  1724.109] 	RedFieldPosition: 0
[  1724.109] 	GreenMaskSize: 0
[  1724.109] 	GreenFieldPosition: 0
[  1724.109] 	BlueMaskSize: 0
[  1724.109] 	BlueFieldPosition: 0
[  1724.109] 	RsvdMaskSize: 0
[  1724.109] 	RsvdFieldPosition: 0
[  1724.109] 	DirectColorModeInfo: 0
[  1724.109] 	PhysBasePtr: 0xe0000000
[  1724.109] 	LinBytesPerScanLine: 1280
[  1724.109] 	BnkNumberOfImagePages: 12
[  1724.109] 	LinNumberOfImagePages: 12
[  1724.109] 	LinRedMaskSize: 0
[  1724.109] 	LinRedFieldPosition: 0
[  1724.109] 	LinGreenMaskSize: 0
[  1724.109] 	LinGreenFieldPosition: 0
[  1724.109] 	LinBlueMaskSize: 0
[  1724.109] 	LinBlueFieldPosition: 0
[  1724.109] 	LinRsvdMaskSize: 0
[  1724.109] 	LinRsvdFieldPosition: 0
[  1724.109] 	MaxPixelClock: 400000000
[  1724.109] Mode: 165 (1280x960)
[  1724.109] 	ModeAttributes: 0xbb
[  1724.109] 	WinAAttributes: 0x7
[  1724.109] 	WinBAttributes: 0x0
[  1724.109] 	WinGranularity: 64
[  1724.109] 	WinSize: 64
[  1724.109] 	WinASegment: 0xa000
[  1724.109] 	WinBSegment: 0x0
[  1724.109] 	WinFuncPtr: 0xc00051d3
[  1724.109] 	BytesPerScanline: 2560
[  1724.109] 	XResolution: 1280
[  1724.109] 	YResolution: 960
[  1724.109] 	XCharSize: 8
[  1724.109] 	YCharSize: 16
[  1724.109] 	NumberOfPlanes: 1
[  1724.109] 	BitsPerPixel: 16
[  1724.109] 	NumberOfBanks: 1
[  1724.109] 	MemoryModel: 6
[  1724.109] 	BankSize: 0
[  1724.109] 	NumberOfImages: 5
[  1724.109] 	RedMaskSize: 5
[  1724.109] 	RedFieldPosition: 11
[  1724.109] 	GreenMaskSize: 6
[  1724.109] 	GreenFieldPosition: 5
[  1724.109] 	BlueMaskSize: 5
[  1724.109] 	BlueFieldPosition: 0
[  1724.109] 	RsvdMaskSize: 0
[  1724.109] 	RsvdFieldPosition: 0
[  1724.109] 	DirectColorModeInfo: 0
[  1724.109] 	PhysBasePtr: 0xe0000000
[  1724.109] 	LinBytesPerScanLine: 2560
[  1724.109] 	BnkNumberOfImagePages: 5
[  1724.109] 	LinNumberOfImagePages: 5
[  1724.109] 	LinRedMaskSize: 5
[  1724.109] 	LinRedFieldPosition: 11
[  1724.109] 	LinGreenMaskSize: 6
[  1724.109] 	LinGreenFieldPosition: 5
[  1724.109] 	LinBlueMaskSize: 5
[  1724.109] 	LinBlueFieldPosition: 0
[  1724.109] 	LinRsvdMaskSize: 0
[  1724.109] 	LinRsvdFieldPosition: 0
[  1724.109] 	MaxPixelClock: 400000000
[  1724.110] *Mode: 166 (1280x960)
[  1724.110] 	ModeAttributes: 0xbb
[  1724.110] 	WinAAttributes: 0x7
[  1724.110] 	WinBAttributes: 0x0
[  1724.110] 	WinGranularity: 64
[  1724.110] 	WinSize: 64
[  1724.110] 	WinASegment: 0xa000
[  1724.110] 	WinBSegment: 0x0
[  1724.110] 	WinFuncPtr: 0xc00051d3
[  1724.110] 	BytesPerScanline: 5120
[  1724.110] 	XResolution: 1280
[  1724.110] 	YResolution: 960
[  1724.110] 	XCharSize: 8
[  1724.110] 	YCharSize: 16
[  1724.110] 	NumberOfPlanes: 1
[  1724.110] 	BitsPerPixel: 32
[  1724.110] 	NumberOfBanks: 1
[  1724.110] 	MemoryModel: 6
[  1724.110] 	BankSize: 0
[  1724.110] 	NumberOfImages: 2
[  1724.110] 	RedMaskSize: 8
[  1724.110] 	RedFieldPosition: 16
[  1724.110] 	GreenMaskSize: 8
[  1724.110] 	GreenFieldPosition: 8
[  1724.110] 	BlueMaskSize: 8
[  1724.110] 	BlueFieldPosition: 0
[  1724.110] 	RsvdMaskSize: 0
[  1724.110] 	RsvdFieldPosition: 0
[  1724.110] 	DirectColorModeInfo: 0
[  1724.110] 	PhysBasePtr: 0xe0000000
[  1724.110] 	LinBytesPerScanLine: 5120
[  1724.110] 	BnkNumberOfImagePages: 2
[  1724.110] 	LinNumberOfImagePages: 2
[  1724.110] 	LinRedMaskSize: 8
[  1724.110] 	LinRedFieldPosition: 16
[  1724.110] 	LinGreenMaskSize: 8
[  1724.110] 	LinGreenFieldPosition: 8
[  1724.110] 	LinBlueMaskSize: 8
[  1724.110] 	LinBlueFieldPosition: 0
[  1724.110] 	LinRsvdMaskSize: 0
[  1724.110] 	LinRsvdFieldPosition: 0
[  1724.110] 	MaxPixelClock: 400000000
[  1724.110] *Mode: 121 (640x480)
[  1724.110] 	ModeAttributes: 0xbb
[  1724.110] 	WinAAttributes: 0x7
[  1724.110] 	WinBAttributes: 0x0
[  1724.110] 	WinGranularity: 64
[  1724.110] 	WinSize: 64
[  1724.110] 	WinASegment: 0xa000
[  1724.110] 	WinBSegment: 0x0
[  1724.110] 	WinFuncPtr: 0xc00051d3
[  1724.110] 	BytesPerScanline: 2560
[  1724.110] 	XResolution: 640
[  1724.110] 	YResolution: 480
[  1724.110] 	XCharSize: 8
[  1724.110] 	YCharSize: 16
[  1724.110] 	NumberOfPlanes: 1
[  1724.110] 	BitsPerPixel: 32
[  1724.110] 	NumberOfBanks: 1
[  1724.110] 	MemoryModel: 6
[  1724.110] 	BankSize: 0
[  1724.110] 	NumberOfImages: 12
[  1724.110] 	RedMaskSize: 8
[  1724.110] 	RedFieldPosition: 16
[  1724.110] 	GreenMaskSize: 8
[  1724.110] 	GreenFieldPosition: 8
[  1724.110] 	BlueMaskSize: 8
[  1724.110] 	BlueFieldPosition: 0
[  1724.110] 	RsvdMaskSize: 0
[  1724.110] 	RsvdFieldPosition: 0
[  1724.110] 	DirectColorModeInfo: 0
[  1724.110] 	PhysBasePtr: 0xe0000000
[  1724.110] 	LinBytesPerScanLine: 2560
[  1724.110] 	BnkNumberOfImagePages: 12
[  1724.110] 	LinNumberOfImagePages: 12
[  1724.110] 	LinRedMaskSize: 8
[  1724.110] 	LinRedFieldPosition: 16
[  1724.110] 	LinGreenMaskSize: 8
[  1724.110] 	LinGreenFieldPosition: 8
[  1724.110] 	LinBlueMaskSize: 8
[  1724.110] 	LinBlueFieldPosition: 0
[  1724.110] 	LinRsvdMaskSize: 0
[  1724.110] 	LinRsvdFieldPosition: 0
[  1724.110] 	MaxPixelClock: 400000000
[  1724.111] *Mode: 122 (800x600)
[  1724.111] 	ModeAttributes: 0xbb
[  1724.111] 	WinAAttributes: 0x7
[  1724.111] 	WinBAttributes: 0x0
[  1724.111] 	WinGranularity: 64
[  1724.111] 	WinSize: 64
[  1724.111] 	WinASegment: 0xa000
[  1724.111] 	WinBSegment: 0x0
[  1724.111] 	WinFuncPtr: 0xc00051d3
[  1724.111] 	BytesPerScanline: 3200
[  1724.111] 	XResolution: 800
[  1724.111] 	YResolution: 600
[  1724.111] 	XCharSize: 8
[  1724.111] 	YCharSize: 14
[  1724.111] 	NumberOfPlanes: 1
[  1724.111] 	BitsPerPixel: 32
[  1724.111] 	NumberOfBanks: 1
[  1724.111] 	MemoryModel: 6
[  1724.111] 	BankSize: 0
[  1724.111] 	NumberOfImages: 7
[  1724.111] 	RedMaskSize: 8
[  1724.111] 	RedFieldPosition: 16
[  1724.111] 	GreenMaskSize: 8
[  1724.111] 	GreenFieldPosition: 8
[  1724.111] 	BlueMaskSize: 8
[  1724.111] 	BlueFieldPosition: 0
[  1724.111] 	RsvdMaskSize: 0
[  1724.111] 	RsvdFieldPosition: 0
[  1724.111] 	DirectColorModeInfo: 0
[  1724.111] 	PhysBasePtr: 0xe0000000
[  1724.111] 	LinBytesPerScanLine: 3200
[  1724.111] 	BnkNumberOfImagePages: 7
[  1724.111] 	LinNumberOfImagePages: 7
[  1724.111] 	LinRedMaskSize: 8
[  1724.111] 	LinRedFieldPosition: 16
[  1724.111] 	LinGreenMaskSize: 8
[  1724.111] 	LinGreenFieldPosition: 8
[  1724.111] 	LinBlueMaskSize: 8
[  1724.111] 	LinBlueFieldPosition: 0
[  1724.111] 	LinRsvdMaskSize: 0
[  1724.111] 	LinRsvdFieldPosition: 0
[  1724.111] 	MaxPixelClock: 400000000
[  1724.111] *Mode: 123 (1024x768)
[  1724.111] 	ModeAttributes: 0xbb
[  1724.111] 	WinAAttributes: 0x7
[  1724.111] 	WinBAttributes: 0x0
[  1724.111] 	WinGranularity: 64
[  1724.111] 	WinSize: 64
[  1724.111] 	WinASegment: 0xa000
[  1724.111] 	WinBSegment: 0x0
[  1724.111] 	WinFuncPtr: 0xc00051d3
[  1724.111] 	BytesPerScanline: 4096
[  1724.111] 	XResolution: 1024
[  1724.111] 	YResolution: 768
[  1724.111] 	XCharSize: 8
[  1724.111] 	YCharSize: 16
[  1724.111] 	NumberOfPlanes: 1
[  1724.111] 	BitsPerPixel: 32
[  1724.111] 	NumberOfBanks: 1
[  1724.111] 	MemoryModel: 6
[  1724.111] 	BankSize: 0
[  1724.111] 	NumberOfImages: 4
[  1724.111] 	RedMaskSize: 8
[  1724.111] 	RedFieldPosition: 16
[  1724.111] 	GreenMaskSize: 8
[  1724.111] 	GreenFieldPosition: 8
[  1724.111] 	BlueMaskSize: 8
[  1724.111] 	BlueFieldPosition: 0
[  1724.111] 	RsvdMaskSize: 0
[  1724.111] 	RsvdFieldPosition: 0
[  1724.111] 	DirectColorModeInfo: 0
[  1724.111] 	PhysBasePtr: 0xe0000000
[  1724.111] 	LinBytesPerScanLine: 4096
[  1724.111] 	BnkNumberOfImagePages: 4
[  1724.111] 	LinNumberOfImagePages: 4
[  1724.111] 	LinRedMaskSize: 8
[  1724.111] 	LinRedFieldPosition: 16
[  1724.111] 	LinGreenMaskSize: 8
[  1724.111] 	LinGreenFieldPosition: 8
[  1724.111] 	LinBlueMaskSize: 8
[  1724.111] 	LinBlueFieldPosition: 0
[  1724.111] 	LinRsvdMaskSize: 0
[  1724.111] 	LinRsvdFieldPosition: 0
[  1724.111] 	MaxPixelClock: 400000000
[  1724.112] *Mode: 124 (1280x1024)
[  1724.112] 	ModeAttributes: 0xbb
[  1724.112] 	WinAAttributes: 0x7
[  1724.112] 	WinBAttributes: 0x0
[  1724.112] 	WinGranularity: 64
[  1724.112] 	WinSize: 64
[  1724.112] 	WinASegment: 0xa000
[  1724.112] 	WinBSegment: 0x0
[  1724.112] 	WinFuncPtr: 0xc00051d3
[  1724.112] 	BytesPerScanline: 5120
[  1724.112] 	XResolution: 1280
[  1724.112] 	YResolution: 1024
[  1724.112] 	XCharSize: 8
[  1724.112] 	YCharSize: 16
[  1724.112] 	NumberOfPlanes: 1
[  1724.112] 	BitsPerPixel: 32
[  1724.112] 	NumberOfBanks: 1
[  1724.112] 	MemoryModel: 6
[  1724.112] 	BankSize: 0
[  1724.112] 	NumberOfImages: 2
[  1724.112] 	RedMaskSize: 8
[  1724.112] 	RedFieldPosition: 16
[  1724.112] 	GreenMaskSize: 8
[  1724.112] 	GreenFieldPosition: 8
[  1724.112] 	BlueMaskSize: 8
[  1724.112] 	BlueFieldPosition: 0
[  1724.112] 	RsvdMaskSize: 0
[  1724.112] 	RsvdFieldPosition: 0
[  1724.112] 	DirectColorModeInfo: 0
[  1724.112] 	PhysBasePtr: 0xe0000000
[  1724.112] 	LinBytesPerScanLine: 5120
[  1724.112] 	BnkNumberOfImagePages: 2
[  1724.112] 	LinNumberOfImagePages: 2
[  1724.112] 	LinRedMaskSize: 8
[  1724.112] 	LinRedFieldPosition: 16
[  1724.112] 	LinGreenMaskSize: 8
[  1724.112] 	LinGreenFieldPosition: 8
[  1724.112] 	LinBlueMaskSize: 8
[  1724.112] 	LinBlueFieldPosition: 0
[  1724.112] 	LinRsvdMaskSize: 0
[  1724.112] 	LinRsvdFieldPosition: 0
[  1724.112] 	MaxPixelClock: 400000000
[  1724.112] Mode: 143 (1400x1050)
[  1724.112] 	ModeAttributes: 0xbb
[  1724.112] 	WinAAttributes: 0x7
[  1724.112] 	WinBAttributes: 0x0
[  1724.112] 	WinGranularity: 64
[  1724.112] 	WinSize: 64
[  1724.112] 	WinASegment: 0xa000
[  1724.112] 	WinBSegment: 0x0
[  1724.112] 	WinFuncPtr: 0xc00051d3
[  1724.112] 	BytesPerScanline: 1408
[  1724.112] 	XResolution: 1400
[  1724.112] 	YResolution: 1050
[  1724.112] 	XCharSize: 8
[  1724.112] 	YCharSize: 16
[  1724.112] 	NumberOfPlanes: 1
[  1724.112] 	BitsPerPixel: 8
[  1724.112] 	NumberOfBanks: 1
[  1724.112] 	MemoryModel: 4
[  1724.112] 	BankSize: 0
[  1724.112] 	NumberOfImages: 10
[  1724.112] 	RedMaskSize: 0
[  1724.113] 	RedFieldPosition: 0
[  1724.113] 	GreenMaskSize: 0
[  1724.113] 	GreenFieldPosition: 0
[  1724.113] 	BlueMaskSize: 0
[  1724.113] 	BlueFieldPosition: 0
[  1724.113] 	RsvdMaskSize: 0
[  1724.113] 	RsvdFieldPosition: 0
[  1724.113] 	DirectColorModeInfo: 0
[  1724.113] 	PhysBasePtr: 0xe0000000
[  1724.113] 	LinBytesPerScanLine: 1408
[  1724.113] 	BnkNumberOfImagePages: 10
[  1724.113] 	LinNumberOfImagePages: 10
[  1724.113] 	LinRedMaskSize: 0
[  1724.113] 	LinRedFieldPosition: 0
[  1724.113] 	LinGreenMaskSize: 0
[  1724.113] 	LinGreenFieldPosition: 0
[  1724.113] 	LinBlueMaskSize: 0
[  1724.113] 	LinBlueFieldPosition: 0
[  1724.113] 	LinRsvdMaskSize: 0
[  1724.113] 	LinRsvdFieldPosition: 0
[  1724.113] 	MaxPixelClock: 400000000
[  1724.113] Mode: 145 (1400x1050)
[  1724.113] 	ModeAttributes: 0xbb
[  1724.113] 	WinAAttributes: 0x7
[  1724.113] 	WinBAttributes: 0x0
[  1724.113] 	WinGranularity: 64
[  1724.113] 	WinSize: 64
[  1724.113] 	WinASegment: 0xa000
[  1724.113] 	WinBSegment: 0x0
[  1724.113] 	WinFuncPtr: 0xc00051d3
[  1724.113] 	BytesPerScanline: 2816
[  1724.113] 	XResolution: 1400
[  1724.113] 	YResolution: 1050
[  1724.113] 	XCharSize: 8
[  1724.113] 	YCharSize: 16
[  1724.113] 	NumberOfPlanes: 1
[  1724.113] 	BitsPerPixel: 16
[  1724.113] 	NumberOfBanks: 1
[  1724.113] 	MemoryModel: 6
[  1724.113] 	BankSize: 0
[  1724.113] 	NumberOfImages: 4
[  1724.113] 	RedMaskSize: 5
[  1724.113] 	RedFieldPosition: 11
[  1724.113] 	GreenMaskSize: 6
[  1724.113] 	GreenFieldPosition: 5
[  1724.113] 	BlueMaskSize: 5
[  1724.113] 	BlueFieldPosition: 0
[  1724.113] 	RsvdMaskSize: 0
[  1724.113] 	RsvdFieldPosition: 0
[  1724.113] 	DirectColorModeInfo: 0
[  1724.113] 	PhysBasePtr: 0xe0000000
[  1724.113] 	LinBytesPerScanLine: 2816
[  1724.113] 	BnkNumberOfImagePages: 4
[  1724.113] 	LinNumberOfImagePages: 4
[  1724.113] 	LinRedMaskSize: 5
[  1724.113] 	LinRedFieldPosition: 11
[  1724.113] 	LinGreenMaskSize: 6
[  1724.113] 	LinGreenFieldPosition: 5
[  1724.113] 	LinBlueMaskSize: 5
[  1724.113] 	LinBlueFieldPosition: 0
[  1724.113] 	LinRsvdMaskSize: 0
[  1724.113] 	LinRsvdFieldPosition: 0
[  1724.113] 	MaxPixelClock: 400000000
[  1724.114] *Mode: 146 (1400x1050)
[  1724.114] 	ModeAttributes: 0xbb
[  1724.114] 	WinAAttributes: 0x7
[  1724.114] 	WinBAttributes: 0x0
[  1724.114] 	WinGranularity: 64
[  1724.114] 	WinSize: 64
[  1724.114] 	WinASegment: 0xa000
[  1724.114] 	WinBSegment: 0x0
[  1724.114] 	WinFuncPtr: 0xc00051d3
[  1724.114] 	BytesPerScanline: 5632
[  1724.114] 	XResolution: 1400
[  1724.114] 	YResolution: 1050
[  1724.114] 	XCharSize: 8
[  1724.114] 	YCharSize: 16
[  1724.114] 	NumberOfPlanes: 1
[  1724.114] 	BitsPerPixel: 32
[  1724.114] 	NumberOfBanks: 1
[  1724.114] 	MemoryModel: 6
[  1724.114] 	BankSize: 0
[  1724.114] 	NumberOfImages: 1
[  1724.114] 	RedMaskSize: 8
[  1724.114] 	RedFieldPosition: 16
[  1724.114] 	GreenMaskSize: 8
[  1724.114] 	GreenFieldPosition: 8
[  1724.114] 	BlueMaskSize: 8
[  1724.114] 	BlueFieldPosition: 0
[  1724.114] 	RsvdMaskSize: 0
[  1724.114] 	RsvdFieldPosition: 0
[  1724.114] 	DirectColorModeInfo: 0
[  1724.114] 	PhysBasePtr: 0xe0000000
[  1724.114] 	LinBytesPerScanLine: 5632
[  1724.114] 	BnkNumberOfImagePages: 1
[  1724.114] 	LinNumberOfImagePages: 1
[  1724.114] 	LinRedMaskSize: 8
[  1724.114] 	LinRedFieldPosition: 16
[  1724.114] 	LinGreenMaskSize: 8
[  1724.114] 	LinGreenFieldPosition: 8
[  1724.114] 	LinBlueMaskSize: 8
[  1724.114] 	LinBlueFieldPosition: 0
[  1724.114] 	LinRsvdMaskSize: 0
[  1724.114] 	LinRsvdFieldPosition: 0
[  1724.114] 	MaxPixelClock: 400000000
[  1724.114] Mode: 173 (1600x1200)
[  1724.114] 	ModeAttributes: 0xba
[  1724.114] 	WinAAttributes: 0x7
[  1724.114] 	WinBAttributes: 0x0
[  1724.114] 	WinGranularity: 64
[  1724.114] 	WinSize: 64
[  1724.114] 	WinASegment: 0xa000
[  1724.114] 	WinBSegment: 0x0
[  1724.114] 	WinFuncPtr: 0xc00051d3
[  1724.114] 	BytesPerScanline: 1600
[  1724.114] 	XResolution: 1600
[  1724.114] 	YResolution: 1200
[  1724.114] 	XCharSize: 8
[  1724.114] 	YCharSize: 16
[  1724.114] 	NumberOfPlanes: 1
[  1724.114] 	BitsPerPixel: 8
[  1724.114] 	NumberOfBanks: 1
[  1724.114] 	MemoryModel: 4
[  1724.114] 	BankSize: 0
[  1724.114] 	NumberOfImages: 7
[  1724.114] 	RedMaskSize: 0
[  1724.114] 	RedFieldPosition: 0
[  1724.114] 	GreenMaskSize: 0
[  1724.114] 	GreenFieldPosition: 0
[  1724.114] 	BlueMaskSize: 0
[  1724.114] 	BlueFieldPosition: 0
[  1724.114] 	RsvdMaskSize: 0
[  1724.114] 	RsvdFieldPosition: 0
[  1724.114] 	DirectColorModeInfo: 0
[  1724.114] 	PhysBasePtr: 0xe0000000
[  1724.114] 	LinBytesPerScanLine: 1600
[  1724.114] 	BnkNumberOfImagePages: 7
[  1724.114] 	LinNumberOfImagePages: 7
[  1724.114] 	LinRedMaskSize: 0
[  1724.114] 	LinRedFieldPosition: 0
[  1724.114] 	LinGreenMaskSize: 0
[  1724.114] 	LinGreenFieldPosition: 0
[  1724.114] 	LinBlueMaskSize: 0
[  1724.114] 	LinBlueFieldPosition: 0
[  1724.114] 	LinRsvdMaskSize: 0
[  1724.114] 	LinRsvdFieldPosition: 0
[  1724.114] 	MaxPixelClock: 400000000
[  1724.115] Mode: 175 (1600x1200)
[  1724.115] 	ModeAttributes: 0xba
[  1724.115] 	WinAAttributes: 0x7
[  1724.115] 	WinBAttributes: 0x0
[  1724.115] 	WinGranularity: 64
[  1724.115] 	WinSize: 64
[  1724.115] 	WinASegment: 0xa000
[  1724.115] 	WinBSegment: 0x0
[  1724.115] 	WinFuncPtr: 0xc00051d3
[  1724.115] 	BytesPerScanline: 3200
[  1724.115] 	XResolution: 1600
[  1724.115] 	YResolution: 1200
[  1724.115] 	XCharSize: 8
[  1724.115] 	YCharSize: 16
[  1724.115] 	NumberOfPlanes: 1
[  1724.115] 	BitsPerPixel: 16
[  1724.115] 	NumberOfBanks: 1
[  1724.115] 	MemoryModel: 6
[  1724.115] 	BankSize: 0
[  1724.115] 	NumberOfImages: 3
[  1724.115] 	RedMaskSize: 5
[  1724.115] 	RedFieldPosition: 11
[  1724.115] 	GreenMaskSize: 6
[  1724.115] 	GreenFieldPosition: 5
[  1724.115] 	BlueMaskSize: 5
[  1724.115] 	BlueFieldPosition: 0
[  1724.115] 	RsvdMaskSize: 0
[  1724.115] 	RsvdFieldPosition: 0
[  1724.115] 	DirectColorModeInfo: 0
[  1724.115] 	PhysBasePtr: 0xe0000000
[  1724.115] 	LinBytesPerScanLine: 3200
[  1724.115] 	BnkNumberOfImagePages: 3
[  1724.115] 	LinNumberOfImagePages: 3
[  1724.115] 	LinRedMaskSize: 5
[  1724.115] 	LinRedFieldPosition: 11
[  1724.115] 	LinGreenMaskSize: 6
[  1724.115] 	LinGreenFieldPosition: 5
[  1724.115] 	LinBlueMaskSize: 5
[  1724.115] 	LinBlueFieldPosition: 0
[  1724.115] 	LinRsvdMaskSize: 0
[  1724.115] 	LinRsvdFieldPosition: 0
[  1724.115] 	MaxPixelClock: 400000000
[  1724.115] Mode: 176 (1600x1200)
[  1724.115] 	ModeAttributes: 0xba
[  1724.115] 	WinAAttributes: 0x7
[  1724.115] 	WinBAttributes: 0x0
[  1724.115] 	WinGranularity: 64
[  1724.115] 	WinSize: 64
[  1724.115] 	WinASegment: 0xa000
[  1724.115] 	WinBSegment: 0x0
[  1724.115] 	WinFuncPtr: 0xc00051d3
[  1724.115] 	BytesPerScanline: 6400
[  1724.115] 	XResolution: 1600
[  1724.115] 	YResolution: 1200
[  1724.115] 	XCharSize: 8
[  1724.115] 	YCharSize: 16
[  1724.115] 	NumberOfPlanes: 1
[  1724.115] 	BitsPerPixel: 32
[  1724.115] 	NumberOfBanks: 1
[  1724.115] 	MemoryModel: 6
[  1724.115] 	BankSize: 0
[  1724.115] 	NumberOfImages: 1
[  1724.115] 	RedMaskSize: 8
[  1724.115] 	RedFieldPosition: 16
[  1724.115] 	GreenMaskSize: 8
[  1724.115] 	GreenFieldPosition: 8
[  1724.115] 	BlueMaskSize: 8
[  1724.115] 	BlueFieldPosition: 0
[  1724.115] 	RsvdMaskSize: 0
[  1724.115] 	RsvdFieldPosition: 0
[  1724.115] 	DirectColorModeInfo: 0
[  1724.115] 	PhysBasePtr: 0xe0000000
[  1724.115] 	LinBytesPerScanLine: 6400
[  1724.115] 	BnkNumberOfImagePages: 1
[  1724.115] 	LinNumberOfImagePages: 1
[  1724.115] 	LinRedMaskSize: 8
[  1724.115] 	LinRedFieldPosition: 16
[  1724.115] 	LinGreenMaskSize: 8
[  1724.115] 	LinGreenFieldPosition: 8
[  1724.115] 	LinBlueMaskSize: 8
[  1724.115] 	LinBlueFieldPosition: 0
[  1724.115] 	LinRsvdMaskSize: 0
[  1724.115] 	LinRsvdFieldPosition: 0
[  1724.115] 	MaxPixelClock: 400000000
[  1724.116] Mode: 183 (1792x1344)
[  1724.116] 	ModeAttributes: 0xba
[  1724.116] 	WinAAttributes: 0x7
[  1724.116] 	WinBAttributes: 0x0
[  1724.116] 	WinGranularity: 64
[  1724.116] 	WinSize: 64
[  1724.116] 	WinASegment: 0xa000
[  1724.116] 	WinBSegment: 0x0
[  1724.116] 	WinFuncPtr: 0xc00051d3
[  1724.116] 	BytesPerScanline: 1792
[  1724.116] 	XResolution: 1792
[  1724.116] 	YResolution: 1344
[  1724.116] 	XCharSize: 8
[  1724.116] 	YCharSize: 16
[  1724.116] 	NumberOfPlanes: 1
[  1724.116] 	BitsPerPixel: 8
[  1724.116] 	NumberOfBanks: 1
[  1724.116] 	MemoryModel: 4
[  1724.116] 	BankSize: 0
[  1724.116] 	NumberOfImages: 5
[  1724.116] 	RedMaskSize: 0
[  1724.116] 	RedFieldPosition: 0
[  1724.116] 	GreenMaskSize: 0
[  1724.116] 	GreenFieldPosition: 0
[  1724.116] 	BlueMaskSize: 0
[  1724.116] 	BlueFieldPosition: 0
[  1724.116] 	RsvdMaskSize: 0
[  1724.116] 	RsvdFieldPosition: 0
[  1724.116] 	DirectColorModeInfo: 0
[  1724.116] 	PhysBasePtr: 0xe0000000
[  1724.116] 	LinBytesPerScanLine: 1792
[  1724.116] 	BnkNumberOfImagePages: 5
[  1724.116] 	LinNumberOfImagePages: 5
[  1724.116] 	LinRedMaskSize: 0
[  1724.116] 	LinRedFieldPosition: 0
[  1724.116] 	LinGreenMaskSize: 0
[  1724.116] 	LinGreenFieldPosition: 0
[  1724.116] 	LinBlueMaskSize: 0
[  1724.116] 	LinBlueFieldPosition: 0
[  1724.116] 	LinRsvdMaskSize: 0
[  1724.116] 	LinRsvdFieldPosition: 0
[  1724.116] 	MaxPixelClock: 400000000
[  1724.116] Mode: 185 (1792x1344)
[  1724.116] 	ModeAttributes: 0xba
[  1724.116] 	WinAAttributes: 0x7
[  1724.116] 	WinBAttributes: 0x0
[  1724.116] 	WinGranularity: 64
[  1724.116] 	WinSize: 64
[  1724.116] 	WinASegment: 0xa000
[  1724.117] 	WinBSegment: 0x0
[  1724.117] 	WinFuncPtr: 0xc00051d3
[  1724.117] 	BytesPerScanline: 3584
[  1724.117] 	XResolution: 1792
[  1724.117] 	YResolution: 1344
[  1724.117] 	XCharSize: 8
[  1724.117] 	YCharSize: 16
[  1724.117] 	NumberOfPlanes: 1
[  1724.117] 	BitsPerPixel: 16
[  1724.117] 	NumberOfBanks: 1
[  1724.117] 	MemoryModel: 6
[  1724.117] 	BankSize: 0
[  1724.117] 	NumberOfImages: 2
[  1724.117] 	RedMaskSize: 5
[  1724.117] 	RedFieldPosition: 11
[  1724.117] 	GreenMaskSize: 6
[  1724.117] 	GreenFieldPosition: 5
[  1724.117] 	BlueMaskSize: 5
[  1724.117] 	BlueFieldPosition: 0
[  1724.117] 	RsvdMaskSize: 0
[  1724.117] 	RsvdFieldPosition: 0
[  1724.117] 	DirectColorModeInfo: 0
[  1724.117] 	PhysBasePtr: 0xe0000000
[  1724.117] 	LinBytesPerScanLine: 3584
[  1724.117] 	BnkNumberOfImagePages: 2
[  1724.117] 	LinNumberOfImagePages: 2
[  1724.117] 	LinRedMaskSize: 5
[  1724.117] 	LinRedFieldPosition: 11
[  1724.117] 	LinGreenMaskSize: 6
[  1724.117] 	LinGreenFieldPosition: 5
[  1724.117] 	LinBlueMaskSize: 5
[  1724.117] 	LinBlueFieldPosition: 0
[  1724.117] 	LinRsvdMaskSize: 0
[  1724.117] 	LinRsvdFieldPosition: 0
[  1724.117] 	MaxPixelClock: 400000000
[  1724.117] Mode: 186 (1792x1344)
[  1724.117] 	ModeAttributes: 0xba
[  1724.117] 	WinAAttributes: 0x7
[  1724.117] 	WinBAttributes: 0x0
[  1724.117] 	WinGranularity: 64
[  1724.117] 	WinSize: 64
[  1724.117] 	WinASegment: 0xa000
[  1724.117] 	WinBSegment: 0x0
[  1724.117] 	WinFuncPtr: 0xc00051d3
[  1724.117] 	BytesPerScanline: 7168
[  1724.117] 	XResolution: 1792
[  1724.117] 	YResolution: 1344
[  1724.117] 	XCharSize: 8
[  1724.117] 	YCharSize: 16
[  1724.117] 	NumberOfPlanes: 1
[  1724.117] 	BitsPerPixel: 32
[  1724.117] 	NumberOfBanks: 1
[  1724.117] 	MemoryModel: 6
[  1724.117] 	BankSize: 0
[  1724.117] 	NumberOfImages: 1
[  1724.117] 	RedMaskSize: 8
[  1724.117] 	RedFieldPosition: 16
[  1724.117] 	GreenMaskSize: 8
[  1724.117] 	GreenFieldPosition: 8
[  1724.117] 	BlueMaskSize: 8
[  1724.117] 	BlueFieldPosition: 0
[  1724.117] 	RsvdMaskSize: 0
[  1724.117] 	RsvdFieldPosition: 0
[  1724.117] 	DirectColorModeInfo: 0
[  1724.117] 	PhysBasePtr: 0xe0000000
[  1724.117] 	LinBytesPerScanLine: 7168
[  1724.117] 	BnkNumberOfImagePages: 1
[  1724.117] 	LinNumberOfImagePages: 1
[  1724.117] 	LinRedMaskSize: 8
[  1724.117] 	LinRedFieldPosition: 16
[  1724.117] 	LinGreenMaskSize: 8
[  1724.117] 	LinGreenFieldPosition: 8
[  1724.117] 	LinBlueMaskSize: 8
[  1724.117] 	LinBlueFieldPosition: 0
[  1724.117] 	LinRsvdMaskSize: 0
[  1724.117] 	LinRsvdFieldPosition: 0
[  1724.117] 	MaxPixelClock: 400000000
[  1724.118] Mode: 1d3 (1856x1392)
[  1724.118] 	ModeAttributes: 0xba
[  1724.118] 	WinAAttributes: 0x7
[  1724.118] 	WinBAttributes: 0x0
[  1724.118] 	WinGranularity: 64
[  1724.118] 	WinSize: 64
[  1724.118] 	WinASegment: 0xa000
[  1724.118] 	WinBSegment: 0x0
[  1724.118] 	WinFuncPtr: 0xc00051d3
[  1724.118] 	BytesPerScanline: 1856
[  1724.118] 	XResolution: 1856
[  1724.118] 	YResolution: 1392
[  1724.118] 	XCharSize: 8
[  1724.118] 	YCharSize: 16
[  1724.118] 	NumberOfPlanes: 1
[  1724.118] 	BitsPerPixel: 8
[  1724.118] 	NumberOfBanks: 1
[  1724.118] 	MemoryModel: 4
[  1724.118] 	BankSize: 0
[  1724.118] 	NumberOfImages: 5
[  1724.118] 	RedMaskSize: 0
[  1724.118] 	RedFieldPosition: 0
[  1724.118] 	GreenMaskSize: 0
[  1724.118] 	GreenFieldPosition: 0
[  1724.118] 	BlueMaskSize: 0
[  1724.118] 	BlueFieldPosition: 0
[  1724.118] 	RsvdMaskSize: 0
[  1724.118] 	RsvdFieldPosition: 0
[  1724.118] 	DirectColorModeInfo: 0
[  1724.118] 	PhysBasePtr: 0xe0000000
[  1724.118] 	LinBytesPerScanLine: 1856
[  1724.118] 	BnkNumberOfImagePages: 5
[  1724.118] 	LinNumberOfImagePages: 5
[  1724.118] 	LinRedMaskSize: 0
[  1724.118] 	LinRedFieldPosition: 0
[  1724.118] 	LinGreenMaskSize: 0
[  1724.118] 	LinGreenFieldPosition: 0
[  1724.118] 	LinBlueMaskSize: 0
[  1724.118] 	LinBlueFieldPosition: 0
[  1724.118] 	LinRsvdMaskSize: 0
[  1724.118] 	LinRsvdFieldPosition: 0
[  1724.118] 	MaxPixelClock: 400000000
[  1724.118] Mode: 1d5 (1856x1392)
[  1724.118] 	ModeAttributes: 0xba
[  1724.118] 	WinAAttributes: 0x7
[  1724.118] 	WinBAttributes: 0x0
[  1724.118] 	WinGranularity: 64
[  1724.118] 	WinSize: 64
[  1724.118] 	WinASegment: 0xa000
[  1724.118] 	WinBSegment: 0x0
[  1724.118] 	WinFuncPtr: 0xc00051d3
[  1724.118] 	BytesPerScanline: 3712
[  1724.118] 	XResolution: 1856
[  1724.118] 	YResolution: 1392
[  1724.118] 	XCharSize: 8
[  1724.118] 	YCharSize: 16
[  1724.118] 	NumberOfPlanes: 1
[  1724.118] 	BitsPerPixel: 16
[  1724.118] 	NumberOfBanks: 1
[  1724.118] 	MemoryModel: 6
[  1724.118] 	BankSize: 0
[  1724.118] 	NumberOfImages: 2
[  1724.118] 	RedMaskSize: 5
[  1724.118] 	RedFieldPosition: 11
[  1724.118] 	GreenMaskSize: 6
[  1724.118] 	GreenFieldPosition: 5
[  1724.118] 	BlueMaskSize: 5
[  1724.118] 	BlueFieldPosition: 0
[  1724.118] 	RsvdMaskSize: 0
[  1724.118] 	RsvdFieldPosition: 0
[  1724.118] 	DirectColorModeInfo: 0
[  1724.118] 	PhysBasePtr: 0xe0000000
[  1724.118] 	LinBytesPerScanLine: 3712
[  1724.118] 	BnkNumberOfImagePages: 2
[  1724.118] 	LinNumberOfImagePages: 2
[  1724.118] 	LinRedMaskSize: 5
[  1724.118] 	LinRedFieldPosition: 11
[  1724.118] 	LinGreenMaskSize: 6
[  1724.118] 	LinGreenFieldPosition: 5
[  1724.118] 	LinBlueMaskSize: 5
[  1724.118] 	LinBlueFieldPosition: 0
[  1724.118] 	LinRsvdMaskSize: 0
[  1724.118] 	LinRsvdFieldPosition: 0
[  1724.118] 	MaxPixelClock: 400000000
[  1724.119] Mode: 1d6 (1856x1392)
[  1724.119] 	ModeAttributes: 0xba
[  1724.119] 	WinAAttributes: 0x7
[  1724.119] 	WinBAttributes: 0x0
[  1724.119] 	WinGranularity: 64
[  1724.119] 	WinSize: 64
[  1724.119] 	WinASegment: 0xa000
[  1724.119] 	WinBSegment: 0x0
[  1724.119] 	WinFuncPtr: 0xc00051d3
[  1724.119] 	BytesPerScanline: 7424
[  1724.119] 	XResolution: 1856
[  1724.119] 	YResolution: 1392
[  1724.119] 	XCharSize: 8
[  1724.119] 	YCharSize: 16
[  1724.119] 	NumberOfPlanes: 1
[  1724.119] 	BitsPerPixel: 32
[  1724.119] 	NumberOfBanks: 1
[  1724.119] 	MemoryModel: 6
[  1724.119] 	BankSize: 0
[  1724.119] 	NumberOfImages: 1
[  1724.119] 	RedMaskSize: 8
[  1724.119] 	RedFieldPosition: 16
[  1724.119] 	GreenMaskSize: 8
[  1724.119] 	GreenFieldPosition: 8
[  1724.119] 	BlueMaskSize: 8
[  1724.119] 	BlueFieldPosition: 0
[  1724.119] 	RsvdMaskSize: 0
[  1724.119] 	RsvdFieldPosition: 0
[  1724.119] 	DirectColorModeInfo: 0
[  1724.119] 	PhysBasePtr: 0xe0000000
[  1724.119] 	LinBytesPerScanLine: 7424
[  1724.119] 	BnkNumberOfImagePages: 1
[  1724.119] 	LinNumberOfImagePages: 1
[  1724.119] 	LinRedMaskSize: 8
[  1724.119] 	LinRedFieldPosition: 16
[  1724.119] 	LinGreenMaskSize: 8
[  1724.119] 	LinGreenFieldPosition: 8
[  1724.119] 	LinBlueMaskSize: 8
[  1724.119] 	LinBlueFieldPosition: 0
[  1724.119] 	LinRsvdMaskSize: 0
[  1724.119] 	LinRsvdFieldPosition: 0
[  1724.119] 	MaxPixelClock: 400000000
[  1724.119] Mode: 1e3 (1920x1440)
[  1724.119] 	ModeAttributes: 0xba
[  1724.119] 	WinAAttributes: 0x7
[  1724.119] 	WinBAttributes: 0x0
[  1724.119] 	WinGranularity: 64
[  1724.119] 	WinSize: 64
[  1724.119] 	WinASegment: 0xa000
[  1724.119] 	WinBSegment: 0x0
[  1724.119] 	WinFuncPtr: 0xc00051d3
[  1724.119] 	BytesPerScanline: 1920
[  1724.119] 	XResolution: 1920
[  1724.119] 	YResolution: 1440
[  1724.119] 	XCharSize: 8
[  1724.119] 	YCharSize: 16
[  1724.119] 	NumberOfPlanes: 1
[  1724.119] 	BitsPerPixel: 8
[  1724.119] 	NumberOfBanks: 1
[  1724.119] 	MemoryModel: 4
[  1724.119] 	BankSize: 0
[  1724.119] 	NumberOfImages: 4
[  1724.119] 	RedMaskSize: 0
[  1724.120] 	RedFieldPosition: 0
[  1724.120] 	GreenMaskSize: 0
[  1724.120] 	GreenFieldPosition: 0
[  1724.120] 	BlueMaskSize: 0
[  1724.120] 	BlueFieldPosition: 0
[  1724.120] 	RsvdMaskSize: 0
[  1724.120] 	RsvdFieldPosition: 0
[  1724.120] 	DirectColorModeInfo: 0
[  1724.120] 	PhysBasePtr: 0xe0000000
[  1724.120] 	LinBytesPerScanLine: 1920
[  1724.120] 	BnkNumberOfImagePages: 4
[  1724.120] 	LinNumberOfImagePages: 4
[  1724.120] 	LinRedMaskSize: 0
[  1724.120] 	LinRedFieldPosition: 0
[  1724.120] 	LinGreenMaskSize: 0
[  1724.120] 	LinGreenFieldPosition: 0
[  1724.120] 	LinBlueMaskSize: 0
[  1724.120] 	LinBlueFieldPosition: 0
[  1724.120] 	LinRsvdMaskSize: 0
[  1724.120] 	LinRsvdFieldPosition: 0
[  1724.120] 	MaxPixelClock: 400000000
[  1724.120] Mode: 1e5 (1920x1440)
[  1724.120] 	ModeAttributes: 0xba
[  1724.120] 	WinAAttributes: 0x7
[  1724.120] 	WinBAttributes: 0x0
[  1724.120] 	WinGranularity: 64
[  1724.120] 	WinSize: 64
[  1724.120] 	WinASegment: 0xa000
[  1724.120] 	WinBSegment: 0x0
[  1724.120] 	WinFuncPtr: 0xc00051d3
[  1724.120] 	BytesPerScanline: 3840
[  1724.120] 	XResolution: 1920
[  1724.120] 	YResolution: 1440
[  1724.120] 	XCharSize: 8
[  1724.120] 	YCharSize: 16
[  1724.120] 	NumberOfPlanes: 1
[  1724.120] 	BitsPerPixel: 16
[  1724.120] 	NumberOfBanks: 1
[  1724.120] 	MemoryModel: 6
[  1724.120] 	BankSize: 0
[  1724.120] 	NumberOfImages: 2
[  1724.120] 	RedMaskSize: 5
[  1724.120] 	RedFieldPosition: 11
[  1724.120] 	GreenMaskSize: 6
[  1724.120] 	GreenFieldPosition: 5
[  1724.120] 	BlueMaskSize: 5
[  1724.120] 	BlueFieldPosition: 0
[  1724.120] 	RsvdMaskSize: 0
[  1724.120] 	RsvdFieldPosition: 0
[  1724.120] 	DirectColorModeInfo: 0
[  1724.120] 	PhysBasePtr: 0xe0000000
[  1724.120] 	LinBytesPerScanLine: 3840
[  1724.120] 	BnkNumberOfImagePages: 2
[  1724.120] 	LinNumberOfImagePages: 2
[  1724.120] 	LinRedMaskSize: 5
[  1724.120] 	LinRedFieldPosition: 11
[  1724.120] 	LinGreenMaskSize: 6
[  1724.120] 	LinGreenFieldPosition: 5
[  1724.120] 	LinBlueMaskSize: 5
[  1724.120] 	LinBlueFieldPosition: 0
[  1724.120] 	LinRsvdMaskSize: 0
[  1724.120] 	LinRsvdFieldPosition: 0
[  1724.120] 	MaxPixelClock: 400000000
[  1724.121] Mode: 1e6 (1920x1440)
[  1724.121] 	ModeAttributes: 0xba
[  1724.121] 	WinAAttributes: 0x7
[  1724.121] 	WinBAttributes: 0x0
[  1724.121] 	WinGranularity: 64
[  1724.121] 	WinSize: 64
[  1724.121] 	WinASegment: 0xa000
[  1724.121] 	WinBSegment: 0x0
[  1724.121] 	WinFuncPtr: 0xc00051d3
[  1724.121] 	BytesPerScanline: 7680
[  1724.121] 	XResolution: 1920
[  1724.121] 	YResolution: 1440
[  1724.121] 	XCharSize: 8
[  1724.121] 	YCharSize: 16
[  1724.121] 	NumberOfPlanes: 1
[  1724.121] 	BitsPerPixel: 32
[  1724.121] 	NumberOfBanks: 1
[  1724.121] 	MemoryModel: 6
[  1724.121] 	BankSize: 0
[  1724.121] 	NumberOfImages: 1
[  1724.121] 	RedMaskSize: 8
[  1724.121] 	RedFieldPosition: 16
[  1724.121] 	GreenMaskSize: 8
[  1724.121] 	GreenFieldPosition: 8
[  1724.121] 	BlueMaskSize: 8
[  1724.121] 	BlueFieldPosition: 0
[  1724.121] 	RsvdMaskSize: 0
[  1724.121] 	RsvdFieldPosition: 0
[  1724.121] 	DirectColorModeInfo: 0
[  1724.121] 	PhysBasePtr: 0xe0000000
[  1724.121] 	LinBytesPerScanLine: 7680
[  1724.121] 	BnkNumberOfImagePages: 1
[  1724.121] 	LinNumberOfImagePages: 1
[  1724.121] 	LinRedMaskSize: 8
[  1724.121] 	LinRedFieldPosition: 16
[  1724.121] 	LinGreenMaskSize: 8
[  1724.121] 	LinGreenFieldPosition: 8
[  1724.121] 	LinBlueMaskSize: 8
[  1724.121] 	LinBlueFieldPosition: 0
[  1724.121] 	LinRsvdMaskSize: 0
[  1724.121] 	LinRsvdFieldPosition: 0
[  1724.121] 	MaxPixelClock: 400000000
[  1724.121] 
[  1724.121] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[  1724.121] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[  1724.121] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[  1724.121] (WW) VESA(0): Unable to estimate virtual size
[  1724.121] (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "720x400" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[  1724.121] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[  1724.121] (WW) VESA(0): No valid modes left. Trying less strict filter...
[  1724.121] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[  1724.121] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[  1724.121] (WW) VESA(0): Unable to estimate virtual size
[  1724.121] (II) VESA(0): Not using built-in mode "1400x1050" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "1280x960" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "1152x864" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[  1724.121] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[  1724.121] (WW) VESA(0): No valid modes left. Trying aggressive sync range...
[  1724.121] (II) VESA(0): <default monitor>: Using hsync range of 31.50-66.59 kHz
[  1724.121] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-59.93 Hz
[  1724.121] (WW) VESA(0): Unable to estimate virtual size
[  1724.121] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[  1724.121] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[  1724.121] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[  1724.121] (II) VESA(0): Virtual size is 1400x1050 (pitch 1400)
[  1724.121] (**) VESA(0): *Built-in mode "1400x1050"
[  1724.121] (**) VESA(0): *Built-in mode "1280x1024"
[  1724.121] (**) VESA(0): *Built-in mode "1280x960"
[  1724.121] (**) VESA(0): *Built-in mode "1152x864"
[  1724.121] (**) VESA(0): *Built-in mode "1024x768"
[  1724.121] (**) VESA(0): *Built-in mode "800x600"
[  1724.121] (**) VESA(0): Display dimensions: (350, 190) mm
[  1724.121] (**) VESA(0): DPI set to (101, 140)
[  1724.121] (**) VESA(0): Using "Shadow Framebuffer"
[  1724.121] (II) Loading sub module "shadow"
[  1724.121] (II) LoadModule: "shadow"
[  1724.121] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1724.121] (II) Module shadow: vendor="X.Org Foundation"
[  1724.121] 	compiled for 1.21.1.3, module version = 1.1.0
[  1724.121] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1724.121] (II) Loading sub module "fb"
[  1724.121] (II) LoadModule: "fb"
[  1724.121] (II) Module "fb" already built-in
[  1724.122] (II) Loading sub module "int10"
[  1724.122] (II) LoadModule: "int10"
[  1724.122] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1724.122] (II) Module int10: vendor="X.Org Foundation"
[  1724.122] 	compiled for 1.21.1.3, module version = 1.0.0
[  1724.122] 	ABI class: X.Org Video Driver, version 25.2
[  1724.122] (II) VESA(0): initializing int10
[  1724.122] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  1724.122] (II) VESA(0): VESA BIOS detected
[  1724.122] (II) VESA(0): VESA VBE Version 3.0
[  1724.122] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[  1724.122] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[  1724.122] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[  1724.122] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[  1724.122] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[  1724.122] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[  1724.122] (II) VESA(0): virtual address = (nil), VGAbase = (nil)
	physical address = 0xe0000000, size = 16777216
[  1724.122] (II) VESA(0): virtual address = 0x7f3b5ea51000, VGAbase = 0x7f3b5ea51000
	physical address = 0xa0000, size = 65536
[  1724.133] (II) VESA(0): Setting up VESA Mode 0x146 (1400x1050)
[  1724.204] (==) VESA(0): Default visual is TrueColor
[  1724.204] (==) VESA(0): Backing store enabled
[  1724.204] (==) VESA(0): DPMS enabled
[  1724.204] (II) Initializing extension Generic Event Extension
[  1724.204] (II) Initializing extension SHAPE
[  1724.204] (II) Initializing extension MIT-SHM
[  1724.204] (II) Initializing extension XInputExtension
[  1724.205] (II) Initializing extension XTEST
[  1724.205] (II) Initializing extension BIG-REQUESTS
[  1724.205] (II) Initializing extension SYNC
[  1724.205] (II) Initializing extension XKEYBOARD
[  1724.205] (II) Initializing extension XC-MISC
[  1724.205] (II) Initializing extension SECURITY
[  1724.205] (II) Initializing extension XFIXES
[  1724.205] (II) Initializing extension RENDER
[  1724.205] (II) Initializing extension RANDR
[  1724.206] (II) Initializing extension COMPOSITE
[  1724.206] (II) Initializing extension DAMAGE
[  1724.206] (II) Initializing extension MIT-SCREEN-SAVER
[  1724.206] (II) Initializing extension DOUBLE-BUFFER
[  1724.206] (II) Initializing extension RECORD
[  1724.206] (II) Initializing extension DPMS
[  1724.206] (II) Initializing extension Present
[  1724.206] (II) Initializing extension DRI3
[  1724.206] (II) Initializing extension X-Resource
[  1724.206] (II) Initializing extension XVideo
[  1724.207] (II) Initializing extension XVideo-MotionCompensation
[  1724.207] (II) Initializing extension GLX
[  1724.207] (II) AIGLX: Screen 0 is not DRI2 capable
[  1724.235] (II) IGLX: Loaded and initialized swrast
[  1724.235] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1724.235] (II) Initializing extension XFree86-VidModeExtension
[  1724.235] (II) Initializing extension XFree86-DGA
[  1724.236] (II) Initializing extension XFree86-DRI
[  1724.236] (II) Initializing extension DRI2
[  1724.277] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1724.277] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1724.277] (**) Power Button: Applying InputClass "system-keyboard"
[  1724.277] (II) LoadModule: "libinput"
[  1724.277] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1724.279] (II) Module libinput: vendor="X.Org Foundation"
[  1724.279] 	compiled for 1.21.1.3, module version = 1.2.1
[  1724.279] 	Module class: X.Org XInput Driver
[  1724.279] 	ABI class: X.Org XInput driver, version 24.4
[  1724.279] (II) Using input driver 'libinput' for 'Power Button'
[  1724.281] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 20 paused 0
[  1724.281] (**) Power Button: always reports core events
[  1724.281] (**) Option "Device" "/dev/input/event3"
[  1724.283] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1724.283] (II) event3  - Power Button: device is a keyboard
[  1724.283] (II) event3  - Power Button: device removed
[  1724.283] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1724.283] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1724.283] (**) Option "xkb_layout" "de"
[  1724.309] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1724.309] (II) event3  - Power Button: device is a keyboard
[  1724.310] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1724.310] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1724.310] (**) Video Bus: Applying InputClass "system-keyboard"
[  1724.310] (II) Using input driver 'libinput' for 'Video Bus'
[  1724.312] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[  1724.312] (**) Video Bus: always reports core events
[  1724.312] (**) Option "Device" "/dev/input/event6"
[  1724.313] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1724.313] (II) event6  - Video Bus: device is a keyboard
[  1724.313] (II) event6  - Video Bus: device removed
[  1724.313] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input12/event6"
[  1724.313] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1724.313] (**) Option "xkb_layout" "de"
[  1724.314] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1724.314] (II) event6  - Video Bus: device is a keyboard
[  1724.315] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1724.315] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1724.315] (**) Power Button: Applying InputClass "system-keyboard"
[  1724.315] (II) Using input driver 'libinput' for 'Power Button'
[  1724.317] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[  1724.317] (**) Power Button: always reports core events
[  1724.317] (**) Option "Device" "/dev/input/event2"
[  1724.318] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1724.318] (II) event2  - Power Button: device is a keyboard
[  1724.318] (II) event2  - Power Button: device removed
[  1724.318] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  1724.318] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1724.318] (**) Option "xkb_layout" "de"
[  1724.319] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1724.319] (II) event2  - Power Button: device is a keyboard
[  1724.320] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1724.320] (II) No input driver specified, ignoring this device.
[  1724.320] (II) This device may have been added with another device file.
[  1724.320] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1724.320] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1724.320] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1724.320] (II) Using input driver 'libinput' for 'Sleep Button'
[  1724.322] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[  1724.322] (**) Sleep Button: always reports core events
[  1724.322] (**) Option "Device" "/dev/input/event1"
[  1724.323] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1724.323] (II) event1  - Sleep Button: device is a keyboard
[  1724.323] (II) event1  - Sleep Button: device removed
[  1724.323] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  1724.323] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1724.323] (**) Option "xkb_layout" "de"
[  1724.324] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1724.324] (II) event1  - Sleep Button: device is a keyboard
[  1724.324] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[  1724.324] (II) No input driver specified, ignoring this device.
[  1724.324] (II) This device may have been added with another device file.
[  1724.325] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[  1724.325] (II) No input driver specified, ignoring this device.
[  1724.325] (II) This device may have been added with another device file.
[  1724.325] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[  1724.325] (II) No input driver specified, ignoring this device.
[  1724.325] (II) This device may have been added with another device file.
[  1724.326] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[  1724.326] (II) No input driver specified, ignoring this device.
[  1724.326] (II) This device may have been added with another device file.
[  1724.327] (II) config/udev: Adding input device BisonCam, NB Pro: BisonCam, NB  (/dev/input/event8)
[  1724.327] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "libinput keyboard catchall"
[  1724.327] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "system-keyboard"
[  1724.327] (II) Using input driver 'libinput' for 'BisonCam, NB Pro: BisonCam, NB '
[  1724.329] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[  1724.329] (**) BisonCam, NB Pro: BisonCam, NB : always reports core events
[  1724.329] (**) Option "Device" "/dev/input/event8"
[  1724.330] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[  1724.330] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[  1724.330] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device removed
[  1724.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15/event8"
[  1724.330] (II) XINPUT: Adding extended input device "BisonCam, NB Pro: BisonCam, NB " (type: KEYBOARD, id 10)
[  1724.330] (**) Option "xkb_layout" "de"
[  1724.332] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[  1724.332] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[  1724.332] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1724.333] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1724.333] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1724.333] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1724.334] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[  1724.334] (**) AT Translated Set 2 keyboard: always reports core events
[  1724.334] (**) Option "Device" "/dev/input/event4"
[  1724.335] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1724.335] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1724.336] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1724.336] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1724.336] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1724.336] (**) Option "xkb_layout" "de"
[  1724.337] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1724.338] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1724.339] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[  1724.339] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1724.339] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1724.341] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[  1724.341] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1724.341] (**) Option "Device" "/dev/input/event7"
[  1724.342] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1724.344] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1724.344] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[  1724.344] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event7"
[  1724.344] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[  1724.345] (**) Option "AccelerationScheme" "none"
[  1724.345] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1724.345] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1724.345] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1724.346] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1724.347] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1724.348] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1724.349] (II) No input driver specified, ignoring this device.
[  1724.349] (II) This device may have been added with another device file.
[  1724.349] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1724.349] (II) No input driver specified, ignoring this device.
[  1724.349] (II) This device may have been added with another device file.
[  1729.536] (II) Axis 0x1 value 5109 is outside expected range [1244, 4843]
See https://wayland.freedesktop.org/libinput/doc/1.20.0/absolute_coordinate_ranges.html for details

Last edited by MickeyKnox (2022-03-23 00:20:15)

Offline

#2 2022-03-23 01:02:29

robinOP
Member
From: San Francisco, US
Registered: 2022-01-20
Posts: 12
Website

Re: Configure Xorg display resolution

i.e. https://wiki.archlinux.org/title/xrandr … esolutions

Last edited by robinOP (2022-03-23 01:04:49)

Offline

#3 2022-03-23 01:42:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,302

Re: Configure Xorg display resolution

VESA is the absolute basics of video you can have, you won't be able to use any fancy features with it, you are restricted to the video modes of your mainboard, you are not and cannot make actual use of your GPU. If your graphics card is actually broken then you can't really fix this in software.

Offline

#4 2022-03-23 06:35:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

Try https://bbs.archlinux.org/viewtopic.php … 3#p2025803 and not using "nomodeset"
VESA will always limit you to the latest and greatest developments in computer graphics… of the mid 90ies.

Online

#5 2022-03-23 15:50:48

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

@robinOP: I've already tried that but couldn't make it work.

@V1del: I know. But I managed to have Xorg running, that's a lot, considering that the graphics card is broken. What do you mean by "video modes of your mainboard"?

@seth: I tried those. It didn't work. The problem is that without "nomodeset" I don't even get to login. The display simply turns dark during the boot process.

The only thing I would like to achieve is to set a 16x9 resolution because of the display aspect ratio. I suspect that 1920x1080 won't work, but I was hoping that I could make 1600x900 or 1280x720 work. Or is this not possible with the vesa driver?

Offline

#6 2022-03-23 17:25:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

this not possible with the vesa driver?

https://en.wikipedia.org/wiki/VESA_BIOS … ed_by_VESA
Again: mid 90ies

Since you actually have a Teerascale2 GPU, you'd be using the radeon driver anyway.

radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0 radeon.fastfb=0

And also post a system journal from a boot w/o "nomodeset" - you're not going to be all that happy w/ the VESA driver.

Online

#7 2022-03-23 19:22:43

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

Ok, so I can't just define an arbitrary resolution. I already began suspecting this.

However, the 1400x1050 that I currently run is also not a standard mode. Another non-standard mode I found on the wikipedia page is 1360x768. If I could make that work, that would be sweet. I don't know how though. I was trying the approach from Adding undetected resolutions, but it didn't work:

xrandr: Configure crtc0 failed

Setting the mode with 90-monitor.conf doesn't work either. It just seems to get ignored: no matter what I put in there, it's always the 1400x1050 mode. The xrandr output in my first post shows a bunch of modes. I can apply those both with xrandr and an xfce dialog. But not with 90-monitor.conf. Why is that?

Finally, I tried to boot the system with the radeon.* flags above and no "nomodeset". As expected, the screen just turned black. Below follows the journal for that boot. It is quite a bit shorter than that from a boot with "nomodeset": 756 versus 1112 lines.

Mar 23 12:29:39 P150HM kernel: microcode: microcode updated early to revision 0x2f, date = 2019-02-17
Mar 23 12:29:39 P150HM kernel: Linux version 5.16.15-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu, 17 Mar 2022 00:30:09 +0000
Mar 23 12:29:39 P150HM kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f7881804-8793-4e17-9905-f6e0aa8bd56e rw loglevel=3 radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0 radeon.fastfb=0
Mar 23 12:29:39 P150HM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Mar 23 12:29:39 P150HM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Mar 23 12:29:39 P150HM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Mar 23 12:29:39 P150HM kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Mar 23 12:29:39 P150HM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Mar 23 12:29:39 P150HM kernel: signal: max sigframe size: 1776
Mar 23 12:29:39 P150HM kernel: BIOS-provided physical RAM map:
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ced22fff] usable
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000ced23000-0x00000000ced65fff] ACPI NVS
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000ced66000-0x00000000cefdafff] usable
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000cefdb000-0x00000000cf167fff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000cf168000-0x00000000cf3d7fff] usable
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000cf3d8000-0x00000000cf567fff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000cf568000-0x00000000cf7e7fff] ACPI NVS
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000cf7e8000-0x00000000cf7fffff] ACPI data
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Mar 23 12:29:39 P150HM kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f7fffff] usable
Mar 23 12:29:39 P150HM kernel: NX (Execute Disable) protection: active
Mar 23 12:29:39 P150HM kernel: SMBIOS 2.7 present.
Mar 23 12:29:39 P150HM kernel: DMI: CLEVO                             P150HMx/P150HMx, BIOS 4.6.4 04/22/2011
Mar 23 12:29:39 P150HM kernel: tsc: Fast TSC calibration using PIT
Mar 23 12:29:39 P150HM kernel: tsc: Detected 1995.527 MHz processor
Mar 23 12:29:39 P150HM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Mar 23 12:29:39 P150HM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Mar 23 12:29:39 P150HM kernel: last_pfn = 0x22f800 max_arch_pfn = 0x400000000
Mar 23 12:29:39 P150HM kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Mar 23 12:29:39 P150HM kernel: total RAM covered: 8184M
Mar 23 12:29:39 P150HM kernel: Found optimal setting for mtrr clean up
Mar 23 12:29:39 P150HM kernel:  gran_size: 64K         chunk_size: 16M         num_reg: 7          lose cover RAM: 0G
Mar 23 12:29:39 P150HM kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Mar 23 12:29:39 P150HM kernel: last_pfn = 0xcf3d8 max_arch_pfn = 0x400000000
Mar 23 12:29:39 P150HM kernel: found SMP MP-table at [mem 0x000fced0-0x000fcedf]
Mar 23 12:29:39 P150HM kernel: RAMDISK: [mem 0x365c1000-0x372d7fff]
Mar 23 12:29:39 P150HM kernel: ACPI: Early table checksum verification disabled
Mar 23 12:29:39 P150HM kernel: ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
Mar 23 12:29:39 P150HM kernel: ACPI: XSDT 0x00000000CF7EB070 000064 (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 23 12:29:39 P150HM kernel: ACPI: FACP 0x00000000CF7F2200 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
Mar 23 12:29:39 P150HM kernel: ACPI: DSDT 0x00000000CF7EB168 007094 (v02 ALASKA A M I    00000014 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: FACS 0x00000000CF7DFF80 000040
Mar 23 12:29:39 P150HM kernel: ACPI: APIC 0x00000000CF7F22F8 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
Mar 23 12:29:39 P150HM kernel: ACPI: MCFG 0x00000000CF7F2390 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0x00000000CF7F23D0 000EA5 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
Mar 23 12:29:39 P150HM kernel: ACPI: HPET 0x00000000CF7F3278 000038 (v01 ALASKA A M I    01072009 AMI. 00000004)
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0x00000000CF7F32B0 00090C (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0x00000000CF7F3BC0 000996 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0x00000000CF7F4558 000E49 (v01 MxmRef MxmOem1  00001000 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving FACP table memory at [mem 0xcf7f2200-0xcf7f22f3]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving DSDT table memory at [mem 0xcf7eb168-0xcf7f21fb]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving FACS table memory at [mem 0xcf7dff80-0xcf7dffbf]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving APIC table memory at [mem 0xcf7f22f8-0xcf7f2389]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving MCFG table memory at [mem 0xcf7f2390-0xcf7f23cb]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving SSDT table memory at [mem 0xcf7f23d0-0xcf7f3274]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving HPET table memory at [mem 0xcf7f3278-0xcf7f32af]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving SSDT table memory at [mem 0xcf7f32b0-0xcf7f3bbb]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving SSDT table memory at [mem 0xcf7f3bc0-0xcf7f4555]
Mar 23 12:29:39 P150HM kernel: ACPI: Reserving SSDT table memory at [mem 0xcf7f4558-0xcf7f53a0]
Mar 23 12:29:39 P150HM kernel: No NUMA configuration found
Mar 23 12:29:39 P150HM kernel: Faking a node at [mem 0x0000000000000000-0x000000022f7fffff]
Mar 23 12:29:39 P150HM kernel: NODE_DATA(0) allocated [mem 0x22f7f8000-0x22f7fbfff]
Mar 23 12:29:39 P150HM kernel: Zone ranges:
Mar 23 12:29:39 P150HM kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Mar 23 12:29:39 P150HM kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Mar 23 12:29:39 P150HM kernel:   Normal   [mem 0x0000000100000000-0x000000022f7fffff]
Mar 23 12:29:39 P150HM kernel:   Device   empty
Mar 23 12:29:39 P150HM kernel: Movable zone start for each node
Mar 23 12:29:39 P150HM kernel: Early memory node ranges
Mar 23 12:29:39 P150HM kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Mar 23 12:29:39 P150HM kernel:   node   0: [mem 0x0000000000100000-0x00000000ced22fff]
Mar 23 12:29:39 P150HM kernel:   node   0: [mem 0x00000000ced66000-0x00000000cefdafff]
Mar 23 12:29:39 P150HM kernel:   node   0: [mem 0x00000000cf168000-0x00000000cf3d7fff]
Mar 23 12:29:39 P150HM kernel:   node   0: [mem 0x0000000100000000-0x000000022f7fffff]
Mar 23 12:29:39 P150HM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000022f7fffff]
Mar 23 12:29:39 P150HM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: On node 0, zone DMA32: 67 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: On node 0, zone DMA32: 397 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: On node 0, zone Normal: 3112 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Mar 23 12:29:39 P150HM kernel: ACPI: PM-Timer IO Port: 0x408
Mar 23 12:29:39 P150HM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Mar 23 12:29:39 P150HM kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Mar 23 12:29:39 P150HM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 23 12:29:39 P150HM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar 23 12:29:39 P150HM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Mar 23 12:29:39 P150HM kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Mar 23 12:29:39 P150HM kernel: TSC deadline timer available
Mar 23 12:29:39 P150HM kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xced23000-0xced65fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xcefdb000-0xcf167fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xcf3d8000-0xcf567fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xcf568000-0xcf7e7fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xcf7e8000-0xcf7fffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xcf800000-0xf7ffffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Mar 23 12:29:39 P150HM kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Mar 23 12:29:39 P150HM kernel: [mem 0xcf800000-0xf7ffffff] available for PCI devices
Mar 23 12:29:39 P150HM kernel: Booting paravirtualized kernel on bare hardware
Mar 23 12:29:39 P150HM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Mar 23 12:29:39 P150HM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Mar 23 12:29:39 P150HM kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
Mar 23 12:29:39 P150HM kernel: pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
Mar 23 12:29:39 P150HM kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Mar 23 12:29:39 P150HM kernel: Fallback order for Node 0: 0 
Mar 23 12:29:39 P150HM kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2058591
Mar 23 12:29:39 P150HM kernel: Policy zone: Normal
Mar 23 12:29:39 P150HM kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f7881804-8793-4e17-9905-f6e0aa8bd56e rw loglevel=3 radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0 radeon.fastfb=0
Mar 23 12:29:39 P150HM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Mar 23 12:29:39 P150HM kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Mar 23 12:29:39 P150HM kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Mar 23 12:29:39 P150HM kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Mar 23 12:29:39 P150HM kernel: Memory: 8096648K/8365712K available (14344K kernel code, 2080K rwdata, 10940K rodata, 1780K init, 3864K bss, 268804K reserved, 0K cma-reserved)
Mar 23 12:29:39 P150HM kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=0
Mar 23 12:29:39 P150HM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Mar 23 12:29:39 P150HM kernel: Kernel/User page tables isolation: enabled
Mar 23 12:29:39 P150HM kernel: ftrace: allocating 45028 entries in 176 pages
Mar 23 12:29:39 P150HM kernel: ftrace: allocated 176 pages with 3 groups
Mar 23 12:29:39 P150HM kernel: Dynamic Preempt: full
Mar 23 12:29:39 P150HM kernel: rcu: Preemptible hierarchical RCU implementation.
Mar 23 12:29:39 P150HM kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Mar 23 12:29:39 P150HM kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Mar 23 12:29:39 P150HM kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Mar 23 12:29:39 P150HM kernel:         Trampoline variant of Tasks RCU enabled.
Mar 23 12:29:39 P150HM kernel:         Rude variant of Tasks RCU enabled.
Mar 23 12:29:39 P150HM kernel:         Tracing variant of Tasks RCU enabled.
Mar 23 12:29:39 P150HM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Mar 23 12:29:39 P150HM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Mar 23 12:29:39 P150HM kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Mar 23 12:29:39 P150HM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Mar 23 12:29:39 P150HM kernel: Console: colour dummy device 80x25
Mar 23 12:29:39 P150HM kernel: printk: console [tty0] enabled
Mar 23 12:29:39 P150HM kernel: ACPI: Core revision 20210930
Mar 23 12:29:39 P150HM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Mar 23 12:29:39 P150HM kernel: APIC: Switch to symmetric I/O mode setup
Mar 23 12:29:39 P150HM kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Mar 23 12:29:39 P150HM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 23 12:29:39 P150HM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39875975b89, max_idle_ns: 881590684470 ns
Mar 23 12:29:39 P150HM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.34 BogoMIPS (lpj=6651756)
Mar 23 12:29:39 P150HM kernel: pid_max: default: 32768 minimum: 301
Mar 23 12:29:39 P150HM kernel: LSM: Security Framework initializing
Mar 23 12:29:39 P150HM kernel: landlock: Up and running.
Mar 23 12:29:39 P150HM kernel: Yama: becoming mindful.
Mar 23 12:29:39 P150HM kernel: LSM support for eBPF active
Mar 23 12:29:39 P150HM kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Mar 23 12:29:39 P150HM kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Mar 23 12:29:39 P150HM kernel: CPU0: Thermal monitoring enabled (TM1)
Mar 23 12:29:39 P150HM kernel: process: using mwait in idle threads
Mar 23 12:29:39 P150HM kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Mar 23 12:29:39 P150HM kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Mar 23 12:29:39 P150HM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Mar 23 12:29:39 P150HM kernel: Spectre V2 : Mitigation: Retpolines
Mar 23 12:29:39 P150HM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Mar 23 12:29:39 P150HM kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Mar 23 12:29:39 P150HM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Mar 23 12:29:39 P150HM kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Mar 23 12:29:39 P150HM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Mar 23 12:29:39 P150HM kernel: MDS: Mitigation: Clear CPU buffers
Mar 23 12:29:39 P150HM kernel: Freeing SMP alternatives memory: 36K
Mar 23 12:29:39 P150HM kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1331
Mar 23 12:29:39 P150HM kernel: smpboot: CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Mar 23 12:29:39 P150HM kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Mar 23 12:29:39 P150HM kernel: ... version:                3
Mar 23 12:29:39 P150HM kernel: ... bit width:              48
Mar 23 12:29:39 P150HM kernel: ... generic registers:      4
Mar 23 12:29:39 P150HM kernel: ... value mask:             0000ffffffffffff
Mar 23 12:29:39 P150HM kernel: ... max period:             00007fffffffffff
Mar 23 12:29:39 P150HM kernel: ... fixed-purpose events:   3
Mar 23 12:29:39 P150HM kernel: ... event mask:             000000070000000f
Mar 23 12:29:39 P150HM kernel: rcu: Hierarchical SRCU implementation.
Mar 23 12:29:39 P150HM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Mar 23 12:29:39 P150HM kernel: smp: Bringing up secondary CPUs ...
Mar 23 12:29:39 P150HM kernel: x86: Booting SMP configuration:
Mar 23 12:29:39 P150HM kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Mar 23 12:29:39 P150HM kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Mar 23 12:29:39 P150HM kernel:  #5 #6 #7
Mar 23 12:29:39 P150HM kernel: smp: Brought up 1 node, 8 CPUs
Mar 23 12:29:39 P150HM kernel: smpboot: Max logical packages: 1
Mar 23 12:29:39 P150HM kernel: smpboot: Total of 8 processors activated (31941.78 BogoMIPS)
Mar 23 12:29:39 P150HM kernel: devtmpfs: initialized
Mar 23 12:29:39 P150HM kernel: x86/mm: Memory block size: 128MB
Mar 23 12:29:39 P150HM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xced23000-0xced65fff] (274432 bytes)
Mar 23 12:29:39 P150HM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xcf568000-0xcf7e7fff] (2621440 bytes)
Mar 23 12:29:39 P150HM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Mar 23 12:29:39 P150HM kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Mar 23 12:29:39 P150HM kernel: pinctrl core: initialized pinctrl subsystem
Mar 23 12:29:39 P150HM kernel: PM: RTC time: 18:29:28, date: 2022-03-23
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Mar 23 12:29:39 P150HM kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Mar 23 12:29:39 P150HM kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Mar 23 12:29:39 P150HM kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Mar 23 12:29:39 P150HM kernel: audit: initializing netlink subsys (disabled)
Mar 23 12:29:39 P150HM kernel: audit: type=2000 audit(1648060167.046:1): state=initialized audit_enabled=0 res=1
Mar 23 12:29:39 P150HM kernel: thermal_sys: Registered thermal governor 'fair_share'
Mar 23 12:29:39 P150HM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Mar 23 12:29:39 P150HM kernel: thermal_sys: Registered thermal governor 'step_wise'
Mar 23 12:29:39 P150HM kernel: thermal_sys: Registered thermal governor 'user_space'
Mar 23 12:29:39 P150HM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Mar 23 12:29:39 P150HM kernel: cpuidle: using governor ladder
Mar 23 12:29:39 P150HM kernel: cpuidle: using governor menu
Mar 23 12:29:39 P150HM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Mar 23 12:29:39 P150HM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Mar 23 12:29:39 P150HM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Mar 23 12:29:39 P150HM kernel: PCI: Using configuration type 1 for base access
Mar 23 12:29:39 P150HM kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Mar 23 12:29:39 P150HM kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mar 23 12:29:39 P150HM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Mar 23 12:29:39 P150HM kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
Mar 23 12:29:39 P150HM kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Module Device)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Processor Device)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Linux-Dell-Video)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Mar 23 12:29:39 P150HM kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Mar 23 12:29:39 P150HM kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Mar 23 12:29:39 P150HM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Mar 23 12:29:39 P150HM kernel: ACPI: Dynamic OEM Table Load:
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0xFFFF9B6DC0D1B800 00067C (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: Dynamic OEM Table Load:
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0xFFFF9B6DC0E32000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: Dynamic OEM Table Load:
Mar 23 12:29:39 P150HM kernel: ACPI: SSDT 0xFFFF9B6DC02C5000 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Mar 23 12:29:39 P150HM kernel: ACPI: EC: EC started
Mar 23 12:29:39 P150HM kernel: ACPI: EC: interrupt blocked
Mar 23 12:29:39 P150HM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Mar 23 12:29:39 P150HM kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Mar 23 12:29:39 P150HM kernel: ACPI: Interpreter enabled
Mar 23 12:29:39 P150HM kernel: ACPI: PM: (supports S0 S1 S3 S4 S5)
Mar 23 12:29:39 P150HM kernel: ACPI: Using IOAPIC for interrupt routing
Mar 23 12:29:39 P150HM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mar 23 12:29:39 P150HM kernel: ACPI: Enabled 17 GPEs in block 00 to 3F
Mar 23 12:29:39 P150HM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Mar 23 12:29:39 P150HM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Mar 23 12:29:39 P150HM kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Mar 23 12:29:39 P150HM kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Mar 23 12:29:39 P150HM kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
Mar 23 12:29:39 P150HM kernel: PCI host bridge to bus 0000:00
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000e7fff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Mar 23 12:29:39 P150HM kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7f0a000-0xf7f0a00f 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7f08000-0xf7f083ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7f00000-0xf7f03fff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7f07000-0xf7f073ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7f06000-0xf7f067ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.2: PME# supported from D3hot
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7f05000-0xf7f050ff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: [1002:6720] type 00 class 0x030000
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: reg 0x18: [mem 0xf7e20000-0xf7e3ffff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7e00000-0xf7e1ffff pref]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: enabling Extended Tags
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: supports D1 D2
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.1: [1002:aa88] type 00 class 0x040300
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7e40000-0xf7e43fff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.1: enabling Extended Tags
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.1: supports D1 D2
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
Mar 23 12:29:39 P150HM kernel: pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
Mar 23 12:29:39 P150HM kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d01fff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: [197b:0250] type 00 class 0x020000
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7c20000-0xf7c23fff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: reg 0x18: [io  0xd100-0xd17f]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: reg 0x1c: [io  0xd000-0xd0ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: reg 0x20: [mem 0xf7c10000-0xf7c1ffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: reg 0x30: [mem 0xf7c00000-0xf7c0ffff pref]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.1: [197b:2392] type 00 class 0x088000
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.1: reg 0x10: [mem 0xf7c26000-0xf7c260ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.2: [197b:2391] type 00 class 0x080501
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.2: reg 0x10: [mem 0xf7c25000-0xf7c250ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.3: [197b:2393] type 00 class 0x088000
Mar 23 12:29:39 P150HM kernel: pci 0000:03:00.3: reg 0x10: [mem 0xf7c24000-0xf7c240ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1:   bridge window [mem 0xf7c00000-0xf7cfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:04:00.0: [8086:0091] type 00 class 0x028000
Mar 23 12:29:39 P150HM kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf7b00000-0xf7b01fff 64bit]
Mar 23 12:29:39 P150HM kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2:   bridge window [mem 0xf7b00000-0xf7bfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:05:00.0: [197b:2380] type 00 class 0x0c0010
Mar 23 12:29:39 P150HM kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf7a03000-0xf7a037ff]
Mar 23 12:29:39 P150HM kernel: pci 0000:05:00.0: reg 0x14: [mem 0xf7a02000-0xf7a0207f]
Mar 23 12:29:39 P150HM kernel: pci 0000:05:00.0: reg 0x20: [mem 0xf7a01000-0xf7a0107f]
Mar 23 12:29:39 P150HM kernel: pci 0000:05:00.0: reg 0x24: [mem 0xf7a00000-0xf7a0007f]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 4
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKE disabled
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKF disabled
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 3
Mar 23 12:29:39 P150HM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Mar 23 12:29:39 P150HM kernel: ACPI: EC: interrupt unblocked
Mar 23 12:29:39 P150HM kernel: ACPI: EC: event unblocked
Mar 23 12:29:39 P150HM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Mar 23 12:29:39 P150HM kernel: ACPI: EC: GPE=0x17
Mar 23 12:29:39 P150HM kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Mar 23 12:29:39 P150HM kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Mar 23 12:29:39 P150HM kernel: iommu: Default domain type: Translated 
Mar 23 12:29:39 P150HM kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Mar 23 12:29:39 P150HM kernel: vgaarb: loaded
Mar 23 12:29:39 P150HM kernel: SCSI subsystem initialized
Mar 23 12:29:39 P150HM kernel: libata version 3.00 loaded.
Mar 23 12:29:39 P150HM kernel: ACPI: bus type USB registered
Mar 23 12:29:39 P150HM kernel: usbcore: registered new interface driver usbfs
Mar 23 12:29:39 P150HM kernel: usbcore: registered new interface driver hub
Mar 23 12:29:39 P150HM kernel: usbcore: registered new device driver usb
Mar 23 12:29:39 P150HM kernel: pps_core: LinuxPPS API ver. 1 registered
Mar 23 12:29:39 P150HM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Mar 23 12:29:39 P150HM kernel: PTP clock support registered
Mar 23 12:29:39 P150HM kernel: EDAC MC: Ver: 3.0.0
Mar 23 12:29:39 P150HM kernel: NetLabel: Initializing
Mar 23 12:29:39 P150HM kernel: NetLabel:  domain hash size = 128
Mar 23 12:29:39 P150HM kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Mar 23 12:29:39 P150HM kernel: NetLabel:  unlabeled traffic allowed by default
Mar 23 12:29:39 P150HM kernel: mctp: management component transport protocol core
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_MCTP protocol family
Mar 23 12:29:39 P150HM kernel: PCI: Using ACPI for IRQ routing
Mar 23 12:29:39 P150HM kernel: PCI: pci_cache_line_size set to 64 bytes
Mar 23 12:29:39 P150HM kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Mar 23 12:29:39 P150HM kernel: e820: reserve RAM buffer [mem 0xced23000-0xcfffffff]
Mar 23 12:29:39 P150HM kernel: e820: reserve RAM buffer [mem 0xcefdb000-0xcfffffff]
Mar 23 12:29:39 P150HM kernel: e820: reserve RAM buffer [mem 0xcf3d8000-0xcfffffff]
Mar 23 12:29:39 P150HM kernel: e820: reserve RAM buffer [mem 0x22f800000-0x22fffffff]
Mar 23 12:29:39 P150HM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Mar 23 12:29:39 P150HM kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Mar 23 12:29:39 P150HM kernel: clocksource: Switched to clocksource tsc-early
Mar 23 12:29:39 P150HM kernel: VFS: Disk quotas dquot_6.6.0
Mar 23 12:29:39 P150HM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mar 23 12:29:39 P150HM kernel: pnp: PnP ACPI init
Mar 23 12:29:39 P150HM kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x1000-0x100f] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0xffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0xffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x0400-0x0453] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x0458-0x047f] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Mar 23 12:29:39 P150HM kernel: system 00:07: [mem 0xd0000000-0xd0000fff] has been reserved
Mar 23 12:29:39 P150HM kernel: pnp: PnP ACPI: found 8 devices
Mar 23 12:29:39 P150HM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_INET protocol family
Mar 23 12:29:39 P150HM kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Mar 23 12:29:39 P150HM kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Mar 23 12:29:39 P150HM kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mar 23 12:29:39 P150HM kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Mar 23 12:29:39 P150HM kernel: TCP: Hash tables configured (established 65536 bind 65536)
Mar 23 12:29:39 P150HM kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Mar 23 12:29:39 P150HM kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Mar 23 12:29:39 P150HM kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_XDP protocol family
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.1:   bridge window [mem 0xf7c00000-0xf7cfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.2:   bridge window [mem 0xf7b00000-0xf7bfffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
Mar 23 12:29:39 P150HM kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000e7fff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfeafffff window]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:04: resource 1 [mem 0xf7b00000-0xf7bfffff]
Mar 23 12:29:39 P150HM kernel: pci_bus 0000:05: resource 1 [mem 0xf7a00000-0xf7afffff]
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Mar 23 12:29:39 P150HM kernel: PCI: CLS 64 bytes, default 64
Mar 23 12:29:39 P150HM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mar 23 12:29:39 P150HM kernel: software IO TLB: mapped [mem 0x00000000cad23000-0x00000000ced23000] (64MB)
Mar 23 12:29:39 P150HM kernel: Trying to unpack rootfs image as initramfs...
Mar 23 12:29:39 P150HM kernel: Initialise system trusted keyrings
Mar 23 12:29:39 P150HM kernel: Key type blacklist registered
Mar 23 12:29:39 P150HM kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Mar 23 12:29:39 P150HM kernel: zbud: loaded
Mar 23 12:29:39 P150HM kernel: Key type asymmetric registered
Mar 23 12:29:39 P150HM kernel: Asymmetric key parser 'x509' registered
Mar 23 12:29:39 P150HM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Mar 23 12:29:39 P150HM kernel: io scheduler mq-deadline registered
Mar 23 12:29:39 P150HM kernel: io scheduler kyber registered
Mar 23 12:29:39 P150HM kernel: io scheduler bfq registered
Mar 23 12:29:39 P150HM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar 23 12:29:39 P150HM kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
Mar 23 12:29:39 P150HM kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Mar 23 12:29:39 P150HM kernel: ACPI: button: Lid Switch [LID0]
Mar 23 12:29:39 P150HM kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Mar 23 12:29:39 P150HM kernel: ACPI: button: Sleep Button [SLPB]
Mar 23 12:29:39 P150HM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Mar 23 12:29:39 P150HM kernel: ACPI: button: Power Button [PWRB]
Mar 23 12:29:39 P150HM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Mar 23 12:29:39 P150HM kernel: ACPI: button: Power Button [PWRF]
Mar 23 12:29:39 P150HM kernel: Freeing initrd memory: 13404K
Mar 23 12:29:39 P150HM kernel: tsc: Refined TSC clocksource calibration: 1995.467 MHz
Mar 23 12:29:39 P150HM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3986e85801c, max_idle_ns: 881590625023 ns
Mar 23 12:29:39 P150HM kernel: clocksource: Switched to clocksource tsc
Mar 23 12:29:39 P150HM kernel: thermal LNXTHERM:00: registered as thermal_zone0
Mar 23 12:29:39 P150HM kernel: ACPI: thermal: Thermal Zone [THM0] (48 C)
Mar 23 12:29:39 P150HM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Mar 23 12:29:39 P150HM kernel: Non-volatile memory driver v1.3
Mar 23 12:29:39 P150HM kernel: Linux agpgart interface v0.103
Mar 23 12:29:39 P150HM kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Mar 23 12:29:39 P150HM kernel: ACPI: bus type drm_connector registered
Mar 23 12:29:39 P150HM kernel: ahci 0000:00:1f.2: version 3.0
Mar 23 12:29:39 P150HM kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Mar 23 12:29:39 P150HM kernel: ACPI: battery: Slot [BAT0] (battery present)
Mar 23 12:29:39 P150HM kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xd impl SATA mode
Mar 23 12:29:39 P150HM kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
Mar 23 12:29:39 P150HM kernel: scsi host0: ahci
Mar 23 12:29:39 P150HM kernel: scsi host1: ahci
Mar 23 12:29:39 P150HM kernel: scsi host2: ahci
Mar 23 12:29:39 P150HM kernel: scsi host3: ahci
Mar 23 12:29:39 P150HM kernel: scsi host4: ahci
Mar 23 12:29:39 P150HM kernel: scsi host5: ahci
Mar 23 12:29:39 P150HM kernel: ata1: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06100 irq 25
Mar 23 12:29:39 P150HM kernel: ata2: DUMMY
Mar 23 12:29:39 P150HM kernel: ata3: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06200 irq 25
Mar 23 12:29:39 P150HM kernel: ata4: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06280 irq 25
Mar 23 12:29:39 P150HM kernel: ata5: DUMMY
Mar 23 12:29:39 P150HM kernel: ata6: DUMMY
Mar 23 12:29:39 P150HM kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Mar 23 12:29:39 P150HM kernel: ehci-pci: EHCI PCI platform driver
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1a.0: debug port 2
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f08000
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Mar 23 12:29:39 P150HM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
Mar 23 12:29:39 P150HM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 23 12:29:39 P150HM kernel: usb usb1: Product: EHCI Host Controller
Mar 23 12:29:39 P150HM kernel: usb usb1: Manufacturer: Linux 5.16.15-arch1-1 ehci_hcd
Mar 23 12:29:39 P150HM kernel: usb usb1: SerialNumber: 0000:00:1a.0
Mar 23 12:29:39 P150HM kernel: hub 1-0:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 1-0:1.0: 2 ports detected
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1d.0: debug port 2
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f07000
Mar 23 12:29:39 P150HM kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Mar 23 12:29:39 P150HM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
Mar 23 12:29:39 P150HM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 23 12:29:39 P150HM kernel: usb usb2: Product: EHCI Host Controller
Mar 23 12:29:39 P150HM kernel: usb usb2: Manufacturer: Linux 5.16.15-arch1-1 ehci_hcd
Mar 23 12:29:39 P150HM kernel: usb usb2: SerialNumber: 0000:00:1d.0
Mar 23 12:29:39 P150HM kernel: hub 2-0:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 2-0:1.0: 2 ports detected
Mar 23 12:29:39 P150HM kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Mar 23 12:29:39 P150HM kernel: ohci-pci: OHCI PCI platform driver
Mar 23 12:29:39 P150HM kernel: uhci_hcd: USB Universal Host Controller Interface driver
Mar 23 12:29:39 P150HM kernel: usbcore: registered new interface driver usbserial_generic
Mar 23 12:29:39 P150HM kernel: usbserial: USB Serial support registered for generic
Mar 23 12:29:39 P150HM kernel: rtc_cmos 00:02: registered as rtc0
Mar 23 12:29:39 P150HM kernel: rtc_cmos 00:02: setting system clock to 2022-03-23T18:29:31 UTC (1648060171)
Mar 23 12:29:39 P150HM kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Mar 23 12:29:39 P150HM kernel: intel_pstate: Intel P-state driver initializing
Mar 23 12:29:39 P150HM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Mar 23 12:29:39 P150HM kernel: vesafb: mode is 1400x1050x32, linelength=5632, pages=0
Mar 23 12:29:39 P150HM kernel: vesafb: scrolling: redraw
Mar 23 12:29:39 P150HM kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Mar 23 12:29:39 P150HM kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
Mar 23 12:29:39 P150HM kernel: fbcon: Deferring console take-over
Mar 23 12:29:39 P150HM kernel: fb0: VESA VGA frame buffer device
Mar 23 12:29:39 P150HM kernel: hid: raw HID events driver (C) Jiri Kosina
Mar 23 12:29:39 P150HM kernel: drop_monitor: Initializing network drop monitor service
Mar 23 12:29:39 P150HM kernel: Initializing XFRM netlink socket
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_INET6 protocol family
Mar 23 12:29:39 P150HM kernel: Segment Routing with IPv6
Mar 23 12:29:39 P150HM kernel: RPL Segment Routing with IPv6
Mar 23 12:29:39 P150HM kernel: In-situ OAM (IOAM) with IPv6
Mar 23 12:29:39 P150HM kernel: NET: Registered PF_PACKET protocol family
Mar 23 12:29:39 P150HM kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2f
Mar 23 12:29:39 P150HM kernel: microcode: Microcode Update Driver: v2.2.
Mar 23 12:29:39 P150HM kernel: IPI shorthand broadcast: enabled
Mar 23 12:29:39 P150HM kernel: sched_clock: Marking stable (3794243256, 364811)->(4036128898, -241520831)
Mar 23 12:29:39 P150HM kernel: registered taskstats version 1
Mar 23 12:29:39 P150HM kernel: Loading compiled-in X.509 certificates
Mar 23 12:29:39 P150HM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 183945960e49437b222e78df8eadd395fc9cfd63'
Mar 23 12:29:39 P150HM kernel: zswap: loaded using pool lz4/z3fold
Mar 23 12:29:39 P150HM kernel: Key type ._fscrypt registered
Mar 23 12:29:39 P150HM kernel: Key type .fscrypt registered
Mar 23 12:29:39 P150HM kernel: Key type fscrypt-provisioning registered
Mar 23 12:29:39 P150HM kernel: PM:   Magic number: 14:545:494
Mar 23 12:29:39 P150HM kernel: RAS: Correctable Errors collector initialized.
Mar 23 12:29:39 P150HM kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Mar 23 12:29:39 P150HM kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Mar 23 12:29:39 P150HM kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Mar 23 12:29:39 P150HM kernel: ata1.00: ATA-8: TOSHIBA MK3276GSX, GS001M, max UDMA/100
Mar 23 12:29:39 P150HM kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32), AA
Mar 23 12:29:39 P150HM kernel: ata1.00: configured for UDMA/100
Mar 23 12:29:39 P150HM kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK3276GS 1M   PQ: 0 ANSI: 5
Mar 23 12:29:39 P150HM kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Mar 23 12:29:39 P150HM kernel: sd 0:0:0:0: [sda] Write Protect is off
Mar 23 12:29:39 P150HM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mar 23 12:29:39 P150HM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 23 12:29:39 P150HM kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Mar 23 12:29:39 P150HM kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 23 12:29:39 P150HM kernel: hub 1-1:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 1-1:1.0: 6 ports detected
Mar 23 12:29:39 P150HM kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Mar 23 12:29:39 P150HM kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 23 12:29:39 P150HM kernel: hub 2-1:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 2-1:1.0: 6 ports detected
Mar 23 12:29:39 P150HM kernel:  sda: sda1
Mar 23 12:29:39 P150HM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Mar 23 12:29:39 P150HM kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Mar 23 12:29:39 P150HM kernel: ata3.00: ATAPI: MATSHITABD-MLT UJ240AS, 1.01, max UDMA/100
Mar 23 12:29:39 P150HM kernel: ata3.00: configured for UDMA/100
Mar 23 12:29:39 P150HM kernel: scsi 2:0:0:0: CD-ROM            MATSHITA BD-MLT UJ240AS   1.01 PQ: 0 ANSI: 5
Mar 23 12:29:39 P150HM kernel: usb 2-1.5: new full-speed USB device number 3 using ehci-pci
Mar 23 12:29:39 P150HM kernel: usb 2-1.5: New USB device found, idVendor=147e, idProduct=1001, bcdDevice= 0.43
Mar 23 12:29:39 P150HM kernel: usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 23 12:29:39 P150HM kernel: usb 2-1.5: Product: Fingerprint Sensor   
Mar 23 12:29:39 P150HM kernel: usb 2-1.5: Manufacturer: TouchStrip        
Mar 23 12:29:39 P150HM kernel: usb 2-1.6: new high-speed USB device number 4 using ehci-pci
Mar 23 12:29:39 P150HM kernel: usb 2-1.6: New USB device found, idVendor=5986, idProduct=0308, bcdDevice= 6.04
Mar 23 12:29:39 P150HM kernel: usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 23 12:29:39 P150HM kernel: usb 2-1.6: Product: BisonCam, NB Pro
Mar 23 12:29:39 P150HM kernel: usb 2-1.6: Manufacturer: BisonCam, NB Pro
Mar 23 12:29:39 P150HM kernel: ata4: SATA link down (SStatus 0 SControl 300)
Mar 23 12:29:39 P150HM kernel: Freeing unused decrypted memory: 2036K
Mar 23 12:29:39 P150HM kernel: Freeing unused kernel image (initmem) memory: 1780K
Mar 23 12:29:39 P150HM kernel: Write protecting the kernel read-only data: 28672k
Mar 23 12:29:39 P150HM kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Mar 23 12:29:39 P150HM kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
Mar 23 12:29:39 P150HM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mar 23 12:29:39 P150HM kernel: rodata_test: all tests were successful
Mar 23 12:29:39 P150HM kernel: x86/mm: Checking user space page tables
Mar 23 12:29:39 P150HM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mar 23 12:29:39 P150HM kernel: Run /init as init process
Mar 23 12:29:39 P150HM kernel:   with arguments:
Mar 23 12:29:39 P150HM kernel:     /init
Mar 23 12:29:39 P150HM kernel:   with environment:
Mar 23 12:29:39 P150HM kernel:     HOME=/
Mar 23 12:29:39 P150HM kernel:     TERM=linux
Mar 23 12:29:39 P150HM kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Mar 23 12:29:39 P150HM kernel: fbcon: Taking over console
Mar 23 12:29:39 P150HM kernel: Console: switching to colour frame buffer device 175x65
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
Mar 23 12:29:39 P150HM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
Mar 23 12:29:39 P150HM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 23 12:29:39 P150HM kernel: usb usb3: Product: xHCI Host Controller
Mar 23 12:29:39 P150HM kernel: usb usb3: Manufacturer: Linux 5.16.15-arch1-1 xhci-hcd
Mar 23 12:29:39 P150HM kernel: usb usb3: SerialNumber: 0000:02:00.0
Mar 23 12:29:39 P150HM kernel: hub 3-0:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 3-0:1.0: 2 ports detected
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
Mar 23 12:29:39 P150HM kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
Mar 23 12:29:39 P150HM kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Mar 23 12:29:39 P150HM kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Mar 23 12:29:39 P150HM kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
Mar 23 12:29:39 P150HM kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 23 12:29:39 P150HM kernel: usb usb4: Product: xHCI Host Controller
Mar 23 12:29:39 P150HM kernel: usb usb4: Manufacturer: Linux 5.16.15-arch1-1 xhci-hcd
Mar 23 12:29:39 P150HM kernel: usb usb4: SerialNumber: 0000:02:00.0
Mar 23 12:29:39 P150HM kernel: hub 4-0:1.0: USB hub found
Mar 23 12:29:39 P150HM kernel: hub 4-0:1.0: 2 ports detected
Mar 23 12:29:39 P150HM kernel: sdhci: Secure Digital Host Controller Interface driver
Mar 23 12:29:39 P150HM kernel: sdhci: Copyright(c) Pierre Ossman
Mar 23 12:29:39 P150HM kernel: i8042: Detected active multiplexing controller, rev 1.1
Mar 23 12:29:39 P150HM kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 23 12:29:39 P150HM kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Mar 23 12:29:39 P150HM kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Mar 23 12:29:39 P150HM kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Mar 23 12:29:39 P150HM kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Mar 23 12:29:39 P150HM kernel: firewire_ohci 0000:05:00.0: overriding IsoXmitIntMask
Mar 23 12:29:39 P150HM kernel: sdhci-pci 0000:03:00.1: SDHCI controller found [197b:2392] (rev 90)
Mar 23 12:29:39 P150HM kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
Mar 23 12:29:39 P150HM kernel: mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA
Mar 23 12:29:39 P150HM kernel: sdhci-pci 0000:03:00.2: SDHCI controller found [197b:2391] (rev 90)
Mar 23 12:29:39 P150HM kernel: sdhci-pci 0000:03:00.2: Refusing to bind to secondary interface.
Mar 23 12:29:39 P150HM kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Mar 23 12:29:39 P150HM kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Mar 23 12:29:39 P150HM kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Mar 23 12:29:39 P150HM kernel: firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x10
Mar 23 12:29:39 P150HM kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Mar 23 12:29:39 P150HM kernel: random: fast init done
Mar 23 12:29:39 P150HM kernel: firewire_core 0000:05:00.0: created device fw0: GUID ea1428bbf5900058, S400
Mar 23 12:29:39 P150HM kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Mar 23 12:29:39 P150HM kernel: random: crng init done
Mar 23 12:29:39 P150HM systemd[1]: systemd 250.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Mar 23 12:29:39 P150HM systemd[1]: Detected architecture x86-64.
Mar 23 12:29:39 P150HM systemd[1]: Hostname set to <P150HM>.
Mar 23 12:29:39 P150HM systemd[1]: Queued start job for default target Graphical Interface.
Mar 23 12:29:39 P150HM systemd[1]: Created slice Slice /system/getty.
Mar 23 12:29:39 P150HM systemd[1]: Created slice Slice /system/modprobe.
Mar 23 12:29:39 P150HM systemd[1]: Created slice User and Session Slice.
Mar 23 12:29:39 P150HM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Mar 23 12:29:39 P150HM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Mar 23 12:29:39 P150HM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Local Encrypted Volumes.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Local Integrity Protected Volumes.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Path Units.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Remote File Systems.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Slice Units.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Swaps.
Mar 23 12:29:39 P150HM systemd[1]: Reached target Local Verity Protected Volumes.
Mar 23 12:29:39 P150HM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Mar 23 12:29:39 P150HM systemd[1]: Listening on Process Core Dump Socket.
Mar 23 12:29:39 P150HM systemd[1]: Listening on Journal Audit Socket.
Mar 23 12:29:39 P150HM systemd[1]: Listening on Journal Socket (/dev/log).
Mar 23 12:29:39 P150HM systemd[1]: Listening on Journal Socket.
Mar 23 12:29:39 P150HM systemd[1]: Listening on udev Control Socket.
Mar 23 12:29:39 P150HM systemd[1]: Listening on udev Kernel Socket.
Mar 23 12:29:39 P150HM systemd[1]: Mounting Huge Pages File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounting POSIX Message Queue File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounting Kernel Debug File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounting Kernel Trace File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounting Temporary Directory /tmp...
Mar 23 12:29:39 P150HM systemd[1]: Starting Create List of Static Device Nodes...
Mar 23 12:29:39 P150HM systemd[1]: Starting Load Kernel Module configfs...
Mar 23 12:29:39 P150HM systemd[1]: Starting Load Kernel Module drm...
Mar 23 12:29:39 P150HM systemd[1]: Starting Load Kernel Module fuse...
Mar 23 12:29:39 P150HM systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Mar 23 12:29:39 P150HM systemd[1]: Starting Journal Service...
Mar 23 12:29:39 P150HM systemd[1]: Starting Load Kernel Modules...
Mar 23 12:29:39 P150HM systemd[1]: Starting Remount Root and Kernel File Systems...
Mar 23 12:29:39 P150HM systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Mar 23 12:29:39 P150HM systemd[1]: Starting Coldplug All udev Devices...
Mar 23 12:29:39 P150HM systemd[1]: Mounted Huge Pages File System.
Mar 23 12:29:39 P150HM systemd[1]: Mounted POSIX Message Queue File System.
Mar 23 12:29:39 P150HM systemd[1]: Mounted Kernel Debug File System.
Mar 23 12:29:39 P150HM systemd[1]: Mounted Kernel Trace File System.
Mar 23 12:29:39 P150HM systemd[1]: Mounted Temporary Directory /tmp.
Mar 23 12:29:39 P150HM systemd[1]: Finished Create List of Static Device Nodes.
Mar 23 12:29:39 P150HM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Mar 23 12:29:39 P150HM systemd[1]: Finished Load Kernel Module configfs.
Mar 23 12:29:39 P150HM systemd[1]: modprobe@drm.service: Deactivated successfully.
Mar 23 12:29:39 P150HM systemd[1]: Finished Load Kernel Module drm.
Mar 23 12:29:39 P150HM systemd[1]: Mounting Kernel Configuration File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounted Kernel Configuration File System.
Mar 23 12:29:39 P150HM kernel: EXT4-fs (sda1): re-mounted. Opts: (null). Quota mode: none.
Mar 23 12:29:39 P150HM systemd[1]: Finished Remount Root and Kernel File Systems.
Mar 23 12:29:39 P150HM systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Mar 23 12:29:39 P150HM kernel: fuse: init (API version 7.35)
Mar 23 12:29:39 P150HM systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Mar 23 12:29:39 P150HM systemd[1]: Starting Load/Save Random Seed...
Mar 23 12:29:39 P150HM systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Mar 23 12:29:39 P150HM systemd[1]: Starting Create Static Device Nodes in /dev...
Mar 23 12:29:39 P150HM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Mar 23 12:29:39 P150HM systemd[1]: Finished Load Kernel Module fuse.
Mar 23 12:29:39 P150HM kernel: audit: type=1130 audit(1648060179.360:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM kernel: audit: type=1131 audit(1648060179.360:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM systemd[1]: Mounting FUSE Control File System...
Mar 23 12:29:39 P150HM systemd[1]: Mounted FUSE Control File System.
Mar 23 12:29:39 P150HM systemd-journald[269]: Journal started
Mar 23 12:29:39 P150HM systemd-journald[269]: Runtime Journal (/run/log/journal/6827048981b343259ca5c0ee60d69c5c) is 8.0M, max 396.3M, 388.3M free.
Mar 23 12:29:39 P150HM audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM systemd[1]: Starting Flush Journal to Persistent Storage...
Mar 23 12:29:39 P150HM systemd[1]: Started Journal Service.
Mar 23 12:29:39 P150HM kernel: audit: type=1130 audit(1648060179.380:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM systemd[1]: Finished Coldplug All udev Devices.
Mar 23 12:29:39 P150HM audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM kernel: audit: type=1130 audit(1648060179.430:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 23 12:29:39 P150HM systemd-journald[269]: Time spent on flushing to /var/log/journal/6827048981b343259ca5c0ee60d69c5c is 637.960ms for 755 entries.

Last edited by MickeyKnox (2022-03-23 19:30:24)

Offline

#8 2022-03-23 22:21:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

The radeon module isn't loaded and there isn't much going on w/ the chip at all…

Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Mar 23 12:29:39 P150HM kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Mar 23 12:29:39 P150HM kernel: vgaarb: loaded

and that's it - I guess the kernel halts when the radeon module gets loaded and tries to init the GPU (hence the short log)
If there's a useful error message, it's not recorded in the journal.
Do you reboot w/ ctrl+alt+del or with the power button? Can you ssh into the blind system?

Assuming the GPU is indeed fried, can you "xrandr --output default --scale 0.97x0.73"?
(Though the image will be blurry and w/o the GPU the performance will likely suck, too)

Online

#9 2022-03-24 01:37:39

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

I reboot with the power button, Ctrl+Alt+Del does not work. I can't ssh into the blind system.

Scaling does not work, not even with a factor of 1:

[root@P150HM ~]# xrandr --output default --scale 0.97x0.73
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  26 (RRSetCrtcTransform)
  Value in failed request:  0x51f
  Serial number of failed request:  22
  Current serial number in output stream:  23
[root@P150HM ~]# xrandr --output default --scale 1x1      
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  26 (RRSetCrtcTransform)
  Value in failed request:  0x51f
  Serial number of failed request:  20
  Current serial number in output stream:  21
[root@P150HM ~]# xrandr --output default --scale 1.0x1.0
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  26 (RRSetCrtcTransform)
  Value in failed request:  0x51f
  Serial number of failed request:  20
  Current serial number in output stream:  21

I would like to try again setting the mode with 90-monitor.conf. For example, the mode 1280x1024 does work, I can set it with either xrandr or the xfce dialog. I think it should be possible to set it with 90-monitor.conf as well. How can I do that?

Offline

#10 2022-03-24 06:31:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

https://man.archlinux.org/man/extra/xor … #Option~48 but afaiu, xfce will apply its own config during the session start as well?
Though you're presently running 14:10, asked for 16:9 and 1280x1024 is 5:4

Online

#11 2022-04-05 18:50:39

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

Sorry for the downtime.

What I want to do for now is to configure the mode in 90-monitor.conf. I don't care which one, I just picked the next in the list of supported modes. 1280x1024 works, I can set it with xrandr. I therefore assume that it should be possible to configure it in 90-monitor.conf. So, I far couldn't make it work though. It's always 1400x1050, when the xserver starts. I've tested with a plain xserver (no .xinitrc) to avoid xfce interference. Still, it's always 1400x1050.

I've tried the PreferredMode option, but it gets ignored as well.

Section "Monitor"
	Identifier	"<default monitor>"
	Option 		"PreferredMode"	"1280x1024"
EndSection

My end goal is to have a 16x9 resolution. For now however I'm after a lower hanging fruit: configure a resolution that I know works. I've just arbitrarily picked 1280x1024.

Last edited by MickeyKnox (2022-04-05 18:51:19)

Offline

#12 2022-04-05 21:28:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

Afaics the outputs name is "default", not "<default monitor>" and unless you specifically assign outputs to a static server layout (what's highly discouraged) you'll have to match that output name to have the config applied to it.

Online

#13 2022-04-06 21:36:02

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

Ok, I tried "default" instead of "<default monitor>"; still, my monitor configuration gets ignored.

However, good idea to suspect the identifier. How can I determine the correct identifier by which the Xorg server recognizes my screen? Above there is a Xorg.0.log.

xrandr does recognize "default":

xrandr --output default --mode 1280x1024

This command does change the resolution.

Unfortunately I have to admit, I did not get the rest of your post: what does "specifically assign outputs to a static server layout" mean?

Offline

#14 2022-04-07 07:24:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

The output names are generally the ones listed by xrandr. Idk though, whether the VESA driver respects "PreferredMode" at all (again: 90ies tech - nobody actively uses that)

https://wiki.archlinux.org/title/Xorg#Configuration - a static server layout has a server section, screen section(s), monitor and device sections etcetc.
You don't need to understand that because it's a highly discouraged approach anyway.

Change your config file to use the proper output name ("default") and post an updated xorg log

Online

#15 2022-04-07 18:15:37

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

With this monitor configuration:

Section "Monitor"
	Identifier	"default"
	Modeline 	"1280x960"  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync
EndSection

This is the Xorg.0.log:

[    98.284] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    98.287] Current Operating System: Linux P150HM 5.16.15-arch1-1 #1 SMP PREEMPT Thu, 17 Mar 2022 00:30:09 +0000 x86_64
[    98.288] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f7881804-8793-4e17-9905-f6e0aa8bd56e rw loglevel=3 nomodeset
[    98.290]  
[    98.291] Current version of pixman: 0.40.0
[    98.293] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    98.293] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    98.299] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  7 12:10:11 2022
[    98.411] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    98.412] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    98.493] (==) No Layout section.  Using the first Screen section.
[    98.493] (==) No screen section available. Using defaults.
[    98.493] (**) |-->Screen "Default Screen Section" (0)
[    98.493] (**) |   |-->Monitor "<default monitor>"
[    98.494] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    98.494] (==) Automatically adding devices
[    98.494] (==) Automatically enabling devices
[    98.494] (==) Automatically adding GPU devices
[    98.494] (==) Automatically binding GPU devices
[    98.494] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    98.506] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    98.506] 	Entry deleted from font path.
[    98.506] (==) FontPath set to:
	
[    98.506] (==) ModulePath set to "/usr/lib/xorg/modules"
[    98.506] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    98.506] (II) Module ABI versions:
[    98.506] 	X.Org ANSI C Emulation: 0.4
[    98.506] 	X.Org Video Driver: 25.2
[    98.506] 	X.Org XInput driver : 24.4
[    98.506] 	X.Org Server Extension : 10.0
[    98.508] (++) using VT number 2

[    98.512] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    98.522] (--) PCI:*(1@0:0:0) 1002:6720:1558:5102 rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    98.523] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    98.523] (II) LoadModule: "glx"
[    98.557] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    98.668] (II) Module glx: vendor="X.Org Foundation"
[    98.668] 	compiled for 1.21.1.3, module version = 1.0.0
[    98.668] 	ABI class: X.Org Server Extension, version 10.0
[    98.668] (==) Matched ati as autoconfigured driver 0
[    98.668] (==) Matched modesetting as autoconfigured driver 1
[    98.668] (==) Matched fbdev as autoconfigured driver 2
[    98.668] (==) Matched vesa as autoconfigured driver 3
[    98.668] (==) Assigned the driver to the xf86ConfigLayout
[    98.668] (II) LoadModule: "ati"
[    98.687] (WW) Warning, couldn't open module ati
[    98.688] (EE) Failed to load module "ati" (module does not exist, 0)
[    98.688] (II) LoadModule: "modesetting"
[    98.688] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    98.745] (II) Module modesetting: vendor="X.Org Foundation"
[    98.745] 	compiled for 1.21.1.3, module version = 1.21.1
[    98.745] 	Module class: X.Org Video Driver
[    98.745] 	ABI class: X.Org Video Driver, version 25.2
[    98.745] (II) LoadModule: "fbdev"
[    98.745] (WW) Warning, couldn't open module fbdev
[    98.746] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    98.746] (II) LoadModule: "vesa"
[    98.746] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    98.779] (II) Module vesa: vendor="X.Org Foundation"
[    98.779] 	compiled for 1.21.1.1, module version = 2.5.0
[    98.779] 	Module class: X.Org Video Driver
[    98.779] 	ABI class: X.Org Video Driver, version 25.2
[    98.779] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    98.779] (II) VESA: driver for VESA chipsets: vesa
[    98.779] (EE) open /dev/dri/card0: No such file or directory
[    98.779] (WW) Falling back to old probe method for modesetting
[    98.779] (EE) open /dev/dri/card0: No such file or directory
[    98.780] (EE) Screen 0 deleted because of no matching config section.
[    98.780] (II) UnloadModule: "modesetting"
[    98.780] (II) Loading sub module "vbe"
[    98.780] (II) LoadModule: "vbe"
[    98.780] (II) Loading /usr/lib/xorg/modules/libint10.so
[    98.810] (II) Module int10: vendor="X.Org Foundation"
[    98.810] 	compiled for 1.21.1.3, module version = 1.0.0
[    98.810] 	ABI class: X.Org Video Driver, version 25.2
[    98.810] (II) Loading sub module "int10"
[    98.810] (II) LoadModule: "int10"
[    98.811] (II) Loading /usr/lib/xorg/modules/libint10.so
[    98.811] (II) Module int10: vendor="X.Org Foundation"
[    98.811] 	compiled for 1.21.1.3, module version = 1.0.0
[    98.811] 	ABI class: X.Org Video Driver, version 25.2
[    98.811] (II) VESA(0): initializing int10
[    98.813] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    98.813] (II) VESA(0): VESA BIOS detected
[    98.813] (II) VESA(0): VESA VBE Version 3.0
[    98.813] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    98.813] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[    98.813] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[    98.813] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[    98.813] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[    98.813] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[    98.848] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    98.848] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    98.848] (==) VESA(0): RGB weight 888
[    98.848] (==) VESA(0): Default visual is TrueColor
[    98.848] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    98.848] (II) Loading sub module "ddc"
[    98.848] (II) LoadModule: "ddc"
[    98.848] (II) Module "ddc" already built-in
[    98.848] (II) VESA(0): VESA VBE DDC supported
[    98.848] (II) VESA(0): VESA VBE DDC Level 2
[    98.848] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    98.916] (II) VESA(0): VESA VBE DDC read successfully
[    98.916] (II) VESA(0): Manufacturer: LGD  Model: 1fb  Serial#: 0
[    98.916] (II) VESA(0): Year: 2009  Week: 0
[    98.916] (II) VESA(0): EDID Version: 1.3
[    98.916] (II) VESA(0): Digital Display Input
[    98.916] (II) VESA(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[    98.916] (II) VESA(0): Gamma: 2.20
[    98.916] (II) VESA(0): No DPMS capabilities specified
[    98.916] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    98.916] (II) VESA(0): First detailed timing is preferred mode
[    98.916] (II) VESA(0): redX: 0.621 redY: 0.352   greenX: 0.314 greenY: 0.586
[    98.916] (II) VESA(0): blueX: 0.147 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[    98.916] (II) VESA(0): Manufacturer's mask: 0
[    98.916] (II) VESA(0): Supported detailed timing:
[    98.916] (II) VESA(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[    98.916] (II) VESA(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    98.916] (II) VESA(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    98.916] (II) VESA(0):  LG Display
[    98.916] (II) VESA(0):  LP156WF1-TLE1
[    98.916] (II) VESA(0): EDID (in hex):
[    98.916] (II) VESA(0): 	00ffffffffffff0030e4fb0100000000
[    98.916] (II) VESA(0): 	00130103802313780a08d59f5a509625
[    98.916] (II) VESA(0): 	1e505400000001010101010101010101
[    98.916] (II) VESA(0): 	0101010101011a3680a070381f403020
[    98.916] (II) VESA(0): 	350059c2100000190000000000000000
[    98.916] (II) VESA(0): 	00000000000000000000000000fe004c
[    98.916] (II) VESA(0): 	4720446973706c61790a2020000000fe
[    98.916] (II) VESA(0): 	004c503135365746312d544c4531009c
[    98.916] (II) VESA(0): EDID vendor "LGD", prod id 507
[    98.916] (II) VESA(0): Printing DDC gathered Modelines:
[    98.916] (II) VESA(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    98.916] (II) VESA(0): Searching for matching VESA mode(s):
[    98.916] Mode: 100 (640x400)
[    98.916] 	ModeAttributes: 0xbb
[    98.916] 	WinAAttributes: 0x7
[    98.916] 	WinBAttributes: 0x0
[    98.916] 	WinGranularity: 64
[    98.916] 	WinSize: 64
[    98.916] 	WinASegment: 0xa000
[    98.916] 	WinBSegment: 0x0
[    98.916] 	WinFuncPtr: 0xc00051d3
[    98.916] 	BytesPerScanline: 640
[    98.916] 	XResolution: 640
[    98.916] 	YResolution: 400
[    98.916] 	XCharSize: 8
[    98.916] 	YCharSize: 16
[    98.916] 	NumberOfPlanes: 1
[    98.916] 	BitsPerPixel: 8
[    98.916] 	NumberOfBanks: 1
[    98.916] 	MemoryModel: 4
[    98.916] 	BankSize: 0
[    98.916] 	NumberOfImages: 63
[    98.916] 	RedMaskSize: 0
[    98.916] 	RedFieldPosition: 0
[    98.916] 	GreenMaskSize: 0
[    98.916] 	GreenFieldPosition: 0
[    98.916] 	BlueMaskSize: 0
[    98.916] 	BlueFieldPosition: 0
[    98.916] 	RsvdMaskSize: 0
[    98.916] 	RsvdFieldPosition: 0
[    98.916] 	DirectColorModeInfo: 0
[    98.916] 	PhysBasePtr: 0xe0000000
[    98.916] 	LinBytesPerScanLine: 640
[    98.916] 	BnkNumberOfImagePages: 63
[    98.916] 	LinNumberOfImagePages: 63
[    98.916] 	LinRedMaskSize: 0
[    98.916] 	LinRedFieldPosition: 0
[    98.916] 	LinGreenMaskSize: 0
[    98.916] 	LinGreenFieldPosition: 0
[    98.916] 	LinBlueMaskSize: 0
[    98.916] 	LinBlueFieldPosition: 0
[    98.916] 	LinRsvdMaskSize: 0
[    98.916] 	LinRsvdFieldPosition: 0
[    98.916] 	MaxPixelClock: 400000000
[    98.917] Mode: 101 (640x480)
[    98.917] 	ModeAttributes: 0xbb
[    98.917] 	WinAAttributes: 0x7
[    98.917] 	WinBAttributes: 0x0
[    98.917] 	WinGranularity: 64
[    98.917] 	WinSize: 64
[    98.917] 	WinASegment: 0xa000
[    98.917] 	WinBSegment: 0x0
[    98.917] 	WinFuncPtr: 0xc00051d3
[    98.917] 	BytesPerScanline: 640
[    98.917] 	XResolution: 640
[    98.917] 	YResolution: 480
[    98.917] 	XCharSize: 8
[    98.917] 	YCharSize: 16
[    98.917] 	NumberOfPlanes: 1
[    98.917] 	BitsPerPixel: 8
[    98.917] 	NumberOfBanks: 1
[    98.917] 	MemoryModel: 4
[    98.917] 	BankSize: 0
[    98.917] 	NumberOfImages: 50
[    98.917] 	RedMaskSize: 0
[    98.917] 	RedFieldPosition: 0
[    98.917] 	GreenMaskSize: 0
[    98.917] 	GreenFieldPosition: 0
[    98.917] 	BlueMaskSize: 0
[    98.917] 	BlueFieldPosition: 0
[    98.917] 	RsvdMaskSize: 0
[    98.917] 	RsvdFieldPosition: 0
[    98.917] 	DirectColorModeInfo: 0
[    98.917] 	PhysBasePtr: 0xe0000000
[    98.917] 	LinBytesPerScanLine: 640
[    98.917] 	BnkNumberOfImagePages: 50
[    98.917] 	LinNumberOfImagePages: 50
[    98.917] 	LinRedMaskSize: 0
[    98.917] 	LinRedFieldPosition: 0
[    98.917] 	LinGreenMaskSize: 0
[    98.917] 	LinGreenFieldPosition: 0
[    98.917] 	LinBlueMaskSize: 0
[    98.917] 	LinBlueFieldPosition: 0
[    98.917] 	LinRsvdMaskSize: 0
[    98.917] 	LinRsvdFieldPosition: 0
[    98.917] 	MaxPixelClock: 400000000
[    98.917] Mode: 103 (800x600)
[    98.917] 	ModeAttributes: 0xbb
[    98.917] 	WinAAttributes: 0x7
[    98.917] 	WinBAttributes: 0x0
[    98.917] 	WinGranularity: 64
[    98.917] 	WinSize: 64
[    98.917] 	WinASegment: 0xa000
[    98.917] 	WinBSegment: 0x0
[    98.917] 	WinFuncPtr: 0xc00051d3
[    98.917] 	BytesPerScanline: 832
[    98.917] 	XResolution: 800
[    98.917] 	YResolution: 600
[    98.917] 	XCharSize: 8
[    98.917] 	YCharSize: 14
[    98.917] 	NumberOfPlanes: 1
[    98.917] 	BitsPerPixel: 8
[    98.917] 	NumberOfBanks: 1
[    98.917] 	MemoryModel: 4
[    98.917] 	BankSize: 0
[    98.917] 	NumberOfImages: 31
[    98.917] 	RedMaskSize: 0
[    98.917] 	RedFieldPosition: 0
[    98.917] 	GreenMaskSize: 0
[    98.917] 	GreenFieldPosition: 0
[    98.917] 	BlueMaskSize: 0
[    98.917] 	BlueFieldPosition: 0
[    98.917] 	RsvdMaskSize: 0
[    98.918] 	RsvdFieldPosition: 0
[    98.918] 	DirectColorModeInfo: 0
[    98.918] 	PhysBasePtr: 0xe0000000
[    98.918] 	LinBytesPerScanLine: 832
[    98.918] 	BnkNumberOfImagePages: 31
[    98.918] 	LinNumberOfImagePages: 31
[    98.918] 	LinRedMaskSize: 0
[    98.918] 	LinRedFieldPosition: 0
[    98.918] 	LinGreenMaskSize: 0
[    98.918] 	LinGreenFieldPosition: 0
[    98.918] 	LinBlueMaskSize: 0
[    98.918] 	LinBlueFieldPosition: 0
[    98.918] 	LinRsvdMaskSize: 0
[    98.918] 	LinRsvdFieldPosition: 0
[    98.918] 	MaxPixelClock: 400000000
[    98.918] Mode: 105 (1024x768)
[    98.918] 	ModeAttributes: 0xbb
[    98.918] 	WinAAttributes: 0x7
[    98.918] 	WinBAttributes: 0x0
[    98.918] 	WinGranularity: 64
[    98.918] 	WinSize: 64
[    98.918] 	WinASegment: 0xa000
[    98.918] 	WinBSegment: 0x0
[    98.918] 	WinFuncPtr: 0xc00051d3
[    98.918] 	BytesPerScanline: 1024
[    98.918] 	XResolution: 1024
[    98.918] 	YResolution: 768
[    98.918] 	XCharSize: 8
[    98.918] 	YCharSize: 16
[    98.918] 	NumberOfPlanes: 1
[    98.918] 	BitsPerPixel: 8
[    98.918] 	NumberOfBanks: 1
[    98.918] 	MemoryModel: 4
[    98.918] 	BankSize: 0
[    98.918] 	NumberOfImages: 18
[    98.918] 	RedMaskSize: 0
[    98.918] 	RedFieldPosition: 0
[    98.918] 	GreenMaskSize: 0
[    98.918] 	GreenFieldPosition: 0
[    98.918] 	BlueMaskSize: 0
[    98.918] 	BlueFieldPosition: 0
[    98.918] 	RsvdMaskSize: 0
[    98.918] 	RsvdFieldPosition: 0
[    98.918] 	DirectColorModeInfo: 0
[    98.918] 	PhysBasePtr: 0xe0000000
[    98.918] 	LinBytesPerScanLine: 1024
[    98.918] 	BnkNumberOfImagePages: 18
[    98.918] 	LinNumberOfImagePages: 18
[    98.918] 	LinRedMaskSize: 0
[    98.918] 	LinRedFieldPosition: 0
[    98.918] 	LinGreenMaskSize: 0
[    98.918] 	LinGreenFieldPosition: 0
[    98.918] 	LinBlueMaskSize: 0
[    98.918] 	LinBlueFieldPosition: 0
[    98.918] 	LinRsvdMaskSize: 0
[    98.918] 	LinRsvdFieldPosition: 0
[    98.918] 	MaxPixelClock: 400000000
[    98.918] Mode: 107 (1280x1024)
[    98.918] 	ModeAttributes: 0xbb
[    98.918] 	WinAAttributes: 0x7
[    98.919] 	WinBAttributes: 0x0
[    98.919] 	WinGranularity: 64
[    98.919] 	WinSize: 64
[    98.919] 	WinASegment: 0xa000
[    98.919] 	WinBSegment: 0x0
[    98.919] 	WinFuncPtr: 0xc00051d3
[    98.919] 	BytesPerScanline: 1280
[    98.919] 	XResolution: 1280
[    98.919] 	YResolution: 1024
[    98.919] 	XCharSize: 8
[    98.919] 	YCharSize: 16
[    98.919] 	NumberOfPlanes: 1
[    98.919] 	BitsPerPixel: 8
[    98.919] 	NumberOfBanks: 1
[    98.919] 	MemoryModel: 4
[    98.919] 	BankSize: 0
[    98.919] 	NumberOfImages: 11
[    98.919] 	RedMaskSize: 0
[    98.919] 	RedFieldPosition: 0
[    98.919] 	GreenMaskSize: 0
[    98.919] 	GreenFieldPosition: 0
[    98.919] 	BlueMaskSize: 0
[    98.919] 	BlueFieldPosition: 0
[    98.919] 	RsvdMaskSize: 0
[    98.919] 	RsvdFieldPosition: 0
[    98.919] 	DirectColorModeInfo: 0
[    98.919] 	PhysBasePtr: 0xe0000000
[    98.919] 	LinBytesPerScanLine: 1280
[    98.919] 	BnkNumberOfImagePages: 11
[    98.919] 	LinNumberOfImagePages: 11
[    98.919] 	LinRedMaskSize: 0
[    98.919] 	LinRedFieldPosition: 0
[    98.919] 	LinGreenMaskSize: 0
[    98.919] 	LinGreenFieldPosition: 0
[    98.919] 	LinBlueMaskSize: 0
[    98.919] 	LinBlueFieldPosition: 0
[    98.919] 	LinRsvdMaskSize: 0
[    98.919] 	LinRsvdFieldPosition: 0
[    98.919] 	MaxPixelClock: 400000000
[    98.919] Mode: 110 (640x480)
[    98.919] 	ModeAttributes: 0xbb
[    98.919] 	WinAAttributes: 0x7
[    98.919] 	WinBAttributes: 0x0
[    98.919] 	WinGranularity: 64
[    98.919] 	WinSize: 64
[    98.919] 	WinASegment: 0xa000
[    98.919] 	WinBSegment: 0x0
[    98.919] 	WinFuncPtr: 0xc00051d3
[    98.919] 	BytesPerScanline: 1280
[    98.919] 	XResolution: 640
[    98.919] 	YResolution: 480
[    98.919] 	XCharSize: 8
[    98.919] 	YCharSize: 16
[    98.919] 	NumberOfPlanes: 1
[    98.919] 	BitsPerPixel: 16
[    98.919] 	NumberOfBanks: 1
[    98.919] 	MemoryModel: 6
[    98.919] 	BankSize: 0
[    98.919] 	NumberOfImages: 24
[    98.919] 	RedMaskSize: 5
[    98.919] 	RedFieldPosition: 10
[    98.919] 	GreenMaskSize: 5
[    98.919] 	GreenFieldPosition: 5
[    98.919] 	BlueMaskSize: 5
[    98.919] 	BlueFieldPosition: 0
[    98.919] 	RsvdMaskSize: 0
[    98.919] 	RsvdFieldPosition: 0
[    98.919] 	DirectColorModeInfo: 0
[    98.919] 	PhysBasePtr: 0xe0000000
[    98.919] 	LinBytesPerScanLine: 1280
[    98.919] 	BnkNumberOfImagePages: 24
[    98.919] 	LinNumberOfImagePages: 24
[    98.919] 	LinRedMaskSize: 5
[    98.919] 	LinRedFieldPosition: 10
[    98.919] 	LinGreenMaskSize: 5
[    98.919] 	LinGreenFieldPosition: 5
[    98.919] 	LinBlueMaskSize: 5
[    98.919] 	LinBlueFieldPosition: 0
[    98.919] 	LinRsvdMaskSize: 0
[    98.919] 	LinRsvdFieldPosition: 0
[    98.919] 	MaxPixelClock: 400000000
[    98.920] Mode: 111 (640x480)
[    98.920] 	ModeAttributes: 0xbb
[    98.920] 	WinAAttributes: 0x7
[    98.920] 	WinBAttributes: 0x0
[    98.920] 	WinGranularity: 64
[    98.920] 	WinSize: 64
[    98.920] 	WinASegment: 0xa000
[    98.920] 	WinBSegment: 0x0
[    98.920] 	WinFuncPtr: 0xc00051d3
[    98.920] 	BytesPerScanline: 1280
[    98.920] 	XResolution: 640
[    98.920] 	YResolution: 480
[    98.920] 	XCharSize: 8
[    98.920] 	YCharSize: 16
[    98.920] 	NumberOfPlanes: 1
[    98.920] 	BitsPerPixel: 16
[    98.920] 	NumberOfBanks: 1
[    98.920] 	MemoryModel: 6
[    98.920] 	BankSize: 0
[    98.920] 	NumberOfImages: 24
[    98.920] 	RedMaskSize: 5
[    98.920] 	RedFieldPosition: 11
[    98.920] 	GreenMaskSize: 6
[    98.920] 	GreenFieldPosition: 5
[    98.920] 	BlueMaskSize: 5
[    98.920] 	BlueFieldPosition: 0
[    98.920] 	RsvdMaskSize: 0
[    98.920] 	RsvdFieldPosition: 0
[    98.920] 	DirectColorModeInfo: 0
[    98.920] 	PhysBasePtr: 0xe0000000
[    98.920] 	LinBytesPerScanLine: 1280
[    98.920] 	BnkNumberOfImagePages: 24
[    98.920] 	LinNumberOfImagePages: 24
[    98.920] 	LinRedMaskSize: 5
[    98.920] 	LinRedFieldPosition: 11
[    98.920] 	LinGreenMaskSize: 6
[    98.920] 	LinGreenFieldPosition: 5
[    98.920] 	LinBlueMaskSize: 5
[    98.920] 	LinBlueFieldPosition: 0
[    98.920] 	LinRsvdMaskSize: 0
[    98.920] 	LinRsvdFieldPosition: 0
[    98.920] 	MaxPixelClock: 400000000
[    98.920] Mode: 113 (800x600)
[    98.920] 	ModeAttributes: 0xbb
[    98.920] 	WinAAttributes: 0x7
[    98.920] 	WinBAttributes: 0x0
[    98.920] 	WinGranularity: 64
[    98.920] 	WinSize: 64
[    98.920] 	WinASegment: 0xa000
[    98.920] 	WinBSegment: 0x0
[    98.920] 	WinFuncPtr: 0xc00051d3
[    98.920] 	BytesPerScanline: 1600
[    98.920] 	XResolution: 800
[    98.920] 	YResolution: 600
[    98.920] 	XCharSize: 8
[    98.920] 	YCharSize: 14
[    98.920] 	NumberOfPlanes: 1
[    98.920] 	BitsPerPixel: 16
[    98.920] 	NumberOfBanks: 1
[    98.920] 	MemoryModel: 6
[    98.920] 	BankSize: 0
[    98.920] 	NumberOfImages: 16
[    98.920] 	RedMaskSize: 5
[    98.920] 	RedFieldPosition: 10
[    98.920] 	GreenMaskSize: 5
[    98.920] 	GreenFieldPosition: 5
[    98.920] 	BlueMaskSize: 5
[    98.920] 	BlueFieldPosition: 0
[    98.920] 	RsvdMaskSize: 0
[    98.920] 	RsvdFieldPosition: 0
[    98.920] 	DirectColorModeInfo: 0
[    98.920] 	PhysBasePtr: 0xe0000000
[    98.920] 	LinBytesPerScanLine: 1600
[    98.920] 	BnkNumberOfImagePages: 16
[    98.920] 	LinNumberOfImagePages: 16
[    98.920] 	LinRedMaskSize: 5
[    98.920] 	LinRedFieldPosition: 10
[    98.920] 	LinGreenMaskSize: 5
[    98.920] 	LinGreenFieldPosition: 5
[    98.920] 	LinBlueMaskSize: 5
[    98.920] 	LinBlueFieldPosition: 0
[    98.920] 	LinRsvdMaskSize: 0
[    98.920] 	LinRsvdFieldPosition: 0
[    98.920] 	MaxPixelClock: 400000000
[    98.921] Mode: 114 (800x600)
[    98.921] 	ModeAttributes: 0xbb
[    98.921] 	WinAAttributes: 0x7
[    98.921] 	WinBAttributes: 0x0
[    98.921] 	WinGranularity: 64
[    98.921] 	WinSize: 64
[    98.921] 	WinASegment: 0xa000
[    98.921] 	WinBSegment: 0x0
[    98.921] 	WinFuncPtr: 0xc00051d3
[    98.921] 	BytesPerScanline: 1600
[    98.921] 	XResolution: 800
[    98.921] 	YResolution: 600
[    98.921] 	XCharSize: 8
[    98.921] 	YCharSize: 14
[    98.921] 	NumberOfPlanes: 1
[    98.921] 	BitsPerPixel: 16
[    98.921] 	NumberOfBanks: 1
[    98.921] 	MemoryModel: 6
[    98.921] 	BankSize: 0
[    98.921] 	NumberOfImages: 16
[    98.921] 	RedMaskSize: 5
[    98.921] 	RedFieldPosition: 11
[    98.921] 	GreenMaskSize: 6
[    98.921] 	GreenFieldPosition: 5
[    98.921] 	BlueMaskSize: 5
[    98.921] 	BlueFieldPosition: 0
[    98.921] 	RsvdMaskSize: 0
[    98.921] 	RsvdFieldPosition: 0
[    98.921] 	DirectColorModeInfo: 0
[    98.921] 	PhysBasePtr: 0xe0000000
[    98.921] 	LinBytesPerScanLine: 1600
[    98.921] 	BnkNumberOfImagePages: 16
[    98.921] 	LinNumberOfImagePages: 16
[    98.921] 	LinRedMaskSize: 5
[    98.921] 	LinRedFieldPosition: 11
[    98.921] 	LinGreenMaskSize: 6
[    98.921] 	LinGreenFieldPosition: 5
[    98.921] 	LinBlueMaskSize: 5
[    98.921] 	LinBlueFieldPosition: 0
[    98.921] 	LinRsvdMaskSize: 0
[    98.921] 	LinRsvdFieldPosition: 0
[    98.921] 	MaxPixelClock: 400000000
[    98.921] Mode: 116 (1024x768)
[    98.921] 	ModeAttributes: 0xbb
[    98.921] 	WinAAttributes: 0x7
[    98.921] 	WinBAttributes: 0x0
[    98.921] 	WinGranularity: 64
[    98.921] 	WinSize: 64
[    98.921] 	WinASegment: 0xa000
[    98.921] 	WinBSegment: 0x0
[    98.921] 	WinFuncPtr: 0xc00051d3
[    98.921] 	BytesPerScanline: 2048
[    98.921] 	XResolution: 1024
[    98.921] 	YResolution: 768
[    98.921] 	XCharSize: 8
[    98.921] 	YCharSize: 16
[    98.921] 	NumberOfPlanes: 1
[    98.921] 	BitsPerPixel: 16
[    98.921] 	NumberOfBanks: 1
[    98.921] 	MemoryModel: 6
[    98.921] 	BankSize: 0
[    98.921] 	NumberOfImages: 9
[    98.921] 	RedMaskSize: 5
[    98.921] 	RedFieldPosition: 10
[    98.921] 	GreenMaskSize: 5
[    98.921] 	GreenFieldPosition: 5
[    98.921] 	BlueMaskSize: 5
[    98.922] 	BlueFieldPosition: 0
[    98.922] 	RsvdMaskSize: 0
[    98.922] 	RsvdFieldPosition: 0
[    98.922] 	DirectColorModeInfo: 0
[    98.922] 	PhysBasePtr: 0xe0000000
[    98.922] 	LinBytesPerScanLine: 2048
[    98.922] 	BnkNumberOfImagePages: 9
[    98.922] 	LinNumberOfImagePages: 9
[    98.922] 	LinRedMaskSize: 5
[    98.922] 	LinRedFieldPosition: 10
[    98.922] 	LinGreenMaskSize: 5
[    98.922] 	LinGreenFieldPosition: 5
[    98.922] 	LinBlueMaskSize: 5
[    98.922] 	LinBlueFieldPosition: 0
[    98.922] 	LinRsvdMaskSize: 0
[    98.922] 	LinRsvdFieldPosition: 0
[    98.922] 	MaxPixelClock: 400000000
[    98.922] Mode: 117 (1024x768)
[    98.922] 	ModeAttributes: 0xbb
[    98.922] 	WinAAttributes: 0x7
[    98.922] 	WinBAttributes: 0x0
[    98.922] 	WinGranularity: 64
[    98.922] 	WinSize: 64
[    98.922] 	WinASegment: 0xa000
[    98.922] 	WinBSegment: 0x0
[    98.922] 	WinFuncPtr: 0xc00051d3
[    98.922] 	BytesPerScanline: 2048
[    98.922] 	XResolution: 1024
[    98.922] 	YResolution: 768
[    98.922] 	XCharSize: 8
[    98.922] 	YCharSize: 16
[    98.922] 	NumberOfPlanes: 1
[    98.922] 	BitsPerPixel: 16
[    98.922] 	NumberOfBanks: 1
[    98.922] 	MemoryModel: 6
[    98.922] 	BankSize: 0
[    98.922] 	NumberOfImages: 9
[    98.922] 	RedMaskSize: 5
[    98.922] 	RedFieldPosition: 11
[    98.922] 	GreenMaskSize: 6
[    98.922] 	GreenFieldPosition: 5
[    98.922] 	BlueMaskSize: 5
[    98.922] 	BlueFieldPosition: 0
[    98.922] 	RsvdMaskSize: 0
[    98.922] 	RsvdFieldPosition: 0
[    98.922] 	DirectColorModeInfo: 0
[    98.922] 	PhysBasePtr: 0xe0000000
[    98.922] 	LinBytesPerScanLine: 2048
[    98.922] 	BnkNumberOfImagePages: 9
[    98.922] 	LinNumberOfImagePages: 9
[    98.922] 	LinRedMaskSize: 5
[    98.922] 	LinRedFieldPosition: 11
[    98.922] 	LinGreenMaskSize: 6
[    98.922] 	LinGreenFieldPosition: 5
[    98.922] 	LinBlueMaskSize: 5
[    98.922] 	LinBlueFieldPosition: 0
[    98.922] 	LinRsvdMaskSize: 0
[    98.922] 	LinRsvdFieldPosition: 0
[    98.922] 	MaxPixelClock: 400000000
[    98.923] Mode: 119 (1280x1024)
[    98.923] 	ModeAttributes: 0xbb
[    98.923] 	WinAAttributes: 0x7
[    98.923] 	WinBAttributes: 0x0
[    98.923] 	WinGranularity: 64
[    98.923] 	WinSize: 64
[    98.923] 	WinASegment: 0xa000
[    98.923] 	WinBSegment: 0x0
[    98.923] 	WinFuncPtr: 0xc00051d3
[    98.923] 	BytesPerScanline: 2560
[    98.923] 	XResolution: 1280
[    98.923] 	YResolution: 1024
[    98.923] 	XCharSize: 8
[    98.923] 	YCharSize: 16
[    98.923] 	NumberOfPlanes: 1
[    98.923] 	BitsPerPixel: 16
[    98.923] 	NumberOfBanks: 1
[    98.923] 	MemoryModel: 6
[    98.923] 	BankSize: 0
[    98.923] 	NumberOfImages: 5
[    98.923] 	RedMaskSize: 5
[    98.923] 	RedFieldPosition: 10
[    98.923] 	GreenMaskSize: 5
[    98.923] 	GreenFieldPosition: 5
[    98.923] 	BlueMaskSize: 5
[    98.923] 	BlueFieldPosition: 0
[    98.923] 	RsvdMaskSize: 0
[    98.923] 	RsvdFieldPosition: 0
[    98.923] 	DirectColorModeInfo: 0
[    98.923] 	PhysBasePtr: 0xe0000000
[    98.923] 	LinBytesPerScanLine: 2560
[    98.923] 	BnkNumberOfImagePages: 5
[    98.923] 	LinNumberOfImagePages: 5
[    98.923] 	LinRedMaskSize: 5
[    98.923] 	LinRedFieldPosition: 10
[    98.923] 	LinGreenMaskSize: 5
[    98.923] 	LinGreenFieldPosition: 5
[    98.923] 	LinBlueMaskSize: 5
[    98.923] 	LinBlueFieldPosition: 0
[    98.923] 	LinRsvdMaskSize: 0
[    98.923] 	LinRsvdFieldPosition: 0
[    98.923] 	MaxPixelClock: 400000000
[    98.923] Mode: 11a (1280x1024)
[    98.923] 	ModeAttributes: 0xbb
[    98.923] 	WinAAttributes: 0x7
[    98.923] 	WinBAttributes: 0x0
[    98.923] 	WinGranularity: 64
[    98.923] 	WinSize: 64
[    98.923] 	WinASegment: 0xa000
[    98.923] 	WinBSegment: 0x0
[    98.923] 	WinFuncPtr: 0xc00051d3
[    98.923] 	BytesPerScanline: 2560
[    98.923] 	XResolution: 1280
[    98.923] 	YResolution: 1024
[    98.923] 	XCharSize: 8
[    98.923] 	YCharSize: 16
[    98.923] 	NumberOfPlanes: 1
[    98.923] 	BitsPerPixel: 16
[    98.923] 	NumberOfBanks: 1
[    98.923] 	MemoryModel: 6
[    98.923] 	BankSize: 0
[    98.923] 	NumberOfImages: 5
[    98.923] 	RedMaskSize: 5
[    98.923] 	RedFieldPosition: 11
[    98.923] 	GreenMaskSize: 6
[    98.923] 	GreenFieldPosition: 5
[    98.923] 	BlueMaskSize: 5
[    98.923] 	BlueFieldPosition: 0
[    98.923] 	RsvdMaskSize: 0
[    98.923] 	RsvdFieldPosition: 0
[    98.923] 	DirectColorModeInfo: 0
[    98.923] 	PhysBasePtr: 0xe0000000
[    98.923] 	LinBytesPerScanLine: 2560
[    98.923] 	BnkNumberOfImagePages: 5
[    98.923] 	LinNumberOfImagePages: 5
[    98.923] 	LinRedMaskSize: 5
[    98.923] 	LinRedFieldPosition: 11
[    98.923] 	LinGreenMaskSize: 6
[    98.923] 	LinGreenFieldPosition: 5
[    98.923] 	LinBlueMaskSize: 5
[    98.923] 	LinBlueFieldPosition: 0
[    98.923] 	LinRsvdMaskSize: 0
[    98.923] 	LinRsvdFieldPosition: 0
[    98.923] 	MaxPixelClock: 400000000
[    98.924] Mode: 10d (320x200)
[    98.924] 	ModeAttributes: 0xbb
[    98.924] 	WinAAttributes: 0x7
[    98.924] 	WinBAttributes: 0x0
[    98.924] 	WinGranularity: 64
[    98.924] 	WinSize: 64
[    98.924] 	WinASegment: 0xa000
[    98.924] 	WinBSegment: 0x0
[    98.924] 	WinFuncPtr: 0xc00051d3
[    98.924] 	BytesPerScanline: 640
[    98.924] 	XResolution: 320
[    98.924] 	YResolution: 200
[    98.924] 	XCharSize: 8
[    98.924] 	YCharSize: 8
[    98.924] 	NumberOfPlanes: 1
[    98.924] 	BitsPerPixel: 16
[    98.924] 	NumberOfBanks: 1
[    98.924] 	MemoryModel: 6
[    98.924] 	BankSize: 0
[    98.924] 	NumberOfImages: 127
[    98.924] 	RedMaskSize: 5
[    98.924] 	RedFieldPosition: 10
[    98.924] 	GreenMaskSize: 5
[    98.924] 	GreenFieldPosition: 5
[    98.924] 	BlueMaskSize: 5
[    98.924] 	BlueFieldPosition: 0
[    98.924] 	RsvdMaskSize: 0
[    98.924] 	RsvdFieldPosition: 0
[    98.924] 	DirectColorModeInfo: 0
[    98.924] 	PhysBasePtr: 0xe0000000
[    98.924] 	LinBytesPerScanLine: 640
[    98.924] 	BnkNumberOfImagePages: 127
[    98.924] 	LinNumberOfImagePages: 127
[    98.924] 	LinRedMaskSize: 5
[    98.924] 	LinRedFieldPosition: 10
[    98.924] 	LinGreenMaskSize: 5
[    98.924] 	LinGreenFieldPosition: 5
[    98.924] 	LinBlueMaskSize: 5
[    98.924] 	LinBlueFieldPosition: 0
[    98.924] 	LinRsvdMaskSize: 0
[    98.924] 	LinRsvdFieldPosition: 0
[    98.924] 	MaxPixelClock: 400000000
[    98.924] Mode: 10e (320x200)
[    98.924] 	ModeAttributes: 0xbb
[    98.924] 	WinAAttributes: 0x7
[    98.924] 	WinBAttributes: 0x0
[    98.924] 	WinGranularity: 64
[    98.924] 	WinSize: 64
[    98.924] 	WinASegment: 0xa000
[    98.924] 	WinBSegment: 0x0
[    98.924] 	WinFuncPtr: 0xc00051d3
[    98.924] 	BytesPerScanline: 640
[    98.924] 	XResolution: 320
[    98.924] 	YResolution: 200
[    98.924] 	XCharSize: 8
[    98.924] 	YCharSize: 8
[    98.924] 	NumberOfPlanes: 1
[    98.924] 	BitsPerPixel: 16
[    98.924] 	NumberOfBanks: 1
[    98.924] 	MemoryModel: 6
[    98.924] 	BankSize: 0
[    98.924] 	NumberOfImages: 127
[    98.924] 	RedMaskSize: 5
[    98.924] 	RedFieldPosition: 11
[    98.924] 	GreenMaskSize: 6
[    98.924] 	GreenFieldPosition: 5
[    98.924] 	BlueMaskSize: 5
[    98.924] 	BlueFieldPosition: 0
[    98.924] 	RsvdMaskSize: 0
[    98.924] 	RsvdFieldPosition: 0
[    98.924] 	DirectColorModeInfo: 0
[    98.924] 	PhysBasePtr: 0xe0000000
[    98.924] 	LinBytesPerScanLine: 640
[    98.924] 	BnkNumberOfImagePages: 127
[    98.924] 	LinNumberOfImagePages: 127
[    98.924] 	LinRedMaskSize: 5
[    98.924] 	LinRedFieldPosition: 11
[    98.924] 	LinGreenMaskSize: 6
[    98.924] 	LinGreenFieldPosition: 5
[    98.924] 	LinBlueMaskSize: 5
[    98.924] 	LinBlueFieldPosition: 0
[    98.924] 	LinRsvdMaskSize: 0
[    98.924] 	LinRsvdFieldPosition: 0
[    98.924] 	MaxPixelClock: 400000000
[    98.925] *Mode: 120 (320x200)
[    98.925] 	ModeAttributes: 0xbb
[    98.925] 	WinAAttributes: 0x7
[    98.925] 	WinBAttributes: 0x0
[    98.925] 	WinGranularity: 64
[    98.925] 	WinSize: 64
[    98.925] 	WinASegment: 0xa000
[    98.925] 	WinBSegment: 0x0
[    98.925] 	WinFuncPtr: 0xc00051d3
[    98.925] 	BytesPerScanline: 1280
[    98.925] 	XResolution: 320
[    98.925] 	YResolution: 200
[    98.925] 	XCharSize: 8
[    98.925] 	YCharSize: 8
[    98.925] 	NumberOfPlanes: 1
[    98.925] 	BitsPerPixel: 32
[    98.925] 	NumberOfBanks: 1
[    98.925] 	MemoryModel: 6
[    98.925] 	BankSize: 0
[    98.925] 	NumberOfImages: 63
[    98.925] 	RedMaskSize: 8
[    98.925] 	RedFieldPosition: 16
[    98.925] 	GreenMaskSize: 8
[    98.925] 	GreenFieldPosition: 8
[    98.925] 	BlueMaskSize: 8
[    98.925] 	BlueFieldPosition: 0
[    98.925] 	RsvdMaskSize: 0
[    98.925] 	RsvdFieldPosition: 0
[    98.925] 	DirectColorModeInfo: 0
[    98.925] 	PhysBasePtr: 0xe0000000
[    98.925] 	LinBytesPerScanLine: 1280
[    98.925] 	BnkNumberOfImagePages: 63
[    98.925] 	LinNumberOfImagePages: 63
[    98.925] 	LinRedMaskSize: 8
[    98.925] 	LinRedFieldPosition: 16
[    98.925] 	LinGreenMaskSize: 8
[    98.925] 	LinGreenFieldPosition: 8
[    98.925] 	LinBlueMaskSize: 8
[    98.925] 	LinBlueFieldPosition: 0
[    98.925] 	LinRsvdMaskSize: 0
[    98.925] 	LinRsvdFieldPosition: 0
[    98.925] 	MaxPixelClock: 400000000
[    98.925] Mode: 193 (320x240)
[    98.925] 	ModeAttributes: 0xbb
[    98.925] 	WinAAttributes: 0x7
[    98.925] 	WinBAttributes: 0x0
[    98.925] 	WinGranularity: 64
[    98.925] 	WinSize: 64
[    98.925] 	WinASegment: 0xa000
[    98.925] 	WinBSegment: 0x0
[    98.925] 	WinFuncPtr: 0xc00051d3
[    98.925] 	BytesPerScanline: 320
[    98.925] 	XResolution: 320
[    98.925] 	YResolution: 240
[    98.925] 	XCharSize: 8
[    98.925] 	YCharSize: 8
[    98.925] 	NumberOfPlanes: 1
[    98.925] 	BitsPerPixel: 8
[    98.925] 	NumberOfBanks: 1
[    98.925] 	MemoryModel: 4
[    98.925] 	BankSize: 0
[    98.925] 	NumberOfImages: 127
[    98.925] 	RedMaskSize: 0
[    98.925] 	RedFieldPosition: 0
[    98.925] 	GreenMaskSize: 0
[    98.925] 	GreenFieldPosition: 0
[    98.925] 	BlueMaskSize: 0
[    98.925] 	BlueFieldPosition: 0
[    98.925] 	RsvdMaskSize: 0
[    98.925] 	RsvdFieldPosition: 0
[    98.925] 	DirectColorModeInfo: 0
[    98.925] 	PhysBasePtr: 0xe0000000
[    98.925] 	LinBytesPerScanLine: 320
[    98.925] 	BnkNumberOfImagePages: 127
[    98.925] 	LinNumberOfImagePages: 127
[    98.925] 	LinRedMaskSize: 0
[    98.925] 	LinRedFieldPosition: 0
[    98.926] 	LinGreenMaskSize: 0
[    98.926] 	LinGreenFieldPosition: 0
[    98.926] 	LinBlueMaskSize: 0
[    98.926] 	LinBlueFieldPosition: 0
[    98.926] 	LinRsvdMaskSize: 0
[    98.926] 	LinRsvdFieldPosition: 0
[    98.926] 	MaxPixelClock: 400000000
[    98.926] Mode: 195 (320x240)
[    98.926] 	ModeAttributes: 0xbb
[    98.926] 	WinAAttributes: 0x7
[    98.926] 	WinBAttributes: 0x0
[    98.926] 	WinGranularity: 64
[    98.926] 	WinSize: 64
[    98.926] 	WinASegment: 0xa000
[    98.926] 	WinBSegment: 0x0
[    98.926] 	WinFuncPtr: 0xc00051d3
[    98.926] 	BytesPerScanline: 640
[    98.926] 	XResolution: 320
[    98.926] 	YResolution: 240
[    98.926] 	XCharSize: 8
[    98.926] 	YCharSize: 8
[    98.926] 	NumberOfPlanes: 1
[    98.926] 	BitsPerPixel: 16
[    98.926] 	NumberOfBanks: 1
[    98.926] 	MemoryModel: 6
[    98.926] 	BankSize: 0
[    98.926] 	NumberOfImages: 84
[    98.926] 	RedMaskSize: 5
[    98.926] 	RedFieldPosition: 11
[    98.926] 	GreenMaskSize: 6
[    98.926] 	GreenFieldPosition: 5
[    98.926] 	BlueMaskSize: 5
[    98.926] 	BlueFieldPosition: 0
[    98.926] 	RsvdMaskSize: 0
[    98.926] 	RsvdFieldPosition: 0
[    98.926] 	DirectColorModeInfo: 0
[    98.926] 	PhysBasePtr: 0xe0000000
[    98.926] 	LinBytesPerScanLine: 640
[    98.926] 	BnkNumberOfImagePages: 84
[    98.926] 	LinNumberOfImagePages: 84
[    98.926] 	LinRedMaskSize: 5
[    98.926] 	LinRedFieldPosition: 11
[    98.926] 	LinGreenMaskSize: 6
[    98.926] 	LinGreenFieldPosition: 5
[    98.926] 	LinBlueMaskSize: 5
[    98.926] 	LinBlueFieldPosition: 0
[    98.926] 	LinRsvdMaskSize: 0
[    98.926] 	LinRsvdFieldPosition: 0
[    98.926] 	MaxPixelClock: 400000000
[    98.926] *Mode: 196 (320x240)
[    98.926] 	ModeAttributes: 0xbb
[    98.926] 	WinAAttributes: 0x7
[    98.926] 	WinBAttributes: 0x0
[    98.926] 	WinGranularity: 64
[    98.926] 	WinSize: 64
[    98.926] 	WinASegment: 0xa000
[    98.926] 	WinBSegment: 0x0
[    98.926] 	WinFuncPtr: 0xc00051d3
[    98.926] 	BytesPerScanline: 1280
[    98.926] 	XResolution: 320
[    98.926] 	YResolution: 240
[    98.926] 	XCharSize: 8
[    98.926] 	YCharSize: 8
[    98.926] 	NumberOfPlanes: 1
[    98.927] 	BitsPerPixel: 32
[    98.927] 	NumberOfBanks: 1
[    98.927] 	MemoryModel: 6
[    98.927] 	BankSize: 0
[    98.927] 	NumberOfImages: 50
[    98.927] 	RedMaskSize: 8
[    98.927] 	RedFieldPosition: 16
[    98.927] 	GreenMaskSize: 8
[    98.927] 	GreenFieldPosition: 8
[    98.927] 	BlueMaskSize: 8
[    98.927] 	BlueFieldPosition: 0
[    98.927] 	RsvdMaskSize: 0
[    98.927] 	RsvdFieldPosition: 0
[    98.927] 	DirectColorModeInfo: 0
[    98.927] 	PhysBasePtr: 0xe0000000
[    98.927] 	LinBytesPerScanLine: 1280
[    98.927] 	BnkNumberOfImagePages: 50
[    98.927] 	LinNumberOfImagePages: 50
[    98.927] 	LinRedMaskSize: 8
[    98.927] 	LinRedFieldPosition: 16
[    98.927] 	LinGreenMaskSize: 8
[    98.927] 	LinGreenFieldPosition: 8
[    98.927] 	LinBlueMaskSize: 8
[    98.927] 	LinBlueFieldPosition: 0
[    98.927] 	LinRsvdMaskSize: 0
[    98.927] 	LinRsvdFieldPosition: 0
[    98.927] 	MaxPixelClock: 400000000
[    98.927] Mode: 1b3 (512x384)
[    98.927] 	ModeAttributes: 0xbb
[    98.927] 	WinAAttributes: 0x7
[    98.927] 	WinBAttributes: 0x0
[    98.927] 	WinGranularity: 64
[    98.927] 	WinSize: 64
[    98.927] 	WinASegment: 0xa000
[    98.927] 	WinBSegment: 0x0
[    98.927] 	WinFuncPtr: 0xc00051d3
[    98.927] 	BytesPerScanline: 512
[    98.927] 	XResolution: 512
[    98.927] 	YResolution: 384
[    98.927] 	XCharSize: 8
[    98.927] 	YCharSize: 16
[    98.927] 	NumberOfPlanes: 1
[    98.927] 	BitsPerPixel: 8
[    98.927] 	NumberOfBanks: 1
[    98.927] 	MemoryModel: 4
[    98.927] 	BankSize: 0
[    98.927] 	NumberOfImages: 63
[    98.927] 	RedMaskSize: 0
[    98.927] 	RedFieldPosition: 0
[    98.927] 	GreenMaskSize: 0
[    98.927] 	GreenFieldPosition: 0
[    98.927] 	BlueMaskSize: 0
[    98.927] 	BlueFieldPosition: 0
[    98.927] 	RsvdMaskSize: 0
[    98.927] 	RsvdFieldPosition: 0
[    98.927] 	DirectColorModeInfo: 0
[    98.927] 	PhysBasePtr: 0xe0000000
[    98.927] 	LinBytesPerScanLine: 512
[    98.927] 	BnkNumberOfImagePages: 63
[    98.927] 	LinNumberOfImagePages: 63
[    98.927] 	LinRedMaskSize: 0
[    98.927] 	LinRedFieldPosition: 0
[    98.927] 	LinGreenMaskSize: 0
[    98.927] 	LinGreenFieldPosition: 0
[    98.927] 	LinBlueMaskSize: 0
[    98.927] 	LinBlueFieldPosition: 0
[    98.927] 	LinRsvdMaskSize: 0
[    98.927] 	LinRsvdFieldPosition: 0
[    98.927] 	MaxPixelClock: 400000000
[    98.928] Mode: 1b5 (512x384)
[    98.928] 	ModeAttributes: 0xbb
[    98.928] 	WinAAttributes: 0x7
[    98.928] 	WinBAttributes: 0x0
[    98.928] 	WinGranularity: 64
[    98.928] 	WinSize: 64
[    98.928] 	WinASegment: 0xa000
[    98.928] 	WinBSegment: 0x0
[    98.928] 	WinFuncPtr: 0xc00051d3
[    98.928] 	BytesPerScanline: 1024
[    98.928] 	XResolution: 512
[    98.928] 	YResolution: 384
[    98.928] 	XCharSize: 8
[    98.928] 	YCharSize: 16
[    98.928] 	NumberOfPlanes: 1
[    98.928] 	BitsPerPixel: 16
[    98.928] 	NumberOfBanks: 1
[    98.928] 	MemoryModel: 6
[    98.928] 	BankSize: 0
[    98.928] 	NumberOfImages: 35
[    98.928] 	RedMaskSize: 5
[    98.928] 	RedFieldPosition: 11
[    98.928] 	GreenMaskSize: 6
[    98.928] 	GreenFieldPosition: 5
[    98.928] 	BlueMaskSize: 5
[    98.928] 	BlueFieldPosition: 0
[    98.928] 	RsvdMaskSize: 0
[    98.928] 	RsvdFieldPosition: 0
[    98.928] 	DirectColorModeInfo: 0
[    98.928] 	PhysBasePtr: 0xe0000000
[    98.928] 	LinBytesPerScanLine: 1024
[    98.928] 	BnkNumberOfImagePages: 35
[    98.928] 	LinNumberOfImagePages: 35
[    98.928] 	LinRedMaskSize: 5
[    98.928] 	LinRedFieldPosition: 11
[    98.928] 	LinGreenMaskSize: 6
[    98.928] 	LinGreenFieldPosition: 5
[    98.928] 	LinBlueMaskSize: 5
[    98.928] 	LinBlueFieldPosition: 0
[    98.928] 	LinRsvdMaskSize: 0
[    98.928] 	LinRsvdFieldPosition: 0
[    98.928] 	MaxPixelClock: 400000000
[    98.928] *Mode: 1b6 (512x384)
[    98.928] 	ModeAttributes: 0xbb
[    98.928] 	WinAAttributes: 0x7
[    98.928] 	WinBAttributes: 0x0
[    98.928] 	WinGranularity: 64
[    98.928] 	WinSize: 64
[    98.928] 	WinASegment: 0xa000
[    98.928] 	WinBSegment: 0x0
[    98.928] 	WinFuncPtr: 0xc00051d3
[    98.928] 	BytesPerScanline: 2048
[    98.928] 	XResolution: 512
[    98.928] 	YResolution: 384
[    98.928] 	XCharSize: 8
[    98.928] 	YCharSize: 16
[    98.928] 	NumberOfPlanes: 1
[    98.928] 	BitsPerPixel: 32
[    98.928] 	NumberOfBanks: 1
[    98.928] 	MemoryModel: 6
[    98.928] 	BankSize: 0
[    98.928] 	NumberOfImages: 18
[    98.928] 	RedMaskSize: 8
[    98.928] 	RedFieldPosition: 16
[    98.928] 	GreenMaskSize: 8
[    98.928] 	GreenFieldPosition: 8
[    98.928] 	BlueMaskSize: 8
[    98.928] 	BlueFieldPosition: 0
[    98.928] 	RsvdMaskSize: 0
[    98.928] 	RsvdFieldPosition: 0
[    98.928] 	DirectColorModeInfo: 0
[    98.928] 	PhysBasePtr: 0xe0000000
[    98.928] 	LinBytesPerScanLine: 2048
[    98.928] 	BnkNumberOfImagePages: 18
[    98.928] 	LinNumberOfImagePages: 18
[    98.928] 	LinRedMaskSize: 8
[    98.928] 	LinRedFieldPosition: 16
[    98.928] 	LinGreenMaskSize: 8
[    98.928] 	LinGreenFieldPosition: 8
[    98.928] 	LinBlueMaskSize: 8
[    98.928] 	LinBlueFieldPosition: 0
[    98.928] 	LinRsvdMaskSize: 0
[    98.928] 	LinRsvdFieldPosition: 0
[    98.928] 	MaxPixelClock: 400000000
[    98.929] Mode: 1c3 (640x350)
[    98.929] 	ModeAttributes: 0xbb
[    98.929] 	WinAAttributes: 0x7
[    98.929] 	WinBAttributes: 0x0
[    98.929] 	WinGranularity: 64
[    98.929] 	WinSize: 64
[    98.929] 	WinASegment: 0xa000
[    98.929] 	WinBSegment: 0x0
[    98.929] 	WinFuncPtr: 0xc00051d3
[    98.929] 	BytesPerScanline: 640
[    98.929] 	XResolution: 640
[    98.929] 	YResolution: 350
[    98.929] 	XCharSize: 8
[    98.929] 	YCharSize: 14
[    98.929] 	NumberOfPlanes: 1
[    98.929] 	BitsPerPixel: 8
[    98.929] 	NumberOfBanks: 1
[    98.929] 	MemoryModel: 4
[    98.929] 	BankSize: 0
[    98.929] 	NumberOfImages: 63
[    98.929] 	RedMaskSize: 0
[    98.929] 	RedFieldPosition: 0
[    98.929] 	GreenMaskSize: 0
[    98.929] 	GreenFieldPosition: 0
[    98.929] 	BlueMaskSize: 0
[    98.929] 	BlueFieldPosition: 0
[    98.929] 	RsvdMaskSize: 0
[    98.929] 	RsvdFieldPosition: 0
[    98.929] 	DirectColorModeInfo: 0
[    98.929] 	PhysBasePtr: 0xe0000000
[    98.929] 	LinBytesPerScanLine: 640
[    98.929] 	BnkNumberOfImagePages: 63
[    98.929] 	LinNumberOfImagePages: 63
[    98.929] 	LinRedMaskSize: 0
[    98.929] 	LinRedFieldPosition: 0
[    98.929] 	LinGreenMaskSize: 0
[    98.929] 	LinGreenFieldPosition: 0
[    98.929] 	LinBlueMaskSize: 0
[    98.929] 	LinBlueFieldPosition: 0
[    98.929] 	LinRsvdMaskSize: 0
[    98.929] 	LinRsvdFieldPosition: 0
[    98.929] 	MaxPixelClock: 400000000
[    98.929] Mode: 1c5 (640x350)
[    98.929] 	ModeAttributes: 0xbb
[    98.929] 	WinAAttributes: 0x7
[    98.929] 	WinBAttributes: 0x0
[    98.929] 	WinGranularity: 64
[    98.929] 	WinSize: 64
[    98.929] 	WinASegment: 0xa000
[    98.929] 	WinBSegment: 0x0
[    98.929] 	WinFuncPtr: 0xc00051d3
[    98.929] 	BytesPerScanline: 1280
[    98.929] 	XResolution: 640
[    98.929] 	YResolution: 350
[    98.929] 	XCharSize: 8
[    98.929] 	YCharSize: 14
[    98.929] 	NumberOfPlanes: 1
[    98.929] 	BitsPerPixel: 16
[    98.929] 	NumberOfBanks: 1
[    98.929] 	MemoryModel: 6
[    98.929] 	BankSize: 0
[    98.929] 	NumberOfImages: 35
[    98.929] 	RedMaskSize: 5
[    98.929] 	RedFieldPosition: 11
[    98.929] 	GreenMaskSize: 6
[    98.929] 	GreenFieldPosition: 5
[    98.929] 	BlueMaskSize: 5
[    98.929] 	BlueFieldPosition: 0
[    98.929] 	RsvdMaskSize: 0
[    98.929] 	RsvdFieldPosition: 0
[    98.929] 	DirectColorModeInfo: 0
[    98.929] 	PhysBasePtr: 0xe0000000
[    98.929] 	LinBytesPerScanLine: 1280
[    98.929] 	BnkNumberOfImagePages: 35
[    98.929] 	LinNumberOfImagePages: 35
[    98.929] 	LinRedMaskSize: 5
[    98.929] 	LinRedFieldPosition: 11
[    98.929] 	LinGreenMaskSize: 6
[    98.929] 	LinGreenFieldPosition: 5
[    98.929] 	LinBlueMaskSize: 5
[    98.929] 	LinBlueFieldPosition: 0
[    98.929] 	LinRsvdMaskSize: 0
[    98.929] 	LinRsvdFieldPosition: 0
[    98.929] 	MaxPixelClock: 400000000
[    98.930] *Mode: 1c6 (640x350)
[    98.930] 	ModeAttributes: 0xbb
[    98.930] 	WinAAttributes: 0x7
[    98.930] 	WinBAttributes: 0x0
[    98.930] 	WinGranularity: 64
[    98.930] 	WinSize: 64
[    98.930] 	WinASegment: 0xa000
[    98.930] 	WinBSegment: 0x0
[    98.930] 	WinFuncPtr: 0xc00051d3
[    98.930] 	BytesPerScanline: 2560
[    98.930] 	XResolution: 640
[    98.930] 	YResolution: 350
[    98.930] 	XCharSize: 8
[    98.930] 	YCharSize: 14
[    98.930] 	NumberOfPlanes: 1
[    98.930] 	BitsPerPixel: 32
[    98.930] 	NumberOfBanks: 1
[    98.930] 	MemoryModel: 6
[    98.930] 	BankSize: 0
[    98.930] 	NumberOfImages: 17
[    98.930] 	RedMaskSize: 8
[    98.930] 	RedFieldPosition: 16
[    98.930] 	GreenMaskSize: 8
[    98.930] 	GreenFieldPosition: 8
[    98.930] 	BlueMaskSize: 8
[    98.930] 	BlueFieldPosition: 0
[    98.930] 	RsvdMaskSize: 0
[    98.930] 	RsvdFieldPosition: 0
[    98.930] 	DirectColorModeInfo: 0
[    98.930] 	PhysBasePtr: 0xe0000000
[    98.930] 	LinBytesPerScanLine: 2560
[    98.930] 	BnkNumberOfImagePages: 17
[    98.930] 	LinNumberOfImagePages: 17
[    98.930] 	LinRedMaskSize: 8
[    98.930] 	LinRedFieldPosition: 16
[    98.930] 	LinGreenMaskSize: 8
[    98.930] 	LinGreenFieldPosition: 8
[    98.930] 	LinBlueMaskSize: 8
[    98.930] 	LinBlueFieldPosition: 0
[    98.930] 	LinRsvdMaskSize: 0
[    98.930] 	LinRsvdFieldPosition: 0
[    98.930] 	MaxPixelClock: 400000000
[    98.930] Mode: 133 (720x400)
[    98.930] 	ModeAttributes: 0xbb
[    98.930] 	WinAAttributes: 0x7
[    98.930] 	WinBAttributes: 0x0
[    98.930] 	WinGranularity: 64
[    98.930] 	WinSize: 64
[    98.930] 	WinASegment: 0xa000
[    98.930] 	WinBSegment: 0x0
[    98.930] 	WinFuncPtr: 0xc00051d3
[    98.930] 	BytesPerScanline: 768
[    98.930] 	XResolution: 720
[    98.930] 	YResolution: 400
[    98.930] 	XCharSize: 8
[    98.930] 	YCharSize: 16
[    98.930] 	NumberOfPlanes: 1
[    98.930] 	BitsPerPixel: 8
[    98.930] 	NumberOfBanks: 1
[    98.930] 	MemoryModel: 4
[    98.930] 	BankSize: 0
[    98.930] 	NumberOfImages: 50
[    98.930] 	RedMaskSize: 0
[    98.930] 	RedFieldPosition: 0
[    98.930] 	GreenMaskSize: 0
[    98.930] 	GreenFieldPosition: 0
[    98.930] 	BlueMaskSize: 0
[    98.930] 	BlueFieldPosition: 0
[    98.930] 	RsvdMaskSize: 0
[    98.930] 	RsvdFieldPosition: 0
[    98.930] 	DirectColorModeInfo: 0
[    98.930] 	PhysBasePtr: 0xe0000000
[    98.930] 	LinBytesPerScanLine: 768
[    98.930] 	BnkNumberOfImagePages: 50
[    98.930] 	LinNumberOfImagePages: 50
[    98.930] 	LinRedMaskSize: 0
[    98.930] 	LinRedFieldPosition: 0
[    98.930] 	LinGreenMaskSize: 0
[    98.930] 	LinGreenFieldPosition: 0
[    98.930] 	LinBlueMaskSize: 0
[    98.930] 	LinBlueFieldPosition: 0
[    98.930] 	LinRsvdMaskSize: 0
[    98.931] 	LinRsvdFieldPosition: 0
[    98.931] 	MaxPixelClock: 400000000
[    98.931] Mode: 135 (720x400)
[    98.931] 	ModeAttributes: 0xbb
[    98.931] 	WinAAttributes: 0x7
[    98.931] 	WinBAttributes: 0x0
[    98.931] 	WinGranularity: 64
[    98.931] 	WinSize: 64
[    98.931] 	WinASegment: 0xa000
[    98.931] 	WinBSegment: 0x0
[    98.931] 	WinFuncPtr: 0xc00051d3
[    98.931] 	BytesPerScanline: 1472
[    98.931] 	XResolution: 720
[    98.931] 	YResolution: 400
[    98.931] 	XCharSize: 8
[    98.931] 	YCharSize: 16
[    98.931] 	NumberOfPlanes: 1
[    98.931] 	BitsPerPixel: 16
[    98.931] 	NumberOfBanks: 1
[    98.931] 	MemoryModel: 6
[    98.931] 	BankSize: 0
[    98.931] 	NumberOfImages: 27
[    98.931] 	RedMaskSize: 5
[    98.931] 	RedFieldPosition: 11
[    98.931] 	GreenMaskSize: 6
[    98.931] 	GreenFieldPosition: 5
[    98.931] 	BlueMaskSize: 5
[    98.931] 	BlueFieldPosition: 0
[    98.931] 	RsvdMaskSize: 0
[    98.931] 	RsvdFieldPosition: 0
[    98.931] 	DirectColorModeInfo: 0
[    98.931] 	PhysBasePtr: 0xe0000000
[    98.931] 	LinBytesPerScanLine: 1472
[    98.931] 	BnkNumberOfImagePages: 27
[    98.931] 	LinNumberOfImagePages: 27
[    98.931] 	LinRedMaskSize: 5
[    98.931] 	LinRedFieldPosition: 11
[    98.931] 	LinGreenMaskSize: 6
[    98.931] 	LinGreenFieldPosition: 5
[    98.931] 	LinBlueMaskSize: 5
[    98.931] 	LinBlueFieldPosition: 0
[    98.931] 	LinRsvdMaskSize: 0
[    98.931] 	LinRsvdFieldPosition: 0
[    98.931] 	MaxPixelClock: 400000000
[    98.931] *Mode: 136 (720x400)
[    98.931] 	ModeAttributes: 0xbb
[    98.931] 	WinAAttributes: 0x7
[    98.931] 	WinBAttributes: 0x0
[    98.931] 	WinGranularity: 64
[    98.931] 	WinSize: 64
[    98.931] 	WinASegment: 0xa000
[    98.931] 	WinBSegment: 0x0
[    98.931] 	WinFuncPtr: 0xc00051d3
[    98.931] 	BytesPerScanline: 2944
[    98.931] 	XResolution: 720
[    98.931] 	YResolution: 400
[    98.931] 	XCharSize: 8
[    98.931] 	YCharSize: 16
[    98.931] 	NumberOfPlanes: 1
[    98.931] 	BitsPerPixel: 32
[    98.931] 	NumberOfBanks: 1
[    98.931] 	MemoryModel: 6
[    98.931] 	BankSize: 0
[    98.931] 	NumberOfImages: 13
[    98.931] 	RedMaskSize: 8
[    98.932] 	RedFieldPosition: 16
[    98.932] 	GreenMaskSize: 8
[    98.932] 	GreenFieldPosition: 8
[    98.932] 	BlueMaskSize: 8
[    98.932] 	BlueFieldPosition: 0
[    98.932] 	RsvdMaskSize: 0
[    98.932] 	RsvdFieldPosition: 0
[    98.932] 	DirectColorModeInfo: 0
[    98.932] 	PhysBasePtr: 0xe0000000
[    98.932] 	LinBytesPerScanLine: 2944
[    98.932] 	BnkNumberOfImagePages: 13
[    98.932] 	LinNumberOfImagePages: 13
[    98.932] 	LinRedMaskSize: 8
[    98.932] 	LinRedFieldPosition: 16
[    98.932] 	LinGreenMaskSize: 8
[    98.932] 	LinGreenFieldPosition: 8
[    98.932] 	LinBlueMaskSize: 8
[    98.932] 	LinBlueFieldPosition: 0
[    98.932] 	LinRsvdMaskSize: 0
[    98.932] 	LinRsvdFieldPosition: 0
[    98.932] 	MaxPixelClock: 400000000
[    98.932] Mode: 153 (1152x864)
[    98.932] 	ModeAttributes: 0xbb
[    98.932] 	WinAAttributes: 0x7
[    98.932] 	WinBAttributes: 0x0
[    98.932] 	WinGranularity: 64
[    98.932] 	WinSize: 64
[    98.932] 	WinASegment: 0xa000
[    98.932] 	WinBSegment: 0x0
[    98.932] 	WinFuncPtr: 0xc00051d3
[    98.932] 	BytesPerScanline: 1152
[    98.932] 	XResolution: 1152
[    98.932] 	YResolution: 864
[    98.932] 	XCharSize: 8
[    98.932] 	YCharSize: 16
[    98.932] 	NumberOfPlanes: 1
[    98.932] 	BitsPerPixel: 8
[    98.932] 	NumberOfBanks: 1
[    98.932] 	MemoryModel: 4
[    98.932] 	BankSize: 0
[    98.932] 	NumberOfImages: 15
[    98.932] 	RedMaskSize: 0
[    98.932] 	RedFieldPosition: 0
[    98.932] 	GreenMaskSize: 0
[    98.932] 	GreenFieldPosition: 0
[    98.932] 	BlueMaskSize: 0
[    98.932] 	BlueFieldPosition: 0
[    98.932] 	RsvdMaskSize: 0
[    98.932] 	RsvdFieldPosition: 0
[    98.932] 	DirectColorModeInfo: 0
[    98.932] 	PhysBasePtr: 0xe0000000
[    98.932] 	LinBytesPerScanLine: 1152
[    98.932] 	BnkNumberOfImagePages: 15
[    98.932] 	LinNumberOfImagePages: 15
[    98.932] 	LinRedMaskSize: 0
[    98.932] 	LinRedFieldPosition: 0
[    98.932] 	LinGreenMaskSize: 0
[    98.932] 	LinGreenFieldPosition: 0
[    98.932] 	LinBlueMaskSize: 0
[    98.932] 	LinBlueFieldPosition: 0
[    98.932] 	LinRsvdMaskSize: 0
[    98.932] 	LinRsvdFieldPosition: 0
[    98.932] 	MaxPixelClock: 400000000
[    98.933] Mode: 155 (1152x864)
[    98.933] 	ModeAttributes: 0xbb
[    98.933] 	WinAAttributes: 0x7
[    98.933] 	WinBAttributes: 0x0
[    98.933] 	WinGranularity: 64
[    98.933] 	WinSize: 64
[    98.933] 	WinASegment: 0xa000
[    98.933] 	WinBSegment: 0x0
[    98.933] 	WinFuncPtr: 0xc00051d3
[    98.933] 	BytesPerScanline: 2304
[    98.933] 	XResolution: 1152
[    98.933] 	YResolution: 864
[    98.933] 	XCharSize: 8
[    98.933] 	YCharSize: 16
[    98.933] 	NumberOfPlanes: 1
[    98.933] 	BitsPerPixel: 16
[    98.933] 	NumberOfBanks: 1
[    98.933] 	MemoryModel: 6
[    98.933] 	BankSize: 0
[    98.933] 	NumberOfImages: 7
[    98.933] 	RedMaskSize: 5
[    98.933] 	RedFieldPosition: 11
[    98.933] 	GreenMaskSize: 6
[    98.933] 	GreenFieldPosition: 5
[    98.933] 	BlueMaskSize: 5
[    98.933] 	BlueFieldPosition: 0
[    98.933] 	RsvdMaskSize: 0
[    98.933] 	RsvdFieldPosition: 0
[    98.933] 	DirectColorModeInfo: 0
[    98.933] 	PhysBasePtr: 0xe0000000
[    98.933] 	LinBytesPerScanLine: 2304
[    98.933] 	BnkNumberOfImagePages: 7
[    98.933] 	LinNumberOfImagePages: 7
[    98.933] 	LinRedMaskSize: 5
[    98.933] 	LinRedFieldPosition: 11
[    98.933] 	LinGreenMaskSize: 6
[    98.933] 	LinGreenFieldPosition: 5
[    98.933] 	LinBlueMaskSize: 5
[    98.933] 	LinBlueFieldPosition: 0
[    98.933] 	LinRsvdMaskSize: 0
[    98.933] 	LinRsvdFieldPosition: 0
[    98.933] 	MaxPixelClock: 400000000
[    98.933] *Mode: 156 (1152x864)
[    98.933] 	ModeAttributes: 0xbb
[    98.933] 	WinAAttributes: 0x7
[    98.933] 	WinBAttributes: 0x0
[    98.933] 	WinGranularity: 64
[    98.933] 	WinSize: 64
[    98.933] 	WinASegment: 0xa000
[    98.933] 	WinBSegment: 0x0
[    98.933] 	WinFuncPtr: 0xc00051d3
[    98.933] 	BytesPerScanline: 4608
[    98.933] 	XResolution: 1152
[    98.933] 	YResolution: 864
[    98.933] 	XCharSize: 8
[    98.933] 	YCharSize: 16
[    98.933] 	NumberOfPlanes: 1
[    98.933] 	BitsPerPixel: 32
[    98.933] 	NumberOfBanks: 1
[    98.933] 	MemoryModel: 6
[    98.933] 	BankSize: 0
[    98.933] 	NumberOfImages: 3
[    98.933] 	RedMaskSize: 8
[    98.933] 	RedFieldPosition: 16
[    98.933] 	GreenMaskSize: 8
[    98.933] 	GreenFieldPosition: 8
[    98.933] 	BlueMaskSize: 8
[    98.933] 	BlueFieldPosition: 0
[    98.933] 	RsvdMaskSize: 0
[    98.933] 	RsvdFieldPosition: 0
[    98.933] 	DirectColorModeInfo: 0
[    98.933] 	PhysBasePtr: 0xe0000000
[    98.933] 	LinBytesPerScanLine: 4608
[    98.933] 	BnkNumberOfImagePages: 3
[    98.933] 	LinNumberOfImagePages: 3
[    98.933] 	LinRedMaskSize: 8
[    98.933] 	LinRedFieldPosition: 16
[    98.933] 	LinGreenMaskSize: 8
[    98.933] 	LinGreenFieldPosition: 8
[    98.933] 	LinBlueMaskSize: 8
[    98.933] 	LinBlueFieldPosition: 0
[    98.933] 	LinRsvdMaskSize: 0
[    98.933] 	LinRsvdFieldPosition: 0
[    98.933] 	MaxPixelClock: 400000000
[    98.934] Mode: 163 (1280x960)
[    98.934] 	ModeAttributes: 0xbb
[    98.934] 	WinAAttributes: 0x7
[    98.934] 	WinBAttributes: 0x0
[    98.934] 	WinGranularity: 64
[    98.934] 	WinSize: 64
[    98.934] 	WinASegment: 0xa000
[    98.934] 	WinBSegment: 0x0
[    98.934] 	WinFuncPtr: 0xc00051d3
[    98.934] 	BytesPerScanline: 1280
[    98.934] 	XResolution: 1280
[    98.934] 	YResolution: 960
[    98.934] 	XCharSize: 8
[    98.934] 	YCharSize: 16
[    98.934] 	NumberOfPlanes: 1
[    98.934] 	BitsPerPixel: 8
[    98.934] 	NumberOfBanks: 1
[    98.934] 	MemoryModel: 4
[    98.934] 	BankSize: 0
[    98.934] 	NumberOfImages: 12
[    98.934] 	RedMaskSize: 0
[    98.934] 	RedFieldPosition: 0
[    98.934] 	GreenMaskSize: 0
[    98.934] 	GreenFieldPosition: 0
[    98.934] 	BlueMaskSize: 0
[    98.934] 	BlueFieldPosition: 0
[    98.934] 	RsvdMaskSize: 0
[    98.934] 	RsvdFieldPosition: 0
[    98.934] 	DirectColorModeInfo: 0
[    98.934] 	PhysBasePtr: 0xe0000000
[    98.934] 	LinBytesPerScanLine: 1280
[    98.934] 	BnkNumberOfImagePages: 12
[    98.934] 	LinNumberOfImagePages: 12
[    98.934] 	LinRedMaskSize: 0
[    98.934] 	LinRedFieldPosition: 0
[    98.934] 	LinGreenMaskSize: 0
[    98.934] 	LinGreenFieldPosition: 0
[    98.934] 	LinBlueMaskSize: 0
[    98.934] 	LinBlueFieldPosition: 0
[    98.934] 	LinRsvdMaskSize: 0
[    98.934] 	LinRsvdFieldPosition: 0
[    98.934] 	MaxPixelClock: 400000000
[    98.934] Mode: 165 (1280x960)
[    98.934] 	ModeAttributes: 0xbb
[    98.934] 	WinAAttributes: 0x7
[    98.934] 	WinBAttributes: 0x0
[    98.934] 	WinGranularity: 64
[    98.934] 	WinSize: 64
[    98.934] 	WinASegment: 0xa000
[    98.934] 	WinBSegment: 0x0
[    98.934] 	WinFuncPtr: 0xc00051d3
[    98.934] 	BytesPerScanline: 2560
[    98.934] 	XResolution: 1280
[    98.934] 	YResolution: 960
[    98.934] 	XCharSize: 8
[    98.934] 	YCharSize: 16
[    98.934] 	NumberOfPlanes: 1
[    98.934] 	BitsPerPixel: 16
[    98.934] 	NumberOfBanks: 1
[    98.934] 	MemoryModel: 6
[    98.934] 	BankSize: 0
[    98.934] 	NumberOfImages: 5
[    98.934] 	RedMaskSize: 5
[    98.934] 	RedFieldPosition: 11
[    98.934] 	GreenMaskSize: 6
[    98.934] 	GreenFieldPosition: 5
[    98.934] 	BlueMaskSize: 5
[    98.934] 	BlueFieldPosition: 0
[    98.934] 	RsvdMaskSize: 0
[    98.934] 	RsvdFieldPosition: 0
[    98.934] 	DirectColorModeInfo: 0
[    98.934] 	PhysBasePtr: 0xe0000000
[    98.934] 	LinBytesPerScanLine: 2560
[    98.934] 	BnkNumberOfImagePages: 5
[    98.934] 	LinNumberOfImagePages: 5
[    98.934] 	LinRedMaskSize: 5
[    98.934] 	LinRedFieldPosition: 11
[    98.934] 	LinGreenMaskSize: 6
[    98.934] 	LinGreenFieldPosition: 5
[    98.934] 	LinBlueMaskSize: 5
[    98.934] 	LinBlueFieldPosition: 0
[    98.934] 	LinRsvdMaskSize: 0
[    98.934] 	LinRsvdFieldPosition: 0
[    98.934] 	MaxPixelClock: 400000000
[    98.935] *Mode: 166 (1280x960)
[    98.935] 	ModeAttributes: 0xbb
[    98.935] 	WinAAttributes: 0x7
[    98.935] 	WinBAttributes: 0x0
[    98.935] 	WinGranularity: 64
[    98.935] 	WinSize: 64
[    98.935] 	WinASegment: 0xa000
[    98.935] 	WinBSegment: 0x0
[    98.935] 	WinFuncPtr: 0xc00051d3
[    98.935] 	BytesPerScanline: 5120
[    98.935] 	XResolution: 1280
[    98.935] 	YResolution: 960
[    98.935] 	XCharSize: 8
[    98.935] 	YCharSize: 16
[    98.935] 	NumberOfPlanes: 1
[    98.935] 	BitsPerPixel: 32
[    98.935] 	NumberOfBanks: 1
[    98.935] 	MemoryModel: 6
[    98.935] 	BankSize: 0
[    98.935] 	NumberOfImages: 2
[    98.935] 	RedMaskSize: 8
[    98.935] 	RedFieldPosition: 16
[    98.935] 	GreenMaskSize: 8
[    98.935] 	GreenFieldPosition: 8
[    98.935] 	BlueMaskSize: 8
[    98.935] 	BlueFieldPosition: 0
[    98.935] 	RsvdMaskSize: 0
[    98.935] 	RsvdFieldPosition: 0
[    98.935] 	DirectColorModeInfo: 0
[    98.935] 	PhysBasePtr: 0xe0000000
[    98.935] 	LinBytesPerScanLine: 5120
[    98.935] 	BnkNumberOfImagePages: 2
[    98.935] 	LinNumberOfImagePages: 2
[    98.935] 	LinRedMaskSize: 8
[    98.935] 	LinRedFieldPosition: 16
[    98.935] 	LinGreenMaskSize: 8
[    98.935] 	LinGreenFieldPosition: 8
[    98.935] 	LinBlueMaskSize: 8
[    98.935] 	LinBlueFieldPosition: 0
[    98.935] 	LinRsvdMaskSize: 0
[    98.935] 	LinRsvdFieldPosition: 0
[    98.935] 	MaxPixelClock: 400000000
[    98.935] *Mode: 121 (640x480)
[    98.935] 	ModeAttributes: 0xbb
[    98.935] 	WinAAttributes: 0x7
[    98.935] 	WinBAttributes: 0x0
[    98.935] 	WinGranularity: 64
[    98.935] 	WinSize: 64
[    98.935] 	WinASegment: 0xa000
[    98.935] 	WinBSegment: 0x0
[    98.935] 	WinFuncPtr: 0xc00051d3
[    98.935] 	BytesPerScanline: 2560
[    98.935] 	XResolution: 640
[    98.935] 	YResolution: 480
[    98.935] 	XCharSize: 8
[    98.935] 	YCharSize: 16
[    98.935] 	NumberOfPlanes: 1
[    98.935] 	BitsPerPixel: 32
[    98.935] 	NumberOfBanks: 1
[    98.935] 	MemoryModel: 6
[    98.935] 	BankSize: 0
[    98.935] 	NumberOfImages: 12
[    98.935] 	RedMaskSize: 8
[    98.935] 	RedFieldPosition: 16
[    98.935] 	GreenMaskSize: 8
[    98.935] 	GreenFieldPosition: 8
[    98.935] 	BlueMaskSize: 8
[    98.935] 	BlueFieldPosition: 0
[    98.935] 	RsvdMaskSize: 0
[    98.935] 	RsvdFieldPosition: 0
[    98.935] 	DirectColorModeInfo: 0
[    98.935] 	PhysBasePtr: 0xe0000000
[    98.935] 	LinBytesPerScanLine: 2560
[    98.935] 	BnkNumberOfImagePages: 12
[    98.935] 	LinNumberOfImagePages: 12
[    98.935] 	LinRedMaskSize: 8
[    98.935] 	LinRedFieldPosition: 16
[    98.936] 	LinGreenMaskSize: 8
[    98.936] 	LinGreenFieldPosition: 8
[    98.936] 	LinBlueMaskSize: 8
[    98.936] 	LinBlueFieldPosition: 0
[    98.936] 	LinRsvdMaskSize: 0
[    98.936] 	LinRsvdFieldPosition: 0
[    98.936] 	MaxPixelClock: 400000000
[    98.936] *Mode: 122 (800x600)
[    98.936] 	ModeAttributes: 0xbb
[    98.936] 	WinAAttributes: 0x7
[    98.936] 	WinBAttributes: 0x0
[    98.936] 	WinGranularity: 64
[    98.936] 	WinSize: 64
[    98.936] 	WinASegment: 0xa000
[    98.936] 	WinBSegment: 0x0
[    98.936] 	WinFuncPtr: 0xc00051d3
[    98.936] 	BytesPerScanline: 3200
[    98.936] 	XResolution: 800
[    98.936] 	YResolution: 600
[    98.936] 	XCharSize: 8
[    98.936] 	YCharSize: 14
[    98.936] 	NumberOfPlanes: 1
[    98.936] 	BitsPerPixel: 32
[    98.936] 	NumberOfBanks: 1
[    98.936] 	MemoryModel: 6
[    98.936] 	BankSize: 0
[    98.936] 	NumberOfImages: 7
[    98.936] 	RedMaskSize: 8
[    98.936] 	RedFieldPosition: 16
[    98.936] 	GreenMaskSize: 8
[    98.936] 	GreenFieldPosition: 8
[    98.936] 	BlueMaskSize: 8
[    98.936] 	BlueFieldPosition: 0
[    98.936] 	RsvdMaskSize: 0
[    98.936] 	RsvdFieldPosition: 0
[    98.936] 	DirectColorModeInfo: 0
[    98.936] 	PhysBasePtr: 0xe0000000
[    98.936] 	LinBytesPerScanLine: 3200
[    98.936] 	BnkNumberOfImagePages: 7
[    98.936] 	LinNumberOfImagePages: 7
[    98.936] 	LinRedMaskSize: 8
[    98.936] 	LinRedFieldPosition: 16
[    98.936] 	LinGreenMaskSize: 8
[    98.936] 	LinGreenFieldPosition: 8
[    98.936] 	LinBlueMaskSize: 8
[    98.936] 	LinBlueFieldPosition: 0
[    98.936] 	LinRsvdMaskSize: 0
[    98.936] 	LinRsvdFieldPosition: 0
[    98.936] 	MaxPixelClock: 400000000
[    98.936] *Mode: 123 (1024x768)
[    98.936] 	ModeAttributes: 0xbb
[    98.936] 	WinAAttributes: 0x7
[    98.936] 	WinBAttributes: 0x0
[    98.936] 	WinGranularity: 64
[    98.936] 	WinSize: 64
[    98.936] 	WinASegment: 0xa000
[    98.936] 	WinBSegment: 0x0
[    98.936] 	WinFuncPtr: 0xc00051d3
[    98.936] 	BytesPerScanline: 4096
[    98.936] 	XResolution: 1024
[    98.937] 	YResolution: 768
[    98.937] 	XCharSize: 8
[    98.937] 	YCharSize: 16
[    98.937] 	NumberOfPlanes: 1
[    98.937] 	BitsPerPixel: 32
[    98.937] 	NumberOfBanks: 1
[    98.937] 	MemoryModel: 6
[    98.937] 	BankSize: 0
[    98.937] 	NumberOfImages: 4
[    98.937] 	RedMaskSize: 8
[    98.937] 	RedFieldPosition: 16
[    98.937] 	GreenMaskSize: 8
[    98.937] 	GreenFieldPosition: 8
[    98.937] 	BlueMaskSize: 8
[    98.937] 	BlueFieldPosition: 0
[    98.937] 	RsvdMaskSize: 0
[    98.937] 	RsvdFieldPosition: 0
[    98.937] 	DirectColorModeInfo: 0
[    98.937] 	PhysBasePtr: 0xe0000000
[    98.937] 	LinBytesPerScanLine: 4096
[    98.937] 	BnkNumberOfImagePages: 4
[    98.937] 	LinNumberOfImagePages: 4
[    98.937] 	LinRedMaskSize: 8
[    98.937] 	LinRedFieldPosition: 16
[    98.937] 	LinGreenMaskSize: 8
[    98.937] 	LinGreenFieldPosition: 8
[    98.937] 	LinBlueMaskSize: 8
[    98.937] 	LinBlueFieldPosition: 0
[    98.937] 	LinRsvdMaskSize: 0
[    98.937] 	LinRsvdFieldPosition: 0
[    98.937] 	MaxPixelClock: 400000000
[    98.937] *Mode: 124 (1280x1024)
[    98.937] 	ModeAttributes: 0xbb
[    98.937] 	WinAAttributes: 0x7
[    98.937] 	WinBAttributes: 0x0
[    98.937] 	WinGranularity: 64
[    98.937] 	WinSize: 64
[    98.937] 	WinASegment: 0xa000
[    98.937] 	WinBSegment: 0x0
[    98.937] 	WinFuncPtr: 0xc00051d3
[    98.937] 	BytesPerScanline: 5120
[    98.937] 	XResolution: 1280
[    98.937] 	YResolution: 1024
[    98.937] 	XCharSize: 8
[    98.937] 	YCharSize: 16
[    98.937] 	NumberOfPlanes: 1
[    98.937] 	BitsPerPixel: 32
[    98.937] 	NumberOfBanks: 1
[    98.937] 	MemoryModel: 6
[    98.937] 	BankSize: 0
[    98.937] 	NumberOfImages: 2
[    98.937] 	RedMaskSize: 8
[    98.937] 	RedFieldPosition: 16
[    98.937] 	GreenMaskSize: 8
[    98.937] 	GreenFieldPosition: 8
[    98.937] 	BlueMaskSize: 8
[    98.937] 	BlueFieldPosition: 0
[    98.937] 	RsvdMaskSize: 0
[    98.937] 	RsvdFieldPosition: 0
[    98.937] 	DirectColorModeInfo: 0
[    98.937] 	PhysBasePtr: 0xe0000000
[    98.937] 	LinBytesPerScanLine: 5120
[    98.937] 	BnkNumberOfImagePages: 2
[    98.937] 	LinNumberOfImagePages: 2
[    98.937] 	LinRedMaskSize: 8
[    98.937] 	LinRedFieldPosition: 16
[    98.937] 	LinGreenMaskSize: 8
[    98.937] 	LinGreenFieldPosition: 8
[    98.937] 	LinBlueMaskSize: 8
[    98.937] 	LinBlueFieldPosition: 0
[    98.937] 	LinRsvdMaskSize: 0
[    98.937] 	LinRsvdFieldPosition: 0
[    98.937] 	MaxPixelClock: 400000000
[    98.938] Mode: 143 (1400x1050)
[    98.938] 	ModeAttributes: 0xbb
[    98.938] 	WinAAttributes: 0x7
[    98.938] 	WinBAttributes: 0x0
[    98.938] 	WinGranularity: 64
[    98.938] 	WinSize: 64
[    98.938] 	WinASegment: 0xa000
[    98.938] 	WinBSegment: 0x0
[    98.938] 	WinFuncPtr: 0xc00051d3
[    98.938] 	BytesPerScanline: 1408
[    98.938] 	XResolution: 1400
[    98.938] 	YResolution: 1050
[    98.938] 	XCharSize: 8
[    98.938] 	YCharSize: 16
[    98.938] 	NumberOfPlanes: 1
[    98.938] 	BitsPerPixel: 8
[    98.938] 	NumberOfBanks: 1
[    98.938] 	MemoryModel: 4
[    98.938] 	BankSize: 0
[    98.938] 	NumberOfImages: 10
[    98.938] 	RedMaskSize: 0
[    98.938] 	RedFieldPosition: 0
[    98.938] 	GreenMaskSize: 0
[    98.938] 	GreenFieldPosition: 0
[    98.938] 	BlueMaskSize: 0
[    98.938] 	BlueFieldPosition: 0
[    98.938] 	RsvdMaskSize: 0
[    98.938] 	RsvdFieldPosition: 0
[    98.938] 	DirectColorModeInfo: 0
[    98.938] 	PhysBasePtr: 0xe0000000
[    98.938] 	LinBytesPerScanLine: 1408
[    98.938] 	BnkNumberOfImagePages: 10
[    98.938] 	LinNumberOfImagePages: 10
[    98.938] 	LinRedMaskSize: 0
[    98.938] 	LinRedFieldPosition: 0
[    98.938] 	LinGreenMaskSize: 0
[    98.938] 	LinGreenFieldPosition: 0
[    98.938] 	LinBlueMaskSize: 0
[    98.938] 	LinBlueFieldPosition: 0
[    98.938] 	LinRsvdMaskSize: 0
[    98.938] 	LinRsvdFieldPosition: 0
[    98.938] 	MaxPixelClock: 400000000
[    98.938] Mode: 145 (1400x1050)
[    98.938] 	ModeAttributes: 0xbb
[    98.938] 	WinAAttributes: 0x7
[    98.938] 	WinBAttributes: 0x0
[    98.938] 	WinGranularity: 64
[    98.938] 	WinSize: 64
[    98.938] 	WinASegment: 0xa000
[    98.938] 	WinBSegment: 0x0
[    98.938] 	WinFuncPtr: 0xc00051d3
[    98.938] 	BytesPerScanline: 2816
[    98.938] 	XResolution: 1400
[    98.938] 	YResolution: 1050
[    98.938] 	XCharSize: 8
[    98.938] 	YCharSize: 16
[    98.938] 	NumberOfPlanes: 1
[    98.938] 	BitsPerPixel: 16
[    98.938] 	NumberOfBanks: 1
[    98.938] 	MemoryModel: 6
[    98.938] 	BankSize: 0
[    98.938] 	NumberOfImages: 4
[    98.938] 	RedMaskSize: 5
[    98.938] 	RedFieldPosition: 11
[    98.938] 	GreenMaskSize: 6
[    98.938] 	GreenFieldPosition: 5
[    98.938] 	BlueMaskSize: 5
[    98.938] 	BlueFieldPosition: 0
[    98.938] 	RsvdMaskSize: 0
[    98.938] 	RsvdFieldPosition: 0
[    98.938] 	DirectColorModeInfo: 0
[    98.938] 	PhysBasePtr: 0xe0000000
[    98.938] 	LinBytesPerScanLine: 2816
[    98.938] 	BnkNumberOfImagePages: 4
[    98.938] 	LinNumberOfImagePages: 4
[    98.938] 	LinRedMaskSize: 5
[    98.938] 	LinRedFieldPosition: 11
[    98.938] 	LinGreenMaskSize: 6
[    98.938] 	LinGreenFieldPosition: 5
[    98.938] 	LinBlueMaskSize: 5
[    98.938] 	LinBlueFieldPosition: 0
[    98.938] 	LinRsvdMaskSize: 0
[    98.938] 	LinRsvdFieldPosition: 0
[    98.938] 	MaxPixelClock: 400000000
[    98.939] *Mode: 146 (1400x1050)
[    98.939] 	ModeAttributes: 0xbb
[    98.939] 	WinAAttributes: 0x7
[    98.939] 	WinBAttributes: 0x0
[    98.939] 	WinGranularity: 64
[    98.939] 	WinSize: 64
[    98.939] 	WinASegment: 0xa000
[    98.939] 	WinBSegment: 0x0
[    98.939] 	WinFuncPtr: 0xc00051d3
[    98.939] 	BytesPerScanline: 5632
[    98.939] 	XResolution: 1400
[    98.939] 	YResolution: 1050
[    98.939] 	XCharSize: 8
[    98.939] 	YCharSize: 16
[    98.939] 	NumberOfPlanes: 1
[    98.939] 	BitsPerPixel: 32
[    98.939] 	NumberOfBanks: 1
[    98.939] 	MemoryModel: 6
[    98.939] 	BankSize: 0
[    98.939] 	NumberOfImages: 1
[    98.939] 	RedMaskSize: 8
[    98.939] 	RedFieldPosition: 16
[    98.939] 	GreenMaskSize: 8
[    98.939] 	GreenFieldPosition: 8
[    98.939] 	BlueMaskSize: 8
[    98.939] 	BlueFieldPosition: 0
[    98.939] 	RsvdMaskSize: 0
[    98.939] 	RsvdFieldPosition: 0
[    98.939] 	DirectColorModeInfo: 0
[    98.939] 	PhysBasePtr: 0xe0000000
[    98.939] 	LinBytesPerScanLine: 5632
[    98.939] 	BnkNumberOfImagePages: 1
[    98.939] 	LinNumberOfImagePages: 1
[    98.939] 	LinRedMaskSize: 8
[    98.939] 	LinRedFieldPosition: 16
[    98.939] 	LinGreenMaskSize: 8
[    98.939] 	LinGreenFieldPosition: 8
[    98.939] 	LinBlueMaskSize: 8
[    98.939] 	LinBlueFieldPosition: 0
[    98.939] 	LinRsvdMaskSize: 0
[    98.939] 	LinRsvdFieldPosition: 0
[    98.939] 	MaxPixelClock: 400000000
[    98.939] Mode: 173 (1600x1200)
[    98.939] 	ModeAttributes: 0xba
[    98.939] 	WinAAttributes: 0x7
[    98.939] 	WinBAttributes: 0x0
[    98.939] 	WinGranularity: 64
[    98.939] 	WinSize: 64
[    98.939] 	WinASegment: 0xa000
[    98.939] 	WinBSegment: 0x0
[    98.939] 	WinFuncPtr: 0xc00051d3
[    98.939] 	BytesPerScanline: 1600
[    98.939] 	XResolution: 1600
[    98.939] 	YResolution: 1200
[    98.939] 	XCharSize: 8
[    98.939] 	YCharSize: 16
[    98.939] 	NumberOfPlanes: 1
[    98.939] 	BitsPerPixel: 8
[    98.939] 	NumberOfBanks: 1
[    98.939] 	MemoryModel: 4
[    98.939] 	BankSize: 0
[    98.939] 	NumberOfImages: 7
[    98.939] 	RedMaskSize: 0
[    98.939] 	RedFieldPosition: 0
[    98.939] 	GreenMaskSize: 0
[    98.939] 	GreenFieldPosition: 0
[    98.939] 	BlueMaskSize: 0
[    98.939] 	BlueFieldPosition: 0
[    98.939] 	RsvdMaskSize: 0
[    98.939] 	RsvdFieldPosition: 0
[    98.939] 	DirectColorModeInfo: 0
[    98.939] 	PhysBasePtr: 0xe0000000
[    98.939] 	LinBytesPerScanLine: 1600
[    98.939] 	BnkNumberOfImagePages: 7
[    98.939] 	LinNumberOfImagePages: 7
[    98.939] 	LinRedMaskSize: 0
[    98.939] 	LinRedFieldPosition: 0
[    98.939] 	LinGreenMaskSize: 0
[    98.939] 	LinGreenFieldPosition: 0
[    98.940] 	LinBlueMaskSize: 0
[    98.940] 	LinBlueFieldPosition: 0
[    98.940] 	LinRsvdMaskSize: 0
[    98.940] 	LinRsvdFieldPosition: 0
[    98.940] 	MaxPixelClock: 400000000
[    98.940] Mode: 175 (1600x1200)
[    98.940] 	ModeAttributes: 0xba
[    98.940] 	WinAAttributes: 0x7
[    98.940] 	WinBAttributes: 0x0
[    98.940] 	WinGranularity: 64
[    98.940] 	WinSize: 64
[    98.940] 	WinASegment: 0xa000
[    98.940] 	WinBSegment: 0x0
[    98.940] 	WinFuncPtr: 0xc00051d3
[    98.940] 	BytesPerScanline: 3200
[    98.940] 	XResolution: 1600
[    98.940] 	YResolution: 1200
[    98.940] 	XCharSize: 8
[    98.940] 	YCharSize: 16
[    98.940] 	NumberOfPlanes: 1
[    98.940] 	BitsPerPixel: 16
[    98.940] 	NumberOfBanks: 1
[    98.940] 	MemoryModel: 6
[    98.940] 	BankSize: 0
[    98.940] 	NumberOfImages: 3
[    98.940] 	RedMaskSize: 5
[    98.940] 	RedFieldPosition: 11
[    98.940] 	GreenMaskSize: 6
[    98.940] 	GreenFieldPosition: 5
[    98.940] 	BlueMaskSize: 5
[    98.940] 	BlueFieldPosition: 0
[    98.940] 	RsvdMaskSize: 0
[    98.940] 	RsvdFieldPosition: 0
[    98.940] 	DirectColorModeInfo: 0
[    98.940] 	PhysBasePtr: 0xe0000000
[    98.940] 	LinBytesPerScanLine: 3200
[    98.940] 	BnkNumberOfImagePages: 3
[    98.940] 	LinNumberOfImagePages: 3
[    98.940] 	LinRedMaskSize: 5
[    98.940] 	LinRedFieldPosition: 11
[    98.940] 	LinGreenMaskSize: 6
[    98.940] 	LinGreenFieldPosition: 5
[    98.940] 	LinBlueMaskSize: 5
[    98.940] 	LinBlueFieldPosition: 0
[    98.940] 	LinRsvdMaskSize: 0
[    98.940] 	LinRsvdFieldPosition: 0
[    98.940] 	MaxPixelClock: 400000000
[    98.940] Mode: 176 (1600x1200)
[    98.940] 	ModeAttributes: 0xba
[    98.940] 	WinAAttributes: 0x7
[    98.940] 	WinBAttributes: 0x0
[    98.940] 	WinGranularity: 64
[    98.940] 	WinSize: 64
[    98.940] 	WinASegment: 0xa000
[    98.940] 	WinBSegment: 0x0
[    98.940] 	WinFuncPtr: 0xc00051d3
[    98.940] 	BytesPerScanline: 6400
[    98.940] 	XResolution: 1600
[    98.940] 	YResolution: 1200
[    98.940] 	XCharSize: 8
[    98.941] 	YCharSize: 16
[    98.941] 	NumberOfPlanes: 1
[    98.941] 	BitsPerPixel: 32
[    98.941] 	NumberOfBanks: 1
[    98.941] 	MemoryModel: 6
[    98.941] 	BankSize: 0
[    98.941] 	NumberOfImages: 1
[    98.941] 	RedMaskSize: 8
[    98.941] 	RedFieldPosition: 16
[    98.941] 	GreenMaskSize: 8
[    98.941] 	GreenFieldPosition: 8
[    98.941] 	BlueMaskSize: 8
[    98.941] 	BlueFieldPosition: 0
[    98.941] 	RsvdMaskSize: 0
[    98.941] 	RsvdFieldPosition: 0
[    98.941] 	DirectColorModeInfo: 0
[    98.941] 	PhysBasePtr: 0xe0000000
[    98.941] 	LinBytesPerScanLine: 6400
[    98.941] 	BnkNumberOfImagePages: 1
[    98.941] 	LinNumberOfImagePages: 1
[    98.941] 	LinRedMaskSize: 8
[    98.941] 	LinRedFieldPosition: 16
[    98.941] 	LinGreenMaskSize: 8
[    98.941] 	LinGreenFieldPosition: 8
[    98.941] 	LinBlueMaskSize: 8
[    98.941] 	LinBlueFieldPosition: 0
[    98.941] 	LinRsvdMaskSize: 0
[    98.941] 	LinRsvdFieldPosition: 0
[    98.941] 	MaxPixelClock: 400000000
[    98.941] Mode: 183 (1792x1344)
[    98.941] 	ModeAttributes: 0xba
[    98.941] 	WinAAttributes: 0x7
[    98.941] 	WinBAttributes: 0x0
[    98.941] 	WinGranularity: 64
[    98.941] 	WinSize: 64
[    98.941] 	WinASegment: 0xa000
[    98.941] 	WinBSegment: 0x0
[    98.941] 	WinFuncPtr: 0xc00051d3
[    98.941] 	BytesPerScanline: 1792
[    98.941] 	XResolution: 1792
[    98.941] 	YResolution: 1344
[    98.941] 	XCharSize: 8
[    98.941] 	YCharSize: 16
[    98.941] 	NumberOfPlanes: 1
[    98.941] 	BitsPerPixel: 8
[    98.941] 	NumberOfBanks: 1
[    98.941] 	MemoryModel: 4
[    98.941] 	BankSize: 0
[    98.941] 	NumberOfImages: 5
[    98.941] 	RedMaskSize: 0
[    98.941] 	RedFieldPosition: 0
[    98.941] 	GreenMaskSize: 0
[    98.941] 	GreenFieldPosition: 0
[    98.941] 	BlueMaskSize: 0
[    98.941] 	BlueFieldPosition: 0
[    98.941] 	RsvdMaskSize: 0
[    98.941] 	RsvdFieldPosition: 0
[    98.941] 	DirectColorModeInfo: 0
[    98.941] 	PhysBasePtr: 0xe0000000
[    98.941] 	LinBytesPerScanLine: 1792
[    98.941] 	BnkNumberOfImagePages: 5
[    98.941] 	LinNumberOfImagePages: 5
[    98.941] 	LinRedMaskSize: 0
[    98.941] 	LinRedFieldPosition: 0
[    98.941] 	LinGreenMaskSize: 0
[    98.941] 	LinGreenFieldPosition: 0
[    98.941] 	LinBlueMaskSize: 0
[    98.941] 	LinBlueFieldPosition: 0
[    98.941] 	LinRsvdMaskSize: 0
[    98.941] 	LinRsvdFieldPosition: 0
[    98.941] 	MaxPixelClock: 400000000
[    98.942] Mode: 185 (1792x1344)
[    98.942] 	ModeAttributes: 0xba
[    98.942] 	WinAAttributes: 0x7
[    98.942] 	WinBAttributes: 0x0
[    98.942] 	WinGranularity: 64
[    98.942] 	WinSize: 64
[    98.942] 	WinASegment: 0xa000
[    98.942] 	WinBSegment: 0x0
[    98.942] 	WinFuncPtr: 0xc00051d3
[    98.942] 	BytesPerScanline: 3584
[    98.942] 	XResolution: 1792
[    98.942] 	YResolution: 1344
[    98.942] 	XCharSize: 8
[    98.942] 	YCharSize: 16
[    98.942] 	NumberOfPlanes: 1
[    98.942] 	BitsPerPixel: 16
[    98.942] 	NumberOfBanks: 1
[    98.942] 	MemoryModel: 6
[    98.942] 	BankSize: 0
[    98.942] 	NumberOfImages: 2
[    98.942] 	RedMaskSize: 5
[    98.942] 	RedFieldPosition: 11
[    98.942] 	GreenMaskSize: 6
[    98.942] 	GreenFieldPosition: 5
[    98.942] 	BlueMaskSize: 5
[    98.942] 	BlueFieldPosition: 0
[    98.942] 	RsvdMaskSize: 0
[    98.942] 	RsvdFieldPosition: 0
[    98.942] 	DirectColorModeInfo: 0
[    98.942] 	PhysBasePtr: 0xe0000000
[    98.942] 	LinBytesPerScanLine: 3584
[    98.942] 	BnkNumberOfImagePages: 2
[    98.942] 	LinNumberOfImagePages: 2
[    98.942] 	LinRedMaskSize: 5
[    98.942] 	LinRedFieldPosition: 11
[    98.942] 	LinGreenMaskSize: 6
[    98.942] 	LinGreenFieldPosition: 5
[    98.942] 	LinBlueMaskSize: 5
[    98.942] 	LinBlueFieldPosition: 0
[    98.942] 	LinRsvdMaskSize: 0
[    98.942] 	LinRsvdFieldPosition: 0
[    98.942] 	MaxPixelClock: 400000000
[    98.942] Mode: 186 (1792x1344)
[    98.942] 	ModeAttributes: 0xba
[    98.942] 	WinAAttributes: 0x7
[    98.942] 	WinBAttributes: 0x0
[    98.942] 	WinGranularity: 64
[    98.942] 	WinSize: 64
[    98.942] 	WinASegment: 0xa000
[    98.942] 	WinBSegment: 0x0
[    98.942] 	WinFuncPtr: 0xc00051d3
[    98.942] 	BytesPerScanline: 7168
[    98.942] 	XResolution: 1792
[    98.942] 	YResolution: 1344
[    98.942] 	XCharSize: 8
[    98.942] 	YCharSize: 16
[    98.942] 	NumberOfPlanes: 1
[    98.942] 	BitsPerPixel: 32
[    98.942] 	NumberOfBanks: 1
[    98.942] 	MemoryModel: 6
[    98.942] 	BankSize: 0
[    98.942] 	NumberOfImages: 1
[    98.942] 	RedMaskSize: 8
[    98.942] 	RedFieldPosition: 16
[    98.942] 	GreenMaskSize: 8
[    98.942] 	GreenFieldPosition: 8
[    98.942] 	BlueMaskSize: 8
[    98.942] 	BlueFieldPosition: 0
[    98.942] 	RsvdMaskSize: 0
[    98.942] 	RsvdFieldPosition: 0
[    98.942] 	DirectColorModeInfo: 0
[    98.942] 	PhysBasePtr: 0xe0000000
[    98.942] 	LinBytesPerScanLine: 7168
[    98.942] 	BnkNumberOfImagePages: 1
[    98.942] 	LinNumberOfImagePages: 1
[    98.942] 	LinRedMaskSize: 8
[    98.942] 	LinRedFieldPosition: 16
[    98.942] 	LinGreenMaskSize: 8
[    98.942] 	LinGreenFieldPosition: 8
[    98.942] 	LinBlueMaskSize: 8
[    98.942] 	LinBlueFieldPosition: 0
[    98.942] 	LinRsvdMaskSize: 0
[    98.942] 	LinRsvdFieldPosition: 0
[    98.942] 	MaxPixelClock: 400000000
[    98.943] Mode: 1d3 (1856x1392)
[    98.943] 	ModeAttributes: 0xba
[    98.943] 	WinAAttributes: 0x7
[    98.943] 	WinBAttributes: 0x0
[    98.943] 	WinGranularity: 64
[    98.943] 	WinSize: 64
[    98.943] 	WinASegment: 0xa000
[    98.943] 	WinBSegment: 0x0
[    98.943] 	WinFuncPtr: 0xc00051d3
[    98.943] 	BytesPerScanline: 1856
[    98.943] 	XResolution: 1856
[    98.943] 	YResolution: 1392
[    98.943] 	XCharSize: 8
[    98.943] 	YCharSize: 16
[    98.943] 	NumberOfPlanes: 1
[    98.943] 	BitsPerPixel: 8
[    98.943] 	NumberOfBanks: 1
[    98.943] 	MemoryModel: 4
[    98.943] 	BankSize: 0
[    98.943] 	NumberOfImages: 5
[    98.943] 	RedMaskSize: 0
[    98.943] 	RedFieldPosition: 0
[    98.943] 	GreenMaskSize: 0
[    98.943] 	GreenFieldPosition: 0
[    98.943] 	BlueMaskSize: 0
[    98.943] 	BlueFieldPosition: 0
[    98.943] 	RsvdMaskSize: 0
[    98.943] 	RsvdFieldPosition: 0
[    98.943] 	DirectColorModeInfo: 0
[    98.943] 	PhysBasePtr: 0xe0000000
[    98.943] 	LinBytesPerScanLine: 1856
[    98.943] 	BnkNumberOfImagePages: 5
[    98.943] 	LinNumberOfImagePages: 5
[    98.943] 	LinRedMaskSize: 0
[    98.943] 	LinRedFieldPosition: 0
[    98.943] 	LinGreenMaskSize: 0
[    98.943] 	LinGreenFieldPosition: 0
[    98.943] 	LinBlueMaskSize: 0
[    98.943] 	LinBlueFieldPosition: 0
[    98.943] 	LinRsvdMaskSize: 0
[    98.943] 	LinRsvdFieldPosition: 0
[    98.943] 	MaxPixelClock: 400000000
[    98.943] Mode: 1d5 (1856x1392)
[    98.943] 	ModeAttributes: 0xba
[    98.943] 	WinAAttributes: 0x7
[    98.943] 	WinBAttributes: 0x0
[    98.943] 	WinGranularity: 64
[    98.943] 	WinSize: 64
[    98.943] 	WinASegment: 0xa000
[    98.943] 	WinBSegment: 0x0
[    98.943] 	WinFuncPtr: 0xc00051d3
[    98.943] 	BytesPerScanline: 3712
[    98.943] 	XResolution: 1856
[    98.943] 	YResolution: 1392
[    98.943] 	XCharSize: 8
[    98.943] 	YCharSize: 16
[    98.943] 	NumberOfPlanes: 1
[    98.943] 	BitsPerPixel: 16
[    98.943] 	NumberOfBanks: 1
[    98.943] 	MemoryModel: 6
[    98.943] 	BankSize: 0
[    98.943] 	NumberOfImages: 2
[    98.943] 	RedMaskSize: 5
[    98.943] 	RedFieldPosition: 11
[    98.943] 	GreenMaskSize: 6
[    98.943] 	GreenFieldPosition: 5
[    98.943] 	BlueMaskSize: 5
[    98.943] 	BlueFieldPosition: 0
[    98.943] 	RsvdMaskSize: 0
[    98.943] 	RsvdFieldPosition: 0
[    98.943] 	DirectColorModeInfo: 0
[    98.943] 	PhysBasePtr: 0xe0000000
[    98.943] 	LinBytesPerScanLine: 3712
[    98.943] 	BnkNumberOfImagePages: 2
[    98.943] 	LinNumberOfImagePages: 2
[    98.943] 	LinRedMaskSize: 5
[    98.943] 	LinRedFieldPosition: 11
[    98.943] 	LinGreenMaskSize: 6
[    98.943] 	LinGreenFieldPosition: 5
[    98.943] 	LinBlueMaskSize: 5
[    98.944] 	LinBlueFieldPosition: 0
[    98.944] 	LinRsvdMaskSize: 0
[    98.944] 	LinRsvdFieldPosition: 0
[    98.944] 	MaxPixelClock: 400000000
[    98.944] Mode: 1d6 (1856x1392)
[    98.944] 	ModeAttributes: 0xba
[    98.944] 	WinAAttributes: 0x7
[    98.944] 	WinBAttributes: 0x0
[    98.944] 	WinGranularity: 64
[    98.944] 	WinSize: 64
[    98.944] 	WinASegment: 0xa000
[    98.944] 	WinBSegment: 0x0
[    98.944] 	WinFuncPtr: 0xc00051d3
[    98.944] 	BytesPerScanline: 7424
[    98.944] 	XResolution: 1856
[    98.944] 	YResolution: 1392
[    98.944] 	XCharSize: 8
[    98.944] 	YCharSize: 16
[    98.944] 	NumberOfPlanes: 1
[    98.944] 	BitsPerPixel: 32
[    98.944] 	NumberOfBanks: 1
[    98.944] 	MemoryModel: 6
[    98.944] 	BankSize: 0
[    98.944] 	NumberOfImages: 1
[    98.944] 	RedMaskSize: 8
[    98.944] 	RedFieldPosition: 16
[    98.944] 	GreenMaskSize: 8
[    98.944] 	GreenFieldPosition: 8
[    98.944] 	BlueMaskSize: 8
[    98.944] 	BlueFieldPosition: 0
[    98.944] 	RsvdMaskSize: 0
[    98.944] 	RsvdFieldPosition: 0
[    98.944] 	DirectColorModeInfo: 0
[    98.944] 	PhysBasePtr: 0xe0000000
[    98.944] 	LinBytesPerScanLine: 7424
[    98.944] 	BnkNumberOfImagePages: 1
[    98.944] 	LinNumberOfImagePages: 1
[    98.944] 	LinRedMaskSize: 8
[    98.944] 	LinRedFieldPosition: 16
[    98.944] 	LinGreenMaskSize: 8
[    98.944] 	LinGreenFieldPosition: 8
[    98.944] 	LinBlueMaskSize: 8
[    98.944] 	LinBlueFieldPosition: 0
[    98.944] 	LinRsvdMaskSize: 0
[    98.944] 	LinRsvdFieldPosition: 0
[    98.944] 	MaxPixelClock: 400000000
[    98.944] Mode: 1e3 (1920x1440)
[    98.944] 	ModeAttributes: 0xba
[    98.944] 	WinAAttributes: 0x7
[    98.944] 	WinBAttributes: 0x0
[    98.944] 	WinGranularity: 64
[    98.944] 	WinSize: 64
[    98.944] 	WinASegment: 0xa000
[    98.944] 	WinBSegment: 0x0
[    98.944] 	WinFuncPtr: 0xc00051d3
[    98.944] 	BytesPerScanline: 1920
[    98.944] 	XResolution: 1920
[    98.944] 	YResolution: 1440
[    98.944] 	XCharSize: 8
[    98.944] 	YCharSize: 16
[    98.945] 	NumberOfPlanes: 1
[    98.945] 	BitsPerPixel: 8
[    98.945] 	NumberOfBanks: 1
[    98.945] 	MemoryModel: 4
[    98.945] 	BankSize: 0
[    98.945] 	NumberOfImages: 4
[    98.945] 	RedMaskSize: 0
[    98.945] 	RedFieldPosition: 0
[    98.945] 	GreenMaskSize: 0
[    98.945] 	GreenFieldPosition: 0
[    98.945] 	BlueMaskSize: 0
[    98.945] 	BlueFieldPosition: 0
[    98.945] 	RsvdMaskSize: 0
[    98.945] 	RsvdFieldPosition: 0
[    98.945] 	DirectColorModeInfo: 0
[    98.945] 	PhysBasePtr: 0xe0000000
[    98.945] 	LinBytesPerScanLine: 1920
[    98.945] 	BnkNumberOfImagePages: 4
[    98.945] 	LinNumberOfImagePages: 4
[    98.945] 	LinRedMaskSize: 0
[    98.945] 	LinRedFieldPosition: 0
[    98.945] 	LinGreenMaskSize: 0
[    98.945] 	LinGreenFieldPosition: 0
[    98.945] 	LinBlueMaskSize: 0
[    98.945] 	LinBlueFieldPosition: 0
[    98.945] 	LinRsvdMaskSize: 0
[    98.945] 	LinRsvdFieldPosition: 0
[    98.945] 	MaxPixelClock: 400000000
[    98.945] Mode: 1e5 (1920x1440)
[    98.945] 	ModeAttributes: 0xba
[    98.945] 	WinAAttributes: 0x7
[    98.945] 	WinBAttributes: 0x0
[    98.945] 	WinGranularity: 64
[    98.945] 	WinSize: 64
[    98.945] 	WinASegment: 0xa000
[    98.945] 	WinBSegment: 0x0
[    98.945] 	WinFuncPtr: 0xc00051d3
[    98.945] 	BytesPerScanline: 3840
[    98.945] 	XResolution: 1920
[    98.945] 	YResolution: 1440
[    98.945] 	XCharSize: 8
[    98.945] 	YCharSize: 16
[    98.945] 	NumberOfPlanes: 1
[    98.945] 	BitsPerPixel: 16
[    98.945] 	NumberOfBanks: 1
[    98.945] 	MemoryModel: 6
[    98.945] 	BankSize: 0
[    98.945] 	NumberOfImages: 2
[    98.945] 	RedMaskSize: 5
[    98.945] 	RedFieldPosition: 11
[    98.945] 	GreenMaskSize: 6
[    98.945] 	GreenFieldPosition: 5
[    98.945] 	BlueMaskSize: 5
[    98.945] 	BlueFieldPosition: 0
[    98.945] 	RsvdMaskSize: 0
[    98.945] 	RsvdFieldPosition: 0
[    98.945] 	DirectColorModeInfo: 0
[    98.945] 	PhysBasePtr: 0xe0000000
[    98.945] 	LinBytesPerScanLine: 3840
[    98.945] 	BnkNumberOfImagePages: 2
[    98.945] 	LinNumberOfImagePages: 2
[    98.945] 	LinRedMaskSize: 5
[    98.945] 	LinRedFieldPosition: 11
[    98.945] 	LinGreenMaskSize: 6
[    98.945] 	LinGreenFieldPosition: 5
[    98.945] 	LinBlueMaskSize: 5
[    98.945] 	LinBlueFieldPosition: 0
[    98.945] 	LinRsvdMaskSize: 0
[    98.945] 	LinRsvdFieldPosition: 0
[    98.945] 	MaxPixelClock: 400000000
[    98.946] Mode: 1e6 (1920x1440)
[    98.946] 	ModeAttributes: 0xba
[    98.946] 	WinAAttributes: 0x7
[    98.946] 	WinBAttributes: 0x0
[    98.946] 	WinGranularity: 64
[    98.946] 	WinSize: 64
[    98.946] 	WinASegment: 0xa000
[    98.946] 	WinBSegment: 0x0
[    98.946] 	WinFuncPtr: 0xc00051d3
[    98.946] 	BytesPerScanline: 7680
[    98.946] 	XResolution: 1920
[    98.946] 	YResolution: 1440
[    98.946] 	XCharSize: 8
[    98.946] 	YCharSize: 16
[    98.946] 	NumberOfPlanes: 1
[    98.946] 	BitsPerPixel: 32
[    98.946] 	NumberOfBanks: 1
[    98.946] 	MemoryModel: 6
[    98.946] 	BankSize: 0
[    98.946] 	NumberOfImages: 1
[    98.946] 	RedMaskSize: 8
[    98.946] 	RedFieldPosition: 16
[    98.946] 	GreenMaskSize: 8
[    98.946] 	GreenFieldPosition: 8
[    98.946] 	BlueMaskSize: 8
[    98.946] 	BlueFieldPosition: 0
[    98.946] 	RsvdMaskSize: 0
[    98.946] 	RsvdFieldPosition: 0
[    98.946] 	DirectColorModeInfo: 0
[    98.946] 	PhysBasePtr: 0xe0000000
[    98.946] 	LinBytesPerScanLine: 7680
[    98.946] 	BnkNumberOfImagePages: 1
[    98.946] 	LinNumberOfImagePages: 1
[    98.946] 	LinRedMaskSize: 8
[    98.946] 	LinRedFieldPosition: 16
[    98.946] 	LinGreenMaskSize: 8
[    98.946] 	LinGreenFieldPosition: 8
[    98.946] 	LinBlueMaskSize: 8
[    98.946] 	LinBlueFieldPosition: 0
[    98.946] 	LinRsvdMaskSize: 0
[    98.946] 	LinRsvdFieldPosition: 0
[    98.946] 	MaxPixelClock: 400000000
[    98.946] 
[    98.946] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[    98.946] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[    98.946] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[    98.946] (WW) VESA(0): Unable to estimate virtual size
[    98.946] (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "720x400" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[    98.946] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[    98.946] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    98.946] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[    98.946] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[    98.946] (WW) VESA(0): Unable to estimate virtual size
[    98.946] (II) VESA(0): Not using built-in mode "1400x1050" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "1280x960" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "1152x864" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[    98.946] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[    98.946] (WW) VESA(0): No valid modes left. Trying aggressive sync range...
[    98.946] (II) VESA(0): <default monitor>: Using hsync range of 31.50-66.59 kHz
[    98.946] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-59.93 Hz
[    98.946] (WW) VESA(0): Unable to estimate virtual size
[    98.946] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[    98.946] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[    98.946] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[    98.946] (II) VESA(0): Virtual size is 1400x1050 (pitch 1400)
[    98.946] (**) VESA(0): *Built-in mode "1400x1050"
[    98.946] (**) VESA(0): *Built-in mode "1280x1024"
[    98.946] (**) VESA(0): *Built-in mode "1280x960"
[    98.946] (**) VESA(0): *Built-in mode "1152x864"
[    98.946] (**) VESA(0): *Built-in mode "1024x768"
[    98.946] (**) VESA(0): *Built-in mode "800x600"
[    98.946] (**) VESA(0): Display dimensions: (350, 190) mm
[    98.946] (**) VESA(0): DPI set to (101, 140)
[    98.946] (**) VESA(0): Using "Shadow Framebuffer"
[    98.946] (II) Loading sub module "shadow"
[    98.946] (II) LoadModule: "shadow"
[    98.946] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    98.947] (II) Module shadow: vendor="X.Org Foundation"
[    98.947] 	compiled for 1.21.1.3, module version = 1.1.0
[    98.947] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    98.947] (II) Loading sub module "fb"
[    98.947] (II) LoadModule: "fb"
[    98.947] (II) Module "fb" already built-in
[    98.947] (II) Loading sub module "int10"
[    98.947] (II) LoadModule: "int10"
[    98.947] (II) Loading /usr/lib/xorg/modules/libint10.so
[    98.947] (II) Module int10: vendor="X.Org Foundation"
[    98.947] 	compiled for 1.21.1.3, module version = 1.0.0
[    98.947] 	ABI class: X.Org Video Driver, version 25.2
[    98.947] (II) VESA(0): initializing int10
[    98.948] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    98.948] (II) VESA(0): VESA BIOS detected
[    98.948] (II) VESA(0): VESA VBE Version 3.0
[    98.948] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    98.948] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[    98.948] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[    98.948] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[    98.948] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[    98.948] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[    98.948] (II) VESA(0): virtual address = (nil), VGAbase = (nil)
	physical address = 0xe0000000, size = 16777216
[    98.948] (II) VESA(0): virtual address = 0x7f7f2359a000, VGAbase = 0x7f7f2359a000
	physical address = 0xa0000, size = 65536
[    98.958] (II) VESA(0): Setting up VESA Mode 0x146 (1400x1050)
[    99.036] (==) VESA(0): Default visual is TrueColor
[    99.061] (==) VESA(0): Backing store enabled
[    99.062] (==) VESA(0): DPMS enabled
[    99.068] (II) Initializing extension Generic Event Extension
[    99.068] (II) Initializing extension SHAPE
[    99.068] (II) Initializing extension MIT-SHM
[    99.068] (II) Initializing extension XInputExtension
[    99.078] (II) Initializing extension XTEST
[    99.078] (II) Initializing extension BIG-REQUESTS
[    99.078] (II) Initializing extension SYNC
[    99.078] (II) Initializing extension XKEYBOARD
[    99.078] (II) Initializing extension XC-MISC
[    99.079] (II) Initializing extension SECURITY
[    99.079] (II) Initializing extension XFIXES
[    99.079] (II) Initializing extension RENDER
[    99.079] (II) Initializing extension RANDR
[    99.079] (II) Initializing extension COMPOSITE
[    99.079] (II) Initializing extension DAMAGE
[    99.080] (II) Initializing extension MIT-SCREEN-SAVER
[    99.080] (II) Initializing extension DOUBLE-BUFFER
[    99.080] (II) Initializing extension RECORD
[    99.080] (II) Initializing extension DPMS
[    99.080] (II) Initializing extension Present
[    99.080] (II) Initializing extension DRI3
[    99.080] (II) Initializing extension X-Resource
[    99.080] (II) Initializing extension XVideo
[    99.080] (II) Initializing extension XVideo-MotionCompensation
[    99.080] (II) Initializing extension GLX
[    99.081] (II) AIGLX: Screen 0 is not DRI2 capable
[   102.155] (II) IGLX: Loaded and initialized swrast
[   102.155] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   102.155] (II) Initializing extension XFree86-VidModeExtension
[   102.156] (II) Initializing extension XFree86-DGA
[   102.156] (II) Initializing extension XFree86-DRI
[   102.156] (II) Initializing extension DRI2
[   102.573] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   102.573] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   102.573] (**) Power Button: Applying InputClass "system-keyboard"
[   102.573] (II) LoadModule: "libinput"
[   102.573] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   102.652] (II) Module libinput: vendor="X.Org Foundation"
[   102.652] 	compiled for 1.21.1.3, module version = 1.2.1
[   102.652] 	Module class: X.Org XInput Driver
[   102.652] 	ABI class: X.Org XInput driver, version 24.4
[   102.652] (II) Using input driver 'libinput' for 'Power Button'
[   102.655] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 20 paused 0
[   102.655] (**) Power Button: always reports core events
[   102.655] (**) Option "Device" "/dev/input/event3"
[   102.732] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   102.732] (II) event3  - Power Button: device is a keyboard
[   102.733] (II) event3  - Power Button: device removed
[   102.733] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   102.733] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   102.733] (**) Option "xkb_layout" "de"
[   102.795] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   102.796] (II) event3  - Power Button: device is a keyboard
[   102.798] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   102.798] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   102.798] (**) Video Bus: Applying InputClass "system-keyboard"
[   102.798] (II) Using input driver 'libinput' for 'Video Bus'
[   102.800] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[   102.800] (**) Video Bus: always reports core events
[   102.800] (**) Option "Device" "/dev/input/event6"
[   102.804] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   102.804] (II) event6  - Video Bus: device is a keyboard
[   102.805] (II) event6  - Video Bus: device removed
[   102.805] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input12/event6"
[   102.805] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   102.805] (**) Option "xkb_layout" "de"
[   102.809] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   102.809] (II) event6  - Video Bus: device is a keyboard
[   102.811] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   102.811] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   102.811] (**) Power Button: Applying InputClass "system-keyboard"
[   102.811] (II) Using input driver 'libinput' for 'Power Button'
[   102.814] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[   102.814] (**) Power Button: always reports core events
[   102.814] (**) Option "Device" "/dev/input/event2"
[   102.816] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   102.817] (II) event2  - Power Button: device is a keyboard
[   102.817] (II) event2  - Power Button: device removed
[   102.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   102.817] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   102.817] (**) Option "xkb_layout" "de"
[   102.820] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   102.821] (II) event2  - Power Button: device is a keyboard
[   102.823] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   102.823] (II) No input driver specified, ignoring this device.
[   102.823] (II) This device may have been added with another device file.
[   102.824] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   102.825] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   102.825] (**) Sleep Button: Applying InputClass "system-keyboard"
[   102.825] (II) Using input driver 'libinput' for 'Sleep Button'
[   102.827] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[   102.827] (**) Sleep Button: always reports core events
[   102.827] (**) Option "Device" "/dev/input/event1"
[   102.830] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   102.830] (II) event1  - Sleep Button: device is a keyboard
[   102.830] (II) event1  - Sleep Button: device removed
[   102.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   102.830] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   102.830] (**) Option "xkb_layout" "de"
[   102.834] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   102.834] (II) event1  - Sleep Button: device is a keyboard
[   102.836] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[   102.836] (II) No input driver specified, ignoring this device.
[   102.836] (II) This device may have been added with another device file.
[   102.837] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   102.837] (II) No input driver specified, ignoring this device.
[   102.837] (II) This device may have been added with another device file.
[   102.839] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[   102.839] (II) No input driver specified, ignoring this device.
[   102.839] (II) This device may have been added with another device file.
[   102.840] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   102.840] (II) No input driver specified, ignoring this device.
[   102.840] (II) This device may have been added with another device file.
[   102.843] (II) config/udev: Adding input device BisonCam, NB Pro: BisonCam, NB  (/dev/input/event8)
[   102.843] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "libinput keyboard catchall"
[   102.843] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "system-keyboard"
[   102.843] (II) Using input driver 'libinput' for 'BisonCam, NB Pro: BisonCam, NB '
[   102.845] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[   102.845] (**) BisonCam, NB Pro: BisonCam, NB : always reports core events
[   102.845] (**) Option "Device" "/dev/input/event8"
[   102.849] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[   102.849] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[   102.850] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device removed
[   102.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15/event8"
[   102.850] (II) XINPUT: Adding extended input device "BisonCam, NB Pro: BisonCam, NB " (type: KEYBOARD, id 10)
[   102.850] (**) Option "xkb_layout" "de"
[   102.854] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[   102.854] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[   102.856] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   102.856] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   102.856] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   102.856] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   102.859] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[   102.859] (**) AT Translated Set 2 keyboard: always reports core events
[   102.859] (**) Option "Device" "/dev/input/event4"
[   102.861] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   102.862] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   102.864] (II) event4  - AT Translated Set 2 keyboard: device removed
[   102.864] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   102.864] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   102.864] (**) Option "xkb_layout" "de"
[   102.867] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   102.867] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   102.871] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[   102.871] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   102.871] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   102.873] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[   102.873] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   102.873] (**) Option "Device" "/dev/input/event7"
[   102.875] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   102.878] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   102.879] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[   102.880] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event7"
[   102.880] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   102.882] (**) Option "AccelerationScheme" "none"
[   102.882] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   102.882] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   102.882] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   102.884] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   102.887] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   102.889] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   102.889] (II) No input driver specified, ignoring this device.
[   102.889] (II) This device may have been added with another device file.
[   102.890] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   102.890] (II) No input driver specified, ignoring this device.
[   102.890] (II) This device may have been added with another device file.
[   112.370] (**) Option "fd" "20"
[   112.370] (II) event3  - Power Button: device removed
[   112.370] (**) Option "fd" "23"
[   112.370] (II) event6  - Video Bus: device removed
[   112.370] (**) Option "fd" "24"
[   112.370] (II) event2  - Power Button: device removed
[   112.370] (**) Option "fd" "25"
[   112.371] (II) event1  - Sleep Button: device removed
[   112.371] (**) Option "fd" "26"
[   112.371] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device removed
[   112.371] (**) Option "fd" "27"
[   112.371] (II) event4  - AT Translated Set 2 keyboard: device removed
[   112.371] (**) Option "fd" "28"
[   112.371] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[   112.713] (II) systemd-logind: got pause for 13:68
[   112.713] (II) systemd-logind: got pause for 13:71
[   112.713] (II) systemd-logind: got pause for 13:70
[   112.713] (II) systemd-logind: got pause for 13:66
[   112.713] (II) systemd-logind: got pause for 13:72
[   112.713] (II) systemd-logind: got pause for 13:67
[   112.713] (II) systemd-logind: got pause for 13:65

Offline

#16 2022-04-07 19:25:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

[    98.946] (**) VESA(0): *Built-in mode "1280x960"

You don't have to add the modeline, afaiu you wanted it to become the default option?

Option 		"PreferredMode"	"1280x960"

Online

#17 2022-04-11 17:09:43

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: Configure Xorg display resolution

Doesn't make a difference. The configuration still gets ignored:

Section "Monitor"
	Identifier	"default"
	Option		"PreferredMode" "1280x960"
EndSection

And the Xorg.0.log:

[   149.700] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[   149.703] Current Operating System: Linux P150HM 5.16.15-arch1-1 #1 SMP PREEMPT Thu, 17 Mar 2022 00:30:09 +0000 x86_64
[   149.704] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f7881804-8793-4e17-9905-f6e0aa8bd56e rw loglevel=3 nomodeset
[   149.706]  
[   149.707] Current version of pixman: 0.40.0
[   149.709] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   149.709] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   149.715] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 11 12:58:33 2022
[   149.772] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   149.773] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   149.854] (==) No Layout section.  Using the first Screen section.
[   149.854] (==) No screen section available. Using defaults.
[   149.854] (**) |-->Screen "Default Screen Section" (0)
[   149.854] (**) |   |-->Monitor "<default monitor>"
[   149.855] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   149.855] (==) Automatically adding devices
[   149.855] (==) Automatically enabling devices
[   149.855] (==) Automatically adding GPU devices
[   149.855] (==) Automatically binding GPU devices
[   149.855] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   149.866] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   149.866] 	Entry deleted from font path.
[   149.867] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   149.867] 	Entry deleted from font path.
[   149.867] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   149.867] 	Entry deleted from font path.
[   149.867] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   149.867] 	Entry deleted from font path.
[   149.867] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   149.867] 	Entry deleted from font path.
[   149.867] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   149.867] 	Entry deleted from font path.
[   149.867] (==) FontPath set to:
	
[   149.867] (==) ModulePath set to "/usr/lib/xorg/modules"
[   149.867] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   149.867] (II) Module ABI versions:
[   149.867] 	X.Org ANSI C Emulation: 0.4
[   149.867] 	X.Org Video Driver: 25.2
[   149.867] 	X.Org XInput driver : 24.4
[   149.867] 	X.Org Server Extension : 10.0
[   149.869] (++) using VT number 2

[   149.874] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   149.884] (--) PCI:*(1@0:0:0) 1002:6720:1558:5102 rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   149.884] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   149.884] (II) LoadModule: "glx"
[   149.918] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   150.028] (II) Module glx: vendor="X.Org Foundation"
[   150.028] 	compiled for 1.21.1.3, module version = 1.0.0
[   150.028] 	ABI class: X.Org Server Extension, version 10.0
[   150.029] (==) Matched ati as autoconfigured driver 0
[   150.029] (==) Matched modesetting as autoconfigured driver 1
[   150.029] (==) Matched fbdev as autoconfigured driver 2
[   150.029] (==) Matched vesa as autoconfigured driver 3
[   150.029] (==) Assigned the driver to the xf86ConfigLayout
[   150.029] (II) LoadModule: "ati"
[   150.093] (WW) Warning, couldn't open module ati
[   150.093] (EE) Failed to load module "ati" (module does not exist, 0)
[   150.093] (II) LoadModule: "modesetting"
[   150.093] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   150.472] (II) Module modesetting: vendor="X.Org Foundation"
[   150.472] 	compiled for 1.21.1.3, module version = 1.21.1
[   150.473] 	Module class: X.Org Video Driver
[   150.473] 	ABI class: X.Org Video Driver, version 25.2
[   150.473] (II) LoadModule: "fbdev"
[   150.473] (WW) Warning, couldn't open module fbdev
[   150.473] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   150.473] (II) LoadModule: "vesa"
[   150.473] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   150.506] (II) Module vesa: vendor="X.Org Foundation"
[   150.506] 	compiled for 1.21.1.1, module version = 2.5.0
[   150.506] 	Module class: X.Org Video Driver
[   150.506] 	ABI class: X.Org Video Driver, version 25.2
[   150.506] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   150.506] (II) VESA: driver for VESA chipsets: vesa
[   150.507] (EE) open /dev/dri/card0: No such file or directory
[   150.507] (WW) Falling back to old probe method for modesetting
[   150.507] (EE) open /dev/dri/card0: No such file or directory
[   150.507] (EE) Screen 0 deleted because of no matching config section.
[   150.507] (II) UnloadModule: "modesetting"
[   150.507] (II) Loading sub module "vbe"
[   150.507] (II) LoadModule: "vbe"
[   150.508] (II) Loading /usr/lib/xorg/modules/libint10.so
[   150.515] (II) Module int10: vendor="X.Org Foundation"
[   150.515] 	compiled for 1.21.1.3, module version = 1.0.0
[   150.516] 	ABI class: X.Org Video Driver, version 25.2
[   150.516] (II) Loading sub module "int10"
[   150.516] (II) LoadModule: "int10"
[   150.516] (II) Loading /usr/lib/xorg/modules/libint10.so
[   150.516] (II) Module int10: vendor="X.Org Foundation"
[   150.516] 	compiled for 1.21.1.3, module version = 1.0.0
[   150.516] 	ABI class: X.Org Video Driver, version 25.2
[   150.516] (II) VESA(0): initializing int10
[   150.518] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   150.519] (II) VESA(0): VESA BIOS detected
[   150.519] (II) VESA(0): VESA VBE Version 3.0
[   150.519] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[   150.519] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[   150.519] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[   150.519] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[   150.519] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[   150.519] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[   150.559] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   150.559] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[   150.559] (==) VESA(0): RGB weight 888
[   150.559] (==) VESA(0): Default visual is TrueColor
[   150.559] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[   150.559] (II) Loading sub module "ddc"
[   150.559] (II) LoadModule: "ddc"
[   150.559] (II) Module "ddc" already built-in
[   150.560] (II) VESA(0): VESA VBE DDC supported
[   150.560] (II) VESA(0): VESA VBE DDC Level 2
[   150.560] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[   150.628] (II) VESA(0): VESA VBE DDC read successfully
[   150.628] (II) VESA(0): Manufacturer: LGD  Model: 1fb  Serial#: 0
[   150.628] (II) VESA(0): Year: 2009  Week: 0
[   150.628] (II) VESA(0): EDID Version: 1.3
[   150.628] (II) VESA(0): Digital Display Input
[   150.628] (II) VESA(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[   150.628] (II) VESA(0): Gamma: 2.20
[   150.628] (II) VESA(0): No DPMS capabilities specified
[   150.628] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   150.628] (II) VESA(0): First detailed timing is preferred mode
[   150.628] (II) VESA(0): redX: 0.621 redY: 0.352   greenX: 0.314 greenY: 0.586
[   150.628] (II) VESA(0): blueX: 0.147 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[   150.628] (II) VESA(0): Manufacturer's mask: 0
[   150.628] (II) VESA(0): Supported detailed timing:
[   150.628] (II) VESA(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[   150.628] (II) VESA(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   150.628] (II) VESA(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[   150.628] (II) VESA(0):  LG Display
[   150.628] (II) VESA(0):  LP156WF1-TLE1
[   150.628] (II) VESA(0): EDID (in hex):
[   150.628] (II) VESA(0): 	00ffffffffffff0030e4fb0100000000
[   150.628] (II) VESA(0): 	00130103802313780a08d59f5a509625
[   150.628] (II) VESA(0): 	1e505400000001010101010101010101
[   150.628] (II) VESA(0): 	0101010101011a3680a070381f403020
[   150.628] (II) VESA(0): 	350059c2100000190000000000000000
[   150.628] (II) VESA(0): 	00000000000000000000000000fe004c
[   150.628] (II) VESA(0): 	4720446973706c61790a2020000000fe
[   150.628] (II) VESA(0): 	004c503135365746312d544c4531009c
[   150.628] (II) VESA(0): EDID vendor "LGD", prod id 507
[   150.628] (II) VESA(0): Printing DDC gathered Modelines:
[   150.628] (II) VESA(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[   150.628] (II) VESA(0): Searching for matching VESA mode(s):
[   150.628] Mode: 100 (640x400)
[   150.628] 	ModeAttributes: 0xbb
[   150.628] 	WinAAttributes: 0x7
[   150.628] 	WinBAttributes: 0x0
[   150.628] 	WinGranularity: 64
[   150.628] 	WinSize: 64
[   150.628] 	WinASegment: 0xa000
[   150.628] 	WinBSegment: 0x0
[   150.628] 	WinFuncPtr: 0xc00051d3
[   150.628] 	BytesPerScanline: 640
[   150.628] 	XResolution: 640
[   150.628] 	YResolution: 400
[   150.628] 	XCharSize: 8
[   150.628] 	YCharSize: 16
[   150.628] 	NumberOfPlanes: 1
[   150.628] 	BitsPerPixel: 8
[   150.628] 	NumberOfBanks: 1
[   150.628] 	MemoryModel: 4
[   150.628] 	BankSize: 0
[   150.628] 	NumberOfImages: 63
[   150.628] 	RedMaskSize: 0
[   150.628] 	RedFieldPosition: 0
[   150.629] 	GreenMaskSize: 0
[   150.629] 	GreenFieldPosition: 0
[   150.629] 	BlueMaskSize: 0
[   150.629] 	BlueFieldPosition: 0
[   150.629] 	RsvdMaskSize: 0
[   150.629] 	RsvdFieldPosition: 0
[   150.629] 	DirectColorModeInfo: 0
[   150.629] 	PhysBasePtr: 0xe0000000
[   150.629] 	LinBytesPerScanLine: 640
[   150.629] 	BnkNumberOfImagePages: 63
[   150.629] 	LinNumberOfImagePages: 63
[   150.629] 	LinRedMaskSize: 0
[   150.629] 	LinRedFieldPosition: 0
[   150.629] 	LinGreenMaskSize: 0
[   150.629] 	LinGreenFieldPosition: 0
[   150.629] 	LinBlueMaskSize: 0
[   150.629] 	LinBlueFieldPosition: 0
[   150.629] 	LinRsvdMaskSize: 0
[   150.629] 	LinRsvdFieldPosition: 0
[   150.629] 	MaxPixelClock: 400000000
[   150.629] Mode: 101 (640x480)
[   150.629] 	ModeAttributes: 0xbb
[   150.629] 	WinAAttributes: 0x7
[   150.629] 	WinBAttributes: 0x0
[   150.629] 	WinGranularity: 64
[   150.629] 	WinSize: 64
[   150.629] 	WinASegment: 0xa000
[   150.629] 	WinBSegment: 0x0
[   150.629] 	WinFuncPtr: 0xc00051d3
[   150.629] 	BytesPerScanline: 640
[   150.629] 	XResolution: 640
[   150.629] 	YResolution: 480
[   150.629] 	XCharSize: 8
[   150.629] 	YCharSize: 16
[   150.629] 	NumberOfPlanes: 1
[   150.629] 	BitsPerPixel: 8
[   150.629] 	NumberOfBanks: 1
[   150.629] 	MemoryModel: 4
[   150.629] 	BankSize: 0
[   150.629] 	NumberOfImages: 50
[   150.629] 	RedMaskSize: 0
[   150.629] 	RedFieldPosition: 0
[   150.629] 	GreenMaskSize: 0
[   150.629] 	GreenFieldPosition: 0
[   150.629] 	BlueMaskSize: 0
[   150.629] 	BlueFieldPosition: 0
[   150.629] 	RsvdMaskSize: 0
[   150.629] 	RsvdFieldPosition: 0
[   150.629] 	DirectColorModeInfo: 0
[   150.629] 	PhysBasePtr: 0xe0000000
[   150.629] 	LinBytesPerScanLine: 640
[   150.629] 	BnkNumberOfImagePages: 50
[   150.629] 	LinNumberOfImagePages: 50
[   150.629] 	LinRedMaskSize: 0
[   150.629] 	LinRedFieldPosition: 0
[   150.629] 	LinGreenMaskSize: 0
[   150.629] 	LinGreenFieldPosition: 0
[   150.629] 	LinBlueMaskSize: 0
[   150.629] 	LinBlueFieldPosition: 0
[   150.629] 	LinRsvdMaskSize: 0
[   150.629] 	LinRsvdFieldPosition: 0
[   150.629] 	MaxPixelClock: 400000000
[   150.630] Mode: 103 (800x600)
[   150.630] 	ModeAttributes: 0xbb
[   150.630] 	WinAAttributes: 0x7
[   150.630] 	WinBAttributes: 0x0
[   150.630] 	WinGranularity: 64
[   150.630] 	WinSize: 64
[   150.630] 	WinASegment: 0xa000
[   150.630] 	WinBSegment: 0x0
[   150.630] 	WinFuncPtr: 0xc00051d3
[   150.630] 	BytesPerScanline: 832
[   150.630] 	XResolution: 800
[   150.630] 	YResolution: 600
[   150.630] 	XCharSize: 8
[   150.630] 	YCharSize: 14
[   150.630] 	NumberOfPlanes: 1
[   150.630] 	BitsPerPixel: 8
[   150.630] 	NumberOfBanks: 1
[   150.630] 	MemoryModel: 4
[   150.630] 	BankSize: 0
[   150.630] 	NumberOfImages: 31
[   150.630] 	RedMaskSize: 0
[   150.630] 	RedFieldPosition: 0
[   150.630] 	GreenMaskSize: 0
[   150.630] 	GreenFieldPosition: 0
[   150.630] 	BlueMaskSize: 0
[   150.630] 	BlueFieldPosition: 0
[   150.630] 	RsvdMaskSize: 0
[   150.630] 	RsvdFieldPosition: 0
[   150.630] 	DirectColorModeInfo: 0
[   150.630] 	PhysBasePtr: 0xe0000000
[   150.630] 	LinBytesPerScanLine: 832
[   150.630] 	BnkNumberOfImagePages: 31
[   150.630] 	LinNumberOfImagePages: 31
[   150.630] 	LinRedMaskSize: 0
[   150.630] 	LinRedFieldPosition: 0
[   150.630] 	LinGreenMaskSize: 0
[   150.630] 	LinGreenFieldPosition: 0
[   150.630] 	LinBlueMaskSize: 0
[   150.630] 	LinBlueFieldPosition: 0
[   150.630] 	LinRsvdMaskSize: 0
[   150.630] 	LinRsvdFieldPosition: 0
[   150.630] 	MaxPixelClock: 400000000
[   150.630] Mode: 105 (1024x768)
[   150.630] 	ModeAttributes: 0xbb
[   150.630] 	WinAAttributes: 0x7
[   150.630] 	WinBAttributes: 0x0
[   150.630] 	WinGranularity: 64
[   150.630] 	WinSize: 64
[   150.630] 	WinASegment: 0xa000
[   150.630] 	WinBSegment: 0x0
[   150.630] 	WinFuncPtr: 0xc00051d3
[   150.630] 	BytesPerScanline: 1024
[   150.630] 	XResolution: 1024
[   150.630] 	YResolution: 768
[   150.630] 	XCharSize: 8
[   150.630] 	YCharSize: 16
[   150.630] 	NumberOfPlanes: 1
[   150.630] 	BitsPerPixel: 8
[   150.630] 	NumberOfBanks: 1
[   150.630] 	MemoryModel: 4
[   150.630] 	BankSize: 0
[   150.630] 	NumberOfImages: 18
[   150.630] 	RedMaskSize: 0
[   150.630] 	RedFieldPosition: 0
[   150.630] 	GreenMaskSize: 0
[   150.630] 	GreenFieldPosition: 0
[   150.630] 	BlueMaskSize: 0
[   150.630] 	BlueFieldPosition: 0
[   150.630] 	RsvdMaskSize: 0
[   150.630] 	RsvdFieldPosition: 0
[   150.630] 	DirectColorModeInfo: 0
[   150.630] 	PhysBasePtr: 0xe0000000
[   150.630] 	LinBytesPerScanLine: 1024
[   150.630] 	BnkNumberOfImagePages: 18
[   150.630] 	LinNumberOfImagePages: 18
[   150.630] 	LinRedMaskSize: 0
[   150.630] 	LinRedFieldPosition: 0
[   150.630] 	LinGreenMaskSize: 0
[   150.630] 	LinGreenFieldPosition: 0
[   150.630] 	LinBlueMaskSize: 0
[   150.630] 	LinBlueFieldPosition: 0
[   150.630] 	LinRsvdMaskSize: 0
[   150.630] 	LinRsvdFieldPosition: 0
[   150.630] 	MaxPixelClock: 400000000
[   150.631] Mode: 107 (1280x1024)
[   150.631] 	ModeAttributes: 0xbb
[   150.631] 	WinAAttributes: 0x7
[   150.631] 	WinBAttributes: 0x0
[   150.631] 	WinGranularity: 64
[   150.631] 	WinSize: 64
[   150.631] 	WinASegment: 0xa000
[   150.631] 	WinBSegment: 0x0
[   150.631] 	WinFuncPtr: 0xc00051d3
[   150.631] 	BytesPerScanline: 1280
[   150.631] 	XResolution: 1280
[   150.631] 	YResolution: 1024
[   150.631] 	XCharSize: 8
[   150.631] 	YCharSize: 16
[   150.631] 	NumberOfPlanes: 1
[   150.631] 	BitsPerPixel: 8
[   150.631] 	NumberOfBanks: 1
[   150.631] 	MemoryModel: 4
[   150.631] 	BankSize: 0
[   150.631] 	NumberOfImages: 11
[   150.631] 	RedMaskSize: 0
[   150.631] 	RedFieldPosition: 0
[   150.631] 	GreenMaskSize: 0
[   150.631] 	GreenFieldPosition: 0
[   150.631] 	BlueMaskSize: 0
[   150.631] 	BlueFieldPosition: 0
[   150.631] 	RsvdMaskSize: 0
[   150.631] 	RsvdFieldPosition: 0
[   150.631] 	DirectColorModeInfo: 0
[   150.631] 	PhysBasePtr: 0xe0000000
[   150.631] 	LinBytesPerScanLine: 1280
[   150.631] 	BnkNumberOfImagePages: 11
[   150.631] 	LinNumberOfImagePages: 11
[   150.631] 	LinRedMaskSize: 0
[   150.631] 	LinRedFieldPosition: 0
[   150.631] 	LinGreenMaskSize: 0
[   150.631] 	LinGreenFieldPosition: 0
[   150.631] 	LinBlueMaskSize: 0
[   150.631] 	LinBlueFieldPosition: 0
[   150.631] 	LinRsvdMaskSize: 0
[   150.631] 	LinRsvdFieldPosition: 0
[   150.631] 	MaxPixelClock: 400000000
[   150.631] Mode: 110 (640x480)
[   150.631] 	ModeAttributes: 0xbb
[   150.631] 	WinAAttributes: 0x7
[   150.631] 	WinBAttributes: 0x0
[   150.631] 	WinGranularity: 64
[   150.631] 	WinSize: 64
[   150.631] 	WinASegment: 0xa000
[   150.631] 	WinBSegment: 0x0
[   150.631] 	WinFuncPtr: 0xc00051d3
[   150.631] 	BytesPerScanline: 1280
[   150.631] 	XResolution: 640
[   150.631] 	YResolution: 480
[   150.631] 	XCharSize: 8
[   150.631] 	YCharSize: 16
[   150.631] 	NumberOfPlanes: 1
[   150.631] 	BitsPerPixel: 16
[   150.631] 	NumberOfBanks: 1
[   150.631] 	MemoryModel: 6
[   150.631] 	BankSize: 0
[   150.631] 	NumberOfImages: 24
[   150.631] 	RedMaskSize: 5
[   150.631] 	RedFieldPosition: 10
[   150.631] 	GreenMaskSize: 5
[   150.631] 	GreenFieldPosition: 5
[   150.631] 	BlueMaskSize: 5
[   150.631] 	BlueFieldPosition: 0
[   150.631] 	RsvdMaskSize: 0
[   150.631] 	RsvdFieldPosition: 0
[   150.631] 	DirectColorModeInfo: 0
[   150.632] 	PhysBasePtr: 0xe0000000
[   150.632] 	LinBytesPerScanLine: 1280
[   150.632] 	BnkNumberOfImagePages: 24
[   150.632] 	LinNumberOfImagePages: 24
[   150.632] 	LinRedMaskSize: 5
[   150.632] 	LinRedFieldPosition: 10
[   150.632] 	LinGreenMaskSize: 5
[   150.632] 	LinGreenFieldPosition: 5
[   150.632] 	LinBlueMaskSize: 5
[   150.632] 	LinBlueFieldPosition: 0
[   150.632] 	LinRsvdMaskSize: 0
[   150.632] 	LinRsvdFieldPosition: 0
[   150.632] 	MaxPixelClock: 400000000
[   150.632] Mode: 111 (640x480)
[   150.632] 	ModeAttributes: 0xbb
[   150.632] 	WinAAttributes: 0x7
[   150.632] 	WinBAttributes: 0x0
[   150.632] 	WinGranularity: 64
[   150.632] 	WinSize: 64
[   150.632] 	WinASegment: 0xa000
[   150.632] 	WinBSegment: 0x0
[   150.632] 	WinFuncPtr: 0xc00051d3
[   150.632] 	BytesPerScanline: 1280
[   150.632] 	XResolution: 640
[   150.632] 	YResolution: 480
[   150.632] 	XCharSize: 8
[   150.632] 	YCharSize: 16
[   150.632] 	NumberOfPlanes: 1
[   150.632] 	BitsPerPixel: 16
[   150.632] 	NumberOfBanks: 1
[   150.632] 	MemoryModel: 6
[   150.632] 	BankSize: 0
[   150.632] 	NumberOfImages: 24
[   150.632] 	RedMaskSize: 5
[   150.632] 	RedFieldPosition: 11
[   150.632] 	GreenMaskSize: 6
[   150.632] 	GreenFieldPosition: 5
[   150.632] 	BlueMaskSize: 5
[   150.632] 	BlueFieldPosition: 0
[   150.632] 	RsvdMaskSize: 0
[   150.632] 	RsvdFieldPosition: 0
[   150.632] 	DirectColorModeInfo: 0
[   150.632] 	PhysBasePtr: 0xe0000000
[   150.632] 	LinBytesPerScanLine: 1280
[   150.632] 	BnkNumberOfImagePages: 24
[   150.632] 	LinNumberOfImagePages: 24
[   150.632] 	LinRedMaskSize: 5
[   150.632] 	LinRedFieldPosition: 11
[   150.632] 	LinGreenMaskSize: 6
[   150.632] 	LinGreenFieldPosition: 5
[   150.632] 	LinBlueMaskSize: 5
[   150.632] 	LinBlueFieldPosition: 0
[   150.632] 	LinRsvdMaskSize: 0
[   150.632] 	LinRsvdFieldPosition: 0
[   150.632] 	MaxPixelClock: 400000000
[   150.632] Mode: 113 (800x600)
[   150.632] 	ModeAttributes: 0xbb
[   150.633] 	WinAAttributes: 0x7
[   150.633] 	WinBAttributes: 0x0
[   150.633] 	WinGranularity: 64
[   150.633] 	WinSize: 64
[   150.633] 	WinASegment: 0xa000
[   150.633] 	WinBSegment: 0x0
[   150.633] 	WinFuncPtr: 0xc00051d3
[   150.633] 	BytesPerScanline: 1600
[   150.633] 	XResolution: 800
[   150.633] 	YResolution: 600
[   150.633] 	XCharSize: 8
[   150.633] 	YCharSize: 14
[   150.633] 	NumberOfPlanes: 1
[   150.633] 	BitsPerPixel: 16
[   150.633] 	NumberOfBanks: 1
[   150.633] 	MemoryModel: 6
[   150.633] 	BankSize: 0
[   150.633] 	NumberOfImages: 16
[   150.633] 	RedMaskSize: 5
[   150.633] 	RedFieldPosition: 10
[   150.633] 	GreenMaskSize: 5
[   150.633] 	GreenFieldPosition: 5
[   150.633] 	BlueMaskSize: 5
[   150.633] 	BlueFieldPosition: 0
[   150.633] 	RsvdMaskSize: 0
[   150.633] 	RsvdFieldPosition: 0
[   150.633] 	DirectColorModeInfo: 0
[   150.633] 	PhysBasePtr: 0xe0000000
[   150.633] 	LinBytesPerScanLine: 1600
[   150.633] 	BnkNumberOfImagePages: 16
[   150.633] 	LinNumberOfImagePages: 16
[   150.633] 	LinRedMaskSize: 5
[   150.633] 	LinRedFieldPosition: 10
[   150.633] 	LinGreenMaskSize: 5
[   150.633] 	LinGreenFieldPosition: 5
[   150.633] 	LinBlueMaskSize: 5
[   150.633] 	LinBlueFieldPosition: 0
[   150.633] 	LinRsvdMaskSize: 0
[   150.633] 	LinRsvdFieldPosition: 0
[   150.633] 	MaxPixelClock: 400000000
[   150.633] Mode: 114 (800x600)
[   150.633] 	ModeAttributes: 0xbb
[   150.633] 	WinAAttributes: 0x7
[   150.633] 	WinBAttributes: 0x0
[   150.633] 	WinGranularity: 64
[   150.633] 	WinSize: 64
[   150.633] 	WinASegment: 0xa000
[   150.633] 	WinBSegment: 0x0
[   150.633] 	WinFuncPtr: 0xc00051d3
[   150.633] 	BytesPerScanline: 1600
[   150.633] 	XResolution: 800
[   150.633] 	YResolution: 600
[   150.633] 	XCharSize: 8
[   150.633] 	YCharSize: 14
[   150.633] 	NumberOfPlanes: 1
[   150.633] 	BitsPerPixel: 16
[   150.633] 	NumberOfBanks: 1
[   150.633] 	MemoryModel: 6
[   150.633] 	BankSize: 0
[   150.633] 	NumberOfImages: 16
[   150.633] 	RedMaskSize: 5
[   150.633] 	RedFieldPosition: 11
[   150.633] 	GreenMaskSize: 6
[   150.633] 	GreenFieldPosition: 5
[   150.633] 	BlueMaskSize: 5
[   150.633] 	BlueFieldPosition: 0
[   150.633] 	RsvdMaskSize: 0
[   150.633] 	RsvdFieldPosition: 0
[   150.633] 	DirectColorModeInfo: 0
[   150.633] 	PhysBasePtr: 0xe0000000
[   150.633] 	LinBytesPerScanLine: 1600
[   150.633] 	BnkNumberOfImagePages: 16
[   150.633] 	LinNumberOfImagePages: 16
[   150.633] 	LinRedMaskSize: 5
[   150.633] 	LinRedFieldPosition: 11
[   150.633] 	LinGreenMaskSize: 6
[   150.633] 	LinGreenFieldPosition: 5
[   150.633] 	LinBlueMaskSize: 5
[   150.633] 	LinBlueFieldPosition: 0
[   150.633] 	LinRsvdMaskSize: 0
[   150.633] 	LinRsvdFieldPosition: 0
[   150.633] 	MaxPixelClock: 400000000
[   150.634] Mode: 116 (1024x768)
[   150.634] 	ModeAttributes: 0xbb
[   150.634] 	WinAAttributes: 0x7
[   150.634] 	WinBAttributes: 0x0
[   150.634] 	WinGranularity: 64
[   150.634] 	WinSize: 64
[   150.634] 	WinASegment: 0xa000
[   150.634] 	WinBSegment: 0x0
[   150.634] 	WinFuncPtr: 0xc00051d3
[   150.634] 	BytesPerScanline: 2048
[   150.634] 	XResolution: 1024
[   150.634] 	YResolution: 768
[   150.634] 	XCharSize: 8
[   150.634] 	YCharSize: 16
[   150.634] 	NumberOfPlanes: 1
[   150.634] 	BitsPerPixel: 16
[   150.634] 	NumberOfBanks: 1
[   150.634] 	MemoryModel: 6
[   150.634] 	BankSize: 0
[   150.634] 	NumberOfImages: 9
[   150.634] 	RedMaskSize: 5
[   150.634] 	RedFieldPosition: 10
[   150.634] 	GreenMaskSize: 5
[   150.634] 	GreenFieldPosition: 5
[   150.634] 	BlueMaskSize: 5
[   150.634] 	BlueFieldPosition: 0
[   150.634] 	RsvdMaskSize: 0
[   150.634] 	RsvdFieldPosition: 0
[   150.634] 	DirectColorModeInfo: 0
[   150.634] 	PhysBasePtr: 0xe0000000
[   150.634] 	LinBytesPerScanLine: 2048
[   150.634] 	BnkNumberOfImagePages: 9
[   150.634] 	LinNumberOfImagePages: 9
[   150.634] 	LinRedMaskSize: 5
[   150.634] 	LinRedFieldPosition: 10
[   150.634] 	LinGreenMaskSize: 5
[   150.634] 	LinGreenFieldPosition: 5
[   150.634] 	LinBlueMaskSize: 5
[   150.634] 	LinBlueFieldPosition: 0
[   150.634] 	LinRsvdMaskSize: 0
[   150.634] 	LinRsvdFieldPosition: 0
[   150.634] 	MaxPixelClock: 400000000
[   150.634] Mode: 117 (1024x768)
[   150.634] 	ModeAttributes: 0xbb
[   150.634] 	WinAAttributes: 0x7
[   150.634] 	WinBAttributes: 0x0
[   150.634] 	WinGranularity: 64
[   150.634] 	WinSize: 64
[   150.634] 	WinASegment: 0xa000
[   150.634] 	WinBSegment: 0x0
[   150.634] 	WinFuncPtr: 0xc00051d3
[   150.634] 	BytesPerScanline: 2048
[   150.634] 	XResolution: 1024
[   150.634] 	YResolution: 768
[   150.634] 	XCharSize: 8
[   150.634] 	YCharSize: 16
[   150.634] 	NumberOfPlanes: 1
[   150.634] 	BitsPerPixel: 16
[   150.634] 	NumberOfBanks: 1
[   150.634] 	MemoryModel: 6
[   150.634] 	BankSize: 0
[   150.634] 	NumberOfImages: 9
[   150.634] 	RedMaskSize: 5
[   150.634] 	RedFieldPosition: 11
[   150.634] 	GreenMaskSize: 6
[   150.634] 	GreenFieldPosition: 5
[   150.634] 	BlueMaskSize: 5
[   150.634] 	BlueFieldPosition: 0
[   150.634] 	RsvdMaskSize: 0
[   150.634] 	RsvdFieldPosition: 0
[   150.634] 	DirectColorModeInfo: 0
[   150.634] 	PhysBasePtr: 0xe0000000
[   150.634] 	LinBytesPerScanLine: 2048
[   150.634] 	BnkNumberOfImagePages: 9
[   150.634] 	LinNumberOfImagePages: 9
[   150.634] 	LinRedMaskSize: 5
[   150.634] 	LinRedFieldPosition: 11
[   150.634] 	LinGreenMaskSize: 6
[   150.634] 	LinGreenFieldPosition: 5
[   150.634] 	LinBlueMaskSize: 5
[   150.634] 	LinBlueFieldPosition: 0
[   150.634] 	LinRsvdMaskSize: 0
[   150.634] 	LinRsvdFieldPosition: 0
[   150.634] 	MaxPixelClock: 400000000
[   150.635] Mode: 119 (1280x1024)
[   150.635] 	ModeAttributes: 0xbb
[   150.635] 	WinAAttributes: 0x7
[   150.635] 	WinBAttributes: 0x0
[   150.635] 	WinGranularity: 64
[   150.635] 	WinSize: 64
[   150.635] 	WinASegment: 0xa000
[   150.635] 	WinBSegment: 0x0
[   150.635] 	WinFuncPtr: 0xc00051d3
[   150.635] 	BytesPerScanline: 2560
[   150.635] 	XResolution: 1280
[   150.635] 	YResolution: 1024
[   150.635] 	XCharSize: 8
[   150.635] 	YCharSize: 16
[   150.635] 	NumberOfPlanes: 1
[   150.635] 	BitsPerPixel: 16
[   150.635] 	NumberOfBanks: 1
[   150.635] 	MemoryModel: 6
[   150.635] 	BankSize: 0
[   150.635] 	NumberOfImages: 5
[   150.635] 	RedMaskSize: 5
[   150.635] 	RedFieldPosition: 10
[   150.635] 	GreenMaskSize: 5
[   150.635] 	GreenFieldPosition: 5
[   150.635] 	BlueMaskSize: 5
[   150.635] 	BlueFieldPosition: 0
[   150.635] 	RsvdMaskSize: 0
[   150.635] 	RsvdFieldPosition: 0
[   150.635] 	DirectColorModeInfo: 0
[   150.635] 	PhysBasePtr: 0xe0000000
[   150.635] 	LinBytesPerScanLine: 2560
[   150.635] 	BnkNumberOfImagePages: 5
[   150.635] 	LinNumberOfImagePages: 5
[   150.635] 	LinRedMaskSize: 5
[   150.635] 	LinRedFieldPosition: 10
[   150.635] 	LinGreenMaskSize: 5
[   150.635] 	LinGreenFieldPosition: 5
[   150.635] 	LinBlueMaskSize: 5
[   150.635] 	LinBlueFieldPosition: 0
[   150.635] 	LinRsvdMaskSize: 0
[   150.635] 	LinRsvdFieldPosition: 0
[   150.635] 	MaxPixelClock: 400000000
[   150.635] Mode: 11a (1280x1024)
[   150.635] 	ModeAttributes: 0xbb
[   150.635] 	WinAAttributes: 0x7
[   150.635] 	WinBAttributes: 0x0
[   150.635] 	WinGranularity: 64
[   150.635] 	WinSize: 64
[   150.635] 	WinASegment: 0xa000
[   150.635] 	WinBSegment: 0x0
[   150.635] 	WinFuncPtr: 0xc00051d3
[   150.635] 	BytesPerScanline: 2560
[   150.635] 	XResolution: 1280
[   150.635] 	YResolution: 1024
[   150.635] 	XCharSize: 8
[   150.635] 	YCharSize: 16
[   150.635] 	NumberOfPlanes: 1
[   150.635] 	BitsPerPixel: 16
[   150.635] 	NumberOfBanks: 1
[   150.635] 	MemoryModel: 6
[   150.635] 	BankSize: 0
[   150.635] 	NumberOfImages: 5
[   150.636] 	RedMaskSize: 5
[   150.636] 	RedFieldPosition: 11
[   150.636] 	GreenMaskSize: 6
[   150.636] 	GreenFieldPosition: 5
[   150.636] 	BlueMaskSize: 5
[   150.636] 	BlueFieldPosition: 0
[   150.636] 	RsvdMaskSize: 0
[   150.636] 	RsvdFieldPosition: 0
[   150.636] 	DirectColorModeInfo: 0
[   150.636] 	PhysBasePtr: 0xe0000000
[   150.636] 	LinBytesPerScanLine: 2560
[   150.636] 	BnkNumberOfImagePages: 5
[   150.636] 	LinNumberOfImagePages: 5
[   150.636] 	LinRedMaskSize: 5
[   150.636] 	LinRedFieldPosition: 11
[   150.636] 	LinGreenMaskSize: 6
[   150.636] 	LinGreenFieldPosition: 5
[   150.636] 	LinBlueMaskSize: 5
[   150.636] 	LinBlueFieldPosition: 0
[   150.636] 	LinRsvdMaskSize: 0
[   150.636] 	LinRsvdFieldPosition: 0
[   150.636] 	MaxPixelClock: 400000000
[   150.636] Mode: 10d (320x200)
[   150.636] 	ModeAttributes: 0xbb
[   150.636] 	WinAAttributes: 0x7
[   150.636] 	WinBAttributes: 0x0
[   150.636] 	WinGranularity: 64
[   150.636] 	WinSize: 64
[   150.636] 	WinASegment: 0xa000
[   150.636] 	WinBSegment: 0x0
[   150.636] 	WinFuncPtr: 0xc00051d3
[   150.636] 	BytesPerScanline: 640
[   150.636] 	XResolution: 320
[   150.636] 	YResolution: 200
[   150.636] 	XCharSize: 8
[   150.636] 	YCharSize: 8
[   150.636] 	NumberOfPlanes: 1
[   150.636] 	BitsPerPixel: 16
[   150.636] 	NumberOfBanks: 1
[   150.636] 	MemoryModel: 6
[   150.636] 	BankSize: 0
[   150.636] 	NumberOfImages: 127
[   150.636] 	RedMaskSize: 5
[   150.636] 	RedFieldPosition: 10
[   150.636] 	GreenMaskSize: 5
[   150.636] 	GreenFieldPosition: 5
[   150.636] 	BlueMaskSize: 5
[   150.636] 	BlueFieldPosition: 0
[   150.636] 	RsvdMaskSize: 0
[   150.636] 	RsvdFieldPosition: 0
[   150.636] 	DirectColorModeInfo: 0
[   150.636] 	PhysBasePtr: 0xe0000000
[   150.636] 	LinBytesPerScanLine: 640
[   150.636] 	BnkNumberOfImagePages: 127
[   150.636] 	LinNumberOfImagePages: 127
[   150.636] 	LinRedMaskSize: 5
[   150.636] 	LinRedFieldPosition: 10
[   150.636] 	LinGreenMaskSize: 5
[   150.636] 	LinGreenFieldPosition: 5
[   150.636] 	LinBlueMaskSize: 5
[   150.636] 	LinBlueFieldPosition: 0
[   150.636] 	LinRsvdMaskSize: 0
[   150.636] 	LinRsvdFieldPosition: 0
[   150.636] 	MaxPixelClock: 400000000
[   150.637] Mode: 10e (320x200)
[   150.637] 	ModeAttributes: 0xbb
[   150.637] 	WinAAttributes: 0x7
[   150.637] 	WinBAttributes: 0x0
[   150.637] 	WinGranularity: 64
[   150.637] 	WinSize: 64
[   150.637] 	WinASegment: 0xa000
[   150.637] 	WinBSegment: 0x0
[   150.637] 	WinFuncPtr: 0xc00051d3
[   150.637] 	BytesPerScanline: 640
[   150.637] 	XResolution: 320
[   150.637] 	YResolution: 200
[   150.637] 	XCharSize: 8
[   150.637] 	YCharSize: 8
[   150.637] 	NumberOfPlanes: 1
[   150.637] 	BitsPerPixel: 16
[   150.637] 	NumberOfBanks: 1
[   150.637] 	MemoryModel: 6
[   150.637] 	BankSize: 0
[   150.637] 	NumberOfImages: 127
[   150.637] 	RedMaskSize: 5
[   150.637] 	RedFieldPosition: 11
[   150.637] 	GreenMaskSize: 6
[   150.637] 	GreenFieldPosition: 5
[   150.637] 	BlueMaskSize: 5
[   150.637] 	BlueFieldPosition: 0
[   150.637] 	RsvdMaskSize: 0
[   150.637] 	RsvdFieldPosition: 0
[   150.637] 	DirectColorModeInfo: 0
[   150.637] 	PhysBasePtr: 0xe0000000
[   150.637] 	LinBytesPerScanLine: 640
[   150.637] 	BnkNumberOfImagePages: 127
[   150.637] 	LinNumberOfImagePages: 127
[   150.637] 	LinRedMaskSize: 5
[   150.637] 	LinRedFieldPosition: 11
[   150.637] 	LinGreenMaskSize: 6
[   150.637] 	LinGreenFieldPosition: 5
[   150.637] 	LinBlueMaskSize: 5
[   150.637] 	LinBlueFieldPosition: 0
[   150.637] 	LinRsvdMaskSize: 0
[   150.637] 	LinRsvdFieldPosition: 0
[   150.637] 	MaxPixelClock: 400000000
[   150.637] *Mode: 120 (320x200)
[   150.637] 	ModeAttributes: 0xbb
[   150.637] 	WinAAttributes: 0x7
[   150.637] 	WinBAttributes: 0x0
[   150.637] 	WinGranularity: 64
[   150.637] 	WinSize: 64
[   150.637] 	WinASegment: 0xa000
[   150.637] 	WinBSegment: 0x0
[   150.637] 	WinFuncPtr: 0xc00051d3
[   150.637] 	BytesPerScanline: 1280
[   150.637] 	XResolution: 320
[   150.637] 	YResolution: 200
[   150.637] 	XCharSize: 8
[   150.637] 	YCharSize: 8
[   150.637] 	NumberOfPlanes: 1
[   150.637] 	BitsPerPixel: 32
[   150.637] 	NumberOfBanks: 1
[   150.637] 	MemoryModel: 6
[   150.637] 	BankSize: 0
[   150.637] 	NumberOfImages: 63
[   150.637] 	RedMaskSize: 8
[   150.637] 	RedFieldPosition: 16
[   150.637] 	GreenMaskSize: 8
[   150.637] 	GreenFieldPosition: 8
[   150.637] 	BlueMaskSize: 8
[   150.637] 	BlueFieldPosition: 0
[   150.637] 	RsvdMaskSize: 0
[   150.637] 	RsvdFieldPosition: 0
[   150.637] 	DirectColorModeInfo: 0
[   150.637] 	PhysBasePtr: 0xe0000000
[   150.637] 	LinBytesPerScanLine: 1280
[   150.637] 	BnkNumberOfImagePages: 63
[   150.637] 	LinNumberOfImagePages: 63
[   150.637] 	LinRedMaskSize: 8
[   150.637] 	LinRedFieldPosition: 16
[   150.637] 	LinGreenMaskSize: 8
[   150.637] 	LinGreenFieldPosition: 8
[   150.637] 	LinBlueMaskSize: 8
[   150.637] 	LinBlueFieldPosition: 0
[   150.637] 	LinRsvdMaskSize: 0
[   150.637] 	LinRsvdFieldPosition: 0
[   150.637] 	MaxPixelClock: 400000000
[   150.638] Mode: 193 (320x240)
[   150.638] 	ModeAttributes: 0xbb
[   150.638] 	WinAAttributes: 0x7
[   150.638] 	WinBAttributes: 0x0
[   150.638] 	WinGranularity: 64
[   150.638] 	WinSize: 64
[   150.638] 	WinASegment: 0xa000
[   150.638] 	WinBSegment: 0x0
[   150.638] 	WinFuncPtr: 0xc00051d3
[   150.638] 	BytesPerScanline: 320
[   150.638] 	XResolution: 320
[   150.638] 	YResolution: 240
[   150.638] 	XCharSize: 8
[   150.638] 	YCharSize: 8
[   150.638] 	NumberOfPlanes: 1
[   150.638] 	BitsPerPixel: 8
[   150.638] 	NumberOfBanks: 1
[   150.638] 	MemoryModel: 4
[   150.638] 	BankSize: 0
[   150.638] 	NumberOfImages: 127
[   150.638] 	RedMaskSize: 0
[   150.638] 	RedFieldPosition: 0
[   150.638] 	GreenMaskSize: 0
[   150.638] 	GreenFieldPosition: 0
[   150.638] 	BlueMaskSize: 0
[   150.638] 	BlueFieldPosition: 0
[   150.638] 	RsvdMaskSize: 0
[   150.638] 	RsvdFieldPosition: 0
[   150.638] 	DirectColorModeInfo: 0
[   150.638] 	PhysBasePtr: 0xe0000000
[   150.638] 	LinBytesPerScanLine: 320
[   150.638] 	BnkNumberOfImagePages: 127
[   150.638] 	LinNumberOfImagePages: 127
[   150.638] 	LinRedMaskSize: 0
[   150.638] 	LinRedFieldPosition: 0
[   150.638] 	LinGreenMaskSize: 0
[   150.638] 	LinGreenFieldPosition: 0
[   150.638] 	LinBlueMaskSize: 0
[   150.638] 	LinBlueFieldPosition: 0
[   150.638] 	LinRsvdMaskSize: 0
[   150.638] 	LinRsvdFieldPosition: 0
[   150.638] 	MaxPixelClock: 400000000
[   150.638] Mode: 195 (320x240)
[   150.638] 	ModeAttributes: 0xbb
[   150.638] 	WinAAttributes: 0x7
[   150.638] 	WinBAttributes: 0x0
[   150.638] 	WinGranularity: 64
[   150.638] 	WinSize: 64
[   150.638] 	WinASegment: 0xa000
[   150.638] 	WinBSegment: 0x0
[   150.638] 	WinFuncPtr: 0xc00051d3
[   150.638] 	BytesPerScanline: 640
[   150.638] 	XResolution: 320
[   150.638] 	YResolution: 240
[   150.638] 	XCharSize: 8
[   150.638] 	YCharSize: 8
[   150.638] 	NumberOfPlanes: 1
[   150.638] 	BitsPerPixel: 16
[   150.638] 	NumberOfBanks: 1
[   150.638] 	MemoryModel: 6
[   150.638] 	BankSize: 0
[   150.638] 	NumberOfImages: 84
[   150.638] 	RedMaskSize: 5
[   150.638] 	RedFieldPosition: 11
[   150.638] 	GreenMaskSize: 6
[   150.638] 	GreenFieldPosition: 5
[   150.638] 	BlueMaskSize: 5
[   150.638] 	BlueFieldPosition: 0
[   150.638] 	RsvdMaskSize: 0
[   150.638] 	RsvdFieldPosition: 0
[   150.638] 	DirectColorModeInfo: 0
[   150.638] 	PhysBasePtr: 0xe0000000
[   150.638] 	LinBytesPerScanLine: 640
[   150.638] 	BnkNumberOfImagePages: 84
[   150.638] 	LinNumberOfImagePages: 84
[   150.638] 	LinRedMaskSize: 5
[   150.638] 	LinRedFieldPosition: 11
[   150.638] 	LinGreenMaskSize: 6
[   150.638] 	LinGreenFieldPosition: 5
[   150.638] 	LinBlueMaskSize: 5
[   150.638] 	LinBlueFieldPosition: 0
[   150.638] 	LinRsvdMaskSize: 0
[   150.639] 	LinRsvdFieldPosition: 0
[   150.639] 	MaxPixelClock: 400000000
[   150.639] *Mode: 196 (320x240)
[   150.639] 	ModeAttributes: 0xbb
[   150.639] 	WinAAttributes: 0x7
[   150.639] 	WinBAttributes: 0x0
[   150.639] 	WinGranularity: 64
[   150.639] 	WinSize: 64
[   150.639] 	WinASegment: 0xa000
[   150.639] 	WinBSegment: 0x0
[   150.639] 	WinFuncPtr: 0xc00051d3
[   150.639] 	BytesPerScanline: 1280
[   150.639] 	XResolution: 320
[   150.639] 	YResolution: 240
[   150.639] 	XCharSize: 8
[   150.639] 	YCharSize: 8
[   150.639] 	NumberOfPlanes: 1
[   150.639] 	BitsPerPixel: 32
[   150.639] 	NumberOfBanks: 1
[   150.639] 	MemoryModel: 6
[   150.639] 	BankSize: 0
[   150.639] 	NumberOfImages: 50
[   150.639] 	RedMaskSize: 8
[   150.639] 	RedFieldPosition: 16
[   150.639] 	GreenMaskSize: 8
[   150.639] 	GreenFieldPosition: 8
[   150.639] 	BlueMaskSize: 8
[   150.639] 	BlueFieldPosition: 0
[   150.639] 	RsvdMaskSize: 0
[   150.639] 	RsvdFieldPosition: 0
[   150.639] 	DirectColorModeInfo: 0
[   150.639] 	PhysBasePtr: 0xe0000000
[   150.639] 	LinBytesPerScanLine: 1280
[   150.639] 	BnkNumberOfImagePages: 50
[   150.639] 	LinNumberOfImagePages: 50
[   150.639] 	LinRedMaskSize: 8
[   150.639] 	LinRedFieldPosition: 16
[   150.639] 	LinGreenMaskSize: 8
[   150.639] 	LinGreenFieldPosition: 8
[   150.639] 	LinBlueMaskSize: 8
[   150.639] 	LinBlueFieldPosition: 0
[   150.639] 	LinRsvdMaskSize: 0
[   150.639] 	LinRsvdFieldPosition: 0
[   150.639] 	MaxPixelClock: 400000000
[   150.639] Mode: 1b3 (512x384)
[   150.639] 	ModeAttributes: 0xbb
[   150.639] 	WinAAttributes: 0x7
[   150.639] 	WinBAttributes: 0x0
[   150.639] 	WinGranularity: 64
[   150.639] 	WinSize: 64
[   150.639] 	WinASegment: 0xa000
[   150.639] 	WinBSegment: 0x0
[   150.639] 	WinFuncPtr: 0xc00051d3
[   150.639] 	BytesPerScanline: 512
[   150.639] 	XResolution: 512
[   150.639] 	YResolution: 384
[   150.640] 	XCharSize: 8
[   150.640] 	YCharSize: 16
[   150.640] 	NumberOfPlanes: 1
[   150.640] 	BitsPerPixel: 8
[   150.640] 	NumberOfBanks: 1
[   150.640] 	MemoryModel: 4
[   150.640] 	BankSize: 0
[   150.640] 	NumberOfImages: 63
[   150.640] 	RedMaskSize: 0
[   150.640] 	RedFieldPosition: 0
[   150.640] 	GreenMaskSize: 0
[   150.640] 	GreenFieldPosition: 0
[   150.640] 	BlueMaskSize: 0
[   150.640] 	BlueFieldPosition: 0
[   150.640] 	RsvdMaskSize: 0
[   150.640] 	RsvdFieldPosition: 0
[   150.640] 	DirectColorModeInfo: 0
[   150.640] 	PhysBasePtr: 0xe0000000
[   150.640] 	LinBytesPerScanLine: 512
[   150.640] 	BnkNumberOfImagePages: 63
[   150.640] 	LinNumberOfImagePages: 63
[   150.640] 	LinRedMaskSize: 0
[   150.640] 	LinRedFieldPosition: 0
[   150.640] 	LinGreenMaskSize: 0
[   150.640] 	LinGreenFieldPosition: 0
[   150.640] 	LinBlueMaskSize: 0
[   150.640] 	LinBlueFieldPosition: 0
[   150.640] 	LinRsvdMaskSize: 0
[   150.640] 	LinRsvdFieldPosition: 0
[   150.640] 	MaxPixelClock: 400000000
[   150.640] Mode: 1b5 (512x384)
[   150.640] 	ModeAttributes: 0xbb
[   150.640] 	WinAAttributes: 0x7
[   150.640] 	WinBAttributes: 0x0
[   150.640] 	WinGranularity: 64
[   150.640] 	WinSize: 64
[   150.640] 	WinASegment: 0xa000
[   150.640] 	WinBSegment: 0x0
[   150.640] 	WinFuncPtr: 0xc00051d3
[   150.640] 	BytesPerScanline: 1024
[   150.640] 	XResolution: 512
[   150.640] 	YResolution: 384
[   150.640] 	XCharSize: 8
[   150.640] 	YCharSize: 16
[   150.640] 	NumberOfPlanes: 1
[   150.640] 	BitsPerPixel: 16
[   150.640] 	NumberOfBanks: 1
[   150.640] 	MemoryModel: 6
[   150.640] 	BankSize: 0
[   150.640] 	NumberOfImages: 35
[   150.640] 	RedMaskSize: 5
[   150.640] 	RedFieldPosition: 11
[   150.640] 	GreenMaskSize: 6
[   150.640] 	GreenFieldPosition: 5
[   150.640] 	BlueMaskSize: 5
[   150.640] 	BlueFieldPosition: 0
[   150.640] 	RsvdMaskSize: 0
[   150.640] 	RsvdFieldPosition: 0
[   150.640] 	DirectColorModeInfo: 0
[   150.640] 	PhysBasePtr: 0xe0000000
[   150.640] 	LinBytesPerScanLine: 1024
[   150.640] 	BnkNumberOfImagePages: 35
[   150.640] 	LinNumberOfImagePages: 35
[   150.640] 	LinRedMaskSize: 5
[   150.640] 	LinRedFieldPosition: 11
[   150.640] 	LinGreenMaskSize: 6
[   150.640] 	LinGreenFieldPosition: 5
[   150.640] 	LinBlueMaskSize: 5
[   150.640] 	LinBlueFieldPosition: 0
[   150.640] 	LinRsvdMaskSize: 0
[   150.640] 	LinRsvdFieldPosition: 0
[   150.640] 	MaxPixelClock: 400000000
[   150.641] *Mode: 1b6 (512x384)
[   150.641] 	ModeAttributes: 0xbb
[   150.641] 	WinAAttributes: 0x7
[   150.641] 	WinBAttributes: 0x0
[   150.641] 	WinGranularity: 64
[   150.641] 	WinSize: 64
[   150.641] 	WinASegment: 0xa000
[   150.641] 	WinBSegment: 0x0
[   150.641] 	WinFuncPtr: 0xc00051d3
[   150.641] 	BytesPerScanline: 2048
[   150.641] 	XResolution: 512
[   150.641] 	YResolution: 384
[   150.641] 	XCharSize: 8
[   150.641] 	YCharSize: 16
[   150.641] 	NumberOfPlanes: 1
[   150.641] 	BitsPerPixel: 32
[   150.641] 	NumberOfBanks: 1
[   150.641] 	MemoryModel: 6
[   150.641] 	BankSize: 0
[   150.641] 	NumberOfImages: 18
[   150.641] 	RedMaskSize: 8
[   150.641] 	RedFieldPosition: 16
[   150.641] 	GreenMaskSize: 8
[   150.641] 	GreenFieldPosition: 8
[   150.641] 	BlueMaskSize: 8
[   150.641] 	BlueFieldPosition: 0
[   150.641] 	RsvdMaskSize: 0
[   150.641] 	RsvdFieldPosition: 0
[   150.641] 	DirectColorModeInfo: 0
[   150.641] 	PhysBasePtr: 0xe0000000
[   150.641] 	LinBytesPerScanLine: 2048
[   150.641] 	BnkNumberOfImagePages: 18
[   150.641] 	LinNumberOfImagePages: 18
[   150.641] 	LinRedMaskSize: 8
[   150.641] 	LinRedFieldPosition: 16
[   150.641] 	LinGreenMaskSize: 8
[   150.641] 	LinGreenFieldPosition: 8
[   150.641] 	LinBlueMaskSize: 8
[   150.641] 	LinBlueFieldPosition: 0
[   150.641] 	LinRsvdMaskSize: 0
[   150.641] 	LinRsvdFieldPosition: 0
[   150.641] 	MaxPixelClock: 400000000
[   150.641] Mode: 1c3 (640x350)
[   150.641] 	ModeAttributes: 0xbb
[   150.641] 	WinAAttributes: 0x7
[   150.641] 	WinBAttributes: 0x0
[   150.641] 	WinGranularity: 64
[   150.641] 	WinSize: 64
[   150.641] 	WinASegment: 0xa000
[   150.641] 	WinBSegment: 0x0
[   150.641] 	WinFuncPtr: 0xc00051d3
[   150.641] 	BytesPerScanline: 640
[   150.641] 	XResolution: 640
[   150.641] 	YResolution: 350
[   150.641] 	XCharSize: 8
[   150.641] 	YCharSize: 14
[   150.641] 	NumberOfPlanes: 1
[   150.641] 	BitsPerPixel: 8
[   150.641] 	NumberOfBanks: 1
[   150.641] 	MemoryModel: 4
[   150.641] 	BankSize: 0
[   150.641] 	NumberOfImages: 63
[   150.641] 	RedMaskSize: 0
[   150.641] 	RedFieldPosition: 0
[   150.641] 	GreenMaskSize: 0
[   150.641] 	GreenFieldPosition: 0
[   150.641] 	BlueMaskSize: 0
[   150.641] 	BlueFieldPosition: 0
[   150.641] 	RsvdMaskSize: 0
[   150.641] 	RsvdFieldPosition: 0
[   150.641] 	DirectColorModeInfo: 0
[   150.641] 	PhysBasePtr: 0xe0000000
[   150.641] 	LinBytesPerScanLine: 640
[   150.641] 	BnkNumberOfImagePages: 63
[   150.641] 	LinNumberOfImagePages: 63
[   150.641] 	LinRedMaskSize: 0
[   150.641] 	LinRedFieldPosition: 0
[   150.641] 	LinGreenMaskSize: 0
[   150.641] 	LinGreenFieldPosition: 0
[   150.641] 	LinBlueMaskSize: 0
[   150.641] 	LinBlueFieldPosition: 0
[   150.641] 	LinRsvdMaskSize: 0
[   150.641] 	LinRsvdFieldPosition: 0
[   150.641] 	MaxPixelClock: 400000000
[   150.642] Mode: 1c5 (640x350)
[   150.642] 	ModeAttributes: 0xbb
[   150.642] 	WinAAttributes: 0x7
[   150.642] 	WinBAttributes: 0x0
[   150.642] 	WinGranularity: 64
[   150.642] 	WinSize: 64
[   150.642] 	WinASegment: 0xa000
[   150.642] 	WinBSegment: 0x0
[   150.642] 	WinFuncPtr: 0xc00051d3
[   150.642] 	BytesPerScanline: 1280
[   150.642] 	XResolution: 640
[   150.642] 	YResolution: 350
[   150.642] 	XCharSize: 8
[   150.642] 	YCharSize: 14
[   150.642] 	NumberOfPlanes: 1
[   150.642] 	BitsPerPixel: 16
[   150.642] 	NumberOfBanks: 1
[   150.642] 	MemoryModel: 6
[   150.642] 	BankSize: 0
[   150.642] 	NumberOfImages: 35
[   150.642] 	RedMaskSize: 5
[   150.642] 	RedFieldPosition: 11
[   150.642] 	GreenMaskSize: 6
[   150.642] 	GreenFieldPosition: 5
[   150.642] 	BlueMaskSize: 5
[   150.642] 	BlueFieldPosition: 0
[   150.642] 	RsvdMaskSize: 0
[   150.642] 	RsvdFieldPosition: 0
[   150.642] 	DirectColorModeInfo: 0
[   150.642] 	PhysBasePtr: 0xe0000000
[   150.642] 	LinBytesPerScanLine: 1280
[   150.642] 	BnkNumberOfImagePages: 35
[   150.642] 	LinNumberOfImagePages: 35
[   150.642] 	LinRedMaskSize: 5
[   150.642] 	LinRedFieldPosition: 11
[   150.642] 	LinGreenMaskSize: 6
[   150.642] 	LinGreenFieldPosition: 5
[   150.642] 	LinBlueMaskSize: 5
[   150.642] 	LinBlueFieldPosition: 0
[   150.642] 	LinRsvdMaskSize: 0
[   150.642] 	LinRsvdFieldPosition: 0
[   150.642] 	MaxPixelClock: 400000000
[   150.642] *Mode: 1c6 (640x350)
[   150.642] 	ModeAttributes: 0xbb
[   150.642] 	WinAAttributes: 0x7
[   150.642] 	WinBAttributes: 0x0
[   150.642] 	WinGranularity: 64
[   150.642] 	WinSize: 64
[   150.642] 	WinASegment: 0xa000
[   150.642] 	WinBSegment: 0x0
[   150.642] 	WinFuncPtr: 0xc00051d3
[   150.642] 	BytesPerScanline: 2560
[   150.642] 	XResolution: 640
[   150.642] 	YResolution: 350
[   150.642] 	XCharSize: 8
[   150.642] 	YCharSize: 14
[   150.642] 	NumberOfPlanes: 1
[   150.642] 	BitsPerPixel: 32
[   150.642] 	NumberOfBanks: 1
[   150.642] 	MemoryModel: 6
[   150.642] 	BankSize: 0
[   150.642] 	NumberOfImages: 17
[   150.642] 	RedMaskSize: 8
[   150.642] 	RedFieldPosition: 16
[   150.642] 	GreenMaskSize: 8
[   150.642] 	GreenFieldPosition: 8
[   150.642] 	BlueMaskSize: 8
[   150.642] 	BlueFieldPosition: 0
[   150.642] 	RsvdMaskSize: 0
[   150.642] 	RsvdFieldPosition: 0
[   150.642] 	DirectColorModeInfo: 0
[   150.642] 	PhysBasePtr: 0xe0000000
[   150.642] 	LinBytesPerScanLine: 2560
[   150.642] 	BnkNumberOfImagePages: 17
[   150.642] 	LinNumberOfImagePages: 17
[   150.642] 	LinRedMaskSize: 8
[   150.642] 	LinRedFieldPosition: 16
[   150.642] 	LinGreenMaskSize: 8
[   150.642] 	LinGreenFieldPosition: 8
[   150.642] 	LinBlueMaskSize: 8
[   150.643] 	LinBlueFieldPosition: 0
[   150.643] 	LinRsvdMaskSize: 0
[   150.643] 	LinRsvdFieldPosition: 0
[   150.643] 	MaxPixelClock: 400000000
[   150.643] Mode: 133 (720x400)
[   150.643] 	ModeAttributes: 0xbb
[   150.643] 	WinAAttributes: 0x7
[   150.643] 	WinBAttributes: 0x0
[   150.643] 	WinGranularity: 64
[   150.643] 	WinSize: 64
[   150.643] 	WinASegment: 0xa000
[   150.643] 	WinBSegment: 0x0
[   150.643] 	WinFuncPtr: 0xc00051d3
[   150.643] 	BytesPerScanline: 768
[   150.643] 	XResolution: 720
[   150.643] 	YResolution: 400
[   150.643] 	XCharSize: 8
[   150.643] 	YCharSize: 16
[   150.643] 	NumberOfPlanes: 1
[   150.643] 	BitsPerPixel: 8
[   150.643] 	NumberOfBanks: 1
[   150.643] 	MemoryModel: 4
[   150.643] 	BankSize: 0
[   150.643] 	NumberOfImages: 50
[   150.643] 	RedMaskSize: 0
[   150.643] 	RedFieldPosition: 0
[   150.643] 	GreenMaskSize: 0
[   150.643] 	GreenFieldPosition: 0
[   150.643] 	BlueMaskSize: 0
[   150.643] 	BlueFieldPosition: 0
[   150.643] 	RsvdMaskSize: 0
[   150.643] 	RsvdFieldPosition: 0
[   150.643] 	DirectColorModeInfo: 0
[   150.643] 	PhysBasePtr: 0xe0000000
[   150.643] 	LinBytesPerScanLine: 768
[   150.643] 	BnkNumberOfImagePages: 50
[   150.643] 	LinNumberOfImagePages: 50
[   150.643] 	LinRedMaskSize: 0
[   150.643] 	LinRedFieldPosition: 0
[   150.643] 	LinGreenMaskSize: 0
[   150.643] 	LinGreenFieldPosition: 0
[   150.643] 	LinBlueMaskSize: 0
[   150.643] 	LinBlueFieldPosition: 0
[   150.643] 	LinRsvdMaskSize: 0
[   150.643] 	LinRsvdFieldPosition: 0
[   150.643] 	MaxPixelClock: 400000000
[   150.643] Mode: 135 (720x400)
[   150.643] 	ModeAttributes: 0xbb
[   150.643] 	WinAAttributes: 0x7
[   150.643] 	WinBAttributes: 0x0
[   150.643] 	WinGranularity: 64
[   150.643] 	WinSize: 64
[   150.643] 	WinASegment: 0xa000
[   150.643] 	WinBSegment: 0x0
[   150.643] 	WinFuncPtr: 0xc00051d3
[   150.643] 	BytesPerScanline: 1472
[   150.643] 	XResolution: 720
[   150.643] 	YResolution: 400
[   150.643] 	XCharSize: 8
[   150.643] 	YCharSize: 16
[   150.643] 	NumberOfPlanes: 1
[   150.644] 	BitsPerPixel: 16
[   150.644] 	NumberOfBanks: 1
[   150.644] 	MemoryModel: 6
[   150.644] 	BankSize: 0
[   150.644] 	NumberOfImages: 27
[   150.644] 	RedMaskSize: 5
[   150.644] 	RedFieldPosition: 11
[   150.644] 	GreenMaskSize: 6
[   150.644] 	GreenFieldPosition: 5
[   150.644] 	BlueMaskSize: 5
[   150.644] 	BlueFieldPosition: 0
[   150.644] 	RsvdMaskSize: 0
[   150.644] 	RsvdFieldPosition: 0
[   150.644] 	DirectColorModeInfo: 0
[   150.644] 	PhysBasePtr: 0xe0000000
[   150.644] 	LinBytesPerScanLine: 1472
[   150.644] 	BnkNumberOfImagePages: 27
[   150.644] 	LinNumberOfImagePages: 27
[   150.644] 	LinRedMaskSize: 5
[   150.644] 	LinRedFieldPosition: 11
[   150.644] 	LinGreenMaskSize: 6
[   150.644] 	LinGreenFieldPosition: 5
[   150.644] 	LinBlueMaskSize: 5
[   150.644] 	LinBlueFieldPosition: 0
[   150.644] 	LinRsvdMaskSize: 0
[   150.644] 	LinRsvdFieldPosition: 0
[   150.644] 	MaxPixelClock: 400000000
[   150.644] *Mode: 136 (720x400)
[   150.644] 	ModeAttributes: 0xbb
[   150.644] 	WinAAttributes: 0x7
[   150.644] 	WinBAttributes: 0x0
[   150.644] 	WinGranularity: 64
[   150.644] 	WinSize: 64
[   150.644] 	WinASegment: 0xa000
[   150.644] 	WinBSegment: 0x0
[   150.644] 	WinFuncPtr: 0xc00051d3
[   150.644] 	BytesPerScanline: 2944
[   150.644] 	XResolution: 720
[   150.644] 	YResolution: 400
[   150.644] 	XCharSize: 8
[   150.644] 	YCharSize: 16
[   150.644] 	NumberOfPlanes: 1
[   150.644] 	BitsPerPixel: 32
[   150.644] 	NumberOfBanks: 1
[   150.644] 	MemoryModel: 6
[   150.644] 	BankSize: 0
[   150.644] 	NumberOfImages: 13
[   150.644] 	RedMaskSize: 8
[   150.644] 	RedFieldPosition: 16
[   150.644] 	GreenMaskSize: 8
[   150.644] 	GreenFieldPosition: 8
[   150.644] 	BlueMaskSize: 8
[   150.644] 	BlueFieldPosition: 0
[   150.644] 	RsvdMaskSize: 0
[   150.644] 	RsvdFieldPosition: 0
[   150.644] 	DirectColorModeInfo: 0
[   150.644] 	PhysBasePtr: 0xe0000000
[   150.644] 	LinBytesPerScanLine: 2944
[   150.644] 	BnkNumberOfImagePages: 13
[   150.644] 	LinNumberOfImagePages: 13
[   150.644] 	LinRedMaskSize: 8
[   150.644] 	LinRedFieldPosition: 16
[   150.644] 	LinGreenMaskSize: 8
[   150.644] 	LinGreenFieldPosition: 8
[   150.644] 	LinBlueMaskSize: 8
[   150.644] 	LinBlueFieldPosition: 0
[   150.644] 	LinRsvdMaskSize: 0
[   150.644] 	LinRsvdFieldPosition: 0
[   150.644] 	MaxPixelClock: 400000000
[   150.645] Mode: 153 (1152x864)
[   150.645] 	ModeAttributes: 0xbb
[   150.645] 	WinAAttributes: 0x7
[   150.645] 	WinBAttributes: 0x0
[   150.645] 	WinGranularity: 64
[   150.645] 	WinSize: 64
[   150.645] 	WinASegment: 0xa000
[   150.645] 	WinBSegment: 0x0
[   150.645] 	WinFuncPtr: 0xc00051d3
[   150.645] 	BytesPerScanline: 1152
[   150.645] 	XResolution: 1152
[   150.645] 	YResolution: 864
[   150.645] 	XCharSize: 8
[   150.645] 	YCharSize: 16
[   150.645] 	NumberOfPlanes: 1
[   150.645] 	BitsPerPixel: 8
[   150.645] 	NumberOfBanks: 1
[   150.645] 	MemoryModel: 4
[   150.645] 	BankSize: 0
[   150.645] 	NumberOfImages: 15
[   150.645] 	RedMaskSize: 0
[   150.645] 	RedFieldPosition: 0
[   150.645] 	GreenMaskSize: 0
[   150.645] 	GreenFieldPosition: 0
[   150.645] 	BlueMaskSize: 0
[   150.645] 	BlueFieldPosition: 0
[   150.645] 	RsvdMaskSize: 0
[   150.645] 	RsvdFieldPosition: 0
[   150.645] 	DirectColorModeInfo: 0
[   150.645] 	PhysBasePtr: 0xe0000000
[   150.645] 	LinBytesPerScanLine: 1152
[   150.645] 	BnkNumberOfImagePages: 15
[   150.645] 	LinNumberOfImagePages: 15
[   150.645] 	LinRedMaskSize: 0
[   150.645] 	LinRedFieldPosition: 0
[   150.645] 	LinGreenMaskSize: 0
[   150.645] 	LinGreenFieldPosition: 0
[   150.645] 	LinBlueMaskSize: 0
[   150.645] 	LinBlueFieldPosition: 0
[   150.645] 	LinRsvdMaskSize: 0
[   150.645] 	LinRsvdFieldPosition: 0
[   150.645] 	MaxPixelClock: 400000000
[   150.645] Mode: 155 (1152x864)
[   150.645] 	ModeAttributes: 0xbb
[   150.645] 	WinAAttributes: 0x7
[   150.645] 	WinBAttributes: 0x0
[   150.645] 	WinGranularity: 64
[   150.645] 	WinSize: 64
[   150.645] 	WinASegment: 0xa000
[   150.645] 	WinBSegment: 0x0
[   150.645] 	WinFuncPtr: 0xc00051d3
[   150.645] 	BytesPerScanline: 2304
[   150.645] 	XResolution: 1152
[   150.645] 	YResolution: 864
[   150.645] 	XCharSize: 8
[   150.645] 	YCharSize: 16
[   150.645] 	NumberOfPlanes: 1
[   150.645] 	BitsPerPixel: 16
[   150.645] 	NumberOfBanks: 1
[   150.645] 	MemoryModel: 6
[   150.645] 	BankSize: 0
[   150.645] 	NumberOfImages: 7
[   150.645] 	RedMaskSize: 5
[   150.645] 	RedFieldPosition: 11
[   150.645] 	GreenMaskSize: 6
[   150.645] 	GreenFieldPosition: 5
[   150.645] 	BlueMaskSize: 5
[   150.645] 	BlueFieldPosition: 0
[   150.645] 	RsvdMaskSize: 0
[   150.645] 	RsvdFieldPosition: 0
[   150.645] 	DirectColorModeInfo: 0
[   150.645] 	PhysBasePtr: 0xe0000000
[   150.645] 	LinBytesPerScanLine: 2304
[   150.645] 	BnkNumberOfImagePages: 7
[   150.645] 	LinNumberOfImagePages: 7
[   150.645] 	LinRedMaskSize: 5
[   150.645] 	LinRedFieldPosition: 11
[   150.645] 	LinGreenMaskSize: 6
[   150.645] 	LinGreenFieldPosition: 5
[   150.645] 	LinBlueMaskSize: 5
[   150.645] 	LinBlueFieldPosition: 0
[   150.645] 	LinRsvdMaskSize: 0
[   150.645] 	LinRsvdFieldPosition: 0
[   150.645] 	MaxPixelClock: 400000000
[   150.646] *Mode: 156 (1152x864)
[   150.646] 	ModeAttributes: 0xbb
[   150.646] 	WinAAttributes: 0x7
[   150.646] 	WinBAttributes: 0x0
[   150.646] 	WinGranularity: 64
[   150.646] 	WinSize: 64
[   150.646] 	WinASegment: 0xa000
[   150.646] 	WinBSegment: 0x0
[   150.646] 	WinFuncPtr: 0xc00051d3
[   150.646] 	BytesPerScanline: 4608
[   150.646] 	XResolution: 1152
[   150.646] 	YResolution: 864
[   150.646] 	XCharSize: 8
[   150.646] 	YCharSize: 16
[   150.646] 	NumberOfPlanes: 1
[   150.646] 	BitsPerPixel: 32
[   150.646] 	NumberOfBanks: 1
[   150.646] 	MemoryModel: 6
[   150.646] 	BankSize: 0
[   150.646] 	NumberOfImages: 3
[   150.646] 	RedMaskSize: 8
[   150.646] 	RedFieldPosition: 16
[   150.646] 	GreenMaskSize: 8
[   150.646] 	GreenFieldPosition: 8
[   150.646] 	BlueMaskSize: 8
[   150.646] 	BlueFieldPosition: 0
[   150.646] 	RsvdMaskSize: 0
[   150.646] 	RsvdFieldPosition: 0
[   150.646] 	DirectColorModeInfo: 0
[   150.646] 	PhysBasePtr: 0xe0000000
[   150.646] 	LinBytesPerScanLine: 4608
[   150.646] 	BnkNumberOfImagePages: 3
[   150.646] 	LinNumberOfImagePages: 3
[   150.646] 	LinRedMaskSize: 8
[   150.646] 	LinRedFieldPosition: 16
[   150.646] 	LinGreenMaskSize: 8
[   150.646] 	LinGreenFieldPosition: 8
[   150.646] 	LinBlueMaskSize: 8
[   150.646] 	LinBlueFieldPosition: 0
[   150.646] 	LinRsvdMaskSize: 0
[   150.646] 	LinRsvdFieldPosition: 0
[   150.646] 	MaxPixelClock: 400000000
[   150.646] Mode: 163 (1280x960)
[   150.646] 	ModeAttributes: 0xbb
[   150.646] 	WinAAttributes: 0x7
[   150.646] 	WinBAttributes: 0x0
[   150.646] 	WinGranularity: 64
[   150.646] 	WinSize: 64
[   150.646] 	WinASegment: 0xa000
[   150.646] 	WinBSegment: 0x0
[   150.646] 	WinFuncPtr: 0xc00051d3
[   150.646] 	BytesPerScanline: 1280
[   150.646] 	XResolution: 1280
[   150.646] 	YResolution: 960
[   150.646] 	XCharSize: 8
[   150.646] 	YCharSize: 16
[   150.646] 	NumberOfPlanes: 1
[   150.646] 	BitsPerPixel: 8
[   150.646] 	NumberOfBanks: 1
[   150.646] 	MemoryModel: 4
[   150.646] 	BankSize: 0
[   150.646] 	NumberOfImages: 12
[   150.646] 	RedMaskSize: 0
[   150.646] 	RedFieldPosition: 0
[   150.646] 	GreenMaskSize: 0
[   150.646] 	GreenFieldPosition: 0
[   150.646] 	BlueMaskSize: 0
[   150.646] 	BlueFieldPosition: 0
[   150.646] 	RsvdMaskSize: 0
[   150.646] 	RsvdFieldPosition: 0
[   150.646] 	DirectColorModeInfo: 0
[   150.646] 	PhysBasePtr: 0xe0000000
[   150.646] 	LinBytesPerScanLine: 1280
[   150.646] 	BnkNumberOfImagePages: 12
[   150.646] 	LinNumberOfImagePages: 12
[   150.646] 	LinRedMaskSize: 0
[   150.646] 	LinRedFieldPosition: 0
[   150.646] 	LinGreenMaskSize: 0
[   150.647] 	LinGreenFieldPosition: 0
[   150.647] 	LinBlueMaskSize: 0
[   150.647] 	LinBlueFieldPosition: 0
[   150.647] 	LinRsvdMaskSize: 0
[   150.647] 	LinRsvdFieldPosition: 0
[   150.647] 	MaxPixelClock: 400000000
[   150.647] Mode: 165 (1280x960)
[   150.647] 	ModeAttributes: 0xbb
[   150.647] 	WinAAttributes: 0x7
[   150.647] 	WinBAttributes: 0x0
[   150.647] 	WinGranularity: 64
[   150.647] 	WinSize: 64
[   150.647] 	WinASegment: 0xa000
[   150.647] 	WinBSegment: 0x0
[   150.647] 	WinFuncPtr: 0xc00051d3
[   150.647] 	BytesPerScanline: 2560
[   150.647] 	XResolution: 1280
[   150.647] 	YResolution: 960
[   150.647] 	XCharSize: 8
[   150.647] 	YCharSize: 16
[   150.647] 	NumberOfPlanes: 1
[   150.647] 	BitsPerPixel: 16
[   150.647] 	NumberOfBanks: 1
[   150.647] 	MemoryModel: 6
[   150.647] 	BankSize: 0
[   150.647] 	NumberOfImages: 5
[   150.647] 	RedMaskSize: 5
[   150.647] 	RedFieldPosition: 11
[   150.647] 	GreenMaskSize: 6
[   150.647] 	GreenFieldPosition: 5
[   150.647] 	BlueMaskSize: 5
[   150.647] 	BlueFieldPosition: 0
[   150.647] 	RsvdMaskSize: 0
[   150.647] 	RsvdFieldPosition: 0
[   150.647] 	DirectColorModeInfo: 0
[   150.647] 	PhysBasePtr: 0xe0000000
[   150.647] 	LinBytesPerScanLine: 2560
[   150.647] 	BnkNumberOfImagePages: 5
[   150.647] 	LinNumberOfImagePages: 5
[   150.647] 	LinRedMaskSize: 5
[   150.647] 	LinRedFieldPosition: 11
[   150.647] 	LinGreenMaskSize: 6
[   150.647] 	LinGreenFieldPosition: 5
[   150.647] 	LinBlueMaskSize: 5
[   150.647] 	LinBlueFieldPosition: 0
[   150.647] 	LinRsvdMaskSize: 0
[   150.647] 	LinRsvdFieldPosition: 0
[   150.647] 	MaxPixelClock: 400000000
[   150.647] *Mode: 166 (1280x960)
[   150.647] 	ModeAttributes: 0xbb
[   150.647] 	WinAAttributes: 0x7
[   150.647] 	WinBAttributes: 0x0
[   150.647] 	WinGranularity: 64
[   150.647] 	WinSize: 64
[   150.647] 	WinASegment: 0xa000
[   150.647] 	WinBSegment: 0x0
[   150.647] 	WinFuncPtr: 0xc00051d3
[   150.647] 	BytesPerScanline: 5120
[   150.647] 	XResolution: 1280
[   150.648] 	YResolution: 960
[   150.648] 	XCharSize: 8
[   150.648] 	YCharSize: 16
[   150.648] 	NumberOfPlanes: 1
[   150.648] 	BitsPerPixel: 32
[   150.648] 	NumberOfBanks: 1
[   150.648] 	MemoryModel: 6
[   150.648] 	BankSize: 0
[   150.648] 	NumberOfImages: 2
[   150.648] 	RedMaskSize: 8
[   150.648] 	RedFieldPosition: 16
[   150.648] 	GreenMaskSize: 8
[   150.648] 	GreenFieldPosition: 8
[   150.648] 	BlueMaskSize: 8
[   150.648] 	BlueFieldPosition: 0
[   150.648] 	RsvdMaskSize: 0
[   150.648] 	RsvdFieldPosition: 0
[   150.648] 	DirectColorModeInfo: 0
[   150.648] 	PhysBasePtr: 0xe0000000
[   150.648] 	LinBytesPerScanLine: 5120
[   150.648] 	BnkNumberOfImagePages: 2
[   150.648] 	LinNumberOfImagePages: 2
[   150.648] 	LinRedMaskSize: 8
[   150.648] 	LinRedFieldPosition: 16
[   150.648] 	LinGreenMaskSize: 8
[   150.648] 	LinGreenFieldPosition: 8
[   150.648] 	LinBlueMaskSize: 8
[   150.648] 	LinBlueFieldPosition: 0
[   150.648] 	LinRsvdMaskSize: 0
[   150.648] 	LinRsvdFieldPosition: 0
[   150.648] 	MaxPixelClock: 400000000
[   150.648] *Mode: 121 (640x480)
[   150.648] 	ModeAttributes: 0xbb
[   150.648] 	WinAAttributes: 0x7
[   150.648] 	WinBAttributes: 0x0
[   150.648] 	WinGranularity: 64
[   150.648] 	WinSize: 64
[   150.648] 	WinASegment: 0xa000
[   150.648] 	WinBSegment: 0x0
[   150.648] 	WinFuncPtr: 0xc00051d3
[   150.648] 	BytesPerScanline: 2560
[   150.648] 	XResolution: 640
[   150.648] 	YResolution: 480
[   150.648] 	XCharSize: 8
[   150.648] 	YCharSize: 16
[   150.648] 	NumberOfPlanes: 1
[   150.648] 	BitsPerPixel: 32
[   150.648] 	NumberOfBanks: 1
[   150.648] 	MemoryModel: 6
[   150.648] 	BankSize: 0
[   150.648] 	NumberOfImages: 12
[   150.648] 	RedMaskSize: 8
[   150.648] 	RedFieldPosition: 16
[   150.648] 	GreenMaskSize: 8
[   150.648] 	GreenFieldPosition: 8
[   150.648] 	BlueMaskSize: 8
[   150.648] 	BlueFieldPosition: 0
[   150.648] 	RsvdMaskSize: 0
[   150.648] 	RsvdFieldPosition: 0
[   150.648] 	DirectColorModeInfo: 0
[   150.648] 	PhysBasePtr: 0xe0000000
[   150.648] 	LinBytesPerScanLine: 2560
[   150.648] 	BnkNumberOfImagePages: 12
[   150.648] 	LinNumberOfImagePages: 12
[   150.648] 	LinRedMaskSize: 8
[   150.648] 	LinRedFieldPosition: 16
[   150.648] 	LinGreenMaskSize: 8
[   150.648] 	LinGreenFieldPosition: 8
[   150.648] 	LinBlueMaskSize: 8
[   150.648] 	LinBlueFieldPosition: 0
[   150.648] 	LinRsvdMaskSize: 0
[   150.648] 	LinRsvdFieldPosition: 0
[   150.648] 	MaxPixelClock: 400000000
[   150.649] *Mode: 122 (800x600)
[   150.649] 	ModeAttributes: 0xbb
[   150.649] 	WinAAttributes: 0x7
[   150.649] 	WinBAttributes: 0x0
[   150.649] 	WinGranularity: 64
[   150.649] 	WinSize: 64
[   150.649] 	WinASegment: 0xa000
[   150.649] 	WinBSegment: 0x0
[   150.649] 	WinFuncPtr: 0xc00051d3
[   150.649] 	BytesPerScanline: 3200
[   150.649] 	XResolution: 800
[   150.649] 	YResolution: 600
[   150.649] 	XCharSize: 8
[   150.649] 	YCharSize: 14
[   150.649] 	NumberOfPlanes: 1
[   150.649] 	BitsPerPixel: 32
[   150.649] 	NumberOfBanks: 1
[   150.649] 	MemoryModel: 6
[   150.649] 	BankSize: 0
[   150.649] 	NumberOfImages: 7
[   150.649] 	RedMaskSize: 8
[   150.649] 	RedFieldPosition: 16
[   150.649] 	GreenMaskSize: 8
[   150.649] 	GreenFieldPosition: 8
[   150.649] 	BlueMaskSize: 8
[   150.649] 	BlueFieldPosition: 0
[   150.649] 	RsvdMaskSize: 0
[   150.649] 	RsvdFieldPosition: 0
[   150.649] 	DirectColorModeInfo: 0
[   150.649] 	PhysBasePtr: 0xe0000000
[   150.649] 	LinBytesPerScanLine: 3200
[   150.649] 	BnkNumberOfImagePages: 7
[   150.649] 	LinNumberOfImagePages: 7
[   150.649] 	LinRedMaskSize: 8
[   150.649] 	LinRedFieldPosition: 16
[   150.649] 	LinGreenMaskSize: 8
[   150.649] 	LinGreenFieldPosition: 8
[   150.649] 	LinBlueMaskSize: 8
[   150.649] 	LinBlueFieldPosition: 0
[   150.649] 	LinRsvdMaskSize: 0
[   150.649] 	LinRsvdFieldPosition: 0
[   150.649] 	MaxPixelClock: 400000000
[   150.649] *Mode: 123 (1024x768)
[   150.649] 	ModeAttributes: 0xbb
[   150.649] 	WinAAttributes: 0x7
[   150.649] 	WinBAttributes: 0x0
[   150.649] 	WinGranularity: 64
[   150.649] 	WinSize: 64
[   150.649] 	WinASegment: 0xa000
[   150.649] 	WinBSegment: 0x0
[   150.649] 	WinFuncPtr: 0xc00051d3
[   150.649] 	BytesPerScanline: 4096
[   150.649] 	XResolution: 1024
[   150.649] 	YResolution: 768
[   150.649] 	XCharSize: 8
[   150.649] 	YCharSize: 16
[   150.649] 	NumberOfPlanes: 1
[   150.649] 	BitsPerPixel: 32
[   150.649] 	NumberOfBanks: 1
[   150.649] 	MemoryModel: 6
[   150.649] 	BankSize: 0
[   150.649] 	NumberOfImages: 4
[   150.649] 	RedMaskSize: 8
[   150.649] 	RedFieldPosition: 16
[   150.649] 	GreenMaskSize: 8
[   150.649] 	GreenFieldPosition: 8
[   150.649] 	BlueMaskSize: 8
[   150.649] 	BlueFieldPosition: 0
[   150.649] 	RsvdMaskSize: 0
[   150.649] 	RsvdFieldPosition: 0
[   150.649] 	DirectColorModeInfo: 0
[   150.649] 	PhysBasePtr: 0xe0000000
[   150.649] 	LinBytesPerScanLine: 4096
[   150.649] 	BnkNumberOfImagePages: 4
[   150.649] 	LinNumberOfImagePages: 4
[   150.649] 	LinRedMaskSize: 8
[   150.649] 	LinRedFieldPosition: 16
[   150.649] 	LinGreenMaskSize: 8
[   150.649] 	LinGreenFieldPosition: 8
[   150.649] 	LinBlueMaskSize: 8
[   150.649] 	LinBlueFieldPosition: 0
[   150.649] 	LinRsvdMaskSize: 0
[   150.649] 	LinRsvdFieldPosition: 0
[   150.649] 	MaxPixelClock: 400000000
[   150.650] *Mode: 124 (1280x1024)
[   150.650] 	ModeAttributes: 0xbb
[   150.650] 	WinAAttributes: 0x7
[   150.650] 	WinBAttributes: 0x0
[   150.650] 	WinGranularity: 64
[   150.650] 	WinSize: 64
[   150.650] 	WinASegment: 0xa000
[   150.650] 	WinBSegment: 0x0
[   150.650] 	WinFuncPtr: 0xc00051d3
[   150.650] 	BytesPerScanline: 5120
[   150.650] 	XResolution: 1280
[   150.650] 	YResolution: 1024
[   150.650] 	XCharSize: 8
[   150.650] 	YCharSize: 16
[   150.650] 	NumberOfPlanes: 1
[   150.650] 	BitsPerPixel: 32
[   150.650] 	NumberOfBanks: 1
[   150.650] 	MemoryModel: 6
[   150.650] 	BankSize: 0
[   150.650] 	NumberOfImages: 2
[   150.650] 	RedMaskSize: 8
[   150.650] 	RedFieldPosition: 16
[   150.650] 	GreenMaskSize: 8
[   150.650] 	GreenFieldPosition: 8
[   150.650] 	BlueMaskSize: 8
[   150.650] 	BlueFieldPosition: 0
[   150.650] 	RsvdMaskSize: 0
[   150.650] 	RsvdFieldPosition: 0
[   150.650] 	DirectColorModeInfo: 0
[   150.650] 	PhysBasePtr: 0xe0000000
[   150.650] 	LinBytesPerScanLine: 5120
[   150.650] 	BnkNumberOfImagePages: 2
[   150.650] 	LinNumberOfImagePages: 2
[   150.650] 	LinRedMaskSize: 8
[   150.650] 	LinRedFieldPosition: 16
[   150.650] 	LinGreenMaskSize: 8
[   150.650] 	LinGreenFieldPosition: 8
[   150.650] 	LinBlueMaskSize: 8
[   150.650] 	LinBlueFieldPosition: 0
[   150.650] 	LinRsvdMaskSize: 0
[   150.650] 	LinRsvdFieldPosition: 0
[   150.650] 	MaxPixelClock: 400000000
[   150.650] Mode: 143 (1400x1050)
[   150.650] 	ModeAttributes: 0xbb
[   150.650] 	WinAAttributes: 0x7
[   150.650] 	WinBAttributes: 0x0
[   150.650] 	WinGranularity: 64
[   150.650] 	WinSize: 64
[   150.650] 	WinASegment: 0xa000
[   150.650] 	WinBSegment: 0x0
[   150.650] 	WinFuncPtr: 0xc00051d3
[   150.650] 	BytesPerScanline: 1408
[   150.650] 	XResolution: 1400
[   150.650] 	YResolution: 1050
[   150.650] 	XCharSize: 8
[   150.650] 	YCharSize: 16
[   150.650] 	NumberOfPlanes: 1
[   150.650] 	BitsPerPixel: 8
[   150.650] 	NumberOfBanks: 1
[   150.650] 	MemoryModel: 4
[   150.650] 	BankSize: 0
[   150.650] 	NumberOfImages: 10
[   150.650] 	RedMaskSize: 0
[   150.650] 	RedFieldPosition: 0
[   150.650] 	GreenMaskSize: 0
[   150.650] 	GreenFieldPosition: 0
[   150.650] 	BlueMaskSize: 0
[   150.651] 	BlueFieldPosition: 0
[   150.651] 	RsvdMaskSize: 0
[   150.651] 	RsvdFieldPosition: 0
[   150.651] 	DirectColorModeInfo: 0
[   150.651] 	PhysBasePtr: 0xe0000000
[   150.651] 	LinBytesPerScanLine: 1408
[   150.651] 	BnkNumberOfImagePages: 10
[   150.651] 	LinNumberOfImagePages: 10
[   150.651] 	LinRedMaskSize: 0
[   150.651] 	LinRedFieldPosition: 0
[   150.651] 	LinGreenMaskSize: 0
[   150.651] 	LinGreenFieldPosition: 0
[   150.651] 	LinBlueMaskSize: 0
[   150.651] 	LinBlueFieldPosition: 0
[   150.651] 	LinRsvdMaskSize: 0
[   150.651] 	LinRsvdFieldPosition: 0
[   150.651] 	MaxPixelClock: 400000000
[   150.651] Mode: 145 (1400x1050)
[   150.651] 	ModeAttributes: 0xbb
[   150.651] 	WinAAttributes: 0x7
[   150.651] 	WinBAttributes: 0x0
[   150.651] 	WinGranularity: 64
[   150.651] 	WinSize: 64
[   150.651] 	WinASegment: 0xa000
[   150.651] 	WinBSegment: 0x0
[   150.651] 	WinFuncPtr: 0xc00051d3
[   150.651] 	BytesPerScanline: 2816
[   150.651] 	XResolution: 1400
[   150.651] 	YResolution: 1050
[   150.651] 	XCharSize: 8
[   150.651] 	YCharSize: 16
[   150.651] 	NumberOfPlanes: 1
[   150.651] 	BitsPerPixel: 16
[   150.651] 	NumberOfBanks: 1
[   150.651] 	MemoryModel: 6
[   150.651] 	BankSize: 0
[   150.651] 	NumberOfImages: 4
[   150.651] 	RedMaskSize: 5
[   150.651] 	RedFieldPosition: 11
[   150.651] 	GreenMaskSize: 6
[   150.651] 	GreenFieldPosition: 5
[   150.651] 	BlueMaskSize: 5
[   150.651] 	BlueFieldPosition: 0
[   150.651] 	RsvdMaskSize: 0
[   150.651] 	RsvdFieldPosition: 0
[   150.651] 	DirectColorModeInfo: 0
[   150.651] 	PhysBasePtr: 0xe0000000
[   150.651] 	LinBytesPerScanLine: 2816
[   150.651] 	BnkNumberOfImagePages: 4
[   150.651] 	LinNumberOfImagePages: 4
[   150.651] 	LinRedMaskSize: 5
[   150.651] 	LinRedFieldPosition: 11
[   150.651] 	LinGreenMaskSize: 6
[   150.651] 	LinGreenFieldPosition: 5
[   150.651] 	LinBlueMaskSize: 5
[   150.651] 	LinBlueFieldPosition: 0
[   150.651] 	LinRsvdMaskSize: 0
[   150.651] 	LinRsvdFieldPosition: 0
[   150.651] 	MaxPixelClock: 400000000
[   150.651] *Mode: 146 (1400x1050)
[   150.652] 	ModeAttributes: 0xbb
[   150.652] 	WinAAttributes: 0x7
[   150.652] 	WinBAttributes: 0x0
[   150.652] 	WinGranularity: 64
[   150.652] 	WinSize: 64
[   150.652] 	WinASegment: 0xa000
[   150.652] 	WinBSegment: 0x0
[   150.652] 	WinFuncPtr: 0xc00051d3
[   150.652] 	BytesPerScanline: 5632
[   150.652] 	XResolution: 1400
[   150.652] 	YResolution: 1050
[   150.652] 	XCharSize: 8
[   150.652] 	YCharSize: 16
[   150.652] 	NumberOfPlanes: 1
[   150.652] 	BitsPerPixel: 32
[   150.652] 	NumberOfBanks: 1
[   150.652] 	MemoryModel: 6
[   150.652] 	BankSize: 0
[   150.652] 	NumberOfImages: 1
[   150.652] 	RedMaskSize: 8
[   150.652] 	RedFieldPosition: 16
[   150.652] 	GreenMaskSize: 8
[   150.652] 	GreenFieldPosition: 8
[   150.652] 	BlueMaskSize: 8
[   150.652] 	BlueFieldPosition: 0
[   150.652] 	RsvdMaskSize: 0
[   150.652] 	RsvdFieldPosition: 0
[   150.652] 	DirectColorModeInfo: 0
[   150.652] 	PhysBasePtr: 0xe0000000
[   150.652] 	LinBytesPerScanLine: 5632
[   150.652] 	BnkNumberOfImagePages: 1
[   150.652] 	LinNumberOfImagePages: 1
[   150.652] 	LinRedMaskSize: 8
[   150.652] 	LinRedFieldPosition: 16
[   150.652] 	LinGreenMaskSize: 8
[   150.652] 	LinGreenFieldPosition: 8
[   150.652] 	LinBlueMaskSize: 8
[   150.652] 	LinBlueFieldPosition: 0
[   150.652] 	LinRsvdMaskSize: 0
[   150.652] 	LinRsvdFieldPosition: 0
[   150.652] 	MaxPixelClock: 400000000
[   150.652] Mode: 173 (1600x1200)
[   150.652] 	ModeAttributes: 0xba
[   150.652] 	WinAAttributes: 0x7
[   150.652] 	WinBAttributes: 0x0
[   150.652] 	WinGranularity: 64
[   150.652] 	WinSize: 64
[   150.652] 	WinASegment: 0xa000
[   150.652] 	WinBSegment: 0x0
[   150.652] 	WinFuncPtr: 0xc00051d3
[   150.652] 	BytesPerScanline: 1600
[   150.652] 	XResolution: 1600
[   150.652] 	YResolution: 1200
[   150.652] 	XCharSize: 8
[   150.652] 	YCharSize: 16
[   150.652] 	NumberOfPlanes: 1
[   150.652] 	BitsPerPixel: 8
[   150.652] 	NumberOfBanks: 1
[   150.652] 	MemoryModel: 4
[   150.652] 	BankSize: 0
[   150.652] 	NumberOfImages: 7
[   150.652] 	RedMaskSize: 0
[   150.652] 	RedFieldPosition: 0
[   150.652] 	GreenMaskSize: 0
[   150.652] 	GreenFieldPosition: 0
[   150.652] 	BlueMaskSize: 0
[   150.652] 	BlueFieldPosition: 0
[   150.652] 	RsvdMaskSize: 0
[   150.652] 	RsvdFieldPosition: 0
[   150.652] 	DirectColorModeInfo: 0
[   150.652] 	PhysBasePtr: 0xe0000000
[   150.652] 	LinBytesPerScanLine: 1600
[   150.652] 	BnkNumberOfImagePages: 7
[   150.652] 	LinNumberOfImagePages: 7
[   150.652] 	LinRedMaskSize: 0
[   150.652] 	LinRedFieldPosition: 0
[   150.652] 	LinGreenMaskSize: 0
[   150.652] 	LinGreenFieldPosition: 0
[   150.652] 	LinBlueMaskSize: 0
[   150.652] 	LinBlueFieldPosition: 0
[   150.652] 	LinRsvdMaskSize: 0
[   150.652] 	LinRsvdFieldPosition: 0
[   150.652] 	MaxPixelClock: 400000000
[   150.653] Mode: 175 (1600x1200)
[   150.653] 	ModeAttributes: 0xba
[   150.653] 	WinAAttributes: 0x7
[   150.653] 	WinBAttributes: 0x0
[   150.653] 	WinGranularity: 64
[   150.653] 	WinSize: 64
[   150.653] 	WinASegment: 0xa000
[   150.653] 	WinBSegment: 0x0
[   150.653] 	WinFuncPtr: 0xc00051d3
[   150.653] 	BytesPerScanline: 3200
[   150.653] 	XResolution: 1600
[   150.653] 	YResolution: 1200
[   150.653] 	XCharSize: 8
[   150.653] 	YCharSize: 16
[   150.653] 	NumberOfPlanes: 1
[   150.653] 	BitsPerPixel: 16
[   150.653] 	NumberOfBanks: 1
[   150.653] 	MemoryModel: 6
[   150.653] 	BankSize: 0
[   150.653] 	NumberOfImages: 3
[   150.653] 	RedMaskSize: 5
[   150.653] 	RedFieldPosition: 11
[   150.653] 	GreenMaskSize: 6
[   150.653] 	GreenFieldPosition: 5
[   150.653] 	BlueMaskSize: 5
[   150.653] 	BlueFieldPosition: 0
[   150.653] 	RsvdMaskSize: 0
[   150.653] 	RsvdFieldPosition: 0
[   150.653] 	DirectColorModeInfo: 0
[   150.653] 	PhysBasePtr: 0xe0000000
[   150.653] 	LinBytesPerScanLine: 3200
[   150.653] 	BnkNumberOfImagePages: 3
[   150.653] 	LinNumberOfImagePages: 3
[   150.653] 	LinRedMaskSize: 5
[   150.653] 	LinRedFieldPosition: 11
[   150.653] 	LinGreenMaskSize: 6
[   150.653] 	LinGreenFieldPosition: 5
[   150.653] 	LinBlueMaskSize: 5
[   150.653] 	LinBlueFieldPosition: 0
[   150.653] 	LinRsvdMaskSize: 0
[   150.653] 	LinRsvdFieldPosition: 0
[   150.653] 	MaxPixelClock: 400000000
[   150.653] Mode: 176 (1600x1200)
[   150.653] 	ModeAttributes: 0xba
[   150.653] 	WinAAttributes: 0x7
[   150.653] 	WinBAttributes: 0x0
[   150.653] 	WinGranularity: 64
[   150.653] 	WinSize: 64
[   150.653] 	WinASegment: 0xa000
[   150.653] 	WinBSegment: 0x0
[   150.653] 	WinFuncPtr: 0xc00051d3
[   150.653] 	BytesPerScanline: 6400
[   150.653] 	XResolution: 1600
[   150.653] 	YResolution: 1200
[   150.653] 	XCharSize: 8
[   150.653] 	YCharSize: 16
[   150.653] 	NumberOfPlanes: 1
[   150.653] 	BitsPerPixel: 32
[   150.653] 	NumberOfBanks: 1
[   150.653] 	MemoryModel: 6
[   150.653] 	BankSize: 0
[   150.653] 	NumberOfImages: 1
[   150.653] 	RedMaskSize: 8
[   150.653] 	RedFieldPosition: 16
[   150.653] 	GreenMaskSize: 8
[   150.653] 	GreenFieldPosition: 8
[   150.653] 	BlueMaskSize: 8
[   150.653] 	BlueFieldPosition: 0
[   150.653] 	RsvdMaskSize: 0
[   150.653] 	RsvdFieldPosition: 0
[   150.653] 	DirectColorModeInfo: 0
[   150.653] 	PhysBasePtr: 0xe0000000
[   150.653] 	LinBytesPerScanLine: 6400
[   150.653] 	BnkNumberOfImagePages: 1
[   150.653] 	LinNumberOfImagePages: 1
[   150.653] 	LinRedMaskSize: 8
[   150.653] 	LinRedFieldPosition: 16
[   150.653] 	LinGreenMaskSize: 8
[   150.653] 	LinGreenFieldPosition: 8
[   150.653] 	LinBlueMaskSize: 8
[   150.653] 	LinBlueFieldPosition: 0
[   150.654] 	LinRsvdMaskSize: 0
[   150.654] 	LinRsvdFieldPosition: 0
[   150.654] 	MaxPixelClock: 400000000
[   150.654] Mode: 183 (1792x1344)
[   150.654] 	ModeAttributes: 0xba
[   150.654] 	WinAAttributes: 0x7
[   150.654] 	WinBAttributes: 0x0
[   150.654] 	WinGranularity: 64
[   150.654] 	WinSize: 64
[   150.654] 	WinASegment: 0xa000
[   150.654] 	WinBSegment: 0x0
[   150.654] 	WinFuncPtr: 0xc00051d3
[   150.654] 	BytesPerScanline: 1792
[   150.654] 	XResolution: 1792
[   150.654] 	YResolution: 1344
[   150.654] 	XCharSize: 8
[   150.654] 	YCharSize: 16
[   150.654] 	NumberOfPlanes: 1
[   150.654] 	BitsPerPixel: 8
[   150.654] 	NumberOfBanks: 1
[   150.654] 	MemoryModel: 4
[   150.654] 	BankSize: 0
[   150.654] 	NumberOfImages: 5
[   150.654] 	RedMaskSize: 0
[   150.654] 	RedFieldPosition: 0
[   150.654] 	GreenMaskSize: 0
[   150.654] 	GreenFieldPosition: 0
[   150.654] 	BlueMaskSize: 0
[   150.654] 	BlueFieldPosition: 0
[   150.654] 	RsvdMaskSize: 0
[   150.654] 	RsvdFieldPosition: 0
[   150.654] 	DirectColorModeInfo: 0
[   150.654] 	PhysBasePtr: 0xe0000000
[   150.654] 	LinBytesPerScanLine: 1792
[   150.654] 	BnkNumberOfImagePages: 5
[   150.654] 	LinNumberOfImagePages: 5
[   150.654] 	LinRedMaskSize: 0
[   150.654] 	LinRedFieldPosition: 0
[   150.654] 	LinGreenMaskSize: 0
[   150.654] 	LinGreenFieldPosition: 0
[   150.654] 	LinBlueMaskSize: 0
[   150.654] 	LinBlueFieldPosition: 0
[   150.654] 	LinRsvdMaskSize: 0
[   150.654] 	LinRsvdFieldPosition: 0
[   150.654] 	MaxPixelClock: 400000000
[   150.654] Mode: 185 (1792x1344)
[   150.654] 	ModeAttributes: 0xba
[   150.654] 	WinAAttributes: 0x7
[   150.654] 	WinBAttributes: 0x0
[   150.654] 	WinGranularity: 64
[   150.654] 	WinSize: 64
[   150.654] 	WinASegment: 0xa000
[   150.654] 	WinBSegment: 0x0
[   150.654] 	WinFuncPtr: 0xc00051d3
[   150.654] 	BytesPerScanline: 3584
[   150.654] 	XResolution: 1792
[   150.654] 	YResolution: 1344
[   150.654] 	XCharSize: 8
[   150.655] 	YCharSize: 16
[   150.655] 	NumberOfPlanes: 1
[   150.655] 	BitsPerPixel: 16
[   150.655] 	NumberOfBanks: 1
[   150.655] 	MemoryModel: 6
[   150.655] 	BankSize: 0
[   150.655] 	NumberOfImages: 2
[   150.655] 	RedMaskSize: 5
[   150.655] 	RedFieldPosition: 11
[   150.655] 	GreenMaskSize: 6
[   150.655] 	GreenFieldPosition: 5
[   150.655] 	BlueMaskSize: 5
[   150.655] 	BlueFieldPosition: 0
[   150.655] 	RsvdMaskSize: 0
[   150.655] 	RsvdFieldPosition: 0
[   150.655] 	DirectColorModeInfo: 0
[   150.655] 	PhysBasePtr: 0xe0000000
[   150.655] 	LinBytesPerScanLine: 3584
[   150.655] 	BnkNumberOfImagePages: 2
[   150.655] 	LinNumberOfImagePages: 2
[   150.655] 	LinRedMaskSize: 5
[   150.655] 	LinRedFieldPosition: 11
[   150.655] 	LinGreenMaskSize: 6
[   150.655] 	LinGreenFieldPosition: 5
[   150.655] 	LinBlueMaskSize: 5
[   150.655] 	LinBlueFieldPosition: 0
[   150.655] 	LinRsvdMaskSize: 0
[   150.655] 	LinRsvdFieldPosition: 0
[   150.655] 	MaxPixelClock: 400000000
[   150.655] Mode: 186 (1792x1344)
[   150.655] 	ModeAttributes: 0xba
[   150.655] 	WinAAttributes: 0x7
[   150.655] 	WinBAttributes: 0x0
[   150.655] 	WinGranularity: 64
[   150.655] 	WinSize: 64
[   150.655] 	WinASegment: 0xa000
[   150.655] 	WinBSegment: 0x0
[   150.655] 	WinFuncPtr: 0xc00051d3
[   150.655] 	BytesPerScanline: 7168
[   150.655] 	XResolution: 1792
[   150.655] 	YResolution: 1344
[   150.655] 	XCharSize: 8
[   150.655] 	YCharSize: 16
[   150.655] 	NumberOfPlanes: 1
[   150.655] 	BitsPerPixel: 32
[   150.655] 	NumberOfBanks: 1
[   150.655] 	MemoryModel: 6
[   150.655] 	BankSize: 0
[   150.655] 	NumberOfImages: 1
[   150.655] 	RedMaskSize: 8
[   150.655] 	RedFieldPosition: 16
[   150.655] 	GreenMaskSize: 8
[   150.655] 	GreenFieldPosition: 8
[   150.655] 	BlueMaskSize: 8
[   150.655] 	BlueFieldPosition: 0
[   150.655] 	RsvdMaskSize: 0
[   150.655] 	RsvdFieldPosition: 0
[   150.655] 	DirectColorModeInfo: 0
[   150.655] 	PhysBasePtr: 0xe0000000
[   150.655] 	LinBytesPerScanLine: 7168
[   150.655] 	BnkNumberOfImagePages: 1
[   150.655] 	LinNumberOfImagePages: 1
[   150.655] 	LinRedMaskSize: 8
[   150.655] 	LinRedFieldPosition: 16
[   150.655] 	LinGreenMaskSize: 8
[   150.655] 	LinGreenFieldPosition: 8
[   150.655] 	LinBlueMaskSize: 8
[   150.655] 	LinBlueFieldPosition: 0
[   150.655] 	LinRsvdMaskSize: 0
[   150.655] 	LinRsvdFieldPosition: 0
[   150.655] 	MaxPixelClock: 400000000
[   150.656] Mode: 1d3 (1856x1392)
[   150.656] 	ModeAttributes: 0xba
[   150.656] 	WinAAttributes: 0x7
[   150.656] 	WinBAttributes: 0x0
[   150.656] 	WinGranularity: 64
[   150.656] 	WinSize: 64
[   150.656] 	WinASegment: 0xa000
[   150.656] 	WinBSegment: 0x0
[   150.656] 	WinFuncPtr: 0xc00051d3
[   150.656] 	BytesPerScanline: 1856
[   150.656] 	XResolution: 1856
[   150.656] 	YResolution: 1392
[   150.656] 	XCharSize: 8
[   150.656] 	YCharSize: 16
[   150.656] 	NumberOfPlanes: 1
[   150.656] 	BitsPerPixel: 8
[   150.656] 	NumberOfBanks: 1
[   150.656] 	MemoryModel: 4
[   150.656] 	BankSize: 0
[   150.656] 	NumberOfImages: 5
[   150.656] 	RedMaskSize: 0
[   150.656] 	RedFieldPosition: 0
[   150.656] 	GreenMaskSize: 0
[   150.656] 	GreenFieldPosition: 0
[   150.656] 	BlueMaskSize: 0
[   150.656] 	BlueFieldPosition: 0
[   150.656] 	RsvdMaskSize: 0
[   150.656] 	RsvdFieldPosition: 0
[   150.656] 	DirectColorModeInfo: 0
[   150.656] 	PhysBasePtr: 0xe0000000
[   150.656] 	LinBytesPerScanLine: 1856
[   150.656] 	BnkNumberOfImagePages: 5
[   150.656] 	LinNumberOfImagePages: 5
[   150.656] 	LinRedMaskSize: 0
[   150.656] 	LinRedFieldPosition: 0
[   150.656] 	LinGreenMaskSize: 0
[   150.656] 	LinGreenFieldPosition: 0
[   150.656] 	LinBlueMaskSize: 0
[   150.656] 	LinBlueFieldPosition: 0
[   150.656] 	LinRsvdMaskSize: 0
[   150.656] 	LinRsvdFieldPosition: 0
[   150.656] 	MaxPixelClock: 400000000
[   150.656] Mode: 1d5 (1856x1392)
[   150.656] 	ModeAttributes: 0xba
[   150.656] 	WinAAttributes: 0x7
[   150.656] 	WinBAttributes: 0x0
[   150.656] 	WinGranularity: 64
[   150.656] 	WinSize: 64
[   150.656] 	WinASegment: 0xa000
[   150.656] 	WinBSegment: 0x0
[   150.656] 	WinFuncPtr: 0xc00051d3
[   150.656] 	BytesPerScanline: 3712
[   150.656] 	XResolution: 1856
[   150.656] 	YResolution: 1392
[   150.656] 	XCharSize: 8
[   150.656] 	YCharSize: 16
[   150.656] 	NumberOfPlanes: 1
[   150.656] 	BitsPerPixel: 16
[   150.656] 	NumberOfBanks: 1
[   150.656] 	MemoryModel: 6
[   150.656] 	BankSize: 0
[   150.656] 	NumberOfImages: 2
[   150.656] 	RedMaskSize: 5
[   150.656] 	RedFieldPosition: 11
[   150.656] 	GreenMaskSize: 6
[   150.656] 	GreenFieldPosition: 5
[   150.656] 	BlueMaskSize: 5
[   150.656] 	BlueFieldPosition: 0
[   150.656] 	RsvdMaskSize: 0
[   150.656] 	RsvdFieldPosition: 0
[   150.656] 	DirectColorModeInfo: 0
[   150.656] 	PhysBasePtr: 0xe0000000
[   150.656] 	LinBytesPerScanLine: 3712
[   150.656] 	BnkNumberOfImagePages: 2
[   150.656] 	LinNumberOfImagePages: 2
[   150.656] 	LinRedMaskSize: 5
[   150.656] 	LinRedFieldPosition: 11
[   150.656] 	LinGreenMaskSize: 6
[   150.656] 	LinGreenFieldPosition: 5
[   150.656] 	LinBlueMaskSize: 5
[   150.656] 	LinBlueFieldPosition: 0
[   150.656] 	LinRsvdMaskSize: 0
[   150.656] 	LinRsvdFieldPosition: 0
[   150.656] 	MaxPixelClock: 400000000
[   150.657] Mode: 1d6 (1856x1392)
[   150.657] 	ModeAttributes: 0xba
[   150.657] 	WinAAttributes: 0x7
[   150.657] 	WinBAttributes: 0x0
[   150.657] 	WinGranularity: 64
[   150.657] 	WinSize: 64
[   150.657] 	WinASegment: 0xa000
[   150.657] 	WinBSegment: 0x0
[   150.657] 	WinFuncPtr: 0xc00051d3
[   150.657] 	BytesPerScanline: 7424
[   150.657] 	XResolution: 1856
[   150.657] 	YResolution: 1392
[   150.657] 	XCharSize: 8
[   150.657] 	YCharSize: 16
[   150.657] 	NumberOfPlanes: 1
[   150.657] 	BitsPerPixel: 32
[   150.657] 	NumberOfBanks: 1
[   150.657] 	MemoryModel: 6
[   150.657] 	BankSize: 0
[   150.657] 	NumberOfImages: 1
[   150.657] 	RedMaskSize: 8
[   150.657] 	RedFieldPosition: 16
[   150.657] 	GreenMaskSize: 8
[   150.657] 	GreenFieldPosition: 8
[   150.657] 	BlueMaskSize: 8
[   150.657] 	BlueFieldPosition: 0
[   150.657] 	RsvdMaskSize: 0
[   150.657] 	RsvdFieldPosition: 0
[   150.657] 	DirectColorModeInfo: 0
[   150.657] 	PhysBasePtr: 0xe0000000
[   150.657] 	LinBytesPerScanLine: 7424
[   150.657] 	BnkNumberOfImagePages: 1
[   150.657] 	LinNumberOfImagePages: 1
[   150.657] 	LinRedMaskSize: 8
[   150.657] 	LinRedFieldPosition: 16
[   150.657] 	LinGreenMaskSize: 8
[   150.657] 	LinGreenFieldPosition: 8
[   150.657] 	LinBlueMaskSize: 8
[   150.657] 	LinBlueFieldPosition: 0
[   150.657] 	LinRsvdMaskSize: 0
[   150.657] 	LinRsvdFieldPosition: 0
[   150.657] 	MaxPixelClock: 400000000
[   150.657] Mode: 1e3 (1920x1440)
[   150.657] 	ModeAttributes: 0xba
[   150.657] 	WinAAttributes: 0x7
[   150.657] 	WinBAttributes: 0x0
[   150.657] 	WinGranularity: 64
[   150.657] 	WinSize: 64
[   150.657] 	WinASegment: 0xa000
[   150.657] 	WinBSegment: 0x0
[   150.657] 	WinFuncPtr: 0xc00051d3
[   150.657] 	BytesPerScanline: 1920
[   150.657] 	XResolution: 1920
[   150.657] 	YResolution: 1440
[   150.657] 	XCharSize: 8
[   150.657] 	YCharSize: 16
[   150.657] 	NumberOfPlanes: 1
[   150.657] 	BitsPerPixel: 8
[   150.657] 	NumberOfBanks: 1
[   150.657] 	MemoryModel: 4
[   150.657] 	BankSize: 0
[   150.657] 	NumberOfImages: 4
[   150.657] 	RedMaskSize: 0
[   150.657] 	RedFieldPosition: 0
[   150.657] 	GreenMaskSize: 0
[   150.657] 	GreenFieldPosition: 0
[   150.658] 	BlueMaskSize: 0
[   150.658] 	BlueFieldPosition: 0
[   150.658] 	RsvdMaskSize: 0
[   150.658] 	RsvdFieldPosition: 0
[   150.658] 	DirectColorModeInfo: 0
[   150.658] 	PhysBasePtr: 0xe0000000
[   150.658] 	LinBytesPerScanLine: 1920
[   150.658] 	BnkNumberOfImagePages: 4
[   150.658] 	LinNumberOfImagePages: 4
[   150.658] 	LinRedMaskSize: 0
[   150.658] 	LinRedFieldPosition: 0
[   150.658] 	LinGreenMaskSize: 0
[   150.658] 	LinGreenFieldPosition: 0
[   150.658] 	LinBlueMaskSize: 0
[   150.658] 	LinBlueFieldPosition: 0
[   150.658] 	LinRsvdMaskSize: 0
[   150.658] 	LinRsvdFieldPosition: 0
[   150.658] 	MaxPixelClock: 400000000
[   150.658] Mode: 1e5 (1920x1440)
[   150.658] 	ModeAttributes: 0xba
[   150.658] 	WinAAttributes: 0x7
[   150.658] 	WinBAttributes: 0x0
[   150.658] 	WinGranularity: 64
[   150.658] 	WinSize: 64
[   150.658] 	WinASegment: 0xa000
[   150.658] 	WinBSegment: 0x0
[   150.658] 	WinFuncPtr: 0xc00051d3
[   150.658] 	BytesPerScanline: 3840
[   150.658] 	XResolution: 1920
[   150.658] 	YResolution: 1440
[   150.658] 	XCharSize: 8
[   150.658] 	YCharSize: 16
[   150.658] 	NumberOfPlanes: 1
[   150.658] 	BitsPerPixel: 16
[   150.658] 	NumberOfBanks: 1
[   150.658] 	MemoryModel: 6
[   150.658] 	BankSize: 0
[   150.658] 	NumberOfImages: 2
[   150.658] 	RedMaskSize: 5
[   150.658] 	RedFieldPosition: 11
[   150.658] 	GreenMaskSize: 6
[   150.658] 	GreenFieldPosition: 5
[   150.658] 	BlueMaskSize: 5
[   150.658] 	BlueFieldPosition: 0
[   150.658] 	RsvdMaskSize: 0
[   150.658] 	RsvdFieldPosition: 0
[   150.658] 	DirectColorModeInfo: 0
[   150.658] 	PhysBasePtr: 0xe0000000
[   150.658] 	LinBytesPerScanLine: 3840
[   150.658] 	BnkNumberOfImagePages: 2
[   150.658] 	LinNumberOfImagePages: 2
[   150.658] 	LinRedMaskSize: 5
[   150.658] 	LinRedFieldPosition: 11
[   150.658] 	LinGreenMaskSize: 6
[   150.658] 	LinGreenFieldPosition: 5
[   150.658] 	LinBlueMaskSize: 5
[   150.658] 	LinBlueFieldPosition: 0
[   150.658] 	LinRsvdMaskSize: 0
[   150.658] 	LinRsvdFieldPosition: 0
[   150.658] 	MaxPixelClock: 400000000
[   150.659] Mode: 1e6 (1920x1440)
[   150.659] 	ModeAttributes: 0xba
[   150.659] 	WinAAttributes: 0x7
[   150.659] 	WinBAttributes: 0x0
[   150.659] 	WinGranularity: 64
[   150.659] 	WinSize: 64
[   150.659] 	WinASegment: 0xa000
[   150.659] 	WinBSegment: 0x0
[   150.659] 	WinFuncPtr: 0xc00051d3
[   150.659] 	BytesPerScanline: 7680
[   150.659] 	XResolution: 1920
[   150.659] 	YResolution: 1440
[   150.659] 	XCharSize: 8
[   150.659] 	YCharSize: 16
[   150.659] 	NumberOfPlanes: 1
[   150.659] 	BitsPerPixel: 32
[   150.659] 	NumberOfBanks: 1
[   150.659] 	MemoryModel: 6
[   150.659] 	BankSize: 0
[   150.659] 	NumberOfImages: 1
[   150.659] 	RedMaskSize: 8
[   150.659] 	RedFieldPosition: 16
[   150.659] 	GreenMaskSize: 8
[   150.659] 	GreenFieldPosition: 8
[   150.659] 	BlueMaskSize: 8
[   150.659] 	BlueFieldPosition: 0
[   150.659] 	RsvdMaskSize: 0
[   150.659] 	RsvdFieldPosition: 0
[   150.659] 	DirectColorModeInfo: 0
[   150.659] 	PhysBasePtr: 0xe0000000
[   150.659] 	LinBytesPerScanLine: 7680
[   150.659] 	BnkNumberOfImagePages: 1
[   150.659] 	LinNumberOfImagePages: 1
[   150.659] 	LinRedMaskSize: 8
[   150.659] 	LinRedFieldPosition: 16
[   150.659] 	LinGreenMaskSize: 8
[   150.659] 	LinGreenFieldPosition: 8
[   150.659] 	LinBlueMaskSize: 8
[   150.659] 	LinBlueFieldPosition: 0
[   150.659] 	LinRsvdMaskSize: 0
[   150.659] 	LinRsvdFieldPosition: 0
[   150.659] 	MaxPixelClock: 400000000
[   150.659] 
[   150.659] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[   150.659] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[   150.659] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[   150.659] (WW) VESA(0): Unable to estimate virtual size
[   150.659] (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "720x400" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[   150.659] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[   150.659] (WW) VESA(0): No valid modes left. Trying less strict filter...
[   150.659] (II) VESA(0): <default monitor>: Using hsync value of 66.59 kHz
[   150.659] (II) VESA(0): <default monitor>: Using vrefresh value of 59.93 Hz
[   150.659] (WW) VESA(0): Unable to estimate virtual size
[   150.659] (II) VESA(0): Not using built-in mode "1400x1050" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "1280x960" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "1152x864" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[   150.659] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[   150.659] (WW) VESA(0): No valid modes left. Trying aggressive sync range...
[   150.659] (II) VESA(0): <default monitor>: Using hsync range of 31.50-66.59 kHz
[   150.659] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-59.93 Hz
[   150.659] (WW) VESA(0): Unable to estimate virtual size
[   150.659] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "720x400" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "640x350" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
[   150.659] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[   150.659] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[   150.659] (II) VESA(0): Virtual size is 1400x1050 (pitch 1400)
[   150.659] (**) VESA(0): *Built-in mode "1400x1050"
[   150.659] (**) VESA(0): *Built-in mode "1280x1024"
[   150.659] (**) VESA(0): *Built-in mode "1280x960"
[   150.659] (**) VESA(0): *Built-in mode "1152x864"
[   150.659] (**) VESA(0): *Built-in mode "1024x768"
[   150.659] (**) VESA(0): *Built-in mode "800x600"
[   150.659] (**) VESA(0): Display dimensions: (350, 190) mm
[   150.659] (**) VESA(0): DPI set to (101, 140)
[   150.659] (**) VESA(0): Using "Shadow Framebuffer"
[   150.659] (II) Loading sub module "shadow"
[   150.659] (II) LoadModule: "shadow"
[   150.659] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   150.660] (II) Module shadow: vendor="X.Org Foundation"
[   150.660] 	compiled for 1.21.1.3, module version = 1.1.0
[   150.660] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   150.660] (II) Loading sub module "fb"
[   150.660] (II) LoadModule: "fb"
[   150.660] (II) Module "fb" already built-in
[   150.660] (II) Loading sub module "int10"
[   150.660] (II) LoadModule: "int10"
[   150.660] (II) Loading /usr/lib/xorg/modules/libint10.so
[   150.660] (II) Module int10: vendor="X.Org Foundation"
[   150.660] 	compiled for 1.21.1.3, module version = 1.0.0
[   150.661] 	ABI class: X.Org Video Driver, version 25.2
[   150.661] (II) VESA(0): initializing int10
[   150.661] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   150.661] (II) VESA(0): VESA BIOS detected
[   150.661] (II) VESA(0): VESA VBE Version 3.0
[   150.661] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[   150.661] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[   150.661] (II) VESA(0): VESA VBE OEM Software Rev: 13.10
[   150.661] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[   150.661] (II) VESA(0): VESA VBE OEM Product: BLACKCOMB
[   150.661] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[   150.661] (II) VESA(0): virtual address = (nil), VGAbase = (nil)
	physical address = 0xe0000000, size = 16777216
[   150.661] (II) VESA(0): virtual address = 0x7fc222456000, VGAbase = 0x7fc222456000
	physical address = 0xa0000, size = 65536
[   150.672] (II) VESA(0): Setting up VESA Mode 0x146 (1400x1050)
[   150.754] (==) VESA(0): Default visual is TrueColor
[   150.788] (==) VESA(0): Backing store enabled
[   150.789] (==) VESA(0): DPMS enabled
[   150.795] (II) Initializing extension Generic Event Extension
[   150.795] (II) Initializing extension SHAPE
[   150.795] (II) Initializing extension MIT-SHM
[   150.795] (II) Initializing extension XInputExtension
[   150.805] (II) Initializing extension XTEST
[   150.805] (II) Initializing extension BIG-REQUESTS
[   150.805] (II) Initializing extension SYNC
[   150.805] (II) Initializing extension XKEYBOARD
[   150.805] (II) Initializing extension XC-MISC
[   150.806] (II) Initializing extension SECURITY
[   150.806] (II) Initializing extension XFIXES
[   150.806] (II) Initializing extension RENDER
[   150.806] (II) Initializing extension RANDR
[   150.806] (II) Initializing extension COMPOSITE
[   150.806] (II) Initializing extension DAMAGE
[   150.806] (II) Initializing extension MIT-SCREEN-SAVER
[   150.807] (II) Initializing extension DOUBLE-BUFFER
[   150.807] (II) Initializing extension RECORD
[   150.807] (II) Initializing extension DPMS
[   150.807] (II) Initializing extension Present
[   150.807] (II) Initializing extension DRI3
[   150.807] (II) Initializing extension X-Resource
[   150.807] (II) Initializing extension XVideo
[   150.807] (II) Initializing extension XVideo-MotionCompensation
[   150.807] (II) Initializing extension GLX
[   150.808] (II) AIGLX: Screen 0 is not DRI2 capable
[   153.583] (II) IGLX: Loaded and initialized swrast
[   153.583] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   153.583] (II) Initializing extension XFree86-VidModeExtension
[   153.583] (II) Initializing extension XFree86-DGA
[   153.584] (II) Initializing extension XFree86-DRI
[   153.584] (II) Initializing extension DRI2
[   154.000] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   154.000] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   154.000] (**) Power Button: Applying InputClass "system-keyboard"
[   154.000] (II) LoadModule: "libinput"
[   154.001] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   154.068] (II) Module libinput: vendor="X.Org Foundation"
[   154.068] 	compiled for 1.21.1.3, module version = 1.2.1
[   154.068] 	Module class: X.Org XInput Driver
[   154.068] 	ABI class: X.Org XInput driver, version 24.4
[   154.069] (II) Using input driver 'libinput' for 'Power Button'
[   154.071] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 20 paused 0
[   154.071] (**) Power Button: always reports core events
[   154.071] (**) Option "Device" "/dev/input/event3"
[   154.148] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   154.148] (II) event3  - Power Button: device is a keyboard
[   154.149] (II) event3  - Power Button: device removed
[   154.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   154.149] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   154.149] (**) Option "xkb_layout" "de"
[   154.210] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   154.210] (II) event3  - Power Button: device is a keyboard
[   154.212] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   154.212] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   154.212] (**) Video Bus: Applying InputClass "system-keyboard"
[   154.213] (II) Using input driver 'libinput' for 'Video Bus'
[   154.215] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[   154.215] (**) Video Bus: always reports core events
[   154.215] (**) Option "Device" "/dev/input/event6"
[   154.219] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   154.219] (II) event6  - Video Bus: device is a keyboard
[   154.220] (II) event6  - Video Bus: device removed
[   154.220] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input12/event6"
[   154.220] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   154.220] (**) Option "xkb_layout" "de"
[   154.224] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   154.224] (II) event6  - Video Bus: device is a keyboard
[   154.226] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   154.226] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   154.226] (**) Power Button: Applying InputClass "system-keyboard"
[   154.226] (II) Using input driver 'libinput' for 'Power Button'
[   154.229] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[   154.229] (**) Power Button: always reports core events
[   154.229] (**) Option "Device" "/dev/input/event2"
[   154.231] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   154.232] (II) event2  - Power Button: device is a keyboard
[   154.232] (II) event2  - Power Button: device removed
[   154.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   154.232] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   154.232] (**) Option "xkb_layout" "de"
[   154.235] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   154.236] (II) event2  - Power Button: device is a keyboard
[   154.238] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   154.238] (II) No input driver specified, ignoring this device.
[   154.238] (II) This device may have been added with another device file.
[   154.240] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   154.240] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   154.240] (**) Sleep Button: Applying InputClass "system-keyboard"
[   154.240] (II) Using input driver 'libinput' for 'Sleep Button'
[   154.242] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[   154.242] (**) Sleep Button: always reports core events
[   154.242] (**) Option "Device" "/dev/input/event1"
[   154.245] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   154.245] (II) event1  - Sleep Button: device is a keyboard
[   154.246] (II) event1  - Sleep Button: device removed
[   154.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   154.246] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   154.246] (**) Option "xkb_layout" "de"
[   154.249] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   154.249] (II) event1  - Sleep Button: device is a keyboard
[   154.251] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[   154.251] (II) No input driver specified, ignoring this device.
[   154.251] (II) This device may have been added with another device file.
[   154.252] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   154.253] (II) No input driver specified, ignoring this device.
[   154.253] (II) This device may have been added with another device file.
[   154.254] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[   154.254] (II) No input driver specified, ignoring this device.
[   154.254] (II) This device may have been added with another device file.
[   154.255] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   154.255] (II) No input driver specified, ignoring this device.
[   154.255] (II) This device may have been added with another device file.
[   154.258] (II) config/udev: Adding input device BisonCam, NB Pro: BisonCam, NB  (/dev/input/event8)
[   154.258] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "libinput keyboard catchall"
[   154.258] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "system-keyboard"
[   154.258] (II) Using input driver 'libinput' for 'BisonCam, NB Pro: BisonCam, NB '
[   154.260] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[   154.260] (**) BisonCam, NB Pro: BisonCam, NB : always reports core events
[   154.260] (**) Option "Device" "/dev/input/event8"
[   154.264] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[   154.265] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[   154.265] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device removed
[   154.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15/event8"
[   154.265] (II) XINPUT: Adding extended input device "BisonCam, NB Pro: BisonCam, NB " (type: KEYBOARD, id 10)
[   154.265] (**) Option "xkb_layout" "de"
[   154.269] (II) event8  - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[   154.270] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[   154.272] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   154.272] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   154.272] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   154.272] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   154.274] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[   154.274] (**) AT Translated Set 2 keyboard: always reports core events
[   154.274] (**) Option "Device" "/dev/input/event4"
[   154.277] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   154.277] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   154.279] (II) event4  - AT Translated Set 2 keyboard: device removed
[   154.279] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   154.279] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   154.279] (**) Option "xkb_layout" "de"
[   154.282] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   154.283] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   154.286] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[   154.286] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   154.286] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   154.288] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[   154.288] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   154.288] (**) Option "Device" "/dev/input/event7"
[   154.291] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   154.294] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   154.294] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[   154.295] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event7"
[   154.295] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   154.297] (**) Option "AccelerationScheme" "none"
[   154.297] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   154.297] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   154.297] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   154.300] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   154.303] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   154.304] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   154.304] (II) No input driver specified, ignoring this device.
[   154.304] (II) This device may have been added with another device file.
[   154.305] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   154.305] (II) No input driver specified, ignoring this device.
[   154.305] (II) This device may have been added with another device file.
[   205.022] (II) Axis 0 value 1259 is outside expected range [1261, 5903]
See https://wayland.freedesktop.org/libinput/doc/1.20.0/absolute_coordinate_ranges.html for details
[   227.611] (**) Option "fd" "20"
[   227.611] (II) event3  - Power Button: device removed
[   227.611] (**) Option "fd" "23"
[   227.611] (II) event6  - Video Bus: device removed
[   227.612] (**) Option "fd" "24"
[   227.612] (II) event2  - Power Button: device removed
[   227.612] (**) Option "fd" "25"
[   227.612] (II) event1  - Sleep Button: device removed
[   227.612] (**) Option "fd" "26"
[   227.612] (II) event8  - BisonCam, NB Pro: BisonCam, NB : device removed
[   227.612] (**) Option "fd" "27"
[   227.612] (II) event4  - AT Translated Set 2 keyboard: device removed
[   227.613] (**) Option "fd" "28"
[   227.613] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[   227.953] (II) systemd-logind: got pause for 13:65
[   227.953] (II) systemd-logind: got pause for 13:66
[   227.953] (II) systemd-logind: got pause for 13:71
[   227.953] (II) systemd-logind: got pause for 13:68
[   227.953] (II) systemd-logind: got pause for 13:70
[   227.953] (II) systemd-logind: got pause for 13:67
[   227.953] (II) systemd-logind: got pause for 13:72

Offline

#18 2022-04-11 19:22:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,255

Re: Configure Xorg display resolution

'key - you'll have to write a static server config then (if you don't want to just "xrandr --output default --mode 1280x960" w/ the session start)
I won't promise that the VESA driver will respect the PreferredMode opetion, but this way at least you can force the server to invoke the monitor configuration.

https://wiki.archlinux.org/title/Xorg#Using_xorg.conf will allow you to contruct a basic configuration that you can use as framework and just alter the relevant sections.

Online

Board footer

Powered by FluxBB