Announcement

Collapse
No announcement yet.

12.04.2 upgrade Xorg issue with Intel 82915G chipset

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    12.04.2 upgrade Xorg issue with Intel 82915G chipset

    Hi all,

    I ran into a show stopper with Xorg after the 12.04.2 update installed yesterday on one of my machines. This machine uses an Intel motherboard with the on-board Intel graphics controller.

    The symptoms are as follows:

    After the upgrade the machine booted up normally to a X logon prompt. Prompts and new background are displayed normally at this point. Once the logon credentials are entered, the machine clears the logon screen to black. The mouse cursor then appears on a black background. Then the X logon process stops. I can move the mouse cursor around on the screen at this point, but can do nothing else in the Xorg console window.


    Switching to a standard terminal window, I checked the following areas:

    lspci says the system is using an Intel 82915G/GV/910G integrated graphics controller (rev 0e). This looks normal.

    'cat /var/log/Xorg.0.log | grep Driver' says Xorg is using the Intel i810 driver. Also normal as it was doing prior to the upgrade.

    Here's a copy of the Xorg.0.log from the offending system:

    Code:
    [  1482.033] 
    X.Org X Server 1.11.3
    Release Date: 2011-12-16
    [  1482.033] X Protocol Version 11, Revision 0
    [  1482.033] Build Operating System: Linux 2.6.42-34-generic i686 Ubuntu
    [  1482.034] Current Operating System: Linux excalibur 3.2.0-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:57 UTC 2013 i686
    [  1482.034] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-37-generic root=UUID=d250e43b-1066-44d9-9744-53939b862d44 ro quiet splash i915.modeset=0 vt.handoff=7
    [  1482.034] Build Date: 16 January 2013  11:05:18PM
    [  1482.034] xorg-server 2:1.11.4-0ubuntu10.11 (For technical support please see http://www.ubuntu.com/support) 
    [  1482.034] Current version of pixman: 0.24.4
    [  1482.034] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [  1482.034] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  1482.034] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb  7 10:08:18 2013
    [  1482.034] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [  1482.035] (==) No Layout section.  Using the first Screen section.
    [  1482.035] (==) No screen section available. Using defaults.
    [  1482.035] (**) |-->Screen "Default Screen Section" (0)
    [  1482.035] (**) |   |-->Monitor "<default monitor>"
    [  1482.035] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [  1482.035] (==) Automatically adding devices
    [  1482.035] (==) Automatically enabling devices
    [  1482.035] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [  1482.035] 	Entry deleted from font path.
    [  1482.035] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [  1482.035] 	Entry deleted from font path.
    [  1482.035] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [  1482.035] 	Entry deleted from font path.
    [  1482.035] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    [  1482.035] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [  1482.035] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  1482.036] (II) Loader magic: 0x6675a0
    [  1482.036] (II) Module ABI versions:
    [  1482.036] 	X.Org ANSI C Emulation: 0.4
    [  1482.036] 	X.Org Video Driver: 11.0
    [  1482.036] 	X.Org XInput driver : 16.0
    [  1482.036] 	X.Org Server Extension : 6.0
    [  1482.036] (--) PCI:*(0:0:2:0) 8086:2582:105b:0c23 rev 14, Mem @ 0xfdf00000/524288, 0xd0000000/268435456, 0xfdf80000/262144, I/O @ 0x0000ff00/8
    [  1482.037] (II) Open ACPI successful (/var/run/acpid.socket)
    [  1482.037] (II) LoadModule: "extmod"
    [  1482.038] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [  1482.038] (II) Module extmod: vendor="X.Org Foundation"
    [  1482.038] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.038] 	Module class: X.Org Server Extension
    [  1482.038] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.038] (II) Loading extension MIT-SCREEN-SAVER
    [  1482.038] (II) Loading extension XFree86-VidModeExtension
    [  1482.038] (II) Loading extension XFree86-DGA
    [  1482.038] (II) Loading extension DPMS
    [  1482.038] (II) Loading extension XVideo
    [  1482.038] (II) Loading extension XVideo-MotionCompensation
    [  1482.038] (II) Loading extension X-Resource
    [  1482.038] (II) LoadModule: "dbe"
    [  1482.039] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [  1482.039] (II) Module dbe: vendor="X.Org Foundation"
    [  1482.039] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.039] 	Module class: X.Org Server Extension
    [  1482.039] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.039] (II) Loading extension DOUBLE-BUFFER
    [  1482.039] (II) LoadModule: "glx"
    [  1482.040] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  1482.040] (II) Module glx: vendor="X.Org Foundation"
    [  1482.040] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.040] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.040] (==) AIGLX enabled
    [  1482.040] (II) Loading extension GLX
    [  1482.040] (II) LoadModule: "record"
    [  1482.040] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [  1482.041] (II) Module record: vendor="X.Org Foundation"
    [  1482.041] 	compiled for 1.11.3, module version = 1.13.0
    [  1482.041] 	Module class: X.Org Server Extension
    [  1482.041] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.041] (II) Loading extension RECORD
    [  1482.041] (II) LoadModule: "dri"
    [  1482.041] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [  1482.042] (II) Module dri: vendor="X.Org Foundation"
    [  1482.042] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.042] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.042] (II) Loading extension XFree86-DRI
    [  1482.042] (II) LoadModule: "dri2"
    [  1482.042] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  1482.042] (II) Module dri2: vendor="X.Org Foundation"
    [  1482.042] 	compiled for 1.11.3, module version = 1.2.0
    [  1482.042] 	ABI class: X.Org Server Extension, version 6.0
    [  1482.042] (II) Loading extension DRI2
    [  1482.042] (==) Matched intel as autoconfigured driver 0
    [  1482.042] (==) Matched vesa as autoconfigured driver 1
    [  1482.042] (==) Matched fbdev as autoconfigured driver 2
    [  1482.043] (==) Assigned the driver to the xf86ConfigLayout
    [  1482.043] (II) LoadModule: "intel"
    [  1482.043] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [  1482.043] (II) Module intel: vendor="X.Org Foundation"
    [  1482.043] 	compiled for 1.11.3, module version = 2.17.0
    [  1482.043] 	Module class: X.Org Video Driver
    [  1482.043] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.043] (II) LoadModule: "vesa"
    [  1482.044] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [  1482.044] (II) Module vesa: vendor="X.Org Foundation"
    [  1482.044] 	compiled for 1.11.3, module version = 2.3.0
    [  1482.044] 	Module class: X.Org Video Driver
    [  1482.044] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.044] (II) LoadModule: "fbdev"
    [  1482.045] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [  1482.045] (II) Module fbdev: vendor="X.Org Foundation"
    [  1482.045] 	compiled for 1.11.3, module version = 0.4.2
    [  1482.045] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.045] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    	Ivybridge Server (GT2)
    [  1482.046] (II) VESA: driver for VESA chipsets: vesa
    [  1482.046] (II) FBDEV: driver for framebuffer: fbdev
    [  1482.046] (++) using VT number 7
    
    [  1482.053] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [  1482.053] (WW) Falling back to old probe method for fbdev
    [  1482.053] (II) Loading sub module "fbdevhw"
    [  1482.053] (II) LoadModule: "fbdevhw"
    [  1482.054] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [  1482.054] (II) Module fbdevhw: vendor="X.Org Foundation"
    [  1482.054] 	compiled for 1.11.3, module version = 0.0.2
    [  1482.054] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.054] (II) Loading sub module "vbe"
    [  1482.055] (II) LoadModule: "vbe"
    [  1482.055] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [  1482.056] (II) Module vbe: vendor="X.Org Foundation"
    [  1482.056] 	compiled for 1.11.3, module version = 1.1.0
    [  1482.056] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.056] (II) Loading sub module "int10"
    [  1482.056] (II) LoadModule: "int10"
    [  1482.056] (II) Loading /usr/lib/xorg/modules/libint10.so
    [  1482.056] (II) Module int10: vendor="X.Org Foundation"
    [  1482.056] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.057] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.057] (II) VESA(0): initializing int10
    [  1482.064] (II) VESA(0): Bad V_BIOS checksum
    [  1482.064] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [  1482.064] (II) VESA(0): VESA BIOS detected
    [  1482.064] (II) VESA(0): VESA VBE Version 3.0
    [  1482.065] (II) VESA(0): VESA VBE Total Mem: 7872 kB
    [  1482.065] (II) VESA(0): VESA VBE OEM: Intel(r)915G/915GV/910GL Graphics Chip Accelerated VGA BIOS
    [  1482.065] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [  1482.065] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    [  1482.065] (II) VESA(0): VESA VBE OEM Product: Intel(r)915G/915GV/910GL Graphics Controller
    [  1482.065] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    [  1482.113] (II) VESA(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [  1482.113] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [  1482.113] (==) VESA(0): RGB weight 888
    [  1482.113] (==) VESA(0): Default visual is TrueColor
    [  1482.113] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [  1482.113] (II) Loading sub module "ddc"
    [  1482.113] (II) LoadModule: "ddc"
    [  1482.113] (II) Module "ddc" already built-in
    [  1482.178] (II) VESA(0): VESA VBE DDC supported
    [  1482.178] (II) VESA(0): VESA VBE DDC Level none
    [  1482.178] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
    [  1482.179] (II) VESA(0): VESA VBE DDC read failed
    [  1482.179] (II) VESA(0): VESA VBE PanelID invalid
    [  1482.179] (II) VESA(0): Searching for matching VESA mode(s):
    [  1482.179] Mode: 160 (0x0)
    [  1482.179] 	ModeAttributes: 0x0
    [  1482.179] 	WinAAttributes: 0x0
    [  1482.180] 	WinBAttributes: 0x0
    [  1482.180] 	WinGranularity: 0
    [  1482.180] 	WinSize: 0
    [  1482.180] 	WinASegment: 0x0
    [  1482.180] 	WinBSegment: 0x0
    [  1482.180] 	WinFuncPtr: 0x0
    [  1482.180] 	BytesPerScanline: 0
    [  1482.180] 	XResolution: 0
    [  1482.180] 	YResolution: 0
    [  1482.180] 	XCharSize: 0
    [  1482.180] 	YCharSize: 0
    [  1482.180] 	NumberOfPlanes: 0
    [  1482.180] 	BitsPerPixel: 0
    [  1482.180] 	NumberOfBanks: 0
    [  1482.180] 	MemoryModel: 0
    [  1482.180] 	BankSize: 0
    [  1482.180] 	NumberOfImages: 0
    [  1482.180] 	RedMaskSize: 0
    [  1482.180] 	RedFieldPosition: 0
    [  1482.180] 	GreenMaskSize: 0
    [  1482.180] 	GreenFieldPosition: 0
    [  1482.180] 	BlueMaskSize: 0
    [  1482.180] 	BlueFieldPosition: 0
    [  1482.180] 	RsvdMaskSize: 0
    [  1482.180] 	RsvdFieldPosition: 0
    [  1482.180] 	DirectColorModeInfo: 0
    [  1482.180] 	PhysBasePtr: 0x0
    [  1482.180] 	LinBytesPerScanLine: 0
    [  1482.180] 	BnkNumberOfImagePages: 0
    [  1482.180] 	LinNumberOfImagePages: 0
    [  1482.180] 	LinRedMaskSize: 0
    [  1482.180] 	LinRedFieldPosition: 0
    [  1482.180] 	LinGreenMaskSize: 0
    [  1482.180] 	LinGreenFieldPosition: 0
    [  1482.180] 	LinBlueMaskSize: 0
    [  1482.180] 	LinBlueFieldPosition: 0
    [  1482.180] 	LinRsvdMaskSize: 0
    [  1482.180] 	LinRsvdFieldPosition: 0
    [  1482.180] 	MaxPixelClock: 0
    [  1482.181] Mode: 161 (0x0)
    [  1482.181] 	ModeAttributes: 0x0
    [  1482.181] 	WinAAttributes: 0x0
    [  1482.181] 	WinBAttributes: 0x0
    [  1482.181] 	WinGranularity: 0
    [  1482.181] 	WinSize: 0
    [  1482.181] 	WinASegment: 0x0
    [  1482.181] 	WinBSegment: 0x0
    [  1482.181] 	WinFuncPtr: 0x0
    [  1482.181] 	BytesPerScanline: 0
    [  1482.181] 	XResolution: 0
    [  1482.181] 	YResolution: 0
    [  1482.181] 	XCharSize: 0
    [  1482.181] 	YCharSize: 0
    [  1482.181] 	NumberOfPlanes: 0
    [  1482.181] 	BitsPerPixel: 0
    [  1482.181] 	NumberOfBanks: 0
    [  1482.181] 	MemoryModel: 0
    [  1482.181] 	BankSize: 0
    [  1482.181] 	NumberOfImages: 0
    [  1482.181] 	RedMaskSize: 0
    [  1482.181] 	RedFieldPosition: 0
    [  1482.181] 	GreenMaskSize: 0
    [  1482.181] 	GreenFieldPosition: 0
    [  1482.181] 	BlueMaskSize: 0
    [  1482.181] 	BlueFieldPosition: 0
    [  1482.181] 	RsvdMaskSize: 0
    [  1482.181] 	RsvdFieldPosition: 0
    [  1482.181] 	DirectColorModeInfo: 0
    [  1482.181] 	PhysBasePtr: 0x0
    [  1482.181] 	LinBytesPerScanLine: 0
    [  1482.181] 	BnkNumberOfImagePages: 0
    [  1482.181] 	LinNumberOfImagePages: 0
    [  1482.181] 	LinRedMaskSize: 0
    [  1482.181] 	LinRedFieldPosition: 0
    [  1482.181] 	LinGreenMaskSize: 0
    [  1482.181] 	LinGreenFieldPosition: 0
    [  1482.181] 	LinBlueMaskSize: 0
    [  1482.181] 	LinBlueFieldPosition: 0
    [  1482.181] 	LinRsvdMaskSize: 0
    [  1482.181] 	LinRsvdFieldPosition: 0
    [  1482.181] 	MaxPixelClock: 0
    [  1482.182] Mode: 162 (0x0)
    [  1482.182] 	ModeAttributes: 0x0
    [  1482.182] 	WinAAttributes: 0x0
    [  1482.182] 	WinBAttributes: 0x0
    [  1482.182] 	WinGranularity: 0
    [  1482.182] 	WinSize: 0
    [  1482.182] 	WinASegment: 0x0
    [  1482.182] 	WinBSegment: 0x0
    [  1482.182] 	WinFuncPtr: 0x0
    [  1482.182] 	BytesPerScanline: 0
    [  1482.182] 	XResolution: 0
    [  1482.182] 	YResolution: 0
    [  1482.182] 	XCharSize: 0
    [  1482.182] 	YCharSize: 0
    [  1482.182] 	NumberOfPlanes: 0
    [  1482.182] 	BitsPerPixel: 0
    [  1482.182] 	NumberOfBanks: 0
    [  1482.182] 	MemoryModel: 0
    [  1482.182] 	BankSize: 0
    [  1482.182] 	NumberOfImages: 0
    [  1482.182] 	RedMaskSize: 0
    [  1482.182] 	RedFieldPosition: 0
    [  1482.182] 	GreenMaskSize: 0
    [  1482.182] 	GreenFieldPosition: 0
    [  1482.182] 	BlueMaskSize: 0
    [  1482.182] 	BlueFieldPosition: 0
    [  1482.182] 	RsvdMaskSize: 0
    [  1482.182] 	RsvdFieldPosition: 0
    [  1482.182] 	DirectColorModeInfo: 0
    [  1482.182] 	PhysBasePtr: 0x0
    [  1482.183] 	LinBytesPerScanLine: 0
    [  1482.183] 	BnkNumberOfImagePages: 0
    [  1482.183] 	LinNumberOfImagePages: 0
    [  1482.183] 	LinRedMaskSize: 0
    [  1482.183] 	LinRedFieldPosition: 0
    [  1482.183] 	LinGreenMaskSize: 0
    [  1482.183] 	LinGreenFieldPosition: 0
    [  1482.183] 	LinBlueMaskSize: 0
    [  1482.183] 	LinBlueFieldPosition: 0
    [  1482.183] 	LinRsvdMaskSize: 0
    [  1482.183] 	LinRsvdFieldPosition: 0
    [  1482.183] 	MaxPixelClock: 0
    [  1482.183] Mode: 163 (0x0)
    [  1482.183] 	ModeAttributes: 0x0
    [  1482.183] 	WinAAttributes: 0x0
    [  1482.183] 	WinBAttributes: 0x0
    [  1482.183] 	WinGranularity: 0
    [  1482.183] 	WinSize: 0
    [  1482.183] 	WinASegment: 0x0
    [  1482.183] 	WinBSegment: 0x0
    [  1482.183] 	WinFuncPtr: 0x0
    [  1482.183] 	BytesPerScanline: 0
    [  1482.183] 	XResolution: 0
    [  1482.183] 	YResolution: 0
    [  1482.183] 	XCharSize: 0
    [  1482.183] 	YCharSize: 0
    [  1482.184] 	NumberOfPlanes: 0
    [  1482.184] 	BitsPerPixel: 0
    [  1482.184] 	NumberOfBanks: 0
    [  1482.184] 	MemoryModel: 0
    [  1482.184] 	BankSize: 0
    [  1482.184] 	NumberOfImages: 0
    [  1482.184] 	RedMaskSize: 0
    [  1482.184] 	RedFieldPosition: 0
    [  1482.184] 	GreenMaskSize: 0
    [  1482.184] 	GreenFieldPosition: 0
    [  1482.184] 	BlueMaskSize: 0
    [  1482.184] 	BlueFieldPosition: 0
    [  1482.184] 	RsvdMaskSize: 0
    [  1482.184] 	RsvdFieldPosition: 0
    [  1482.184] 	DirectColorModeInfo: 0
    [  1482.184] 	PhysBasePtr: 0x0
    [  1482.184] 	LinBytesPerScanLine: 0
    [  1482.184] 	BnkNumberOfImagePages: 0
    [  1482.184] 	LinNumberOfImagePages: 0
    [  1482.184] 	LinRedMaskSize: 0
    [  1482.184] 	LinRedFieldPosition: 0
    [  1482.184] 	LinGreenMaskSize: 0
    [  1482.184] 	LinGreenFieldPosition: 0
    [  1482.184] 	LinBlueMaskSize: 0
    [  1482.184] 	LinBlueFieldPosition: 0
    [  1482.184] 	LinRsvdMaskSize: 0
    [  1482.184] 	LinRsvdFieldPosition: 0
    [  1482.184] 	MaxPixelClock: 0
    [  1482.185] Mode: 164 (0x0)
    [  1482.185] 	ModeAttributes: 0x0
    [  1482.185] 	WinAAttributes: 0x0
    [  1482.185] 	WinBAttributes: 0x0
    [  1482.185] 	WinGranularity: 0
    [  1482.185] 	WinSize: 0
    [  1482.185] 	WinASegment: 0x0
    [  1482.185] 	WinBSegment: 0x0
    [  1482.185] 	WinFuncPtr: 0x0
    [  1482.185] 	BytesPerScanline: 0
    [  1482.185] 	XResolution: 0
    [  1482.185] 	YResolution: 0
    [  1482.185] 	XCharSize: 0
    [  1482.185] 	YCharSize: 0
    [  1482.185] 	NumberOfPlanes: 0
    [  1482.185] 	BitsPerPixel: 0
    [  1482.185] 	NumberOfBanks: 0
    [  1482.185] 	MemoryModel: 0
    [  1482.185] 	BankSize: 0
    [  1482.185] 	NumberOfImages: 0
    [  1482.185] 	RedMaskSize: 0
    [  1482.185] 	RedFieldPosition: 0
    [  1482.185] 	GreenMaskSize: 0
    [  1482.185] 	GreenFieldPosition: 0
    [  1482.185] 	BlueMaskSize: 0
    [  1482.185] 	BlueFieldPosition: 0
    [  1482.185] 	RsvdMaskSize: 0
    [  1482.185] 	RsvdFieldPosition: 0
    [  1482.185] 	DirectColorModeInfo: 0
    [  1482.185] 	PhysBasePtr: 0x0
    [  1482.185] 	LinBytesPerScanLine: 0
    [  1482.185] 	BnkNumberOfImagePages: 0
    [  1482.185] 	LinNumberOfImagePages: 0
    [  1482.185] 	LinRedMaskSize: 0
    [  1482.185] 	LinRedFieldPosition: 0
    [  1482.185] 	LinGreenMaskSize: 0
    [  1482.185] 	LinGreenFieldPosition: 0
    [  1482.185] 	LinBlueMaskSize: 0
    [  1482.185] 	LinBlueFieldPosition: 0
    [  1482.185] 	LinRsvdMaskSize: 0
    [  1482.185] 	LinRsvdFieldPosition: 0
    [  1482.185] 	MaxPixelClock: 0
    [  1482.186] Mode: 165 (0x0)
    [  1482.186] 	ModeAttributes: 0x0
    [  1482.186] 	WinAAttributes: 0x0
    [  1482.186] 	WinBAttributes: 0x0
    [  1482.186] 	WinGranularity: 0
    [  1482.186] 	WinSize: 0
    [  1482.186] 	WinASegment: 0x0
    [  1482.186] 	WinBSegment: 0x0
    [  1482.186] 	WinFuncPtr: 0x0
    [  1482.186] 	BytesPerScanline: 0
    [  1482.186] 	XResolution: 0
    [  1482.186] 	YResolution: 0
    [  1482.186] 	XCharSize: 0
    [  1482.186] 	YCharSize: 0
    [  1482.186] 	NumberOfPlanes: 0
    [  1482.186] 	BitsPerPixel: 0
    [  1482.186] 	NumberOfBanks: 0
    [  1482.186] 	MemoryModel: 0
    [  1482.186] 	BankSize: 0
    [  1482.186] 	NumberOfImages: 0
    [  1482.186] 	RedMaskSize: 0
    [  1482.186] 	RedFieldPosition: 0
    [  1482.186] 	GreenMaskSize: 0
    [  1482.186] 	GreenFieldPosition: 0
    [  1482.186] 	BlueMaskSize: 0
    [  1482.186] 	BlueFieldPosition: 0
    [  1482.186] 	RsvdMaskSize: 0
    [  1482.186] 	RsvdFieldPosition: 0
    [  1482.186] 	DirectColorModeInfo: 0
    [  1482.186] 	PhysBasePtr: 0x0
    [  1482.186] 	LinBytesPerScanLine: 0
    [  1482.186] 	BnkNumberOfImagePages: 0
    [  1482.186] 	LinNumberOfImagePages: 0
    [  1482.186] 	LinRedMaskSize: 0
    [  1482.186] 	LinRedFieldPosition: 0
    [  1482.186] 	LinGreenMaskSize: 0
    [  1482.186] 	LinGreenFieldPosition: 0
    [  1482.187] 	LinBlueMaskSize: 0
    [  1482.187] 	LinBlueFieldPosition: 0
    [  1482.187] 	LinRsvdMaskSize: 0
    [  1482.187] 	LinRsvdFieldPosition: 0
    [  1482.187] 	MaxPixelClock: 0
    [  1482.187] Mode: 166 (0x0)
    [  1482.187] 	ModeAttributes: 0x0
    [  1482.187] 	WinAAttributes: 0x0
    [  1482.187] 	WinBAttributes: 0x0
    [  1482.187] 	WinGranularity: 0
    [  1482.187] 	WinSize: 0
    [  1482.187] 	WinASegment: 0x0
    [  1482.187] 	WinBSegment: 0x0
    [  1482.187] 	WinFuncPtr: 0x0
    [  1482.187] 	BytesPerScanline: 0
    [  1482.187] 	XResolution: 0
    [  1482.187] 	YResolution: 0
    [  1482.187] 	XCharSize: 0
    [  1482.187] 	YCharSize: 0
    [  1482.187] 	NumberOfPlanes: 0
    [  1482.187] 	BitsPerPixel: 0
    [  1482.187] 	NumberOfBanks: 0
    [  1482.187] 	MemoryModel: 0
    [  1482.187] 	BankSize: 0
    [  1482.187] 	NumberOfImages: 0
    [  1482.188] 	RedMaskSize: 0
    [  1482.188] 	RedFieldPosition: 0
    [  1482.188] 	GreenMaskSize: 0
    [  1482.188] 	GreenFieldPosition: 0
    [  1482.188] 	BlueMaskSize: 0
    [  1482.188] 	BlueFieldPosition: 0
    [  1482.188] 	RsvdMaskSize: 0
    [  1482.188] 	RsvdFieldPosition: 0
    [  1482.188] 	DirectColorModeInfo: 0
    [  1482.188] 	PhysBasePtr: 0x0
    [  1482.188] 	LinBytesPerScanLine: 0
    [  1482.188] 	BnkNumberOfImagePages: 0
    [  1482.188] 	LinNumberOfImagePages: 0
    [  1482.188] 	LinRedMaskSize: 0
    [  1482.188] 	LinRedFieldPosition: 0
    [  1482.188] 	LinGreenMaskSize: 0
    [  1482.188] 	LinGreenFieldPosition: 0
    [  1482.188] 	LinBlueMaskSize: 0
    [  1482.188] 	LinBlueFieldPosition: 0
    [  1482.188] 	LinRsvdMaskSize: 0
    [  1482.188] 	LinRsvdFieldPosition: 0
    [  1482.188] 	MaxPixelClock: 0
    [  1482.188] Mode: 167 (0x0)
    [  1482.189] 	ModeAttributes: 0x0
    [  1482.189] 	WinAAttributes: 0x0
    [  1482.189] 	WinBAttributes: 0x0
    [  1482.189] 	WinGranularity: 0
    [  1482.189] 	WinSize: 0
    [  1482.189] 	WinASegment: 0x0
    [  1482.189] 	WinBSegment: 0x0
    [  1482.189] 	WinFuncPtr: 0x0
    [  1482.189] 	BytesPerScanline: 0
    [  1482.189] 	XResolution: 0
    [  1482.189] 	YResolution: 0
    [  1482.189] 	XCharSize: 0
    [  1482.189] 	YCharSize: 0
    [  1482.189] 	NumberOfPlanes: 0
    [  1482.189] 	BitsPerPixel: 0
    [  1482.189] 	NumberOfBanks: 0
    [  1482.189] 	MemoryModel: 0
    [  1482.189] 	BankSize: 0
    [  1482.189] 	NumberOfImages: 0
    [  1482.189] 	RedMaskSize: 0
    [  1482.189] 	RedFieldPosition: 0
    [  1482.189] 	GreenMaskSize: 0
    [  1482.189] 	GreenFieldPosition: 0
    [  1482.189] 	BlueMaskSize: 0
    [  1482.189] 	BlueFieldPosition: 0
    [  1482.189] 	RsvdMaskSize: 0
    [  1482.189] 	RsvdFieldPosition: 0
    [  1482.189] 	DirectColorModeInfo: 0
    [  1482.189] 	PhysBasePtr: 0x0
    [  1482.189] 	LinBytesPerScanLine: 0
    [  1482.189] 	BnkNumberOfImagePages: 0
    [  1482.189] 	LinNumberOfImagePages: 0
    [  1482.189] 	LinRedMaskSize: 0
    [  1482.189] 	LinRedFieldPosition: 0
    [  1482.189] 	LinGreenMaskSize: 0
    [  1482.189] 	LinGreenFieldPosition: 0
    [  1482.189] 	LinBlueMaskSize: 0
    [  1482.189] 	LinBlueFieldPosition: 0
    [  1482.189] 	LinRsvdMaskSize: 0
    [  1482.189] 	LinRsvdFieldPosition: 0
    [  1482.189] 	MaxPixelClock: 0
    [  1482.190] Mode: 168 (0x0)
    [  1482.190] 	ModeAttributes: 0x0
    [  1482.190] 	WinAAttributes: 0x0
    [  1482.190] 	WinBAttributes: 0x0
    [  1482.190] 	WinGranularity: 0
    [  1482.190] 	WinSize: 0
    [  1482.190] 	WinASegment: 0x0
    [  1482.190] 	WinBSegment: 0x0
    [  1482.190] 	WinFuncPtr: 0x0
    [  1482.190] 	BytesPerScanline: 0
    [  1482.190] 	XResolution: 0
    [  1482.190] 	YResolution: 0
    [  1482.190] 	XCharSize: 0
    [  1482.190] 	YCharSize: 0
    [  1482.190] 	NumberOfPlanes: 0
    [  1482.190] 	BitsPerPixel: 0
    [  1482.190] 	NumberOfBanks: 0
    [  1482.190] 	MemoryModel: 0
    [  1482.190] 	BankSize: 0
    [  1482.190] 	NumberOfImages: 0
    [  1482.190] 	RedMaskSize: 0
    [  1482.190] 	RedFieldPosition: 0
    [  1482.190] 	GreenMaskSize: 0
    [  1482.190] 	GreenFieldPosition: 0
    [  1482.190] 	BlueMaskSize: 0
    [  1482.190] 	BlueFieldPosition: 0
    [  1482.190] 	RsvdMaskSize: 0
    [  1482.190] 	RsvdFieldPosition: 0
    [  1482.190] 	DirectColorModeInfo: 0
    [  1482.190] 	PhysBasePtr: 0x0
    [  1482.190] 	LinBytesPerScanLine: 0
    [  1482.190] 	BnkNumberOfImagePages: 0
    [  1482.190] 	LinNumberOfImagePages: 0
    [  1482.190] 	LinRedMaskSize: 0
    [  1482.190] 	LinRedFieldPosition: 0
    [  1482.190] 	LinGreenMaskSize: 0
    [  1482.190] 	LinGreenFieldPosition: 0
    [  1482.190] 	LinBlueMaskSize: 0
    [  1482.190] 	LinBlueFieldPosition: 0
    [  1482.191] 	LinRsvdMaskSize: 0
    [  1482.191] 	LinRsvdFieldPosition: 0
    [  1482.191] 	MaxPixelClock: 0
    [  1482.193] Mode: 13c (1920x1440)
    [  1482.193] 	ModeAttributes: 0x9b
    [  1482.193] 	WinAAttributes: 0x7
    [  1482.193] 	WinBAttributes: 0x0
    [  1482.193] 	WinGranularity: 64
    [  1482.193] 	WinSize: 64
    [  1482.193] 	WinASegment: 0xa000
    [  1482.193] 	WinBSegment: 0x0
    [  1482.193] 	WinFuncPtr: 0xc000590e
    [  1482.193] 	BytesPerScanline: 1920
    [  1482.193] 	XResolution: 1920
    [  1482.193] 	YResolution: 1440
    [  1482.193] 	XCharSize: 8
    [  1482.193] 	YCharSize: 16
    [  1482.193] 	NumberOfPlanes: 1
    [  1482.193] 	BitsPerPixel: 8
    [  1482.193] 	NumberOfBanks: 1
    [  1482.193] 	MemoryModel: 4
    [  1482.193] 	BankSize: 0
    [  1482.193] 	NumberOfImages: 1
    [  1482.193] 	RedMaskSize: 0
    [  1482.193] 	RedFieldPosition: 0
    [  1482.193] 	GreenMaskSize: 0
    [  1482.193] 	GreenFieldPosition: 0
    [  1482.193] 	BlueMaskSize: 0
    [  1482.193] 	BlueFieldPosition: 0
    [  1482.193] 	RsvdMaskSize: 0
    [  1482.193] 	RsvdFieldPosition: 0
    [  1482.193] 	DirectColorModeInfo: 0
    [  1482.193] 	PhysBasePtr: 0xd0000000
    [  1482.193] 	LinBytesPerScanLine: 1920
    [  1482.193] 	BnkNumberOfImagePages: 1
    [  1482.193] 	LinNumberOfImagePages: 1
    [  1482.193] 	LinRedMaskSize: 0
    [  1482.193] 	LinRedFieldPosition: 0
    [  1482.193] 	LinGreenMaskSize: 0
    [  1482.193] 	LinGreenFieldPosition: 0
    [  1482.193] 	LinBlueMaskSize: 0
    [  1482.193] 	LinBlueFieldPosition: 0
    [  1482.193] 	LinRsvdMaskSize: 0
    [  1482.193] 	LinRsvdFieldPosition: 0
    [  1482.193] 	MaxPixelClock: 230000000
    [  1482.196] Mode: 14d (1920x1440)
    [  1482.196] 	ModeAttributes: 0x9b
    [  1482.196] 	WinAAttributes: 0x7
    [  1482.196] 	WinBAttributes: 0x0
    [  1482.196] 	WinGranularity: 64
    [  1482.196] 	WinSize: 64
    [  1482.196] 	WinASegment: 0xa000
    [  1482.196] 	WinBSegment: 0x0
    [  1482.196] 	WinFuncPtr: 0xc000590e
    [  1482.196] 	BytesPerScanline: 3840
    [  1482.196] 	XResolution: 1920
    [  1482.196] 	YResolution: 1440
    [  1482.196] 	XCharSize: 8
    [  1482.196] 	YCharSize: 16
    [  1482.196] 	NumberOfPlanes: 1
    [  1482.197] 	BitsPerPixel: 16
    [  1482.197] 	NumberOfBanks: 1
    [  1482.197] 	MemoryModel: 6
    [  1482.197] 	BankSize: 0
    [  1482.197] 	NumberOfImages: 0
    [  1482.197] 	RedMaskSize: 5
    [  1482.197] 	RedFieldPosition: 11
    [  1482.197] 	GreenMaskSize: 6
    [  1482.197] 	GreenFieldPosition: 5
    [  1482.197] 	BlueMaskSize: 5
    [  1482.197] 	BlueFieldPosition: 0
    [  1482.197] 	RsvdMaskSize: 0
    [  1482.197] 	RsvdFieldPosition: 0
    [  1482.197] 	DirectColorModeInfo: 0
    [  1482.197] 	PhysBasePtr: 0xd0000000
    [  1482.197] 	LinBytesPerScanLine: 3840
    [  1482.197] 	BnkNumberOfImagePages: 0
    [  1482.197] 	LinNumberOfImagePages: 0
    [  1482.197] 	LinRedMaskSize: 5
    [  1482.197] 	LinRedFieldPosition: 11
    [  1482.197] 	LinGreenMaskSize: 6
    [  1482.197] 	LinGreenFieldPosition: 5
    [  1482.197] 	LinBlueMaskSize: 5
    [  1482.197] 	LinBlueFieldPosition: 0
    [  1482.197] 	LinRsvdMaskSize: 0
    [  1482.197] 	LinRsvdFieldPosition: 0
    [  1482.197] 	MaxPixelClock: 230000000
    [  1482.198] Mode: 15c (0x0)
    [  1482.198] 	ModeAttributes: 0x0
    [  1482.198] 	WinAAttributes: 0x0
    [  1482.198] 	WinBAttributes: 0x0
    [  1482.198] 	WinGranularity: 0
    [  1482.198] 	WinSize: 0
    [  1482.198] 	WinASegment: 0x0
    [  1482.198] 	WinBSegment: 0x0
    [  1482.198] 	WinFuncPtr: 0x0
    [  1482.198] 	BytesPerScanline: 0
    [  1482.198] 	XResolution: 0
    [  1482.198] 	YResolution: 0
    [  1482.198] 	XCharSize: 0
    [  1482.198] 	YCharSize: 0
    [  1482.198] 	NumberOfPlanes: 0
    [  1482.198] 	BitsPerPixel: 0
    [  1482.198] 	NumberOfBanks: 0
    [  1482.198] 	MemoryModel: 0
    [  1482.199] 	BankSize: 0
    [  1482.199] 	NumberOfImages: 0
    [  1482.199] 	RedMaskSize: 0
    [  1482.199] 	RedFieldPosition: 0
    [  1482.199] 	GreenMaskSize: 0
    [  1482.199] 	GreenFieldPosition: 0
    [  1482.199] 	BlueMaskSize: 0
    [  1482.199] 	BlueFieldPosition: 0
    [  1482.199] 	RsvdMaskSize: 0
    [  1482.199] 	RsvdFieldPosition: 0
    [  1482.199] 	DirectColorModeInfo: 0
    [  1482.199] 	PhysBasePtr: 0x0
    [  1482.199] 	LinBytesPerScanLine: 0
    [  1482.199] 	BnkNumberOfImagePages: 0
    [  1482.199] 	LinNumberOfImagePages: 0
    [  1482.199] 	LinRedMaskSize: 0
    [  1482.199] 	LinRedFieldPosition: 0
    [  1482.199] 	LinGreenMaskSize: 0
    [  1482.199] 	LinGreenFieldPosition: 0
    [  1482.199] 	LinBlueMaskSize: 0
    [  1482.199] 	LinBlueFieldPosition: 0
    [  1482.199] 	LinRsvdMaskSize: 0
    [  1482.199] 	LinRsvdFieldPosition: 0
    [  1482.199] 	MaxPixelClock: 0
    [  1482.201] Mode: 13a (1600x1200)
    [  1482.201] 	ModeAttributes: 0x9b
    [  1482.201] 	WinAAttributes: 0x7
    [  1482.201] 	WinBAttributes: 0x0
    [  1482.201] 	WinGranularity: 64
    [  1482.201] 	WinSize: 64
    [  1482.201] 	WinASegment: 0xa000
    [  1482.201] 	WinBSegment: 0x0
    [  1482.201] 	WinFuncPtr: 0xc000590e
    [  1482.201] 	BytesPerScanline: 1600
    [  1482.201] 	XResolution: 1600
    [  1482.201] 	YResolution: 1200
    [  1482.201] 	XCharSize: 8
    [  1482.201] 	YCharSize: 16
    [  1482.201] 	NumberOfPlanes: 1
    [  1482.201] 	BitsPerPixel: 8
    [  1482.201] 	NumberOfBanks: 1
    [  1482.201] 	MemoryModel: 4
    [  1482.201] 	BankSize: 0
    [  1482.201] 	NumberOfImages: 3
    [  1482.201] 	RedMaskSize: 0
    [  1482.201] 	RedFieldPosition: 0
    [  1482.201] 	GreenMaskSize: 0
    [  1482.201] 	GreenFieldPosition: 0
    [  1482.201] 	BlueMaskSize: 0
    [  1482.201] 	BlueFieldPosition: 0
    [  1482.201] 	RsvdMaskSize: 0
    [  1482.201] 	RsvdFieldPosition: 0
    [  1482.201] 	DirectColorModeInfo: 0
    [  1482.202] 	PhysBasePtr: 0xd0000000
    [  1482.202] 	LinBytesPerScanLine: 1600
    [  1482.202] 	BnkNumberOfImagePages: 3
    [  1482.202] 	LinNumberOfImagePages: 3
    [  1482.202] 	LinRedMaskSize: 0
    [  1482.202] 	LinRedFieldPosition: 0
    [  1482.202] 	LinGreenMaskSize: 0
    [  1482.202] 	LinGreenFieldPosition: 0
    [  1482.202] 	LinBlueMaskSize: 0
    [  1482.202] 	LinBlueFieldPosition: 0
    [  1482.202] 	LinRsvdMaskSize: 0
    [  1482.202] 	LinRsvdFieldPosition: 0
    [  1482.202] 	MaxPixelClock: 230000000
    [  1482.204] Mode: 14b (1600x1200)
    [  1482.204] 	ModeAttributes: 0x9b
    [  1482.204] 	WinAAttributes: 0x7
    [  1482.204] 	WinBAttributes: 0x0
    [  1482.205] 	WinGranularity: 64
    [  1482.205] 	WinSize: 64
    [  1482.205] 	WinASegment: 0xa000
    [  1482.205] 	WinBSegment: 0x0
    [  1482.205] 	WinFuncPtr: 0xc000590e
    [  1482.205] 	BytesPerScanline: 3200
    [  1482.205] 	XResolution: 1600
    [  1482.205] 	YResolution: 1200
    [  1482.205] 	XCharSize: 8
    [  1482.205] 	YCharSize: 16
    [  1482.205] 	NumberOfPlanes: 1
    [  1482.205] 	BitsPerPixel: 16
    [  1482.205] 	NumberOfBanks: 1
    [  1482.205] 	MemoryModel: 6
    [  1482.205] 	BankSize: 0
    [  1482.205] 	NumberOfImages: 1
    [  1482.205] 	RedMaskSize: 5
    [  1482.205] 	RedFieldPosition: 11
    [  1482.205] 	GreenMaskSize: 6
    [  1482.205] 	GreenFieldPosition: 5
    [  1482.205] 	BlueMaskSize: 5
    [  1482.205] 	BlueFieldPosition: 0
    [  1482.205] 	RsvdMaskSize: 0
    [  1482.205] 	RsvdFieldPosition: 0
    [  1482.205] 	DirectColorModeInfo: 0
    [  1482.205] 	PhysBasePtr: 0xd0000000
    [  1482.205] 	LinBytesPerScanLine: 3200
    [  1482.205] 	BnkNumberOfImagePages: 1
    [  1482.205] 	LinNumberOfImagePages: 1
    [  1482.205] 	LinRedMaskSize: 5
    [  1482.205] 	LinRedFieldPosition: 11
    [  1482.205] 	LinGreenMaskSize: 6
    [  1482.205] 	LinGreenFieldPosition: 5
    [  1482.205] 	LinBlueMaskSize: 5
    [  1482.205] 	LinBlueFieldPosition: 0
    [  1482.205] 	LinRsvdMaskSize: 0
    [  1482.205] 	LinRsvdFieldPosition: 0
    [  1482.205] 	MaxPixelClock: 230000000
    [  1482.209] *Mode: 15a (1600x1200)
    [  1482.209] 	ModeAttributes: 0x9b
    [  1482.209] 	WinAAttributes: 0x7
    [  1482.209] 	WinBAttributes: 0x0
    [  1482.209] 	WinGranularity: 64
    [  1482.209] 	WinSize: 64
    [  1482.209] 	WinASegment: 0xa000
    [  1482.209] 	WinBSegment: 0x0
    [  1482.209] 	WinFuncPtr: 0xc000590e
    [  1482.209] 	BytesPerScanline: 6400
    [  1482.209] 	XResolution: 1600
    [  1482.209] 	YResolution: 1200
    [  1482.209] 	XCharSize: 8
    [  1482.209] 	YCharSize: 16
    [  1482.209] 	NumberOfPlanes: 1
    [  1482.209] 	BitsPerPixel: 32
    [  1482.209] 	NumberOfBanks: 1
    [  1482.209] 	MemoryModel: 6
    [  1482.209] 	BankSize: 0
    [  1482.209] 	NumberOfImages: 0
    [  1482.209] 	RedMaskSize: 8
    [  1482.209] 	RedFieldPosition: 16
    [  1482.209] 	GreenMaskSize: 8
    [  1482.209] 	GreenFieldPosition: 8
    [  1482.209] 	BlueMaskSize: 8
    [  1482.209] 	BlueFieldPosition: 0
    [  1482.209] 	RsvdMaskSize: 8
    [  1482.209] 	RsvdFieldPosition: 24
    [  1482.209] 	DirectColorModeInfo: 0
    [  1482.209] 	PhysBasePtr: 0xd0000000
    [  1482.209] 	LinBytesPerScanLine: 6400
    [  1482.209] 	BnkNumberOfImagePages: 0
    [  1482.209] 	LinNumberOfImagePages: 0
    [  1482.209] 	LinRedMaskSize: 8
    [  1482.209] 	LinRedFieldPosition: 16
    [  1482.209] 	LinGreenMaskSize: 8
    [  1482.209] 	LinGreenFieldPosition: 8
    [  1482.209] 	LinBlueMaskSize: 8
    [  1482.209] 	LinBlueFieldPosition: 0
    [  1482.209] 	LinRsvdMaskSize: 8
    [  1482.209] 	LinRsvdFieldPosition: 24
    [  1482.209] 	MaxPixelClock: 230000000
    [  1482.211] Mode: 107 (1280x1024)
    [  1482.211] 	ModeAttributes: 0x9b
    [  1482.211] 	WinAAttributes: 0x7
    [  1482.211] 	WinBAttributes: 0x0
    [  1482.211] 	WinGranularity: 64
    [  1482.211] 	WinSize: 64
    [  1482.211] 	WinASegment: 0xa000
    [  1482.211] 	WinBSegment: 0x0
    [  1482.211] 	WinFuncPtr: 0xc000590e
    [  1482.211] 	BytesPerScanline: 1280
    [  1482.211] 	XResolution: 1280
    [  1482.211] 	YResolution: 1024
    [  1482.211] 	XCharSize: 8
    [  1482.211] 	YCharSize: 16
    [  1482.211] 	NumberOfPlanes: 1
    [  1482.211] 	BitsPerPixel: 8
    [  1482.212] 	NumberOfBanks: 1
    [  1482.212] 	MemoryModel: 4
    [  1482.212] 	BankSize: 0
    [  1482.212] 	NumberOfImages: 5
    [  1482.212] 	RedMaskSize: 0
    [  1482.212] 	RedFieldPosition: 0
    [  1482.212] 	GreenMaskSize: 0
    [  1482.212] 	GreenFieldPosition: 0
    [  1482.212] 	BlueMaskSize: 0
    [  1482.212] 	BlueFieldPosition: 0
    [  1482.212] 	RsvdMaskSize: 0
    [  1482.212] 	RsvdFieldPosition: 0
    [  1482.212] 	DirectColorModeInfo: 0
    [  1482.212] 	PhysBasePtr: 0xd0000000
    [  1482.212] 	LinBytesPerScanLine: 1280
    [  1482.212] 	BnkNumberOfImagePages: 5
    [  1482.212] 	LinNumberOfImagePages: 5
    [  1482.212] 	LinRedMaskSize: 0
    [  1482.212] 	LinRedFieldPosition: 0
    [  1482.212] 	LinGreenMaskSize: 0
    [  1482.212] 	LinGreenFieldPosition: 0
    [  1482.212] 	LinBlueMaskSize: 0
    [  1482.212] 	LinBlueFieldPosition: 0
    [  1482.212] 	LinRsvdMaskSize: 0
    [  1482.212] 	LinRsvdFieldPosition: 0
    [  1482.212] 	MaxPixelClock: 230000000
    [  1482.215] Mode: 11a (1280x1024)
    [  1482.215] 	ModeAttributes: 0x9b
    [  1482.215] 	WinAAttributes: 0x7
    [  1482.215] 	WinBAttributes: 0x0
    [  1482.215] 	WinGranularity: 64
    [  1482.215] 	WinSize: 64
    [  1482.215] 	WinASegment: 0xa000
    [  1482.215] 	WinBSegment: 0x0
    [  1482.215] 	WinFuncPtr: 0xc000590e
    [  1482.215] 	BytesPerScanline: 2560
    [  1482.215] 	XResolution: 1280
    [  1482.215] 	YResolution: 1024
    [  1482.215] 	XCharSize: 8
    [  1482.215] 	YCharSize: 16
    [  1482.215] 	NumberOfPlanes: 1
    [  1482.215] 	BitsPerPixel: 16
    [  1482.215] 	NumberOfBanks: 1
    [  1482.215] 	MemoryModel: 6
    [  1482.215] 	BankSize: 0
    [  1482.215] 	NumberOfImages: 2
    [  1482.215] 	RedMaskSize: 5
    [  1482.215] 	RedFieldPosition: 11
    [  1482.215] 	GreenMaskSize: 6
    [  1482.215] 	GreenFieldPosition: 5
    [  1482.215] 	BlueMaskSize: 5
    [  1482.215] 	BlueFieldPosition: 0
    [  1482.215] 	RsvdMaskSize: 0
    [  1482.215] 	RsvdFieldPosition: 0
    [  1482.215] 	DirectColorModeInfo: 0
    [  1482.215] 	PhysBasePtr: 0xd0000000
    [  1482.215] 	LinBytesPerScanLine: 2560
    [  1482.215] 	BnkNumberOfImagePages: 2
    [  1482.215] 	LinNumberOfImagePages: 2
    [  1482.215] 	LinRedMaskSize: 5
    [  1482.215] 	LinRedFieldPosition: 11
    [  1482.215] 	LinGreenMaskSize: 6
    [  1482.215] 	LinGreenFieldPosition: 5
    [  1482.215] 	LinBlueMaskSize: 5
    [  1482.215] 	LinBlueFieldPosition: 0
    [  1482.215] 	LinRsvdMaskSize: 0
    [  1482.215] 	LinRsvdFieldPosition: 0
    [  1482.215] 	MaxPixelClock: 230000000
    [  1482.219] *Mode: 11b (1280x1024)
    [  1482.219] 	ModeAttributes: 0x9b
    [  1482.219] 	WinAAttributes: 0x7
    [  1482.219] 	WinBAttributes: 0x0
    [  1482.219] 	WinGranularity: 64
    [  1482.219] 	WinSize: 64
    [  1482.219] 	WinASegment: 0xa000
    [  1482.219] 	WinBSegment: 0x0
    [  1482.219] 	WinFuncPtr: 0xc000590e
    [  1482.219] 	BytesPerScanline: 5120
    [  1482.219] 	XResolution: 1280
    [  1482.219] 	YResolution: 1024
    [  1482.219] 	XCharSize: 8
    [  1482.219] 	YCharSize: 16
    [  1482.219] 	NumberOfPlanes: 1
    [  1482.219] 	BitsPerPixel: 32
    [  1482.219] 	NumberOfBanks: 1
    [  1482.219] 	MemoryModel: 6
    [  1482.219] 	BankSize: 0
    [  1482.219] 	NumberOfImages: 0
    [  1482.219] 	RedMaskSize: 8
    [  1482.219] 	RedFieldPosition: 16
    [  1482.219] 	GreenMaskSize: 8
    [  1482.219] 	GreenFieldPosition: 8
    [  1482.219] 	BlueMaskSize: 8
    [  1482.219] 	BlueFieldPosition: 0
    [  1482.219] 	RsvdMaskSize: 8
    [  1482.219] 	RsvdFieldPosition: 24
    [  1482.219] 	DirectColorModeInfo: 0
    [  1482.219] 	PhysBasePtr: 0xd0000000
    [  1482.219] 	LinBytesPerScanLine: 5120
    [  1482.219] 	BnkNumberOfImagePages: 0
    [  1482.219] 	LinNumberOfImagePages: 0
    [  1482.219] 	LinRedMaskSize: 8
    [  1482.219] 	LinRedFieldPosition: 16
    [  1482.219] 	LinGreenMaskSize: 8
    [  1482.219] 	LinGreenFieldPosition: 8
    [  1482.219] 	LinBlueMaskSize: 8
    [  1482.219] 	LinBlueFieldPosition: 0
    [  1482.219] 	LinRsvdMaskSize: 8
    [  1482.219] 	LinRsvdFieldPosition: 24
    [  1482.219] 	MaxPixelClock: 230000000
    [  1482.221] Mode: 105 (1024x768)
    [  1482.221] 	ModeAttributes: 0x9b
    [  1482.221] 	WinAAttributes: 0x7
    [  1482.221] 	WinBAttributes: 0x0
    [  1482.221] 	WinGranularity: 64
    [  1482.221] 	WinSize: 64
    [  1482.221] 	WinASegment: 0xa000
    [  1482.221] 	WinBSegment: 0x0
    [  1482.221] 	WinFuncPtr: 0xc000590e
    [  1482.221] 	BytesPerScanline: 1024
    [  1482.221] 	XResolution: 1024
    [  1482.221] 	YResolution: 768
    [  1482.221] 	XCharSize: 8
    [  1482.221] 	YCharSize: 16
    [  1482.221] 	NumberOfPlanes: 1
    [  1482.221] 	BitsPerPixel: 8
    [  1482.221] 	NumberOfBanks: 1
    [  1482.221] 	MemoryModel: 4
    [  1482.221] 	BankSize: 0
    [  1482.221] 	NumberOfImages: 9
    [  1482.221] 	RedMaskSize: 0
    [  1482.221] 	RedFieldPosition: 0
    [  1482.222] 	GreenMaskSize: 0
    [  1482.222] 	GreenFieldPosition: 0
    [  1482.222] 	BlueMaskSize: 0
    [  1482.222] 	BlueFieldPosition: 0
    [  1482.222] 	RsvdMaskSize: 0
    [  1482.222] 	RsvdFieldPosition: 0
    [  1482.222] 	DirectColorModeInfo: 0
    [  1482.222] 	PhysBasePtr: 0xd0000000
    [  1482.222] 	LinBytesPerScanLine: 1024
    [  1482.222] 	BnkNumberOfImagePages: 9
    [  1482.222] 	LinNumberOfImagePages: 9
    [  1482.222] 	LinRedMaskSize: 0
    [  1482.222] 	LinRedFieldPosition: 0
    [  1482.222] 	LinGreenMaskSize: 0
    [  1482.222] 	LinGreenFieldPosition: 0
    [  1482.222] 	LinBlueMaskSize: 0
    [  1482.222] 	LinBlueFieldPosition: 0
    [  1482.222] 	LinRsvdMaskSize: 0
    [  1482.222] 	LinRsvdFieldPosition: 0
    [  1482.222] 	MaxPixelClock: 230000000
    [  1482.224] Mode: 117 (1024x768)
    [  1482.224] 	ModeAttributes: 0x9b
    [  1482.224] 	WinAAttributes: 0x7
    [  1482.224] 	WinBAttributes: 0x0
    [  1482.224] 	WinGranularity: 64
    [  1482.224] 	WinSize: 64
    [  1482.224] 	WinASegment: 0xa000
    [  1482.224] 	WinBSegment: 0x0
    [  1482.224] 	WinFuncPtr: 0xc000590e
    [  1482.224] 	BytesPerScanline: 2048
    [  1482.225] 	XResolution: 1024
    [  1482.225] 	YResolution: 768
    [  1482.225] 	XCharSize: 8
    [  1482.225] 	YCharSize: 16
    [  1482.225] 	NumberOfPlanes: 1
    [  1482.225] 	BitsPerPixel: 16
    [  1482.225] 	NumberOfBanks: 1
    [  1482.225] 	MemoryModel: 6
    [  1482.225] 	BankSize: 0
    [  1482.225] 	NumberOfImages: 4
    [  1482.225] 	RedMaskSize: 5
    [  1482.225] 	RedFieldPosition: 11
    [  1482.225] 	GreenMaskSize: 6
    [  1482.225] 	GreenFieldPosition: 5
    [  1482.225] 	BlueMaskSize: 5
    [  1482.225] 	BlueFieldPosition: 0
    [  1482.225] 	RsvdMaskSize: 0
    [  1482.225] 	RsvdFieldPosition: 0
    [  1482.225] 	DirectColorModeInfo: 0
    [  1482.225] 	PhysBasePtr: 0xd0000000
    [  1482.225] 	LinBytesPerScanLine: 2048
    [  1482.225] 	BnkNumberOfImagePages: 4
    [  1482.225] 	LinNumberOfImagePages: 4
    [  1482.225] 	LinRedMaskSize: 5
    [  1482.225] 	LinRedFieldPosition: 11
    [  1482.225] 	LinGreenMaskSize: 6
    [  1482.225] 	LinGreenFieldPosition: 5
    [  1482.225] 	LinBlueMaskSize: 5
    [  1482.225] 	LinBlueFieldPosition: 0
    [  1482.225] 	LinRsvdMaskSize: 0
    [  1482.225] 	LinRsvdFieldPosition: 0
    [  1482.225] 	MaxPixelClock: 230000000
    [  1482.228] *Mode: 118 (1024x768)
    [  1482.228] 	ModeAttributes: 0x9b
    [  1482.228] 	WinAAttributes: 0x7
    [  1482.228] 	WinBAttributes: 0x0
    [  1482.228] 	WinGranularity: 64
    [  1482.228] 	WinSize: 64
    [  1482.228] 	WinASegment: 0xa000
    [  1482.228] 	WinBSegment: 0x0
    [  1482.228] 	WinFuncPtr: 0xc000590e
    [  1482.228] 	BytesPerScanline: 4096
    [  1482.228] 	XResolution: 1024
    [  1482.228] 	YResolution: 768
    [  1482.228] 	XCharSize: 8
    [  1482.228] 	YCharSize: 16
    [  1482.228] 	NumberOfPlanes: 1
    [  1482.228] 	BitsPerPixel: 32
    [  1482.229] 	NumberOfBanks: 1
    [  1482.229] 	MemoryModel: 6
    [  1482.229] 	BankSize: 0
    [  1482.229] 	NumberOfImages: 1
    [  1482.229] 	RedMaskSize: 8
    [  1482.229] 	RedFieldPosition: 16
    [  1482.229] 	GreenMaskSize: 8
    [  1482.229] 	GreenFieldPosition: 8
    [  1482.229] 	BlueMaskSize: 8
    [  1482.229] 	BlueFieldPosition: 0
    [  1482.229] 	RsvdMaskSize: 8
    [  1482.229] 	RsvdFieldPosition: 24
    [  1482.229] 	DirectColorModeInfo: 0
    [  1482.229] 	PhysBasePtr: 0xd0000000
    [  1482.229] 	LinBytesPerScanLine: 4096
    [  1482.229] 	BnkNumberOfImagePages: 1
    [  1482.229] 	LinNumberOfImagePages: 1
    [  1482.229] 	LinRedMaskSize: 8
    [  1482.229] 	LinRedFieldPosition: 16
    [  1482.229] 	LinGreenMaskSize: 8
    [  1482.229] 	LinGreenFieldPosition: 8
    [  1482.229] 	LinBlueMaskSize: 8
    [  1482.229] 	LinBlueFieldPosition: 0
    [  1482.229] 	LinRsvdMaskSize: 8
    [  1482.229] 	LinRsvdFieldPosition: 24
    [  1482.229] 	MaxPixelClock: 230000000
    [  1482.232] *Mode: 112 (640x480)
    [  1482.232] 	ModeAttributes: 0x9b
    [  1482.232] 	WinAAttributes: 0x7
    [  1482.232] 	WinBAttributes: 0x0
    [  1482.232] 	WinGranularity: 64
    [  1482.232] 	WinSize: 64
    [  1482.232] 	WinASegment: 0xa000
    [  1482.232] 	WinBSegment: 0x0
    [  1482.232] 	WinFuncPtr: 0xc000590e
    [  1482.232] 	BytesPerScanline: 2560
    [  1482.232] 	XResolution: 640
    [  1482.232] 	YResolution: 480
    [  1482.232] 	XCharSize: 8
    [  1482.232] 	YCharSize: 16
    [  1482.232] 	NumberOfPlanes: 1
    [  1482.232] 	BitsPerPixel: 32
    [  1482.232] 	NumberOfBanks: 1
    [  1482.232] 	MemoryModel: 6
    [  1482.232] 	BankSize: 0
    [  1482.232] 	NumberOfImages: 5
    [  1482.232] 	RedMaskSize: 8
    [  1482.232] 	RedFieldPosition: 16
    [  1482.232] 	GreenMaskSize: 8
    [  1482.232] 	GreenFieldPosition: 8
    [  1482.232] 	BlueMaskSize: 8
    [  1482.232] 	BlueFieldPosition: 0
    [  1482.232] 	RsvdMaskSize: 8
    [  1482.232] 	RsvdFieldPosition: 24
    [  1482.232] 	DirectColorModeInfo: 0
    [  1482.232] 	PhysBasePtr: 0xd0000000
    [  1482.232] 	LinBytesPerScanLine: 2560
    [  1482.232] 	BnkNumberOfImagePages: 5
    [  1482.232] 	LinNumberOfImagePages: 5
    [  1482.232] 	LinRedMaskSize: 8
    [  1482.232] 	LinRedFieldPosition: 16
    [  1482.232] 	LinGreenMaskSize: 8
    [  1482.232] 	LinGreenFieldPosition: 8
    [  1482.233] 	LinBlueMaskSize: 8
    [  1482.233] 	LinBlueFieldPosition: 0
    [  1482.233] 	LinRsvdMaskSize: 8
    [  1482.233] 	LinRsvdFieldPosition: 24
    [  1482.233] 	MaxPixelClock: 230000000
    [  1482.235] Mode: 114 (800x600)
    [  1482.235] 	ModeAttributes: 0x9b
    [  1482.235] 	WinAAttributes: 0x7
    [  1482.235] 	WinBAttributes: 0x0
    [  1482.235] 	WinGranularity: 64
    [  1482.235] 	WinSize: 64
    [  1482.235] 	WinASegment: 0xa000
    [  1482.235] 	WinBSegment: 0x0
    [  1482.235] 	WinFuncPtr: 0xc000590e
    [  1482.235] 	BytesPerScanline: 1600
    [  1482.235] 	XResolution: 800
    [  1482.235] 	YResolution: 600
    [  1482.235] 	XCharSize: 8
    [  1482.235] 	YCharSize: 16
    [  1482.235] 	NumberOfPlanes: 1
    [  1482.235] 	BitsPerPixel: 16
    [  1482.235] 	NumberOfBanks: 1
    [  1482.235] 	MemoryModel: 6
    [  1482.235] 	BankSize: 0
    [  1482.235] 	NumberOfImages: 7
    [  1482.235] 	RedMaskSize: 5
    [  1482.235] 	RedFieldPosition: 11
    [  1482.235] 	GreenMaskSize: 6
    [  1482.235] 	GreenFieldPosition: 5
    [  1482.235] 	BlueMaskSize: 5
    [  1482.235] 	BlueFieldPosition: 0
    [  1482.235] 	RsvdMaskSize: 0
    [  1482.235] 	RsvdFieldPosition: 0
    [  1482.235] 	DirectColorModeInfo: 0
    [  1482.236] 	PhysBasePtr: 0xd0000000
    [  1482.236] 	LinBytesPerScanLine: 1600
    [  1482.236] 	BnkNumberOfImagePages: 7
    [  1482.236] 	LinNumberOfImagePages: 7
    [  1482.236] 	LinRedMaskSize: 5
    [  1482.236] 	LinRedFieldPosition: 11
    [  1482.236] 	LinGreenMaskSize: 6
    [  1482.236] 	LinGreenFieldPosition: 5
    [  1482.236] 	LinBlueMaskSize: 5
    [  1482.236] 	LinBlueFieldPosition: 0
    [  1482.236] 	LinRsvdMaskSize: 0
    [  1482.236] 	LinRsvdFieldPosition: 0
    [  1482.236] 	MaxPixelClock: 230000000
    [  1482.239] *Mode: 115 (800x600)
    [  1482.239] 	ModeAttributes: 0x9b
    [  1482.239] 	WinAAttributes: 0x7
    [  1482.239] 	WinBAttributes: 0x0
    [  1482.239] 	WinGranularity: 64
    [  1482.239] 	WinSize: 64
    [  1482.239] 	WinASegment: 0xa000
    [  1482.239] 	WinBSegment: 0x0
    [  1482.239] 	WinFuncPtr: 0xc000590e
    [  1482.239] 	BytesPerScanline: 3200
    [  1482.239] 	XResolution: 800
    [  1482.239] 	YResolution: 600
    [  1482.239] 	XCharSize: 8
    [  1482.239] 	YCharSize: 16
    [  1482.239] 	NumberOfPlanes: 1
    [  1482.239] 	BitsPerPixel: 32
    [  1482.239] 	NumberOfBanks: 1
    [  1482.239] 	MemoryModel: 6
    [  1482.239] 	BankSize: 0
    [  1482.239] 	NumberOfImages: 3
    [  1482.239] 	RedMaskSize: 8
    [  1482.239] 	RedFieldPosition: 16
    [  1482.239] 	GreenMaskSize: 8
    [  1482.239] 	GreenFieldPosition: 8
    [  1482.239] 	BlueMaskSize: 8
    [  1482.239] 	BlueFieldPosition: 0
    [  1482.239] 	RsvdMaskSize: 8
    [  1482.239] 	RsvdFieldPosition: 24
    [  1482.239] 	DirectColorModeInfo: 0
    [  1482.239] 	PhysBasePtr: 0xd0000000
    [  1482.239] 	LinBytesPerScanLine: 3200
    [  1482.239] 	BnkNumberOfImagePages: 3
    [  1482.239] 	LinNumberOfImagePages: 3
    [  1482.239] 	LinRedMaskSize: 8
    [  1482.239] 	LinRedFieldPosition: 16
    [  1482.239] 	LinGreenMaskSize: 8
    [  1482.239] 	LinGreenFieldPosition: 8
    [  1482.239] 	LinBlueMaskSize: 8
    [  1482.239] 	LinBlueFieldPosition: 0
    [  1482.239] 	LinRsvdMaskSize: 8
    [  1482.239] 	LinRsvdFieldPosition: 24
    [  1482.239] 	MaxPixelClock: 230000000
    [  1482.241] Mode: 101 (640x480)
    [  1482.241] 	ModeAttributes: 0x9b
    [  1482.241] 	WinAAttributes: 0x7
    [  1482.241] 	WinBAttributes: 0x0
    [  1482.241] 	WinGranularity: 64
    [  1482.241] 	WinSize: 64
    [  1482.241] 	WinASegment: 0xa000
    [  1482.241] 	WinBSegment: 0x0
    [  1482.241] 	WinFuncPtr: 0xc000590e
    [  1482.241] 	BytesPerScanline: 640
    [  1482.241] 	XResolution: 640
    [  1482.241] 	YResolution: 480
    [  1482.241] 	XCharSize: 8
    [  1482.241] 	YCharSize: 16
    [  1482.241] 	NumberOfPlanes: 1
    [  1482.241] 	BitsPerPixel: 8
    [  1482.241] 	NumberOfBanks: 1
    [  1482.241] 	MemoryModel: 4
    [  1482.241] 	BankSize: 0
    [  1482.241] 	NumberOfImages: 23
    [  1482.241] 	RedMaskSize: 0
    [  1482.242] 	RedFieldPosition: 0
    [  1482.242] 	GreenMaskSize: 0
    [  1482.242] 	GreenFieldPosition: 0
    [  1482.242] 	BlueMaskSize: 0
    [  1482.242] 	BlueFieldPosition: 0
    [  1482.242] 	RsvdMaskSize: 0
    [  1482.242] 	RsvdFieldPosition: 0
    [  1482.242] 	DirectColorModeInfo: 0
    [  1482.242] 	PhysBasePtr: 0xd0000000
    [  1482.242] 	LinBytesPerScanLine: 640
    [  1482.242] 	BnkNumberOfImagePages: 23
    [  1482.242] 	LinNumberOfImagePages: 23
    [  1482.242] 	LinRedMaskSize: 0
    [  1482.242] 	LinRedFieldPosition: 0
    [  1482.242] 	LinGreenMaskSize: 0
    [  1482.242] 	LinGreenFieldPosition: 0
    [  1482.242] 	LinBlueMaskSize: 0
    [  1482.242] 	LinBlueFieldPosition: 0
    [  1482.242] 	LinRsvdMaskSize: 0
    [  1482.242] 	LinRsvdFieldPosition: 0
    [  1482.242] 	MaxPixelClock: 230000000
    [  1482.244] Mode: 103 (800x600)
    [  1482.244] 	ModeAttributes: 0x9b
    [  1482.244] 	WinAAttributes: 0x7
    [  1482.244] 	WinBAttributes: 0x0
    [  1482.244] 	WinGranularity: 64
    [  1482.244] 	WinSize: 64
    [  1482.244] 	WinASegment: 0xa000
    [  1482.244] 	WinBSegment: 0x0
    [  1482.244] 	WinFuncPtr: 0xc000590e
    [  1482.244] 	BytesPerScanline: 832
    [  1482.244] 	XResolution: 800
    [  1482.244] 	YResolution: 600
    [  1482.244] 	XCharSize: 8
    [  1482.244] 	YCharSize: 16
    [  1482.244] 	NumberOfPlanes: 1
    [  1482.244] 	BitsPerPixel: 8
    [  1482.244] 	NumberOfBanks: 1
    [  1482.244] 	MemoryModel: 4
    [  1482.244] 	BankSize: 0
    [  1482.244] 	NumberOfImages: 14
    [  1482.244] 	RedMaskSize: 0
    [  1482.244] 	RedFieldPosition: 0
    [  1482.244] 	GreenMaskSize: 0
    [  1482.244] 	GreenFieldPosition: 0
    [  1482.244] 	BlueMaskSize: 0
    [  1482.244] 	BlueFieldPosition: 0
    [  1482.244] 	RsvdMaskSize: 0
    [  1482.244] 	RsvdFieldPosition: 0
    [  1482.244] 	DirectColorModeInfo: 0
    [  1482.244] 	PhysBasePtr: 0xd0000000
    [  1482.244] 	LinBytesPerScanLine: 832
    [  1482.244] 	BnkNumberOfImagePages: 14
    [  1482.244] 	LinNumberOfImagePages: 14
    [  1482.244] 	LinRedMaskSize: 0
    [  1482.244] 	LinRedFieldPosition: 0
    [  1482.244] 	LinGreenMaskSize: 0
    [  1482.244] 	LinGreenFieldPosition: 0
    [  1482.244] 	LinBlueMaskSize: 0
    [  1482.244] 	LinBlueFieldPosition: 0
    [  1482.244] 	LinRsvdMaskSize: 0
    [  1482.244] 	LinRsvdFieldPosition: 0
    [  1482.244] 	MaxPixelClock: 230000000
    [  1482.247] Mode: 111 (640x480)
    [  1482.247] 	ModeAttributes: 0x9b
    [  1482.247] 	WinAAttributes: 0x7
    [  1482.247] 	WinBAttributes: 0x0
    [  1482.247] 	WinGranularity: 64
    [  1482.247] 	WinSize: 64
    [  1482.247] 	WinASegment: 0xa000
    [  1482.247] 	WinBSegment: 0x0
    [  1482.247] 	WinFuncPtr: 0xc000590e
    [  1482.247] 	BytesPerScanline: 1280
    [  1482.247] 	XResolution: 640
    [  1482.247] 	YResolution: 480
    [  1482.247] 	XCharSize: 8
    [  1482.247] 	YCharSize: 16
    [  1482.247] 	NumberOfPlanes: 1
    [  1482.247] 	BitsPerPixel: 16
    [  1482.247] 	NumberOfBanks: 1
    [  1482.247] 	MemoryModel: 6
    [  1482.247] 	BankSize: 0
    [  1482.247] 	NumberOfImages: 12
    [  1482.247] 	RedMaskSize: 5
    [  1482.247] 	RedFieldPosition: 11
    [  1482.247] 	GreenMaskSize: 6
    [  1482.247] 	GreenFieldPosition: 5
    [  1482.247] 	BlueMaskSize: 5
    [  1482.247] 	BlueFieldPosition: 0
    [  1482.247] 	RsvdMaskSize: 0
    [  1482.247] 	RsvdFieldPosition: 0
    [  1482.247] 	DirectColorModeInfo: 0
    [  1482.247] 	PhysBasePtr: 0xd0000000
    [  1482.247] 	LinBytesPerScanLine: 1280
    [  1482.247] 	BnkNumberOfImagePages: 12
    [  1482.247] 	LinNumberOfImagePages: 12
    [  1482.247] 	LinRedMaskSize: 5
    [  1482.247] 	LinRedFieldPosition: 11
    [  1482.247] 	LinGreenMaskSize: 6
    [  1482.247] 	LinGreenFieldPosition: 5
    [  1482.247] 	LinBlueMaskSize: 5
    [  1482.247] 	LinBlueFieldPosition: 0
    [  1482.247] 	LinRsvdMaskSize: 0
    [  1482.247] 	LinRsvdFieldPosition: 0
    [  1482.247] 	MaxPixelClock: 230000000
    [  1482.247] 
    [  1482.247] (II) VESA(0): Total Memory: 123 64KB banks (7872kB)
    [  1482.247] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
    [  1482.247] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
    [  1482.247] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
    [  1482.247] (WW) VESA(0): Unable to estimate virtual size
    [  1482.248] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
    [  1482.248] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
    [  1482.248] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    [  1482.248] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    [  1482.248] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    [  1482.248] (WW) VESA(0): No valid modes left. Trying less strict filter...
    [  1482.248] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
    [  1482.248] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
    [  1482.248] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
    [  1482.248] (WW) VESA(0): Unable to estimate virtual size
    [  1482.248] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
    [  1482.248] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
    [  1482.248] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
    [  1482.248] (**) VESA(0): *Built-in mode "1024x768"
    [  1482.248] (**) VESA(0): *Built-in mode "800x600"
    [  1482.248] (**) VESA(0): *Built-in mode "640x480"
    [  1482.248] (==) VESA(0): DPI set to (96, 96)
    [  1482.248] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
    [  1482.258] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
    [  1482.260] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
    [  1482.276] (**) VESA(0): Using "Shadow Framebuffer"
    [  1482.276] (II) Loading sub module "shadow"
    [  1482.276] (II) LoadModule: "shadow"
    [  1482.277] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [  1482.277] (II) Module shadow: vendor="X.Org Foundation"
    [  1482.277] 	compiled for 1.11.3, module version = 1.1.0
    [  1482.277] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [  1482.277] (II) Loading sub module "fb"
    [  1482.277] (II) LoadModule: "fb"
    [  1482.278] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  1482.278] (II) Module fb: vendor="X.Org Foundation"
    [  1482.278] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.278] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [  1482.278] (II) UnloadModule: "fbdev"
    [  1482.278] (II) Unloading fbdev
    [  1482.278] (II) UnloadModule: "fbdevhw"
    [  1482.278] (II) Unloading fbdevhw
    [  1482.278] (==) Depth 24 pixmap format is 32 bpp
    [  1482.278] (II) Loading sub module "int10"
    [  1482.278] (II) LoadModule: "int10"
    [  1482.279] (II) Loading /usr/lib/xorg/modules/libint10.so
    [  1482.279] (II) Module int10: vendor="X.Org Foundation"
    [  1482.279] 	compiled for 1.11.3, module version = 1.0.0
    [  1482.279] 	ABI class: X.Org Video Driver, version 11.0
    [  1482.279] (II) VESA(0): initializing int10
    [  1482.285] (II) VESA(0): Bad V_BIOS checksum
    [  1482.285] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [  1482.286] (II) VESA(0): VESA BIOS detected
    [  1482.286] (II) VESA(0): VESA VBE Version 3.0
    [  1482.286] (II) VESA(0): VESA VBE Total Mem: 7872 kB
    [  1482.286] (II) VESA(0): VESA VBE OEM: Intel(r)915G/915GV/910GL Graphics Chip Accelerated VGA BIOS
    [  1482.286] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [  1482.286] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    [  1482.286] (II) VESA(0): VESA VBE OEM Product: Intel(r)915G/915GV/910GL Graphics Controller
    [  1482.286] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    [  1482.288] (II) VESA(0): virtual address = 0xb6dd9000,
    	physical address = 0xd0000000, size = 8060928
    [  1482.321] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
    [  1482.412] (==) VESA(0): Default visual is TrueColor
    [  1482.412] (==) VESA(0): Backing store disabled
    [  1482.412] (==) VESA(0): DPMS enabled
    [  1482.412] (==) RandR enabled
    [  1482.412] (II) Initializing built-in extension Generic Event Extension
    [  1482.412] (II) Initializing built-in extension SHAPE
    [  1482.412] (II) Initializing built-in extension MIT-SHM
    [  1482.412] (II) Initializing built-in extension XInputExtension
    [  1482.412] (II) Initializing built-in extension XTEST
    [  1482.412] (II) Initializing built-in extension BIG-REQUESTS
    [  1482.412] (II) Initializing built-in extension SYNC
    [  1482.412] (II) Initializing built-in extension XKEYBOARD
    [  1482.412] (II) Initializing built-in extension XC-MISC
    [  1482.412] (II) Initializing built-in extension SECURITY
    [  1482.412] (II) Initializing built-in extension XINERAMA
    [  1482.412] (II) Initializing built-in extension XFIXES
    [  1482.412] (II) Initializing built-in extension RENDER
    [  1482.413] (II) Initializing built-in extension RANDR
    [  1482.413] (II) Initializing built-in extension COMPOSITE
    [  1482.413] (II) Initializing built-in extension DAMAGE
    [  1482.427] (II) AIGLX: Screen 0 is not DRI2 capable
    [  1482.427] (II) AIGLX: Screen 0 is not DRI capable
    [  1482.458] (II) AIGLX: Loaded and initialized swrast
    [  1482.458] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [  1482.495] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [  1482.501] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [  1482.501] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1482.501] (II) LoadModule: "evdev"
    [  1482.501] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1482.502] (II) Module evdev: vendor="X.Org Foundation"
    [  1482.502] 	compiled for 1.11.3, module version = 2.7.0
    [  1482.502] 	Module class: X.Org XInput Driver
    [  1482.502] 	ABI class: X.Org XInput driver, version 16.0
    [  1482.502] (II) Using input driver 'evdev' for 'Power Button'
    [  1482.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1482.502] (**) Power Button: always reports core events
    [  1482.502] (**) evdev: Power Button: Device: "/dev/input/event1"
    [  1482.502] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1482.502] (--) evdev: Power Button: Found keys
    [  1482.502] (II) evdev: Power Button: Configuring as keyboard
    [  1482.502] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [  1482.502] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [  1482.502] (**) Option "xkb_rules" "evdev"
    [  1482.502] (**) Option "xkb_model" "pc105"
    [  1482.502] (**) Option "xkb_layout" "us"
    [  1482.503] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [  1482.503] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1482.503] (II) Using input driver 'evdev' for 'Power Button'
    [  1482.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1482.503] (**) Power Button: always reports core events
    [  1482.503] (**) evdev: Power Button: Device: "/dev/input/event0"
    [  1482.503] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1482.503] (--) evdev: Power Button: Found keys
    [  1482.503] (II) evdev: Power Button: Configuring as keyboard
    [  1482.503] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [  1482.503] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [  1482.503] (**) Option "xkb_rules" "evdev"
    [  1482.504] (**) Option "xkb_model" "pc105"
    [  1482.504] (**) Option "xkb_layout" "us"
    [  1482.505] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
    [  1482.505] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [  1482.505] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [  1482.505] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1482.505] (**) AT Translated Set 2 keyboard: always reports core events
    [  1482.505] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
    [  1482.505] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [  1482.505] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [  1482.505] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [  1482.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
    [  1482.505] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    [  1482.505] (**) Option "xkb_rules" "evdev"
    [  1482.505] (**) Option "xkb_model" "pc105"
    [  1482.505] (**) Option "xkb_layout" "us"
    [  1482.506] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event3)
    [  1482.506] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [  1482.506] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [  1482.506] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1482.506] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [  1482.506] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event3"
    [  1482.506] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
    [  1482.506] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [  1482.506] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [  1482.506] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
    [  1482.506] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [  1482.506] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [  1482.506] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [  1482.506] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [  1482.506] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [  1482.506] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
    [  1482.506] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
    [  1482.507] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [  1482.507] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [  1482.507] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [  1482.507] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [  1482.507] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [  1482.507] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [  1482.507] (II) No input driver specified, ignoring this device.
    [  1482.507] (II) This device may have been added with another device file.
    [  2126.458] (II) Open ACPI successful (/var/run/acpid.socket)
    [  2126.459] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
    Any suggestions as to where to look next...

    cheers,
    Bill
    sigpic
    A person who never made a mistake never tried anything new. --Albert Einstein

    #2
    Type CTRL-ALT-F1 and log in to the tty1 terminal. Then type

    sudo service lightdm restart


    This should restart the log in. Once you get back to the black screen, switch to tty1 again and see if there are any error messages.

    Please Read Me

    Comment


      #3
      Thanks oshunluvr..

      I took a look the the lightdm log (/var/log/lightdm) upon restarting it from a terminal window and it appeared that lightdm was calling a non-existant desktop file (/usr/share/xsessions/ubuntu.desktop).

      I checked the /usr/share/xsessions directory and found only the 'kde-plasma.desktop' file there. So it appears that something got hosed up when lightdm was upgraded.

      I also tried removing lightdm and reinstalling (sudo apt-get purge lightdm-kde-greeter)... no joy... same results.

      Looks like I would have some more work to do to determine the exact issue. I just decided to cut my losses and do a kubuntu reinstallation since this system has been upgraded a number of times (since 11.04 I think) without a new install.

      cheers,
      Bill
      Last edited by bweinel; Feb 11, 2013, 12:32 PM.
      sigpic
      A person who never made a mistake never tried anything new. --Albert Einstein

      Comment

      Working...
      X