You are not logged in.

#1 2011-09-19 02:39:38

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

X: symbol lookup error; help please!

Hello all!

I'm trying to learn Arch (I've no prolonged linux experience) on VirtualBox before I install it on my empty partition.

If I enter the command "Xorg -configure" or "X -configure", I get this error message:

X: symbol lookup error: /usr/lib/xorg/modules/drivers/xgixp_drv.so: undefined symbol: LoaderReqSymLists

I've sync'd with the repository and reinstalled X and xf86-video-xgixp. No luck.

Any idea how I can fix this?

Thanks!

Offline

#2 2011-09-19 03:21:47

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: X: symbol lookup error; help please!

That is a deprecated method of configuring Xorg.  So much so, I tried to find them on my machine -- they don't exist.

I'm curious, where did they come from on your system.  Can you post the output of uname -a , of pacman -Qo Xorg-configure and of pacman -Qo X-configure

In general, you should be able to just install the drivers with pacman, start Xorg, and it will probably just work.

You may want to re-read https://wiki.archlinux.org/index.php/Xorg


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2011-09-19 04:17:01

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

Re: X: symbol lookup error; help please!

uname -a, returns "Linux archbox 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 Intel (R) Core(TM)2 DUO CPU E8500 @ 3.16GHz GenuineIntel GNU/Linux"

pacman -Qo Xorg-configure and pacman -Qo X-configure both return "error: failed to fine 'Xorg-configure' in PATH: No such file or directory

Offline

#4 2011-09-19 04:24:48

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: X: symbol lookup error; help please!

So, no package owns them.  How did you install Xorg?

What happens if you do startx as root?  As a user?
Can you post your /var/log/Xorg.0.log file  ?  Be sure to use BBCode code tags -- the output will be long


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2011-09-19 04:36:44

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

Re: X: symbol lookup error; help please!

startx fails in both cases, I can tell you that.
I'll have to get back to the thread tomorrow though, I've got class in the morning (Eastern Time).
Thanks for your help!
I don't remember exactly how I installed X. I'll reinstall it strictly following the wiki page tomorrow and see what happens.

Offline

#6 2011-09-19 14:34:15

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

Re: X: symbol lookup error; help please!

I've reinstalled X according to the wiki, which is how I think I did it in the first place. No luck.
I'm new to linux, could any of this be some weird system incompatibility issues I'm not aware of? (e.g. 64/32 bit issues or certain software packages being used together?)
Here is my Xorg.0.log. I need to be able to configure Xorg so that I may install the proprietary catalyst drivers. I'm running xfce4, by the way.

[    28.941] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    28.942] X Protocol Version 11, Revision 0
[    28.943] Build Operating System: Linux 3.0-ARCH x86_64 
[    28.943] Current Operating System: Linux archbox 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64
[    28.945] Kernel command line: root=/dev/disk/by-uuid/a3e43e17-3cf1-4240-be1f-2be975c45d7d ro
[    28.946] Build Date: 17 September 2011  07:42:58AM
[    28.946]  
[    28.947] Current version of pixman: 0.22.2
[    28.947] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.948] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.953] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 19 10:00:01 2011
[    28.968] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.985] (==) No Layout section.  Using the first Screen section.
[    28.985] (==) No screen section available. Using defaults.
[    28.985] (**) |-->Screen "Default Screen Section" (0)
[    28.985] (**) |   |-->Monitor "<default monitor>"
[    28.987] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    28.987] (==) Automatically adding devices
[    28.987] (==) Automatically enabling devices
[    29.001] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    29.001] 	Entry deleted from font path.
[    29.001] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    29.001] 	Entry deleted from font path.
[    29.001] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    29.001] 	Entry deleted from font path.
[    29.026] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    29.026] (==) ModulePath set to "/usr/lib/xorg/modules"
[    29.026] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.026] (II) Loader magic: 0x7d6160
[    29.026] (II) Module ABI versions:
[    29.026] 	X.Org ANSI C Emulation: 0.4
[    29.026] 	X.Org Video Driver: 10.0
[    29.026] 	X.Org XInput driver : 12.2
[    29.026] 	X.Org Server Extension : 5.0
[    29.029] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/16777216
[    29.029] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    29.029] (II) LoadModule: "extmod"
[    29.032] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    29.041] (II) Module extmod: vendor="X.Org Foundation"
[    29.041] 	compiled for 1.10.4, module version = 1.0.0
[    29.041] 	Module class: X.Org Server Extension
[    29.041] 	ABI class: X.Org Server Extension, version 5.0
[    29.041] (II) Loading extension MIT-SCREEN-SAVER
[    29.041] (II) Loading extension XFree86-VidModeExtension
[    29.041] (II) Loading extension XFree86-DGA
[    29.041] (II) Loading extension DPMS
[    29.041] (II) Loading extension XVideo
[    29.041] (II) Loading extension XVideo-MotionCompensation
[    29.041] (II) Loading extension X-Resource
[    29.041] (II) LoadModule: "dbe"
[    29.041] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    29.043] (II) Module dbe: vendor="X.Org Foundation"
[    29.043] 	compiled for 1.10.4, module version = 1.0.0
[    29.043] 	Module class: X.Org Server Extension
[    29.043] 	ABI class: X.Org Server Extension, version 5.0
[    29.043] (II) Loading extension DOUBLE-BUFFER
[    29.043] (II) LoadModule: "glx"
[    29.044] (WW) Warning, couldn't open module glx
[    29.044] (II) UnloadModule: "glx"
[    29.044] (II) Unloading glx
[    29.044] (EE) Failed to load module "glx" (module does not exist, 0)
[    29.045] (II) LoadModule: "record"
[    29.045] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    29.055] (II) Module record: vendor="X.Org Foundation"
[    29.055] 	compiled for 1.10.4, module version = 1.13.0
[    29.055] 	Module class: X.Org Server Extension
[    29.056] 	ABI class: X.Org Server Extension, version 5.0
[    29.056] (II) Loading extension RECORD
[    29.056] (II) LoadModule: "dri"
[    29.056] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    29.059] (II) Module dri: vendor="X.Org Foundation"
[    29.059] 	compiled for 1.10.4, module version = 1.0.0
[    29.059] 	ABI class: X.Org Server Extension, version 5.0
[    29.059] (II) Loading extension XFree86-DRI
[    29.059] (II) LoadModule: "dri2"
[    29.059] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    29.061] (II) Module dri2: vendor="X.Org Foundation"
[    29.061] 	compiled for 1.10.4, module version = 1.2.0
[    29.061] 	ABI class: X.Org Server Extension, version 5.0
[    29.061] (II) Loading extension DRI2
[    29.061] (==) Matched vboxvideo as autoconfigured driver 0
[    29.061] (==) Matched vesa as autoconfigured driver 1
[    29.061] (==) Matched fbdev as autoconfigured driver 2
[    29.061] (==) Assigned the driver to the xf86ConfigLayout
[    29.061] (II) LoadModule: "vboxvideo"
[    29.062] (WW) Warning, couldn't open module vboxvideo
[    29.062] (II) UnloadModule: "vboxvideo"
[    29.062] (II) Unloading vboxvideo
[    29.062] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[    29.063] (II) LoadModule: "vesa"
[    29.063] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.072] (II) Module vesa: vendor="X.Org Foundation"
[    29.072] 	compiled for 1.10.0, module version = 2.3.0
[    29.072] 	Module class: X.Org Video Driver
[    29.072] 	ABI class: X.Org Video Driver, version 10.0
[    29.072] (II) LoadModule: "fbdev"
[    29.072] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    29.081] (II) Module fbdev: vendor="X.Org Foundation"
[    29.081] 	compiled for 1.10.0, module version = 0.4.2
[    29.081] 	ABI class: X.Org Video Driver, version 10.0
[    29.081] (II) VESA: driver for VESA chipsets: vesa
[    29.081] (II) FBDEV: driver for framebuffer: fbdev
[    29.081] (--) using VT number 7

[    29.099] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.100] (WW) Falling back to old probe method for fbdev
[    29.101] (II) Loading sub module "fbdevhw"
[    29.101] (II) LoadModule: "fbdevhw"
[    29.101] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    29.114] (II) Module fbdevhw: vendor="X.Org Foundation"
[    29.114] 	compiled for 1.10.4, module version = 0.0.2
[    29.114] 	ABI class: X.Org Video Driver, version 10.0
[    29.114] (EE) open /dev/fb0: No such file or directory
[    29.114] (II) Loading sub module "vbe"
[    29.114] (II) LoadModule: "vbe"
[    29.114] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    29.123] (II) Module vbe: vendor="X.Org Foundation"
[    29.123] 	compiled for 1.10.4, module version = 1.1.0
[    29.123] 	ABI class: X.Org Video Driver, version 10.0
[    29.123] (II) Loading sub module "int10"
[    29.123] (II) LoadModule: "int10"
[    29.124] (II) Loading /usr/lib/xorg/modules/libint10.so
[    29.134] (II) Module int10: vendor="X.Org Foundation"
[    29.134] 	compiled for 1.10.4, module version = 1.0.0
[    29.134] 	ABI class: X.Org Video Driver, version 10.0
[    29.134] (II) VESA(0): initializing int10
[    29.135] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    29.138] (II) VESA(0): VESA BIOS detected
[    29.138] (II) VESA(0): VESA VBE Version 2.0
[    29.138] (II) VESA(0): VESA VBE Total Mem: 12288 kB
[    29.138] (II) VESA(0): VESA VBE OEM: VirtualBox VBE BIOS http://www.virtualbox.org/
[    29.138] (II) VESA(0): VESA VBE OEM Software Rev: 0.2
[    29.138] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[    29.138] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[    29.138] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 4.0.12
[    29.198] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.199] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    29.199] (==) VESA(0): RGB weight 888
[    29.199] (==) VESA(0): Default visual is TrueColor
[    29.199] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.199] (II) Loading sub module "ddc"
[    29.199] (II) LoadModule: "ddc"
[    29.199] (II) Module "ddc" already built-in
[    29.199] (II) VESA(0): VESA VBE DDC not supported
[    29.199] (II) VESA(0): VESA VBE PanelID invalid
[    29.199] (II) VESA(0): Searching for matching VESA mode(s):
[    29.200] Mode: 100 (640x400)
[    29.200] 	ModeAttributes: 0x9b
[    29.200] 	WinAAttributes: 0x7
[    29.200] 	WinBAttributes: 0x0
[    29.200] 	WinGranularity: 64
[    29.200] 	WinSize: 64
[    29.200] 	WinASegment: 0xa000
[    29.200] 	WinBSegment: 0x0
[    29.200] 	WinFuncPtr: 0xc0008211
[    29.200] 	BytesPerScanline: 640
[    29.200] 	XResolution: 640
[    29.200] 	YResolution: 400
[    29.200] 	XCharSize: 8
[    29.200] 	YCharSize: 16
[    29.200] 	NumberOfPlanes: 1
[    29.200] 	BitsPerPixel: 8
[    29.200] 	NumberOfBanks: 1
[    29.200] 	MemoryModel: 4
[    29.200] 	BankSize: 0
[    29.200] 	NumberOfImages: 48
[    29.200] 	RedMaskSize: 0
[    29.200] 	RedFieldPosition: 0
[    29.200] 	GreenMaskSize: 0
[    29.200] 	GreenFieldPosition: 0
[    29.200] 	BlueMaskSize: 0
[    29.200] 	BlueFieldPosition: 0
[    29.200] 	RsvdMaskSize: 0
[    29.200] 	RsvdFieldPosition: 0
[    29.200] 	DirectColorModeInfo: 0
[    29.200] 	PhysBasePtr: 0xe0000000
[    29.201] Mode: 101 (640x480)
[    29.201] 	ModeAttributes: 0x9b
[    29.201] 	WinAAttributes: 0x7
[    29.201] 	WinBAttributes: 0x0
[    29.201] 	WinGranularity: 64
[    29.201] 	WinSize: 64
[    29.201] 	WinASegment: 0xa000
[    29.201] 	WinBSegment: 0x0
[    29.201] 	WinFuncPtr: 0xc0008211
[    29.201] 	BytesPerScanline: 640
[    29.201] 	XResolution: 640
[    29.201] 	YResolution: 480
[    29.201] 	XCharSize: 8
[    29.201] 	YCharSize: 16
[    29.201] 	NumberOfPlanes: 1
[    29.201] 	BitsPerPixel: 8
[    29.201] 	NumberOfBanks: 1
[    29.201] 	MemoryModel: 4
[    29.201] 	BankSize: 0
[    29.201] 	NumberOfImages: 39
[    29.201] 	RedMaskSize: 0
[    29.201] 	RedFieldPosition: 0
[    29.201] 	GreenMaskSize: 0
[    29.201] 	GreenFieldPosition: 0
[    29.201] 	BlueMaskSize: 0
[    29.201] 	BlueFieldPosition: 0
[    29.201] 	RsvdMaskSize: 0
[    29.201] 	RsvdFieldPosition: 0
[    29.201] 	DirectColorModeInfo: 0
[    29.201] 	PhysBasePtr: 0xe0000000
[    29.202] Mode: 102 (800x600)
[    29.202] 	ModeAttributes: 0x1f
[    29.202] 	WinAAttributes: 0x7
[    29.202] 	WinBAttributes: 0x0
[    29.202] 	WinGranularity: 64
[    29.202] 	WinSize: 64
[    29.202] 	WinASegment: 0xa000
[    29.202] 	WinBSegment: 0x0
[    29.202] 	WinFuncPtr: 0xc0008211
[    29.202] 	BytesPerScanline: 100
[    29.202] 	XResolution: 800
[    29.202] 	YResolution: 600
[    29.202] 	XCharSize: 8
[    29.202] 	YCharSize: 16
[    29.202] 	NumberOfPlanes: 4
[    29.202] 	BitsPerPixel: 4
[    29.202] 	NumberOfBanks: 1
[    29.202] 	MemoryModel: 3
[    29.202] 	BankSize: 0
[    29.202] 	NumberOfImages: 51
[    29.202] 	RedMaskSize: 0
[    29.202] 	RedFieldPosition: 0
[    29.202] 	GreenMaskSize: 0
[    29.202] 	GreenFieldPosition: 0
[    29.202] 	BlueMaskSize: 0
[    29.202] 	BlueFieldPosition: 0
[    29.202] 	RsvdMaskSize: 0
[    29.202] 	RsvdFieldPosition: 0
[    29.202] 	DirectColorModeInfo: 0
[    29.202] 	PhysBasePtr: 0x0
[    29.203] Mode: 103 (800x600)
[    29.203] 	ModeAttributes: 0x9b
[    29.203] 	WinAAttributes: 0x7
[    29.204] 	WinBAttributes: 0x0
[    29.204] 	WinGranularity: 64
[    29.204] 	WinSize: 64
[    29.204] 	WinASegment: 0xa000
[    29.204] 	WinBSegment: 0x0
[    29.204] 	WinFuncPtr: 0xc0008211
[    29.204] 	BytesPerScanline: 800
[    29.204] 	XResolution: 800
[    29.204] 	YResolution: 600
[    29.204] 	XCharSize: 8
[    29.204] 	YCharSize: 16
[    29.204] 	NumberOfPlanes: 1
[    29.204] 	BitsPerPixel: 8
[    29.204] 	NumberOfBanks: 1
[    29.204] 	MemoryModel: 4
[    29.204] 	BankSize: 0
[    29.204] 	NumberOfImages: 25
[    29.204] 	RedMaskSize: 0
[    29.204] 	RedFieldPosition: 0
[    29.204] 	GreenMaskSize: 0
[    29.204] 	GreenFieldPosition: 0
[    29.204] 	BlueMaskSize: 0
[    29.204] 	BlueFieldPosition: 0
[    29.204] 	RsvdMaskSize: 0
[    29.204] 	RsvdFieldPosition: 0
[    29.204] 	DirectColorModeInfo: 0
[    29.204] 	PhysBasePtr: 0xe0000000
[    29.205] Mode: 104 (1024x768)
[    29.205] 	ModeAttributes: 0x1f
[    29.205] 	WinAAttributes: 0x7
[    29.205] 	WinBAttributes: 0x0
[    29.205] 	WinGranularity: 64
[    29.205] 	WinSize: 64
[    29.205] 	WinASegment: 0xa000
[    29.205] 	WinBSegment: 0x0
[    29.205] 	WinFuncPtr: 0xc0008211
[    29.205] 	BytesPerScanline: 128
[    29.205] 	XResolution: 1024
[    29.205] 	YResolution: 768
[    29.205] 	XCharSize: 8
[    29.205] 	YCharSize: 16
[    29.205] 	NumberOfPlanes: 4
[    29.205] 	BitsPerPixel: 4
[    29.205] 	NumberOfBanks: 1
[    29.205] 	MemoryModel: 3
[    29.205] 	BankSize: 0
[    29.205] 	NumberOfImages: 31
[    29.205] 	RedMaskSize: 0
[    29.205] 	RedFieldPosition: 0
[    29.205] 	GreenMaskSize: 0
[    29.205] 	GreenFieldPosition: 0
[    29.205] 	BlueMaskSize: 0
[    29.205] 	BlueFieldPosition: 0
[    29.205] 	RsvdMaskSize: 0
[    29.205] 	RsvdFieldPosition: 0
[    29.205] 	DirectColorModeInfo: 0
[    29.205] 	PhysBasePtr: 0x0
[    29.206] Mode: 105 (1024x768)
[    29.206] 	ModeAttributes: 0x9b
[    29.206] 	WinAAttributes: 0x7
[    29.206] 	WinBAttributes: 0x0
[    29.206] 	WinGranularity: 64
[    29.206] 	WinSize: 64
[    29.206] 	WinASegment: 0xa000
[    29.206] 	WinBSegment: 0x0
[    29.206] 	WinFuncPtr: 0xc0008211
[    29.206] 	BytesPerScanline: 1024
[    29.206] 	XResolution: 1024
[    29.206] 	YResolution: 768
[    29.206] 	XCharSize: 8
[    29.206] 	YCharSize: 16
[    29.206] 	NumberOfPlanes: 1
[    29.206] 	BitsPerPixel: 8
[    29.206] 	NumberOfBanks: 1
[    29.206] 	MemoryModel: 4
[    29.206] 	BankSize: 0
[    29.206] 	NumberOfImages: 15
[    29.206] 	RedMaskSize: 0
[    29.206] 	RedFieldPosition: 0
[    29.206] 	GreenMaskSize: 0
[    29.206] 	GreenFieldPosition: 0
[    29.206] 	BlueMaskSize: 0
[    29.206] 	BlueFieldPosition: 0
[    29.206] 	RsvdMaskSize: 0
[    29.206] 	RsvdFieldPosition: 0
[    29.206] 	DirectColorModeInfo: 0
[    29.206] 	PhysBasePtr: 0xe0000000
[    29.207] Mode: 106 (1280x1024)
[    29.207] 	ModeAttributes: 0x1f
[    29.207] 	WinAAttributes: 0x7
[    29.207] 	WinBAttributes: 0x0
[    29.207] 	WinGranularity: 64
[    29.207] 	WinSize: 64
[    29.207] 	WinASegment: 0xa000
[    29.207] 	WinBSegment: 0x0
[    29.207] 	WinFuncPtr: 0xc0008211
[    29.207] 	BytesPerScanline: 160
[    29.207] 	XResolution: 1280
[    29.207] 	YResolution: 1024
[    29.207] 	XCharSize: 8
[    29.207] 	YCharSize: 16
[    29.207] 	NumberOfPlanes: 4
[    29.207] 	BitsPerPixel: 4
[    29.207] 	NumberOfBanks: 1
[    29.207] 	MemoryModel: 3
[    29.207] 	BankSize: 0
[    29.207] 	NumberOfImages: 18
[    29.207] 	RedMaskSize: 0
[    29.207] 	RedFieldPosition: 0
[    29.207] 	GreenMaskSize: 0
[    29.207] 	GreenFieldPosition: 0
[    29.207] 	BlueMaskSize: 0
[    29.207] 	BlueFieldPosition: 0
[    29.207] 	RsvdMaskSize: 0
[    29.207] 	RsvdFieldPosition: 0
[    29.207] 	DirectColorModeInfo: 0
[    29.207] 	PhysBasePtr: 0x0
[    29.208] Mode: 107 (1280x1024)
[    29.208] 	ModeAttributes: 0x9b
[    29.208] 	WinAAttributes: 0x7
[    29.208] 	WinBAttributes: 0x0
[    29.208] 	WinGranularity: 64
[    29.208] 	WinSize: 64
[    29.208] 	WinASegment: 0xa000
[    29.208] 	WinBSegment: 0x0
[    29.208] 	WinFuncPtr: 0xc0008211
[    29.208] 	BytesPerScanline: 1280
[    29.208] 	XResolution: 1280
[    29.208] 	YResolution: 1024
[    29.208] 	XCharSize: 8
[    29.208] 	YCharSize: 16
[    29.208] 	NumberOfPlanes: 1
[    29.208] 	BitsPerPixel: 8
[    29.208] 	NumberOfBanks: 1
[    29.208] 	MemoryModel: 4
[    29.208] 	BankSize: 0
[    29.208] 	NumberOfImages: 8
[    29.208] 	RedMaskSize: 0
[    29.209] 	RedFieldPosition: 0
[    29.209] 	GreenMaskSize: 0
[    29.209] 	GreenFieldPosition: 0
[    29.209] 	BlueMaskSize: 0
[    29.209] 	BlueFieldPosition: 0
[    29.209] 	RsvdMaskSize: 0
[    29.209] 	RsvdFieldPosition: 0
[    29.209] 	DirectColorModeInfo: 0
[    29.209] 	PhysBasePtr: 0xe0000000
[    29.210] Mode: 10d (320x200)
[    29.210] 	ModeAttributes: 0x9b
[    29.210] 	WinAAttributes: 0x7
[    29.210] 	WinBAttributes: 0x0
[    29.210] 	WinGranularity: 64
[    29.210] 	WinSize: 64
[    29.210] 	WinASegment: 0xa000
[    29.210] 	WinBSegment: 0x0
[    29.210] 	WinFuncPtr: 0xc0008211
[    29.210] 	BytesPerScanline: 640
[    29.210] 	XResolution: 320
[    29.210] 	YResolution: 200
[    29.210] 	XCharSize: 8
[    29.210] 	YCharSize: 16
[    29.210] 	NumberOfPlanes: 1
[    29.210] 	BitsPerPixel: 15
[    29.210] 	NumberOfBanks: 1
[    29.210] 	MemoryModel: 6
[    29.210] 	BankSize: 0
[    29.210] 	NumberOfImages: 97
[    29.210] 	RedMaskSize: 5
[    29.210] 	RedFieldPosition: 10
[    29.210] 	GreenMaskSize: 5
[    29.210] 	GreenFieldPosition: 5
[    29.210] 	BlueMaskSize: 5
[    29.210] 	BlueFieldPosition: 0
[    29.210] 	RsvdMaskSize: 1
[    29.210] 	RsvdFieldPosition: 15
[    29.210] 	DirectColorModeInfo: 0
[    29.210] 	PhysBasePtr: 0xe0000000
[    29.211] Mode: 10e (320x200)
[    29.211] 	ModeAttributes: 0x9b
[    29.211] 	WinAAttributes: 0x7
[    29.211] 	WinBAttributes: 0x0
[    29.211] 	WinGranularity: 64
[    29.211] 	WinSize: 64
[    29.211] 	WinASegment: 0xa000
[    29.211] 	WinBSegment: 0x0
[    29.211] 	WinFuncPtr: 0xc0008211
[    29.211] 	BytesPerScanline: 640
[    29.211] 	XResolution: 320
[    29.211] 	YResolution: 200
[    29.211] 	XCharSize: 8
[    29.211] 	YCharSize: 16
[    29.211] 	NumberOfPlanes: 1
[    29.211] 	BitsPerPixel: 16
[    29.211] 	NumberOfBanks: 1
[    29.211] 	MemoryModel: 6
[    29.211] 	BankSize: 0
[    29.211] 	NumberOfImages: 97
[    29.211] 	RedMaskSize: 5
[    29.211] 	RedFieldPosition: 11
[    29.211] 	GreenMaskSize: 6
[    29.211] 	GreenFieldPosition: 5
[    29.211] 	BlueMaskSize: 5
[    29.211] 	BlueFieldPosition: 0
[    29.211] 	RsvdMaskSize: 0
[    29.211] 	RsvdFieldPosition: 0
[    29.211] 	DirectColorModeInfo: 0
[    29.211] 	PhysBasePtr: 0xe0000000
[    29.212] Mode: 10f (320x200)
[    29.212] 	ModeAttributes: 0x9b
[    29.212] 	WinAAttributes: 0x7
[    29.212] 	WinBAttributes: 0x0
[    29.212] 	WinGranularity: 64
[    29.212] 	WinSize: 64
[    29.212] 	WinASegment: 0xa000
[    29.212] 	WinBSegment: 0x0
[    29.212] 	WinFuncPtr: 0xc0008211
[    29.212] 	BytesPerScanline: 960
[    29.212] 	XResolution: 320
[    29.212] 	YResolution: 200
[    29.213] 	XCharSize: 8
[    29.213] 	YCharSize: 16
[    29.213] 	NumberOfPlanes: 1
[    29.213] 	BitsPerPixel: 24
[    29.213] 	NumberOfBanks: 1
[    29.213] 	MemoryModel: 6
[    29.213] 	BankSize: 0
[    29.213] 	NumberOfImages: 64
[    29.213] 	RedMaskSize: 8
[    29.213] 	RedFieldPosition: 16
[    29.213] 	GreenMaskSize: 8
[    29.213] 	GreenFieldPosition: 8
[    29.213] 	BlueMaskSize: 8
[    29.213] 	BlueFieldPosition: 0
[    29.213] 	RsvdMaskSize: 0
[    29.213] 	RsvdFieldPosition: 0
[    29.213] 	DirectColorModeInfo: 0
[    29.213] 	PhysBasePtr: 0xe0000000
[    29.214] Mode: 110 (640x480)
[    29.214] 	ModeAttributes: 0x9b
[    29.214] 	WinAAttributes: 0x7
[    29.214] 	WinBAttributes: 0x0
[    29.214] 	WinGranularity: 64
[    29.214] 	WinSize: 64
[    29.214] 	WinASegment: 0xa000
[    29.214] 	WinBSegment: 0x0
[    29.214] 	WinFuncPtr: 0xc0008211
[    29.214] 	BytesPerScanline: 1280
[    29.214] 	XResolution: 640
[    29.214] 	YResolution: 480
[    29.214] 	XCharSize: 8
[    29.214] 	YCharSize: 16
[    29.214] 	NumberOfPlanes: 1
[    29.214] 	BitsPerPixel: 15
[    29.214] 	NumberOfBanks: 1
[    29.214] 	MemoryModel: 6
[    29.214] 	BankSize: 0
[    29.214] 	NumberOfImages: 19
[    29.214] 	RedMaskSize: 5
[    29.214] 	RedFieldPosition: 10
[    29.214] 	GreenMaskSize: 5
[    29.214] 	GreenFieldPosition: 5
[    29.214] 	BlueMaskSize: 5
[    29.214] 	BlueFieldPosition: 0
[    29.214] 	RsvdMaskSize: 1
[    29.214] 	RsvdFieldPosition: 15
[    29.214] 	DirectColorModeInfo: 0
[    29.214] 	PhysBasePtr: 0xe0000000
[    29.215] Mode: 111 (640x480)
[    29.215] 	ModeAttributes: 0x9b
[    29.215] 	WinAAttributes: 0x7
[    29.215] 	WinBAttributes: 0x0
[    29.215] 	WinGranularity: 64
[    29.215] 	WinSize: 64
[    29.215] 	WinASegment: 0xa000
[    29.215] 	WinBSegment: 0x0
[    29.215] 	WinFuncPtr: 0xc0008211
[    29.215] 	BytesPerScanline: 1280
[    29.215] 	XResolution: 640
[    29.215] 	YResolution: 480
[    29.215] 	XCharSize: 8
[    29.215] 	YCharSize: 16
[    29.215] 	NumberOfPlanes: 1
[    29.215] 	BitsPerPixel: 16
[    29.215] 	NumberOfBanks: 1
[    29.215] 	MemoryModel: 6
[    29.215] 	BankSize: 0
[    29.215] 	NumberOfImages: 19
[    29.215] 	RedMaskSize: 5
[    29.215] 	RedFieldPosition: 11
[    29.215] 	GreenMaskSize: 6
[    29.215] 	GreenFieldPosition: 5
[    29.215] 	BlueMaskSize: 5
[    29.215] 	BlueFieldPosition: 0
[    29.215] 	RsvdMaskSize: 0
[    29.215] 	RsvdFieldPosition: 0
[    29.215] 	DirectColorModeInfo: 0
[    29.215] 	PhysBasePtr: 0xe0000000
[    29.217] Mode: 112 (640x480)
[    29.217] 	ModeAttributes: 0x9b
[    29.217] 	WinAAttributes: 0x7
[    29.217] 	WinBAttributes: 0x0
[    29.217] 	WinGranularity: 64
[    29.217] 	WinSize: 64
[    29.217] 	WinASegment: 0xa000
[    29.217] 	WinBSegment: 0x0
[    29.217] 	WinFuncPtr: 0xc0008211
[    29.217] 	BytesPerScanline: 1920
[    29.217] 	XResolution: 640
[    29.217] 	YResolution: 480
[    29.217] 	XCharSize: 8
[    29.217] 	YCharSize: 16
[    29.217] 	NumberOfPlanes: 1
[    29.217] 	BitsPerPixel: 24
[    29.217] 	NumberOfBanks: 1
[    29.217] 	MemoryModel: 6
[    29.217] 	BankSize: 0
[    29.217] 	NumberOfImages: 12
[    29.217] 	RedMaskSize: 8
[    29.217] 	RedFieldPosition: 16
[    29.217] 	GreenMaskSize: 8
[    29.217] 	GreenFieldPosition: 8
[    29.217] 	BlueMaskSize: 8
[    29.217] 	BlueFieldPosition: 0
[    29.217] 	RsvdMaskSize: 0
[    29.217] 	RsvdFieldPosition: 0
[    29.217] 	DirectColorModeInfo: 0
[    29.217] 	PhysBasePtr: 0xe0000000
[    29.218] Mode: 113 (800x600)
[    29.218] 	ModeAttributes: 0x9b
[    29.218] 	WinAAttributes: 0x7
[    29.218] 	WinBAttributes: 0x0
[    29.218] 	WinGranularity: 64
[    29.218] 	WinSize: 64
[    29.218] 	WinASegment: 0xa000
[    29.218] 	WinBSegment: 0x0
[    29.218] 	WinFuncPtr: 0xc0008211
[    29.218] 	BytesPerScanline: 1600
[    29.218] 	XResolution: 800
[    29.218] 	YResolution: 600
[    29.218] 	XCharSize: 8
[    29.218] 	YCharSize: 16
[    29.218] 	NumberOfPlanes: 1
[    29.218] 	BitsPerPixel: 15
[    29.218] 	NumberOfBanks: 1
[    29.218] 	MemoryModel: 6
[    29.218] 	BankSize: 0
[    29.218] 	NumberOfImages: 12
[    29.218] 	RedMaskSize: 5
[    29.218] 	RedFieldPosition: 10
[    29.218] 	GreenMaskSize: 5
[    29.218] 	GreenFieldPosition: 5
[    29.218] 	BlueMaskSize: 5
[    29.218] 	BlueFieldPosition: 0
[    29.218] 	RsvdMaskSize: 1
[    29.218] 	RsvdFieldPosition: 15
[    29.218] 	DirectColorModeInfo: 0
[    29.218] 	PhysBasePtr: 0xe0000000
[    29.220] Mode: 114 (800x600)
[    29.220] 	ModeAttributes: 0x9b
[    29.220] 	WinAAttributes: 0x7
[    29.220] 	WinBAttributes: 0x0
[    29.220] 	WinGranularity: 64
[    29.220] 	WinSize: 64
[    29.220] 	WinASegment: 0xa000
[    29.220] 	WinBSegment: 0x0
[    29.220] 	WinFuncPtr: 0xc0008211
[    29.220] 	BytesPerScanline: 1600
[    29.220] 	XResolution: 800
[    29.220] 	YResolution: 600
[    29.220] 	XCharSize: 8
[    29.220] 	YCharSize: 16
[    29.220] 	NumberOfPlanes: 1
[    29.220] 	BitsPerPixel: 16
[    29.220] 	NumberOfBanks: 1
[    29.220] 	MemoryModel: 6
[    29.220] 	BankSize: 0
[    29.220] 	NumberOfImages: 12
[    29.220] 	RedMaskSize: 5
[    29.220] 	RedFieldPosition: 11
[    29.220] 	GreenMaskSize: 6
[    29.220] 	GreenFieldPosition: 5
[    29.220] 	BlueMaskSize: 5
[    29.220] 	BlueFieldPosition: 0
[    29.220] 	RsvdMaskSize: 0
[    29.220] 	RsvdFieldPosition: 0
[    29.220] 	DirectColorModeInfo: 0
[    29.220] 	PhysBasePtr: 0xe0000000
[    29.221] Mode: 115 (800x600)
[    29.221] 	ModeAttributes: 0x9b
[    29.221] 	WinAAttributes: 0x7
[    29.221] 	WinBAttributes: 0x0
[    29.221] 	WinGranularity: 64
[    29.221] 	WinSize: 64
[    29.221] 	WinASegment: 0xa000
[    29.221] 	WinBSegment: 0x0
[    29.221] 	WinFuncPtr: 0xc0008211
[    29.221] 	BytesPerScanline: 2400
[    29.221] 	XResolution: 800
[    29.221] 	YResolution: 600
[    29.221] 	XCharSize: 8
[    29.221] 	YCharSize: 16
[    29.221] 	NumberOfPlanes: 1
[    29.221] 	BitsPerPixel: 24
[    29.221] 	NumberOfBanks: 1
[    29.221] 	MemoryModel: 6
[    29.221] 	BankSize: 0
[    29.221] 	NumberOfImages: 7
[    29.221] 	RedMaskSize: 8
[    29.221] 	RedFieldPosition: 16
[    29.221] 	GreenMaskSize: 8
[    29.221] 	GreenFieldPosition: 8
[    29.221] 	BlueMaskSize: 8
[    29.221] 	BlueFieldPosition: 0
[    29.221] 	RsvdMaskSize: 0
[    29.221] 	RsvdFieldPosition: 0
[    29.221] 	DirectColorModeInfo: 0
[    29.221] 	PhysBasePtr: 0xe0000000
[    29.223] Mode: 116 (1024x768)
[    29.223] 	ModeAttributes: 0x9b
[    29.223] 	WinAAttributes: 0x7
[    29.223] 	WinBAttributes: 0x0
[    29.223] 	WinGranularity: 64
[    29.223] 	WinSize: 64
[    29.223] 	WinASegment: 0xa000
[    29.223] 	WinBSegment: 0x0
[    29.223] 	WinFuncPtr: 0xc0008211
[    29.223] 	BytesPerScanline: 2048
[    29.223] 	XResolution: 1024
[    29.223] 	YResolution: 768
[    29.223] 	XCharSize: 8
[    29.223] 	YCharSize: 16
[    29.223] 	NumberOfPlanes: 1
[    29.223] 	BitsPerPixel: 15
[    29.223] 	NumberOfBanks: 1
[    29.223] 	MemoryModel: 6
[    29.223] 	BankSize: 0
[    29.223] 	NumberOfImages: 7
[    29.223] 	RedMaskSize: 5
[    29.223] 	RedFieldPosition: 10
[    29.223] 	GreenMaskSize: 5
[    29.223] 	GreenFieldPosition: 5
[    29.223] 	BlueMaskSize: 5
[    29.223] 	BlueFieldPosition: 0
[    29.223] 	RsvdMaskSize: 1
[    29.223] 	RsvdFieldPosition: 15
[    29.223] 	DirectColorModeInfo: 0
[    29.223] 	PhysBasePtr: 0xe0000000
[    29.224] Mode: 117 (1024x768)
[    29.224] 	ModeAttributes: 0x9b
[    29.224] 	WinAAttributes: 0x7
[    29.224] 	WinBAttributes: 0x0
[    29.224] 	WinGranularity: 64
[    29.224] 	WinSize: 64
[    29.224] 	WinASegment: 0xa000
[    29.224] 	WinBSegment: 0x0
[    29.224] 	WinFuncPtr: 0xc0008211
[    29.224] 	BytesPerScanline: 2048
[    29.224] 	XResolution: 1024
[    29.224] 	YResolution: 768
[    29.224] 	XCharSize: 8
[    29.224] 	YCharSize: 16
[    29.224] 	NumberOfPlanes: 1
[    29.224] 	BitsPerPixel: 16
[    29.224] 	NumberOfBanks: 1
[    29.224] 	MemoryModel: 6
[    29.224] 	BankSize: 0
[    29.224] 	NumberOfImages: 7
[    29.224] 	RedMaskSize: 5
[    29.224] 	RedFieldPosition: 11
[    29.224] 	GreenMaskSize: 6
[    29.224] 	GreenFieldPosition: 5
[    29.224] 	BlueMaskSize: 5
[    29.224] 	BlueFieldPosition: 0
[    29.224] 	RsvdMaskSize: 0
[    29.224] 	RsvdFieldPosition: 0
[    29.224] 	DirectColorModeInfo: 0
[    29.224] 	PhysBasePtr: 0xe0000000
[    29.226] Mode: 118 (1024x768)
[    29.226] 	ModeAttributes: 0x9b
[    29.226] 	WinAAttributes: 0x7
[    29.226] 	WinBAttributes: 0x0
[    29.226] 	WinGranularity: 64
[    29.226] 	WinSize: 64
[    29.226] 	WinASegment: 0xa000
[    29.226] 	WinBSegment: 0x0
[    29.226] 	WinFuncPtr: 0xc0008211
[    29.226] 	BytesPerScanline: 3072
[    29.226] 	XResolution: 1024
[    29.226] 	YResolution: 768
[    29.226] 	XCharSize: 8
[    29.226] 	YCharSize: 16
[    29.226] 	NumberOfPlanes: 1
[    29.226] 	BitsPerPixel: 24
[    29.226] 	NumberOfBanks: 1
[    29.226] 	MemoryModel: 6
[    29.226] 	BankSize: 0
[    29.226] 	NumberOfImages: 4
[    29.226] 	RedMaskSize: 8
[    29.226] 	RedFieldPosition: 16
[    29.226] 	GreenMaskSize: 8
[    29.226] 	GreenFieldPosition: 8
[    29.226] 	BlueMaskSize: 8
[    29.226] 	BlueFieldPosition: 0
[    29.226] 	RsvdMaskSize: 0
[    29.226] 	RsvdFieldPosition: 0
[    29.226] 	DirectColorModeInfo: 0
[    29.226] 	PhysBasePtr: 0xe0000000
[    29.227] Mode: 119 (1280x1024)
[    29.227] 	ModeAttributes: 0x9b
[    29.227] 	WinAAttributes: 0x7
[    29.227] 	WinBAttributes: 0x0
[    29.228] 	WinGranularity: 64
[    29.228] 	WinSize: 64
[    29.228] 	WinASegment: 0xa000
[    29.228] 	WinBSegment: 0x0
[    29.228] 	WinFuncPtr: 0xc0008211
[    29.228] 	BytesPerScanline: 2560
[    29.228] 	XResolution: 1280
[    29.228] 	YResolution: 1024
[    29.228] 	XCharSize: 8
[    29.228] 	YCharSize: 16
[    29.228] 	NumberOfPlanes: 1
[    29.228] 	BitsPerPixel: 15
[    29.228] 	NumberOfBanks: 1
[    29.228] 	MemoryModel: 6
[    29.228] 	BankSize: 0
[    29.228] 	NumberOfImages: 3
[    29.228] 	RedMaskSize: 5
[    29.228] 	RedFieldPosition: 10
[    29.228] 	GreenMaskSize: 5
[    29.228] 	GreenFieldPosition: 5
[    29.228] 	BlueMaskSize: 5
[    29.228] 	BlueFieldPosition: 0
[    29.228] 	RsvdMaskSize: 1
[    29.228] 	RsvdFieldPosition: 15
[    29.228] 	DirectColorModeInfo: 0
[    29.228] 	PhysBasePtr: 0xe0000000
[    29.229] Mode: 11a (1280x1024)
[    29.229] 	ModeAttributes: 0x9b
[    29.229] 	WinAAttributes: 0x7
[    29.229] 	WinBAttributes: 0x0
[    29.229] 	WinGranularity: 64
[    29.229] 	WinSize: 64
[    29.229] 	WinASegment: 0xa000
[    29.229] 	WinBSegment: 0x0
[    29.229] 	WinFuncPtr: 0xc0008211
[    29.229] 	BytesPerScanline: 2560
[    29.229] 	XResolution: 1280
[    29.229] 	YResolution: 1024
[    29.229] 	XCharSize: 8
[    29.229] 	YCharSize: 16
[    29.229] 	NumberOfPlanes: 1
[    29.229] 	BitsPerPixel: 16
[    29.229] 	NumberOfBanks: 1
[    29.229] 	MemoryModel: 6
[    29.229] 	BankSize: 0
[    29.229] 	NumberOfImages: 3
[    29.229] 	RedMaskSize: 5
[    29.229] 	RedFieldPosition: 11
[    29.229] 	GreenMaskSize: 6
[    29.229] 	GreenFieldPosition: 5
[    29.229] 	BlueMaskSize: 5
[    29.229] 	BlueFieldPosition: 0
[    29.229] 	RsvdMaskSize: 0
[    29.229] 	RsvdFieldPosition: 0
[    29.229] 	DirectColorModeInfo: 0
[    29.229] 	PhysBasePtr: 0xe0000000
[    29.231] Mode: 11b (1280x1024)
[    29.231] 	ModeAttributes: 0x9b
[    29.231] 	WinAAttributes: 0x7
[    29.231] 	WinBAttributes: 0x0
[    29.231] 	WinGranularity: 64
[    29.231] 	WinSize: 64
[    29.231] 	WinASegment: 0xa000
[    29.231] 	WinBSegment: 0x0
[    29.231] 	WinFuncPtr: 0xc0008211
[    29.231] 	BytesPerScanline: 3840
[    29.231] 	XResolution: 1280
[    29.231] 	YResolution: 1024
[    29.231] 	XCharSize: 8
[    29.231] 	YCharSize: 16
[    29.231] 	NumberOfPlanes: 1
[    29.231] 	BitsPerPixel: 24
[    29.231] 	NumberOfBanks: 1
[    29.231] 	MemoryModel: 6
[    29.231] 	BankSize: 0
[    29.231] 	NumberOfImages: 2
[    29.231] 	RedMaskSize: 8
[    29.231] 	RedFieldPosition: 16
[    29.231] 	GreenMaskSize: 8
[    29.231] 	GreenFieldPosition: 8
[    29.231] 	BlueMaskSize: 8
[    29.231] 	BlueFieldPosition: 0
[    29.231] 	RsvdMaskSize: 0
[    29.231] 	RsvdFieldPosition: 0
[    29.231] 	DirectColorModeInfo: 0
[    29.231] 	PhysBasePtr: 0xe0000000
[    29.232] *Mode: 140 (320x200)
[    29.232] 	ModeAttributes: 0x9b
[    29.232] 	WinAAttributes: 0x7
[    29.232] 	WinBAttributes: 0x0
[    29.232] 	WinGranularity: 64
[    29.232] 	WinSize: 64
[    29.232] 	WinASegment: 0xa000
[    29.232] 	WinBSegment: 0x0
[    29.232] 	WinFuncPtr: 0xc0008211
[    29.232] 	BytesPerScanline: 1280
[    29.232] 	XResolution: 320
[    29.232] 	YResolution: 200
[    29.232] 	XCharSize: 8
[    29.232] 	YCharSize: 16
[    29.232] 	NumberOfPlanes: 1
[    29.232] 	BitsPerPixel: 32
[    29.232] 	NumberOfBanks: 1
[    29.232] 	MemoryModel: 6
[    29.232] 	BankSize: 0
[    29.232] 	NumberOfImages: 48
[    29.232] 	RedMaskSize: 8
[    29.232] 	RedFieldPosition: 16
[    29.232] 	GreenMaskSize: 8
[    29.232] 	GreenFieldPosition: 8
[    29.232] 	BlueMaskSize: 8
[    29.232] 	BlueFieldPosition: 0
[    29.233] 	RsvdMaskSize: 8
[    29.233] 	RsvdFieldPosition: 24
[    29.233] 	DirectColorModeInfo: 2
[    29.233] 	PhysBasePtr: 0xe0000000
[    29.234] *Mode: 141 (640x400)
[    29.234] 	ModeAttributes: 0x9b
[    29.234] 	WinAAttributes: 0x7
[    29.234] 	WinBAttributes: 0x0
[    29.234] 	WinGranularity: 64
[    29.234] 	WinSize: 64
[    29.234] 	WinASegment: 0xa000
[    29.234] 	WinBSegment: 0x0
[    29.234] 	WinFuncPtr: 0xc0008211
[    29.234] 	BytesPerScanline: 2560
[    29.234] 	XResolution: 640
[    29.234] 	YResolution: 400
[    29.234] 	XCharSize: 8
[    29.234] 	YCharSize: 16
[    29.234] 	NumberOfPlanes: 1
[    29.234] 	BitsPerPixel: 32
[    29.234] 	NumberOfBanks: 1
[    29.234] 	MemoryModel: 6
[    29.234] 	BankSize: 0
[    29.234] 	NumberOfImages: 11
[    29.234] 	RedMaskSize: 8
[    29.234] 	RedFieldPosition: 16
[    29.234] 	GreenMaskSize: 8
[    29.234] 	GreenFieldPosition: 8
[    29.234] 	BlueMaskSize: 8
[    29.234] 	BlueFieldPosition: 0
[    29.234] 	RsvdMaskSize: 8
[    29.234] 	RsvdFieldPosition: 24
[    29.234] 	DirectColorModeInfo: 2
[    29.234] 	PhysBasePtr: 0xe0000000
[    29.236] *Mode: 142 (640x480)
[    29.236] 	ModeAttributes: 0x9b
[    29.236] 	WinAAttributes: 0x7
[    29.236] 	WinBAttributes: 0x0
[    29.236] 	WinGranularity: 64
[    29.236] 	WinSize: 64
[    29.236] 	WinASegment: 0xa000
[    29.236] 	WinBSegment: 0x0
[    29.236] 	WinFuncPtr: 0xc0008211
[    29.236] 	BytesPerScanline: 2560
[    29.236] 	XResolution: 640
[    29.236] 	YResolution: 480
[    29.236] 	XCharSize: 8
[    29.236] 	YCharSize: 16
[    29.236] 	NumberOfPlanes: 1
[    29.236] 	BitsPerPixel: 32
[    29.236] 	NumberOfBanks: 1
[    29.236] 	MemoryModel: 6
[    29.236] 	BankSize: 0
[    29.236] 	NumberOfImages: 9
[    29.236] 	RedMaskSize: 8
[    29.236] 	RedFieldPosition: 16
[    29.236] 	GreenMaskSize: 8
[    29.236] 	GreenFieldPosition: 8
[    29.236] 	BlueMaskSize: 8
[    29.236] 	BlueFieldPosition: 0
[    29.236] 	RsvdMaskSize: 8
[    29.236] 	RsvdFieldPosition: 24
[    29.236] 	DirectColorModeInfo: 2
[    29.236] 	PhysBasePtr: 0xe0000000
[    29.238] *Mode: 143 (800x600)
[    29.238] 	ModeAttributes: 0x9b
[    29.238] 	WinAAttributes: 0x7
[    29.238] 	WinBAttributes: 0x0
[    29.238] 	WinGranularity: 64
[    29.238] 	WinSize: 64
[    29.238] 	WinASegment: 0xa000
[    29.238] 	WinBSegment: 0x0
[    29.238] 	WinFuncPtr: 0xc0008211
[    29.238] 	BytesPerScanline: 3200
[    29.238] 	XResolution: 800
[    29.238] 	YResolution: 600
[    29.238] 	XCharSize: 8
[    29.238] 	YCharSize: 16
[    29.238] 	NumberOfPlanes: 1
[    29.238] 	BitsPerPixel: 32
[    29.238] 	NumberOfBanks: 1
[    29.238] 	MemoryModel: 6
[    29.238] 	BankSize: 0
[    29.238] 	NumberOfImages: 5
[    29.238] 	RedMaskSize: 8
[    29.238] 	RedFieldPosition: 16
[    29.238] 	GreenMaskSize: 8
[    29.238] 	GreenFieldPosition: 8
[    29.238] 	BlueMaskSize: 8
[    29.238] 	BlueFieldPosition: 0
[    29.238] 	RsvdMaskSize: 8
[    29.238] 	RsvdFieldPosition: 24
[    29.238] 	DirectColorModeInfo: 2
[    29.238] 	PhysBasePtr: 0xe0000000
[    29.239] *Mode: 144 (1024x768)
[    29.239] 	ModeAttributes: 0x9b
[    29.239] 	WinAAttributes: 0x7
[    29.239] 	WinBAttributes: 0x0
[    29.239] 	WinGranularity: 64
[    29.239] 	WinSize: 64
[    29.239] 	WinASegment: 0xa000
[    29.239] 	WinBSegment: 0x0
[    29.239] 	WinFuncPtr: 0xc0008211
[    29.239] 	BytesPerScanline: 4096
[    29.239] 	XResolution: 1024
[    29.239] 	YResolution: 768
[    29.239] 	XCharSize: 8
[    29.239] 	YCharSize: 16
[    29.239] 	NumberOfPlanes: 1
[    29.239] 	BitsPerPixel: 32
[    29.239] 	NumberOfBanks: 1
[    29.239] 	MemoryModel: 6
[    29.239] 	BankSize: 0
[    29.239] 	NumberOfImages: 3
[    29.239] 	RedMaskSize: 8
[    29.239] 	RedFieldPosition: 16
[    29.239] 	GreenMaskSize: 8
[    29.239] 	GreenFieldPosition: 8
[    29.239] 	BlueMaskSize: 8
[    29.239] 	BlueFieldPosition: 0
[    29.239] 	RsvdMaskSize: 8
[    29.239] 	RsvdFieldPosition: 24
[    29.239] 	DirectColorModeInfo: 2
[    29.239] 	PhysBasePtr: 0xe0000000
[    29.241] *Mode: 145 (1280x1024)
[    29.241] 	ModeAttributes: 0x9b
[    29.241] 	WinAAttributes: 0x7
[    29.241] 	WinBAttributes: 0x0
[    29.241] 	WinGranularity: 64
[    29.241] 	WinSize: 64
[    29.241] 	WinASegment: 0xa000
[    29.241] 	WinBSegment: 0x0
[    29.241] 	WinFuncPtr: 0xc0008211
[    29.241] 	BytesPerScanline: 5120
[    29.241] 	XResolution: 1280
[    29.241] 	YResolution: 1024
[    29.241] 	XCharSize: 8
[    29.241] 	YCharSize: 16
[    29.241] 	NumberOfPlanes: 1
[    29.241] 	BitsPerPixel: 32
[    29.241] 	NumberOfBanks: 1
[    29.241] 	MemoryModel: 6
[    29.241] 	BankSize: 0
[    29.241] 	NumberOfImages: 1
[    29.241] 	RedMaskSize: 8
[    29.241] 	RedFieldPosition: 16
[    29.241] 	GreenMaskSize: 8
[    29.241] 	GreenFieldPosition: 8
[    29.241] 	BlueMaskSize: 8
[    29.241] 	BlueFieldPosition: 0
[    29.241] 	RsvdMaskSize: 8
[    29.241] 	RsvdFieldPosition: 24
[    29.241] 	DirectColorModeInfo: 2
[    29.241] 	PhysBasePtr: 0xe0000000
[    29.243] Mode: 146 (320x200)
[    29.243] 	ModeAttributes: 0x9b
[    29.243] 	WinAAttributes: 0x7
[    29.243] 	WinBAttributes: 0x0
[    29.243] 	WinGranularity: 64
[    29.243] 	WinSize: 64
[    29.243] 	WinASegment: 0xa000
[    29.243] 	WinBSegment: 0x0
[    29.243] 	WinFuncPtr: 0xc0008211
[    29.243] 	BytesPerScanline: 320
[    29.243] 	XResolution: 320
[    29.243] 	YResolution: 200
[    29.243] 	XCharSize: 8
[    29.243] 	YCharSize: 16
[    29.243] 	NumberOfPlanes: 1
[    29.243] 	BitsPerPixel: 8
[    29.243] 	NumberOfBanks: 1
[    29.243] 	MemoryModel: 4
[    29.243] 	BankSize: 0
[    29.243] 	NumberOfImages: 195
[    29.243] 	RedMaskSize: 0
[    29.243] 	RedFieldPosition: 0
[    29.243] 	GreenMaskSize: 0
[    29.243] 	GreenFieldPosition: 0
[    29.243] 	BlueMaskSize: 0
[    29.243] 	BlueFieldPosition: 0
[    29.243] 	RsvdMaskSize: 0
[    29.243] 	RsvdFieldPosition: 0
[    29.243] 	DirectColorModeInfo: 0
[    29.243] 	PhysBasePtr: 0xe0000000
[    29.245] *Mode: 147 (1600x1200)
[    29.245] 	ModeAttributes: 0x9b
[    29.245] 	WinAAttributes: 0x7
[    29.245] 	WinBAttributes: 0x0
[    29.245] 	WinGranularity: 64
[    29.245] 	WinSize: 64
[    29.245] 	WinASegment: 0xa000
[    29.245] 	WinBSegment: 0x0
[    29.245] 	WinFuncPtr: 0xc0008211
[    29.245] 	BytesPerScanline: 6400
[    29.245] 	XResolution: 1600
[    29.245] 	YResolution: 1200
[    29.245] 	XCharSize: 8
[    29.245] 	YCharSize: 16
[    29.245] 	NumberOfPlanes: 1
[    29.245] 	BitsPerPixel: 32
[    29.245] 	NumberOfBanks: 1
[    29.245] 	MemoryModel: 6
[    29.245] 	BankSize: 0
[    29.245] 	NumberOfImages: 0
[    29.245] 	RedMaskSize: 8
[    29.245] 	RedFieldPosition: 16
[    29.245] 	GreenMaskSize: 8
[    29.245] 	GreenFieldPosition: 8
[    29.245] 	BlueMaskSize: 8
[    29.245] 	BlueFieldPosition: 0
[    29.245] 	RsvdMaskSize: 8
[    29.245] 	RsvdFieldPosition: 24
[    29.245] 	DirectColorModeInfo: 2
[    29.245] 	PhysBasePtr: 0xe0000000
[    29.247] Mode: 148 (1152x864)
[    29.247] 	ModeAttributes: 0x9b
[    29.247] 	WinAAttributes: 0x7
[    29.247] 	WinBAttributes: 0x0
[    29.247] 	WinGranularity: 64
[    29.247] 	WinSize: 64
[    29.247] 	WinASegment: 0xa000
[    29.247] 	WinBSegment: 0x0
[    29.247] 	WinFuncPtr: 0xc0008211
[    29.247] 	BytesPerScanline: 1152
[    29.247] 	XResolution: 1152
[    29.247] 	YResolution: 864
[    29.247] 	XCharSize: 8
[    29.247] 	YCharSize: 16
[    29.247] 	NumberOfPlanes: 1
[    29.247] 	BitsPerPixel: 8
[    29.247] 	NumberOfBanks: 1
[    29.247] 	MemoryModel: 4
[    29.247] 	BankSize: 0
[    29.247] 	NumberOfImages: 11
[    29.247] 	RedMaskSize: 0
[    29.247] 	RedFieldPosition: 0
[    29.247] 	GreenMaskSize: 0
[    29.247] 	GreenFieldPosition: 0
[    29.247] 	BlueMaskSize: 0
[    29.247] 	BlueFieldPosition: 0
[    29.247] 	RsvdMaskSize: 0
[    29.247] 	RsvdFieldPosition: 0
[    29.247] 	DirectColorModeInfo: 0
[    29.247] 	PhysBasePtr: 0xe0000000
[    29.249] Mode: 149 (1152x864)
[    29.249] 	ModeAttributes: 0x9b
[    29.249] 	WinAAttributes: 0x7
[    29.249] 	WinBAttributes: 0x0
[    29.249] 	WinGranularity: 64
[    29.249] 	WinSize: 64
[    29.249] 	WinASegment: 0xa000
[    29.249] 	WinBSegment: 0x0
[    29.249] 	WinFuncPtr: 0xc0008211
[    29.249] 	BytesPerScanline: 2304
[    29.249] 	XResolution: 1152
[    29.249] 	YResolution: 864
[    29.249] 	XCharSize: 8
[    29.249] 	YCharSize: 16
[    29.249] 	NumberOfPlanes: 1
[    29.249] 	BitsPerPixel: 15
[    29.249] 	NumberOfBanks: 1
[    29.249] 	MemoryModel: 6
[    29.249] 	BankSize: 0
[    29.249] 	NumberOfImages: 5
[    29.249] 	RedMaskSize: 5
[    29.249] 	RedFieldPosition: 10
[    29.249] 	GreenMaskSize: 5
[    29.249] 	GreenFieldPosition: 5
[    29.249] 	BlueMaskSize: 5
[    29.249] 	BlueFieldPosition: 0
[    29.249] 	RsvdMaskSize: 1
[    29.249] 	RsvdFieldPosition: 15
[    29.249] 	DirectColorModeInfo: 0
[    29.249] 	PhysBasePtr: 0xe0000000
[    29.251] Mode: 14a (1152x864)
[    29.251] 	ModeAttributes: 0x9b
[    29.251] 	WinAAttributes: 0x7
[    29.251] 	WinBAttributes: 0x0
[    29.251] 	WinGranularity: 64
[    29.251] 	WinSize: 64
[    29.251] 	WinASegment: 0xa000
[    29.251] 	WinBSegment: 0x0
[    29.251] 	WinFuncPtr: 0xc0008211
[    29.251] 	BytesPerScanline: 2304
[    29.251] 	XResolution: 1152
[    29.251] 	YResolution: 864
[    29.251] 	XCharSize: 8
[    29.251] 	YCharSize: 16
[    29.251] 	NumberOfPlanes: 1
[    29.251] 	BitsPerPixel: 16
[    29.251] 	NumberOfBanks: 1
[    29.251] 	MemoryModel: 6
[    29.251] 	BankSize: 0
[    29.251] 	NumberOfImages: 5
[    29.251] 	RedMaskSize: 5
[    29.251] 	RedFieldPosition: 11
[    29.251] 	GreenMaskSize: 6
[    29.251] 	GreenFieldPosition: 5
[    29.251] 	BlueMaskSize: 5
[    29.251] 	BlueFieldPosition: 0
[    29.251] 	RsvdMaskSize: 0
[    29.251] 	RsvdFieldPosition: 0
[    29.251] 	DirectColorModeInfo: 0
[    29.251] 	PhysBasePtr: 0xe0000000
[    29.253] Mode: 14b (1152x864)
[    29.253] 	ModeAttributes: 0x9b
[    29.253] 	WinAAttributes: 0x7
[    29.253] 	WinBAttributes: 0x0
[    29.253] 	WinGranularity: 64
[    29.253] 	WinSize: 64
[    29.253] 	WinASegment: 0xa000
[    29.253] 	WinBSegment: 0x0
[    29.253] 	WinFuncPtr: 0xc0008211
[    29.253] 	BytesPerScanline: 3456
[    29.253] 	XResolution: 1152
[    29.253] 	YResolution: 864
[    29.253] 	XCharSize: 8
[    29.253] 	YCharSize: 16
[    29.253] 	NumberOfPlanes: 1
[    29.253] 	BitsPerPixel: 24
[    29.253] 	NumberOfBanks: 1
[    29.253] 	MemoryModel: 6
[    29.253] 	BankSize: 0
[    29.253] 	NumberOfImages: 3
[    29.253] 	RedMaskSize: 8
[    29.253] 	RedFieldPosition: 16
[    29.253] 	GreenMaskSize: 8
[    29.253] 	GreenFieldPosition: 8
[    29.253] 	BlueMaskSize: 8
[    29.253] 	BlueFieldPosition: 0
[    29.253] 	RsvdMaskSize: 0
[    29.253] 	RsvdFieldPosition: 0
[    29.253] 	DirectColorModeInfo: 0
[    29.253] 	PhysBasePtr: 0xe0000000
[    29.255] *Mode: 14c (1152x864)
[    29.255] 	ModeAttributes: 0x9b
[    29.255] 	WinAAttributes: 0x7
[    29.255] 	WinBAttributes: 0x0
[    29.255] 	WinGranularity: 64
[    29.255] 	WinSize: 64
[    29.255] 	WinASegment: 0xa000
[    29.255] 	WinBSegment: 0x0
[    29.255] 	WinFuncPtr: 0xc0008211
[    29.255] 	BytesPerScanline: 4608
[    29.255] 	XResolution: 1152
[    29.255] 	YResolution: 864
[    29.255] 	XCharSize: 8
[    29.255] 	YCharSize: 16
[    29.255] 	NumberOfPlanes: 1
[    29.255] 	BitsPerPixel: 32
[    29.255] 	NumberOfBanks: 1
[    29.255] 	MemoryModel: 6
[    29.255] 	BankSize: 0
[    29.255] 	NumberOfImages: 2
[    29.255] 	RedMaskSize: 8
[    29.255] 	RedFieldPosition: 16
[    29.255] 	GreenMaskSize: 8
[    29.255] 	GreenFieldPosition: 8
[    29.255] 	BlueMaskSize: 8
[    29.255] 	BlueFieldPosition: 0
[    29.255] 	RsvdMaskSize: 8
[    29.255] 	RsvdFieldPosition: 24
[    29.255] 	DirectColorModeInfo: 2
[    29.255] 	PhysBasePtr: 0xe0000000
[    29.255] 
[    29.255] (II) VESA(0): Total Memory: 192 64KB banks (12288kB)
[    29.255] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    29.255] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    29.255] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    29.255] (WW) VESA(0): Unable to estimate virtual size
[    29.255] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[    29.255] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[    29.255] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    29.255] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    29.255] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    29.255] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    29.255] (WW) VESA(0): Unable to estimate virtual size
[    29.264] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
[    29.265] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[    29.265] (II) VESA(0): Not using built-in mode "1152x864" (hsync out of range)
[    29.265] (II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
[    29.265] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[    29.265] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    29.265] (**) VESA(0): *Built-in mode "1024x768"
[    29.265] (**) VESA(0): *Built-in mode "800x600"
[    29.265] (**) VESA(0): *Built-in mode "640x480"
[    29.265] (==) VESA(0): DPI set to (96, 96)
[    29.265] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (144)
[    29.265] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (143)
[    29.265] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (142)
[    29.265] (**) VESA(0): Using "Shadow Framebuffer"
[    29.265] (II) Loading sub module "shadow"
[    29.265] (II) LoadModule: "shadow"
[    29.265] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    29.276] (II) Module shadow: vendor="X.Org Foundation"
[    29.276] 	compiled for 1.10.4, module version = 1.1.0
[    29.276] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.276] (II) Loading sub module "fb"
[    29.276] (II) LoadModule: "fb"
[    29.276] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.279] (II) Module fb: vendor="X.Org Foundation"
[    29.279] 	compiled for 1.10.4, module version = 1.0.0
[    29.279] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.279] (II) UnloadModule: "fbdev"
[    29.279] (II) Unloading fbdev
[    29.279] (II) UnloadModule: "fbdevhw"
[    29.279] (II) Unloading fbdevhw
[    29.279] (==) Depth 24 pixmap format is 32 bpp
[    29.279] (II) Loading sub module "int10"
[    29.279] (II) LoadModule: "int10"
[    29.279] (II) Loading /usr/lib/xorg/modules/libint10.so
[    29.279] (II) Module int10: vendor="X.Org Foundation"
[    29.279] 	compiled for 1.10.4, module version = 1.0.0
[    29.279] 	ABI class: X.Org Video Driver, version 10.0
[    29.279] (II) VESA(0): initializing int10
[    29.280] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    29.282] (II) VESA(0): VESA BIOS detected
[    29.282] (II) VESA(0): VESA VBE Version 2.0
[    29.282] (II) VESA(0): VESA VBE Total Mem: 12288 kB
[    29.282] (II) VESA(0): VESA VBE OEM: VirtualBox VBE BIOS http://www.virtualbox.org/
[    29.282] (II) VESA(0): VESA VBE OEM Software Rev: 0.2
[    29.282] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[    29.282] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[    29.282] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 4.0.12
[    29.283] (II) VESA(0): virtual address = 0x7f6da8b35000,
	physical address = 0xe0000000, size = 12582912
[    29.349] (II) VESA(0): Setting up VESA Mode 0x144 (1024x768)
[    29.350] (==) VESA(0): Default visual is TrueColor
[    29.354] (==) VESA(0): Backing store disabled
[    29.355] (==) VESA(0): DPMS enabled
[    29.355] (==) RandR enabled
[    29.355] (II) Initializing built-in extension Generic Event Extension
[    29.355] (II) Initializing built-in extension SHAPE
[    29.355] (II) Initializing built-in extension MIT-SHM
[    29.355] (II) Initializing built-in extension XInputExtension
[    29.355] (II) Initializing built-in extension XTEST
[    29.355] (II) Initializing built-in extension BIG-REQUESTS
[    29.355] (II) Initializing built-in extension SYNC
[    29.355] (II) Initializing built-in extension XKEYBOARD
[    29.355] (II) Initializing built-in extension XC-MISC
[    29.355] (II) Initializing built-in extension SECURITY
[    29.355] (II) Initializing built-in extension XINERAMA
[    29.355] (II) Initializing built-in extension XFIXES
[    29.355] (II) Initializing built-in extension RENDER
[    29.355] (II) Initializing built-in extension RANDR
[    29.355] (II) Initializing built-in extension COMPOSITE
[    29.355] (II) Initializing built-in extension DAMAGE
[    29.651] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    29.651] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.651] (II) LoadModule: "evdev"
[    29.652] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.663] (II) Module evdev: vendor="X.Org Foundation"
[    29.663] 	compiled for 1.10.0, module version = 2.6.0
[    29.663] 	Module class: X.Org XInput Driver
[    29.663] 	ABI class: X.Org XInput driver, version 12.2
[    29.663] (II) Using input driver 'evdev' for 'Power Button'
[    29.663] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.663] (**) Power Button: always reports core events
[    29.663] (**) Power Button: Device: "/dev/input/event3"
[    29.663] (--) Power Button: Found keys
[    29.663] (II) Power Button: Configuring as keyboard
[    29.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    29.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    29.663] (**) Option "xkb_rules" "evdev"
[    29.663] (**) Option "xkb_model" "evdev"
[    29.663] (**) Option "xkb_layout" "us"
[    29.699] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    29.699] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    29.699] (II) Using input driver 'evdev' for 'Sleep Button'
[    29.699] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.699] (**) Sleep Button: always reports core events
[    29.699] (**) Sleep Button: Device: "/dev/input/event4"
[    29.699] (--) Sleep Button: Found keys
[    29.699] (II) Sleep Button: Configuring as keyboard
[    29.699] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input4/event4"
[    29.699] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    29.699] (**) Option "xkb_rules" "evdev"
[    29.699] (**) Option "xkb_model" "evdev"
[    29.699] (**) Option "xkb_layout" "us"
[    29.702] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
[    29.702] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[    29.702] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
[    29.702] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.702] (**) VirtualBox USB Tablet: always reports core events
[    29.702] (**) VirtualBox USB Tablet: Device: "/dev/input/event1"
[    29.702] (--) VirtualBox USB Tablet: Found 9 mouse buttons
[    29.702] (--) VirtualBox USB Tablet: Found scroll wheel(s)
[    29.702] (--) VirtualBox USB Tablet: Found relative axes
[    29.702] (--) VirtualBox USB Tablet: Found absolute axes
[    29.702] (--) VirtualBox USB Tablet: Found x and y absolute axes
[    29.702] (II) VirtualBox USB Tablet: Configuring as mouse
[    29.702] (II) VirtualBox USB Tablet: Adding scrollwheel support
[    29.702] (**) VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
[    29.702] (**) VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input1/event1"
[    29.702] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE)
[    29.702] (EE) VirtualBox USB Tablet: failed to initialize for relative axes.
[    29.702] (II) VirtualBox USB Tablet: initialized for absolute axes.
[    29.702] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
[    29.702] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
[    29.702] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    29.702] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    29.703] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    29.703] (II) No input driver/identifier specified (ignoring)
[    29.703] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    29.703] (II) No input driver/identifier specified (ignoring)
[    29.705] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    29.705] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    29.705] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    29.705] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.705] (**) AT Translated Set 2 keyboard: always reports core events
[    29.705] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    29.705] (--) AT Translated Set 2 keyboard: Found keys
[    29.705] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    29.705] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    29.705] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    29.705] (**) Option "xkb_rules" "evdev"
[    29.705] (**) Option "xkb_model" "evdev"
[    29.705] (**) Option "xkb_layout" "us"
[    29.705] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event5)
[    29.705] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[    29.705] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[    29.705] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.705] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    29.705] (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event5"
[    29.705] (--) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[    29.705] (--) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[    29.705] (--) ImExPS/2 Generic Explorer Mouse: Found relative axes
[    29.705] (--) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[    29.705] (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[    29.705] (II) ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[    29.705] (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[    29.705] (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.705] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[    29.705] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
[    29.706] (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[    29.706] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[    29.706] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[    29.706] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    29.706] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    29.706] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[    29.706] (II) No input driver/identifier specified (ignoring)
[    29.706] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    29.706] (II) No input driver/identifier specified (ignoring)

Offline

#7 2011-09-19 14:37:22

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: X: symbol lookup error; help please!

well, you did install ALL drivers available in X. maybe you should remove them all and use only what you need


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2011-09-19 15:13:59

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

Re: X: symbol lookup error; help please!

wonder wrote:

well, you did install ALL drivers available in X. maybe you should remove them all and use only what you need

Is there a way to install X without getting all of the drivers? It seems that's the default behavior? Err.. do I just delete the driver files through the terminal or is there something else I have to do to get tid of the unneccesary drivers? The only ones I really need to keep are the Ati one and VESA, correct?

Offline

#9 2011-09-19 15:20:27

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: X: symbol lookup error; help please!

yes. you said you read xorg wiki. the wiki doesn't suggest to install xorg

pacman -Rns $(pacman -Qqs xorg-drivers | grep -v xf86-input-evdev)


Give what you have. To someone, it may be better than you dare to think.

Offline

#10 2011-09-19 15:31:51

weirdsexy
Member
From: USA
Registered: 2011-09-19
Posts: 16

Re: X: symbol lookup error; help please!

wonder wrote:

yes. you said you read xorg wiki. the wiki doesn't suggest to install xorg

pacman -Rns $(pacman -Qqs xorg-drivers | grep -v xf86-input-evdev)

doh, thanks. I'm an idiot, I didn't remember to completely remove everything that I had initially installed while setting up (which included installing xorg, not following the wiki).

Offline

Board footer

Powered by FluxBB