what do you do when a driver asks for X11R6 directory?

Issues related to hardware problems
drfred
Posts: 10
Joined: 2018/01/12 03:24:42

what do you do when a driver asks for X11R6 directory?

Post by drfred » 2018/01/17 00:06:09

I have installed Centos on a supermicro server which has a Matrox G200ew display adapter.

When I try to install the driver it wants the X11R6 directory.

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: what do you do when a driver asks for X11R6 directory?

Post by chemal » 2018/01/17 03:09:42

CentOS already has a driver for your G200. Don't even try to install something that asks for the X11R6 directory.

drfred
Posts: 10
Joined: 2018/01/12 03:24:42

Re: what do you do when a driver asks for X11R6 directory?

Post by drfred » 2018/01/21 03:29:26

The Centos driver for the G200 is crappy. I am running in 1024x768 - what is this 1990?

I have a driver from the server manufacturer that should work, but it is asking for the X11R6 directory.

This should be backwards compatible. It is only a question of finding the right files in Linux.

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: what do you do when a driver asks for X11R6 directory?

Post by chemal » 2018/01/21 05:39:34

what is this 1990?
Pretty good guess. https://en.wikipedia.org/wiki/Matrox_G200

It gives you graphics enough to install C7 and then drives your text mode console (via IPMI/KVM).

drfred
Posts: 10
Joined: 2018/01/12 03:24:42

Re: what do you do when a driver asks for X11R6 directory?

Post by drfred » 2018/01/21 06:00:34

OK, I get that you guys only want to give snarky answers. Or is it that you just do not know?

This is clearly something that can be done. I just haven't run into anyone willing to help me do it. I may be a n00b to Centos, but I was probably programming machine code while most of you were in diapers. So give me a break and try to give constructive answers.

After investigating some more I have tried working with the configuration files. I first used X -configure to create a xorg.conf file, but everything I did with this crashed on startup.

Looking some more, it seems that I do not need to modify xorg.conf but can just add additional configuration files.

I added a file called 10-monitor.conf to /etc/X11/xorg.conf.d

Code: Select all

Section "Monitor"
	Identifier "VGA1"
	Modeline "1280x1024_75.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync +vsync
	Option "PreferredMode" "1280x1024_75.00"
EndSection
	
Section "Screen"
	Identifier "Screen0"
	Monitor "VGA1"
	DefaultDepth 24
	SubSection "Display"
		   Modes "1280x1024_75.00"
	EndSubSection
EndSection

Section "Device"
	Identifier "Device0"
	Driver "vesa"
EndSection
It still will not start up. I get

(EE) Screen 0 deleted because of no matching config section

Here is the whole /var/log/Xorg.0.log file:

Code: Select all

[    29.796] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    29.796] X Protocol Version 11, Revision 0
[    29.796] Build Operating System:  3.10.0-514.16.1.el7.x86_64 
[    29.796] Current Operating System: Linux localhost.localdomain 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64
[    29.796] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-693.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
[    29.796] Build Date: 05 August 2017  06:19:43AM
[    29.796] Build ID: xorg-x11-server 1.19.3-11.el7 
[    29.796] Current version of pixman: 0.34.0
[    29.796] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    29.796] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.796] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 20 23:40:00 2018
[    29.796] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    29.796] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.857] (==) No Layout section.  Using the first Screen section.
[    29.857] (**) |-->Screen "Screen0" (0)
[    29.857] (**) |   |-->Monitor "VGA1"
[    29.857] (==) No device specified for screen "Screen0".
	Using the first device section listed.
[    29.857] (**) |   |-->Device "Device0"
[    29.857] (==) Automatically adding devices
[    29.857] (==) Automatically enabling devices
[    29.857] (==) Automatically adding GPU devices
[    29.857] (==) Automatically binding GPU devices
[    29.857] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.857] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[    29.857] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    29.857] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.857] (II) Loader magic: 0x55adeef79020
[    29.857] (II) Module ABI versions:
[    29.857] 	X.Org ANSI C Emulation: 0.4
[    29.857] 	X.Org Video Driver: 23.0
[    29.857] 	X.Org XInput driver : 24.1
[    29.857] 	X.Org Server Extension : 10.0
[    29.857] (II) xfree86: Adding drm device (/dev/dri/card0)
[    29.860] (--) PCI:*(0:4:1:0) 102b:0532:15d9:0007 rev 10, Mem @ 0xf9000000/16777216, 0xfaffc000/16384, 0xfb000000/8388608, BIOS @ 0x????????/131072
[    29.860] (II) LoadModule: "glx"
[    29.861] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    29.862] (II) Module glx: vendor="X.Org Foundation"
[    29.862] 	compiled for 1.19.3, module version = 1.0.0
[    29.862] 	ABI class: X.Org Server Extension, version 10.0
[    29.862] (II) LoadModule: "vesa"
[    29.862] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    29.862] (II) Module vesa: vendor="X.Org Foundation"
[    29.862] 	compiled for 1.19.3, module version = 2.3.2
[    29.862] 	Module class: X.Org Video Driver
[    29.862] 	ABI class: X.Org Video Driver, version 23.0
[    29.862] (II) VESA: driver for VESA chipsets: vesa
[    29.862] (++) using VT number 1

[    29.862] vesa: Ignoring device with a bound kernel driver
[    29.862] (WW) Falling back to old probe method for vesa
[    29.862] (EE) Screen 0 deleted because of no matching config section.
[    29.862] (II) UnloadModule: "vesa"
[    29.862] (EE) Device(s) detected, but none match those in the config file.
[    29.862] (EE) 
Fatal server error:
[    29.862] (EE) no screens found(EE) 
[    29.862] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    29.863] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    29.863] (EE) 
[    30.294] (EE) Server terminated with error (1). Closing log file.
Am I on the right track? Any ideas?

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: what do you do when a driver asks for X11R6 directory?

Post by chemal » 2018/01/21 06:19:09

You're all wet. You're trying to squeeze something out of the graphics in your BMC which isn't there.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: what do you do when a driver asks for X11R6 directory?

Post by TrevorH » 2018/01/21 10:35:28

[ 29.862] vesa: Ignoring device with a bound kernel driver
So vesa isn't loading because something else has already grabbed the device and walked off with it.

I checked and although it appears that the CentOS kernel includes the mgag200 module, we do not ship its xorg-x11-drv equivalent - xorg-x11-drv-mga is in CentOS 6 but not in 7. That means that the kernel module that we ship can load and take over the device but there is no support for that in X11.

I think you're on the right track abandoning the mgag200 driver and trying to use vesa as that will at least give you all the resolutions that are supported by your BIOS. I suspect your next step is to try to blacklist the mgag200 driver so that vesa can load and take over the device. I'd try this first to test that out: reboot and interrupt the boot when you see the grub menu. Hit 'e' to edit the currently selected kernel command line then find the linux16/linuxefi line that belongs to that kernel and append a space followed by 'rd.blacklist=mgag200' (without the quotes) to the end of it and hit Ctrl-x to boot up using that new command line. That _should_ stop mgag200 from loading and allow vesa to do its thing. Maybe.

You probably don't even need the xorg.conf additions once that's done, perhaps mv that xorg.conf.d file out of the way first to make sure.
I was probably programming machine code while most of you were in diapers
Well maybe though I spent 17 years doing that from 1980-1997.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

drfred
Posts: 10
Joined: 2018/01/12 03:24:42

Re: what do you do when a driver asks for X11R6 directory?

Post by drfred » 2018/01/22 01:27:01

You're all wet
No, you are wrong. This is a G200ew with 8MB ram and should be able to handle higher resolutions.

I appreciate the other input... I will try it

drfred
Posts: 10
Joined: 2018/01/12 03:24:42

Re: what do you do when a driver asks for X11R6 directory?

Post by drfred » 2018/01/22 02:28:03

AHA! Progress...

I was able to blacklist the mgag200 driver, not the way you mentioned, but by adding rd.driver.blacklist=mgag200 to /etc/default/grub

Anyway, now the vesa driver seems to be loading and it has all of the various modes listed.

It seems it is ignoring many of those modes because the hsync is out of bounds...

Code: Select all

[    26.692] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    26.692] X Protocol Version 11, Revision 0
[    26.692] Build Operating System:  3.10.0-514.16.1.el7.x86_64 
[    26.692] Current Operating System: Linux localhost.localdomain 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64
[    26.693] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-693.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.driver.blacklist=mgag200 rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet
[    26.693] Build Date: 05 August 2017  06:19:43AM
[    26.693] Build ID: xorg-x11-server 1.19.3-11.el7 
[    26.693] Current version of pixman: 0.34.0
[    26.693] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.693] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.693] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 21 20:10:32 2018
[    26.693] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    26.693] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.693] (==) No Layout section.  Using the first Screen section.
[    26.693] (==) No screen section available. Using defaults.
[    26.693] (**) |-->Screen "Default Screen Section" (0)
[    26.693] (**) |   |-->Monitor "<default monitor>"
[    26.693] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    26.693] (==) Automatically adding devices
[    26.693] (==) Automatically enabling devices
[    26.693] (==) Automatically adding GPU devices
[    26.693] (==) Automatically binding GPU devices
[    26.693] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    26.693] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[    26.693] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    26.693] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.693] (II) Loader magic: 0x55a24e839020
[    26.693] (II) Module ABI versions:
[    26.694] 	X.Org ANSI C Emulation: 0.4
[    26.694] 	X.Org Video Driver: 23.0
[    26.694] 	X.Org XInput driver : 24.1
[    26.694] 	X.Org Server Extension : 10.0
[    26.697] (--) PCI:*(0:4:1:0) 102b:0532:15d9:0007 rev 10, Mem @ 0xf9000000/16777216, 0xfaffc000/16384, 0xfb000000/8388608, BIOS @ 0x????????/131072
[    26.697] (II) LoadModule: "glx"
[    26.810] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    26.812] (II) Module glx: vendor="X.Org Foundation"
[    26.812] 	compiled for 1.19.3, module version = 1.0.0
[    26.812] 	ABI class: X.Org Server Extension, version 10.0
[    26.812] (==) Matched modesetting as autoconfigured driver 0
[    26.812] (==) Matched fbdev as autoconfigured driver 1
[    26.812] (==) Matched vesa as autoconfigured driver 2
[    26.812] (==) Assigned the driver to the xf86ConfigLayout
[    26.812] (II) LoadModule: "modesetting"
[    26.812] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    26.812] (II) Module modesetting: vendor="X.Org Foundation"
[    26.812] 	compiled for 1.19.3, module version = 1.19.3
[    26.812] 	Module class: X.Org Video Driver
[    26.812] 	ABI class: X.Org Video Driver, version 23.0
[    26.812] (II) LoadModule: "fbdev"
[    26.812] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    26.812] (II) Module fbdev: vendor="X.Org Foundation"
[    26.812] 	compiled for 1.19.3, module version = 0.4.3
[    26.812] 	Module class: X.Org Video Driver
[    26.812] 	ABI class: X.Org Video Driver, version 23.0
[    26.812] (II) LoadModule: "vesa"
[    26.812] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    26.812] (II) Module vesa: vendor="X.Org Foundation"
[    26.812] 	compiled for 1.19.3, module version = 2.3.2
[    26.812] 	Module class: X.Org Video Driver
[    26.812] 	ABI class: X.Org Video Driver, version 23.0
[    26.812] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    26.812] (II) FBDEV: driver for framebuffer: fbdev
[    26.812] (II) VESA: driver for VESA chipsets: vesa
[    26.812] (++) using VT number 1

[    26.816] (EE) open /dev/dri/card0: No such file or directory
[    26.816] (WW) Falling back to old probe method for modesetting
[    26.816] (EE) open /dev/dri/card0: No such file or directory
[    26.816] (II) Loading sub module "fbdevhw"
[    26.816] (II) LoadModule: "fbdevhw"
[    26.822] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    26.823] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.823] 	compiled for 1.19.3, module version = 0.0.2
[    26.823] 	ABI class: X.Org Video Driver, version 23.0
[    26.823] (EE) open /dev/fb0: No such file or directory
[    26.823] (WW) Falling back to old probe method for fbdev
[    26.823] (II) Loading sub module "fbdevhw"
[    26.823] (II) LoadModule: "fbdevhw"
[    26.823] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    26.823] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.823] 	compiled for 1.19.3, module version = 0.0.2
[    26.823] 	ABI class: X.Org Video Driver, version 23.0
[    26.823] (EE) open /dev/fb0: No such file or directory
[    26.823] (EE) Screen 0 deleted because of no matching config section.
[    26.823] (II) UnloadModule: "modesetting"
[    26.823] (EE) Screen 0 deleted because of no matching config section.
[    26.823] (II) UnloadModule: "fbdev"
[    26.823] (II) UnloadSubModule: "fbdevhw"
[    26.823] (II) Loading sub module "vbe"
[    26.823] (II) LoadModule: "vbe"
[    26.823] (II) Loading /usr/lib64/xorg/modules/libvbe.so
[    26.834] (II) Module vbe: vendor="X.Org Foundation"
[    26.834] 	compiled for 1.19.3, module version = 1.1.0
[    26.834] 	ABI class: X.Org Video Driver, version 23.0
[    26.834] (II) Loading sub module "int10"
[    26.834] (II) LoadModule: "int10"
[    26.834] (II) Loading /usr/lib64/xorg/modules/libint10.so
[    26.841] (II) Module int10: vendor="X.Org Foundation"
[    26.841] 	compiled for 1.19.3, module version = 1.0.0
[    26.842] 	ABI class: X.Org Video Driver, version 23.0
[    26.842] (II) VESA(0): initializing int10
[    26.842] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    26.842] (II) VESA(0): VESA BIOS detected
[    26.842] (II) VESA(0): VESA VBE Version 3.0
[    26.842] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    26.842] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[    26.842] (II) VESA(0): VESA VBE OEM Software Rev: 3.9
[    26.842] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[    26.842] (II) VESA(0): VESA VBE OEM Product: MGA-G200
[    26.842] (II) VESA(0): VESA VBE OEM Product Rev: 00
[    26.845] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    26.845] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    26.845] (==) VESA(0): RGB weight 888
[    26.845] (==) VESA(0): Default visual is TrueColor
[    26.845] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.845] (II) Loading sub module "ddc"
[    26.845] (II) LoadModule: "ddc"
[    26.845] (II) Module "ddc" already built-in
[    26.890] (II) VESA(0): VESA VBE DDC supported
[    26.891] (II) VESA(0): VESA VBE DDC Level none
[    26.891] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    26.937] (II) VESA(0): VESA VBE DDC read failed
[    26.937] (II) VESA(0): Searching for matching VESA mode(s):
[    26.937] Mode: 101 (640x480)
[    26.937] 	ModeAttributes: 0x9b
[    26.937] 	WinAAttributes: 0x7
[    26.937] 	WinBAttributes: 0x0
[    26.937] 	WinGranularity: 64
[    26.937] 	WinSize: 64
[    26.937] 	WinASegment: 0xa000
[    26.937] 	WinBSegment: 0x0
[    26.937] 	WinFuncPtr: 0xc0005ec7
[    26.937] 	BytesPerScanline: 640
[    26.937] 	XResolution: 640
[    26.937] 	YResolution: 480
[    26.937] 	XCharSize: 8
[    26.937] 	YCharSize: 16
[    26.937] 	NumberOfPlanes: 1
[    26.937] 	BitsPerPixel: 8
[    26.937] 	NumberOfBanks: 1
[    26.937] 	MemoryModel: 4
[    26.937] 	BankSize: 0
[    26.937] 	NumberOfImages: 50
[    26.937] 	RedMaskSize: 0
[    26.937] 	RedFieldPosition: 0
[    26.937] 	GreenMaskSize: 0
[    26.937] 	GreenFieldPosition: 0
[    26.937] 	BlueMaskSize: 0
[    26.937] 	BlueFieldPosition: 0
[    26.937] 	RsvdMaskSize: 0
[    26.937] 	RsvdFieldPosition: 0
[    26.937] 	DirectColorModeInfo: 0
[    26.937] 	PhysBasePtr: 0xf9000000
[    26.937] 	LinBytesPerScanLine: 640
[    26.937] 	BnkNumberOfImagePages: 50
[    26.937] 	LinNumberOfImagePages: 50
[    26.937] 	LinRedMaskSize: 0
[    26.937] 	LinRedFieldPosition: 0
[    26.937] 	LinGreenMaskSize: 0
[    26.937] 	LinGreenFieldPosition: 0
[    26.937] 	LinBlueMaskSize: 0
[    26.937] 	LinBlueFieldPosition: 0
[    26.937] 	LinRsvdMaskSize: 0
[    26.937] 	LinRsvdFieldPosition: 0
[    26.937] 	MaxPixelClock: 218000000
[    26.937] Mode: 110 (640x480)
[    26.937] 	ModeAttributes: 0x9b
[    26.937] 	WinAAttributes: 0x7
[    26.937] 	WinBAttributes: 0x0
[    26.937] 	WinGranularity: 64
[    26.937] 	WinSize: 64
[    26.937] 	WinASegment: 0xa000
[    26.937] 	WinBSegment: 0x0
[    26.937] 	WinFuncPtr: 0xc0005ec7
[    26.937] 	BytesPerScanline: 1280
[    26.937] 	XResolution: 640
[    26.937] 	YResolution: 480
[    26.937] 	XCharSize: 8
[    26.937] 	YCharSize: 16
[    26.937] 	NumberOfPlanes: 1
[    26.937] 	BitsPerPixel: 16
[    26.937] 	NumberOfBanks: 1
[    26.937] 	MemoryModel: 6
[    26.937] 	BankSize: 0
[    26.937] 	NumberOfImages: 24
[    26.937] 	RedMaskSize: 5
[    26.937] 	RedFieldPosition: 10
[    26.937] 	GreenMaskSize: 5
[    26.937] 	GreenFieldPosition: 5
[    26.937] 	BlueMaskSize: 5
[    26.937] 	BlueFieldPosition: 0
[    26.937] 	RsvdMaskSize: 1
[    26.937] 	RsvdFieldPosition: 15
[    26.937] 	DirectColorModeInfo: 1
[    26.937] 	PhysBasePtr: 0xf9000000
[    26.937] 	LinBytesPerScanLine: 1280
[    26.937] 	BnkNumberOfImagePages: 24
[    26.937] 	LinNumberOfImagePages: 24
[    26.937] 	LinRedMaskSize: 5
[    26.937] 	LinRedFieldPosition: 10
[    26.937] 	LinGreenMaskSize: 5
[    26.937] 	LinGreenFieldPosition: 5
[    26.937] 	LinBlueMaskSize: 5
[    26.937] 	LinBlueFieldPosition: 0
[    26.937] 	LinRsvdMaskSize: 1
[    26.937] 	LinRsvdFieldPosition: 15
[    26.937] 	MaxPixelClock: 165150720
[    26.937] Mode: 111 (640x480)
[    26.937] 	ModeAttributes: 0x9b
[    26.937] 	WinAAttributes: 0x7
[    26.937] 	WinBAttributes: 0x0
[    26.937] 	WinGranularity: 64
[    26.937] 	WinSize: 64
[    26.937] 	WinASegment: 0xa000
[    26.937] 	WinBSegment: 0x0
[    26.937] 	WinFuncPtr: 0xc0005ec7
[    26.937] 	BytesPerScanline: 1280
[    26.937] 	XResolution: 640
[    26.937] 	YResolution: 480
[    26.937] 	XCharSize: 8
[    26.937] 	YCharSize: 16
[    26.937] 	NumberOfPlanes: 1
[    26.937] 	BitsPerPixel: 16
[    26.937] 	NumberOfBanks: 1
[    26.937] 	MemoryModel: 6
[    26.937] 	BankSize: 0
[    26.937] 	NumberOfImages: 24
[    26.937] 	RedMaskSize: 5
[    26.937] 	RedFieldPosition: 11
[    26.938] 	GreenMaskSize: 6
[    26.938] 	GreenFieldPosition: 5
[    26.938] 	BlueMaskSize: 5
[    26.938] 	BlueFieldPosition: 0
[    26.938] 	RsvdMaskSize: 0
[    26.938] 	RsvdFieldPosition: 0
[    26.938] 	DirectColorModeInfo: 1
[    26.938] 	PhysBasePtr: 0xf9000000
[    26.938] 	LinBytesPerScanLine: 1280
[    26.938] 	BnkNumberOfImagePages: 24
[    26.938] 	LinNumberOfImagePages: 24
[    26.938] 	LinRedMaskSize: 5
[    26.938] 	LinRedFieldPosition: 11
[    26.938] 	LinGreenMaskSize: 6
[    26.938] 	LinGreenFieldPosition: 5
[    26.938] 	LinBlueMaskSize: 5
[    26.938] 	LinBlueFieldPosition: 0
[    26.938] 	LinRsvdMaskSize: 0
[    26.938] 	LinRsvdFieldPosition: 0
[    26.938] 	MaxPixelClock: 165150720
[    26.938] *Mode: 112 (640x480)
[    26.938] 	ModeAttributes: 0x9b
[    26.938] 	WinAAttributes: 0x7
[    26.938] 	WinBAttributes: 0x0
[    26.938] 	WinGranularity: 64
[    26.938] 	WinSize: 64
[    26.938] 	WinASegment: 0xa000
[    26.938] 	WinBSegment: 0x0
[    26.938] 	WinFuncPtr: 0xc0005ec7
[    26.938] 	BytesPerScanline: 2560
[    26.938] 	XResolution: 640
[    26.938] 	YResolution: 480
[    26.938] 	XCharSize: 8
[    26.938] 	YCharSize: 16
[    26.938] 	NumberOfPlanes: 1
[    26.938] 	BitsPerPixel: 32
[    26.938] 	NumberOfBanks: 1
[    26.938] 	MemoryModel: 6
[    26.938] 	BankSize: 0
[    26.938] 	NumberOfImages: 12
[    26.938] 	RedMaskSize: 8
[    26.938] 	RedFieldPosition: 16
[    26.938] 	GreenMaskSize: 8
[    26.938] 	GreenFieldPosition: 8
[    26.938] 	BlueMaskSize: 8
[    26.938] 	BlueFieldPosition: 0
[    26.938] 	RsvdMaskSize: 8
[    26.938] 	RsvdFieldPosition: 24
[    26.938] 	DirectColorModeInfo: 1
[    26.938] 	PhysBasePtr: 0xf9000000
[    26.938] 	LinBytesPerScanLine: 2560
[    26.938] 	BnkNumberOfImagePages: 12
[    26.938] 	LinNumberOfImagePages: 12
[    26.938] 	LinRedMaskSize: 8
[    26.938] 	LinRedFieldPosition: 16
[    26.938] 	LinGreenMaskSize: 8
[    26.938] 	LinGreenFieldPosition: 8
[    26.938] 	LinBlueMaskSize: 8
[    26.938] 	LinBlueFieldPosition: 0
[    26.938] 	LinRsvdMaskSize: 8
[    26.938] 	LinRsvdFieldPosition: 24
[    26.938] 	MaxPixelClock: 113246208
[    26.938] Mode: 100 (640x400)
[    26.938] 	ModeAttributes: 0x9b
[    26.938] 	WinAAttributes: 0x7
[    26.938] 	WinBAttributes: 0x0
[    26.938] 	WinGranularity: 64
[    26.938] 	WinSize: 64
[    26.938] 	WinASegment: 0xa000
[    26.938] 	WinBSegment: 0x0
[    26.938] 	WinFuncPtr: 0xc0005ec7
[    26.938] 	BytesPerScanline: 640
[    26.938] 	XResolution: 640
[    26.938] 	YResolution: 400
[    26.938] 	XCharSize: 8
[    26.938] 	YCharSize: 16
[    26.938] 	NumberOfPlanes: 1
[    26.938] 	BitsPerPixel: 8
[    26.938] 	NumberOfBanks: 1
[    26.938] 	MemoryModel: 4
[    26.938] 	BankSize: 0
[    26.938] 	NumberOfImages: 63
[    26.938] 	RedMaskSize: 0
[    26.938] 	RedFieldPosition: 0
[    26.938] 	GreenMaskSize: 0
[    26.938] 	GreenFieldPosition: 0
[    26.938] 	BlueMaskSize: 0
[    26.938] 	BlueFieldPosition: 0
[    26.938] 	RsvdMaskSize: 0
[    26.938] 	RsvdFieldPosition: 0
[    26.938] 	DirectColorModeInfo: 0
[    26.938] 	PhysBasePtr: 0xf9000000
[    26.938] 	LinBytesPerScanLine: 640
[    26.938] 	BnkNumberOfImagePages: 63
[    26.938] 	LinNumberOfImagePages: 63
[    26.938] 	LinRedMaskSize: 0
[    26.938] 	LinRedFieldPosition: 0
[    26.938] 	LinGreenMaskSize: 0
[    26.938] 	LinGreenFieldPosition: 0
[    26.938] 	LinBlueMaskSize: 0
[    26.938] 	LinBlueFieldPosition: 0
[    26.938] 	LinRsvdMaskSize: 0
[    26.938] 	LinRsvdFieldPosition: 0
[    26.938] 	MaxPixelClock: 218000000
[    26.938] Mode: 102 (800x600)
[    26.938] 	ModeAttributes: 0x1b
[    26.938] 	WinAAttributes: 0x7
[    26.938] 	WinBAttributes: 0x0
[    26.938] 	WinGranularity: 64
[    26.938] 	WinSize: 64
[    26.938] 	WinASegment: 0xa000
[    26.938] 	WinBSegment: 0x0
[    26.938] 	WinFuncPtr: 0xc0005ec7
[    26.938] 	BytesPerScanline: 100
[    26.938] 	XResolution: 800
[    26.938] 	YResolution: 600
[    26.938] 	XCharSize: 8
[    26.938] 	YCharSize: 14
[    26.938] 	NumberOfPlanes: 4
[    26.938] 	BitsPerPixel: 4
[    26.938] 	NumberOfBanks: 1
[    26.938] 	MemoryModel: 3
[    26.938] 	BankSize: 0
[    26.938] 	NumberOfImages: 0
[    26.938] 	RedMaskSize: 0
[    26.938] 	RedFieldPosition: 0
[    26.938] 	GreenMaskSize: 0
[    26.938] 	GreenFieldPosition: 0
[    26.938] 	BlueMaskSize: 0
[    26.938] 	BlueFieldPosition: 0
[    26.938] 	RsvdMaskSize: 0
[    26.938] 	RsvdFieldPosition: 0
[    26.938] 	DirectColorModeInfo: 0
[    26.938] 	PhysBasePtr: 0x0
[    26.938] 	LinBytesPerScanLine: 0
[    26.938] 	BnkNumberOfImagePages: 0
[    26.938] 	LinNumberOfImagePages: 0
[    26.938] 	LinRedMaskSize: 0
[    26.938] 	LinRedFieldPosition: 0
[    26.938] 	LinGreenMaskSize: 0
[    26.938] 	LinGreenFieldPosition: 0
[    26.938] 	LinBlueMaskSize: 0
[    26.938] 	LinBlueFieldPosition: 0
[    26.938] 	LinRsvdMaskSize: 0
[    26.938] 	LinRsvdFieldPosition: 0
[    26.938] 	MaxPixelClock: 113246208
[    26.938] Mode: 103 (800x600)
[    26.938] 	ModeAttributes: 0x9b
[    26.938] 	WinAAttributes: 0x7
[    26.938] 	WinBAttributes: 0x0
[    26.938] 	WinGranularity: 64
[    26.938] 	WinSize: 64
[    26.938] 	WinASegment: 0xa000
[    26.938] 	WinBSegment: 0x0
[    26.938] 	WinFuncPtr: 0xc0005ec7
[    26.938] 	BytesPerScanline: 800
[    26.938] 	XResolution: 800
[    26.938] 	YResolution: 600
[    26.938] 	XCharSize: 8
[    26.938] 	YCharSize: 16
[    26.938] 	NumberOfPlanes: 1
[    26.938] 	BitsPerPixel: 8
[    26.938] 	NumberOfBanks: 1
[    26.938] 	MemoryModel: 4
[    26.938] 	BankSize: 0
[    26.938] 	NumberOfImages: 31
[    26.938] 	RedMaskSize: 0
[    26.938] 	RedFieldPosition: 0
[    26.938] 	GreenMaskSize: 0
[    26.938] 	GreenFieldPosition: 0
[    26.938] 	BlueMaskSize: 0
[    26.938] 	BlueFieldPosition: 0
[    26.938] 	RsvdMaskSize: 0
[    26.938] 	RsvdFieldPosition: 0
[    26.938] 	DirectColorModeInfo: 0
[    26.938] 	PhysBasePtr: 0xf9000000
[    26.938] 	LinBytesPerScanLine: 800
[    26.938] 	BnkNumberOfImagePages: 31
[    26.938] 	LinNumberOfImagePages: 31
[    26.938] 	LinRedMaskSize: 0
[    26.938] 	LinRedFieldPosition: 0
[    26.939] 	LinGreenMaskSize: 0
[    26.939] 	LinGreenFieldPosition: 0
[    26.939] 	LinBlueMaskSize: 0
[    26.939] 	LinBlueFieldPosition: 0
[    26.939] 	LinRsvdMaskSize: 0
[    26.939] 	LinRsvdFieldPosition: 0
[    26.939] 	MaxPixelClock: 218000000
[    26.939] Mode: 105 (1024x768)
[    26.939] 	ModeAttributes: 0x9b
[    26.939] 	WinAAttributes: 0x7
[    26.939] 	WinBAttributes: 0x0
[    26.939] 	WinGranularity: 64
[    26.939] 	WinSize: 64
[    26.939] 	WinASegment: 0xa000
[    26.939] 	WinBSegment: 0x0
[    26.939] 	WinFuncPtr: 0xc0005ec7
[    26.939] 	BytesPerScanline: 1024
[    26.939] 	XResolution: 1024
[    26.939] 	YResolution: 768
[    26.939] 	XCharSize: 8
[    26.939] 	YCharSize: 16
[    26.939] 	NumberOfPlanes: 1
[    26.939] 	BitsPerPixel: 8
[    26.939] 	NumberOfBanks: 1
[    26.939] 	MemoryModel: 4
[    26.939] 	BankSize: 0
[    26.939] 	NumberOfImages: 18
[    26.939] 	RedMaskSize: 0
[    26.939] 	RedFieldPosition: 0
[    26.939] 	GreenMaskSize: 0
[    26.939] 	GreenFieldPosition: 0
[    26.939] 	BlueMaskSize: 0
[    26.939] 	BlueFieldPosition: 0
[    26.939] 	RsvdMaskSize: 0
[    26.939] 	RsvdFieldPosition: 0
[    26.939] 	DirectColorModeInfo: 0
[    26.939] 	PhysBasePtr: 0xf9000000
[    26.939] 	LinBytesPerScanLine: 1024
[    26.939] 	BnkNumberOfImagePages: 18
[    26.939] 	LinNumberOfImagePages: 18
[    26.939] 	LinRedMaskSize: 0
[    26.939] 	LinRedFieldPosition: 0
[    26.939] 	LinGreenMaskSize: 0
[    26.939] 	LinGreenFieldPosition: 0
[    26.939] 	LinBlueMaskSize: 0
[    26.939] 	LinBlueFieldPosition: 0
[    26.939] 	LinRsvdMaskSize: 0
[    26.939] 	LinRsvdFieldPosition: 0
[    26.939] 	MaxPixelClock: 218000000
[    26.940] Mode: 116 (1024x768)
[    26.940] 	ModeAttributes: 0x9b
[    26.940] 	WinAAttributes: 0x7
[    26.940] 	WinBAttributes: 0x0
[    26.940] 	WinGranularity: 64
[    26.940] 	WinSize: 64
[    26.940] 	WinASegment: 0xa000
[    26.940] 	WinBSegment: 0x0
[    26.940] 	WinFuncPtr: 0xc0005ec7
[    26.940] 	BytesPerScanline: 2048
[    26.940] 	XResolution: 1024
[    26.940] 	YResolution: 768
[    26.940] 	XCharSize: 8
[    26.940] 	YCharSize: 16
[    26.940] 	NumberOfPlanes: 1
[    26.940] 	BitsPerPixel: 16
[    26.940] 	NumberOfBanks: 1
[    26.940] 	MemoryModel: 6
[    26.940] 	BankSize: 0
[    26.940] 	NumberOfImages: 9
[    26.940] 	RedMaskSize: 5
[    26.940] 	RedFieldPosition: 10
[    26.940] 	GreenMaskSize: 5
[    26.940] 	GreenFieldPosition: 5
[    26.940] 	BlueMaskSize: 5
[    26.940] 	BlueFieldPosition: 0
[    26.940] 	RsvdMaskSize: 1
[    26.940] 	RsvdFieldPosition: 15
[    26.940] 	DirectColorModeInfo: 1
[    26.940] 	PhysBasePtr: 0xf9000000
[    26.940] 	LinBytesPerScanLine: 2048
[    26.940] 	BnkNumberOfImagePages: 9
[    26.940] 	LinNumberOfImagePages: 9
[    26.940] 	LinRedMaskSize: 5
[    26.940] 	LinRedFieldPosition: 10
[    26.940] 	LinGreenMaskSize: 5
[    26.940] 	LinGreenFieldPosition: 5
[    26.940] 	LinBlueMaskSize: 5
[    26.940] 	LinBlueFieldPosition: 0
[    26.940] 	LinRsvdMaskSize: 1
[    26.940] 	LinRsvdFieldPosition: 15
[    26.940] 	MaxPixelClock: 165150720
[    26.940] Mode: 117 (1024x768)
[    26.940] 	ModeAttributes: 0x9b
[    26.940] 	WinAAttributes: 0x7
[    26.940] 	WinBAttributes: 0x0
[    26.940] 	WinGranularity: 64
[    26.940] 	WinSize: 64
[    26.940] 	WinASegment: 0xa000
[    26.940] 	WinBSegment: 0x0
[    26.940] 	WinFuncPtr: 0xc0005ec7
[    26.940] 	BytesPerScanline: 2048
[    26.940] 	XResolution: 1024
[    26.940] 	YResolution: 768
[    26.940] 	XCharSize: 8
[    26.940] 	YCharSize: 16
[    26.940] 	NumberOfPlanes: 1
[    26.940] 	BitsPerPixel: 16
[    26.940] 	NumberOfBanks: 1
[    26.940] 	MemoryModel: 6
[    26.940] 	BankSize: 0
[    26.940] 	NumberOfImages: 9
[    26.940] 	RedMaskSize: 5
[    26.940] 	RedFieldPosition: 11
[    26.940] 	GreenMaskSize: 6
[    26.940] 	GreenFieldPosition: 5
[    26.940] 	BlueMaskSize: 5
[    26.940] 	BlueFieldPosition: 0
[    26.940] 	RsvdMaskSize: 0
[    26.940] 	RsvdFieldPosition: 0
[    26.940] 	DirectColorModeInfo: 1
[    26.940] 	PhysBasePtr: 0xf9000000
[    26.940] 	LinBytesPerScanLine: 2048
[    26.940] 	BnkNumberOfImagePages: 9
[    26.940] 	LinNumberOfImagePages: 9
[    26.940] 	LinRedMaskSize: 5
[    26.940] 	LinRedFieldPosition: 11
[    26.940] 	LinGreenMaskSize: 6
[    26.940] 	LinGreenFieldPosition: 5
[    26.940] 	LinBlueMaskSize: 5
[    26.940] 	LinBlueFieldPosition: 0
[    26.940] 	LinRsvdMaskSize: 0
[    26.940] 	LinRsvdFieldPosition: 0
[    26.940] 	MaxPixelClock: 165150720
[    26.940] *Mode: 118 (1024x768)
[    26.940] 	ModeAttributes: 0x9b
[    26.940] 	WinAAttributes: 0x7
[    26.940] 	WinBAttributes: 0x0
[    26.940] 	WinGranularity: 64
[    26.940] 	WinSize: 64
[    26.940] 	WinASegment: 0xa000
[    26.940] 	WinBSegment: 0x0
[    26.940] 	WinFuncPtr: 0xc0005ec7
[    26.940] 	BytesPerScanline: 4096
[    26.940] 	XResolution: 1024
[    26.940] 	YResolution: 768
[    26.940] 	XCharSize: 8
[    26.940] 	YCharSize: 16
[    26.940] 	NumberOfPlanes: 1
[    26.940] 	BitsPerPixel: 32
[    26.940] 	NumberOfBanks: 1
[    26.940] 	MemoryModel: 6
[    26.940] 	BankSize: 0
[    26.940] 	NumberOfImages: 4
[    26.940] 	RedMaskSize: 8
[    26.940] 	RedFieldPosition: 16
[    26.940] 	GreenMaskSize: 8
[    26.940] 	GreenFieldPosition: 8
[    26.940] 	BlueMaskSize: 8
[    26.940] 	BlueFieldPosition: 0
[    26.940] 	RsvdMaskSize: 8
[    26.940] 	RsvdFieldPosition: 24
[    26.940] 	DirectColorModeInfo: 1
[    26.940] 	PhysBasePtr: 0xf9000000
[    26.940] 	LinBytesPerScanLine: 4096
[    26.940] 	BnkNumberOfImagePages: 4
[    26.940] 	LinNumberOfImagePages: 4
[    26.940] 	LinRedMaskSize: 8
[    26.940] 	LinRedFieldPosition: 16
[    26.940] 	LinGreenMaskSize: 8
[    26.940] 	LinGreenFieldPosition: 8
[    26.940] 	LinBlueMaskSize: 8
[    26.940] 	LinBlueFieldPosition: 0
[    26.940] 	LinRsvdMaskSize: 8
[    26.940] 	LinRsvdFieldPosition: 24
[    26.940] 	MaxPixelClock: 113246208
[    26.940] Mode: 107 (1280x1024)
[    26.940] 	ModeAttributes: 0x9b
[    26.940] 	WinAAttributes: 0x7
[    26.940] 	WinBAttributes: 0x0
[    26.940] 	WinGranularity: 64
[    26.940] 	WinSize: 64
[    26.940] 	WinASegment: 0xa000
[    26.940] 	WinBSegment: 0x0
[    26.940] 	WinFuncPtr: 0xc0005ec7
[    26.940] 	BytesPerScanline: 1280
[    26.940] 	XResolution: 1280
[    26.940] 	YResolution: 1024
[    26.940] 	XCharSize: 8
[    26.940] 	YCharSize: 16
[    26.940] 	NumberOfPlanes: 1
[    26.940] 	BitsPerPixel: 8
[    26.940] 	NumberOfBanks: 1
[    26.940] 	MemoryModel: 4
[    26.940] 	BankSize: 0
[    26.940] 	NumberOfImages: 11
[    26.940] 	RedMaskSize: 0
[    26.940] 	RedFieldPosition: 0
[    26.940] 	GreenMaskSize: 0
[    26.940] 	GreenFieldPosition: 0
[    26.940] 	BlueMaskSize: 0
[    26.940] 	BlueFieldPosition: 0
[    26.940] 	RsvdMaskSize: 0
[    26.940] 	RsvdFieldPosition: 0
[    26.940] 	DirectColorModeInfo: 0
[    26.940] 	PhysBasePtr: 0xf9000000
[    26.940] 	LinBytesPerScanLine: 1280
[    26.940] 	BnkNumberOfImagePages: 11
[    26.940] 	LinNumberOfImagePages: 11
[    26.940] 	LinRedMaskSize: 0
[    26.940] 	LinRedFieldPosition: 0
[    26.940] 	LinGreenMaskSize: 0
[    26.940] 	LinGreenFieldPosition: 0
[    26.940] 	LinBlueMaskSize: 0
[    26.940] 	LinBlueFieldPosition: 0
[    26.940] 	LinRsvdMaskSize: 0
[    26.940] 	LinRsvdFieldPosition: 0
[    26.940] 	MaxPixelClock: 218000000
[    26.941] Mode: 119 (1280x1024)
[    26.941] 	ModeAttributes: 0x9b
[    26.941] 	WinAAttributes: 0x7
[    26.941] 	WinBAttributes: 0x0
[    26.941] 	WinGranularity: 64
[    26.941] 	WinSize: 64
[    26.941] 	WinASegment: 0xa000
[    26.941] 	WinBSegment: 0x0
[    26.941] 	WinFuncPtr: 0xc0005ec7
[    26.941] 	BytesPerScanline: 2560
[    26.941] 	XResolution: 1280
[    26.941] 	YResolution: 1024
[    26.941] 	XCharSize: 8
[    26.941] 	YCharSize: 16
[    26.941] 	NumberOfPlanes: 1
[    26.941] 	BitsPerPixel: 16
[    26.941] 	NumberOfBanks: 1
[    26.941] 	MemoryModel: 6
[    26.941] 	BankSize: 0
[    26.941] 	NumberOfImages: 5
[    26.941] 	RedMaskSize: 5
[    26.941] 	RedFieldPosition: 10
[    26.941] 	GreenMaskSize: 5
[    26.941] 	GreenFieldPosition: 5
[    26.941] 	BlueMaskSize: 5
[    26.941] 	BlueFieldPosition: 0
[    26.941] 	RsvdMaskSize: 1
[    26.941] 	RsvdFieldPosition: 15
[    26.941] 	DirectColorModeInfo: 1
[    26.941] 	PhysBasePtr: 0xf9000000
[    26.941] 	LinBytesPerScanLine: 2560
[    26.941] 	BnkNumberOfImagePages: 5
[    26.941] 	LinNumberOfImagePages: 5
[    26.941] 	LinRedMaskSize: 5
[    26.941] 	LinRedFieldPosition: 10
[    26.941] 	LinGreenMaskSize: 5
[    26.941] 	LinGreenFieldPosition: 5
[    26.941] 	LinBlueMaskSize: 5
[    26.941] 	LinBlueFieldPosition: 0
[    26.941] 	LinRsvdMaskSize: 1
[    26.941] 	LinRsvdFieldPosition: 15
[    26.941] 	MaxPixelClock: 165150720
[    26.941] Mode: 11a (1280x1024)
[    26.941] 	ModeAttributes: 0x9b
[    26.941] 	WinAAttributes: 0x7
[    26.941] 	WinBAttributes: 0x0
[    26.941] 	WinGranularity: 64
[    26.941] 	WinSize: 64
[    26.941] 	WinASegment: 0xa000
[    26.941] 	WinBSegment: 0x0
[    26.941] 	WinFuncPtr: 0xc0005ec7
[    26.941] 	BytesPerScanline: 2560
[    26.941] 	XResolution: 1280
[    26.941] 	YResolution: 1024
[    26.941] 	XCharSize: 8
[    26.941] 	YCharSize: 16
[    26.941] 	NumberOfPlanes: 1
[    26.941] 	BitsPerPixel: 16
[    26.941] 	NumberOfBanks: 1
[    26.941] 	MemoryModel: 6
[    26.941] 	BankSize: 0
[    26.941] 	NumberOfImages: 5
[    26.941] 	RedMaskSize: 5
[    26.941] 	RedFieldPosition: 11
[    26.941] 	GreenMaskSize: 6
[    26.941] 	GreenFieldPosition: 5
[    26.941] 	BlueMaskSize: 5
[    26.941] 	BlueFieldPosition: 0
[    26.941] 	RsvdMaskSize: 0
[    26.941] 	RsvdFieldPosition: 0
[    26.941] 	DirectColorModeInfo: 1
[    26.941] 	PhysBasePtr: 0xf9000000
[    26.941] 	LinBytesPerScanLine: 2560
[    26.941] 	BnkNumberOfImagePages: 5
[    26.941] 	LinNumberOfImagePages: 5
[    26.941] 	LinRedMaskSize: 5
[    26.941] 	LinRedFieldPosition: 11
[    26.941] 	LinGreenMaskSize: 6
[    26.941] 	LinGreenFieldPosition: 5
[    26.941] 	LinBlueMaskSize: 5
[    26.941] 	LinBlueFieldPosition: 0
[    26.941] 	LinRsvdMaskSize: 0
[    26.941] 	LinRsvdFieldPosition: 0
[    26.941] 	MaxPixelClock: 165150720
[    26.941] *Mode: 11b (1280x1024)
[    26.941] 	ModeAttributes: 0x9b
[    26.941] 	WinAAttributes: 0x7
[    26.941] 	WinBAttributes: 0x0
[    26.941] 	WinGranularity: 64
[    26.941] 	WinSize: 64
[    26.941] 	WinASegment: 0xa000
[    26.941] 	WinBSegment: 0x0
[    26.941] 	WinFuncPtr: 0xc0005ec7
[    26.941] 	BytesPerScanline: 5120
[    26.941] 	XResolution: 1280
[    26.941] 	YResolution: 1024
[    26.941] 	XCharSize: 8
[    26.941] 	YCharSize: 16
[    26.941] 	NumberOfPlanes: 1
[    26.941] 	BitsPerPixel: 32
[    26.941] 	NumberOfBanks: 1
[    26.941] 	MemoryModel: 6
[    26.941] 	BankSize: 0
[    26.941] 	NumberOfImages: 2
[    26.941] 	RedMaskSize: 8
[    26.941] 	RedFieldPosition: 16
[    26.941] 	GreenMaskSize: 8
[    26.941] 	GreenFieldPosition: 8
[    26.941] 	BlueMaskSize: 8
[    26.941] 	BlueFieldPosition: 0
[    26.941] 	RsvdMaskSize: 8
[    26.941] 	RsvdFieldPosition: 24
[    26.941] 	DirectColorModeInfo: 1
[    26.941] 	PhysBasePtr: 0xf9000000
[    26.941] 	LinBytesPerScanLine: 5120
[    26.941] 	BnkNumberOfImagePages: 2
[    26.941] 	LinNumberOfImagePages: 2
[    26.941] 	LinRedMaskSize: 8
[    26.941] 	LinRedFieldPosition: 16
[    26.941] 	LinGreenMaskSize: 8
[    26.941] 	LinGreenFieldPosition: 8
[    26.941] 	LinBlueMaskSize: 8
[    26.941] 	LinBlueFieldPosition: 0
[    26.941] 	LinRsvdMaskSize: 8
[    26.941] 	LinRsvdFieldPosition: 24
[    26.941] 	MaxPixelClock: 113246208
[    26.941] Mode: 11c (1600x1200)
[    26.941] 	ModeAttributes: 0x9b
[    26.941] 	WinAAttributes: 0x7
[    26.941] 	WinBAttributes: 0x0
[    26.941] 	WinGranularity: 64
[    26.941] 	WinSize: 64
[    26.941] 	WinASegment: 0xa000
[    26.941] 	WinBSegment: 0x0
[    26.941] 	WinFuncPtr: 0xc0005ec7
[    26.941] 	BytesPerScanline: 3200
[    26.941] 	XResolution: 1600
[    26.941] 	YResolution: 1200
[    26.941] 	XCharSize: 8
[    26.941] 	YCharSize: 16
[    26.941] 	NumberOfPlanes: 1
[    26.941] 	BitsPerPixel: 16
[    26.941] 	NumberOfBanks: 1
[    26.941] 	MemoryModel: 6
[    26.941] 	BankSize: 0
[    26.941] 	NumberOfImages: 3
[    26.941] 	RedMaskSize: 5
[    26.941] 	RedFieldPosition: 10
[    26.941] 	GreenMaskSize: 5
[    26.941] 	GreenFieldPosition: 5
[    26.941] 	BlueMaskSize: 5
[    26.941] 	BlueFieldPosition: 0
[    26.941] 	RsvdMaskSize: 1
[    26.941] 	RsvdFieldPosition: 15
[    26.941] 	DirectColorModeInfo: 1
[    26.941] 	PhysBasePtr: 0xf9000000
[    26.941] 	LinBytesPerScanLine: 3200
[    26.941] 	BnkNumberOfImagePages: 3
[    26.941] 	LinNumberOfImagePages: 3
[    26.941] 	LinRedMaskSize: 5
[    26.941] 	LinRedFieldPosition: 10
[    26.941] 	LinGreenMaskSize: 5
[    26.941] 	LinGreenFieldPosition: 5
[    26.941] 	LinBlueMaskSize: 5
[    26.941] 	LinBlueFieldPosition: 0
[    26.941] 	LinRsvdMaskSize: 1
[    26.941] 	LinRsvdFieldPosition: 15
[    26.941] 	MaxPixelClock: 165150720
[    26.942] Mode: 11d (1600x1200)
[    26.942] 	ModeAttributes: 0x9b
[    26.942] 	WinAAttributes: 0x7
[    26.942] 	WinBAttributes: 0x0
[    26.942] 	WinGranularity: 64
[    26.942] 	WinSize: 64
[    26.942] 	WinASegment: 0xa000
[    26.942] 	WinBSegment: 0x0
[    26.942] 	WinFuncPtr: 0xc0005ec7
[    26.942] 	BytesPerScanline: 3200
[    26.942] 	XResolution: 1600
[    26.942] 	YResolution: 1200
[    26.942] 	XCharSize: 8
[    26.942] 	YCharSize: 16
[    26.942] 	NumberOfPlanes: 1
[    26.942] 	BitsPerPixel: 16
[    26.942] 	NumberOfBanks: 1
[    26.942] 	MemoryModel: 6
[    26.942] 	BankSize: 0
[    26.942] 	NumberOfImages: 3
[    26.942] 	RedMaskSize: 5
[    26.942] 	RedFieldPosition: 11
[    26.942] 	GreenMaskSize: 6
[    26.942] 	GreenFieldPosition: 5
[    26.942] 	BlueMaskSize: 5
[    26.942] 	BlueFieldPosition: 0
[    26.942] 	RsvdMaskSize: 0
[    26.942] 	RsvdFieldPosition: 0
[    26.942] 	DirectColorModeInfo: 1
[    26.942] 	PhysBasePtr: 0xf9000000
[    26.942] 	LinBytesPerScanLine: 3200
[    26.942] 	BnkNumberOfImagePages: 3
[    26.942] 	LinNumberOfImagePages: 3
[    26.942] 	LinRedMaskSize: 5
[    26.942] 	LinRedFieldPosition: 11
[    26.942] 	LinGreenMaskSize: 6
[    26.942] 	LinGreenFieldPosition: 5
[    26.942] 	LinBlueMaskSize: 5
[    26.942] 	LinBlueFieldPosition: 0
[    26.942] 	LinRsvdMaskSize: 0
[    26.942] 	LinRsvdFieldPosition: 0
[    26.942] 	MaxPixelClock: 165150720
[    26.942] Mode: 10a (132x43)
[    26.942] 	ModeAttributes: 0xf
[    26.942] 	WinAAttributes: 0x7
[    26.942] 	WinBAttributes: 0x0
[    26.942] 	WinGranularity: 32
[    26.942] 	WinSize: 32
[    26.942] 	WinASegment: 0xb800
[    26.942] 	WinBSegment: 0x0
[    26.942] 	WinFuncPtr: 0xc0005ec7
[    26.942] 	BytesPerScanline: 132
[    26.942] 	XResolution: 132
[    26.942] 	YResolution: 43
[    26.942] 	XCharSize: 8
[    26.942] 	YCharSize: 8
[    26.942] 	NumberOfPlanes: 4
[    26.942] 	BitsPerPixel: 4
[    26.942] 	NumberOfBanks: 1
[    26.942] 	MemoryModel: 0
[    26.942] 	BankSize: 0
[    26.942] 	NumberOfImages: 0
[    26.942] 	RedMaskSize: 0
[    26.942] 	RedFieldPosition: 0
[    26.942] 	GreenMaskSize: 0
[    26.942] 	GreenFieldPosition: 0
[    26.942] 	BlueMaskSize: 0
[    26.942] 	BlueFieldPosition: 0
[    26.942] 	RsvdMaskSize: 0
[    26.942] 	RsvdFieldPosition: 0
[    26.942] 	DirectColorModeInfo: 0
[    26.942] 	PhysBasePtr: 0x0
[    26.942] 	LinBytesPerScanLine: 0
[    26.942] 	BnkNumberOfImagePages: 0
[    26.942] 	LinNumberOfImagePages: 0
[    26.942] 	LinRedMaskSize: 0
[    26.942] 	LinRedFieldPosition: 0
[    26.942] 	LinGreenMaskSize: 0
[    26.942] 	LinGreenFieldPosition: 0
[    26.942] 	LinBlueMaskSize: 0
[    26.942] 	LinBlueFieldPosition: 0
[    26.942] 	LinRsvdMaskSize: 0
[    26.942] 	LinRsvdFieldPosition: 0
[    26.942] 	MaxPixelClock: 113246208
[    26.942] 
[    26.942] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[    26.942] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    26.942] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    26.942] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    26.942] (WW) VESA(0): Unable to estimate virtual size
[    26.942] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    26.942] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    26.942] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    26.942] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    26.942] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    26.942] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    26.942] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    26.942] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    26.942] (WW) VESA(0): Unable to estimate virtual size
[    27.319] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[    27.319] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    27.319] (**) VESA(0): *Built-in mode "1024x768"
[    27.319] (**) VESA(0): *Built-in mode "800x600"
[    27.319] (**) VESA(0): *Built-in mode "640x480"
[    27.319] (==) VESA(0): DPI set to (96, 96)
[    27.319] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[    27.320] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[    27.320] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[    27.320] (**) VESA(0): Using "Shadow Framebuffer"
[    27.320] (II) Loading sub module "shadow"
[    27.320] (II) LoadModule: "shadow"
[    27.320] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    27.321] (II) Module shadow: vendor="X.Org Foundation"
[    27.321] 	compiled for 1.19.3, module version = 1.1.0
[    27.321] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.321] (II) Loading sub module "fb"
[    27.321] (II) LoadModule: "fb"
[    27.321] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    27.321] (II) Module fb: vendor="X.Org Foundation"
[    27.321] 	compiled for 1.19.3, module version = 1.0.0
[    27.321] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.321] (==) Depth 24 pixmap format is 32 bpp
[    27.321] (II) Loading sub module "int10"
[    27.321] (II) LoadModule: "int10"
[    27.321] (II) Loading /usr/lib64/xorg/modules/libint10.so
[    27.321] (II) Module int10: vendor="X.Org Foundation"
[    27.321] 	compiled for 1.19.3, module version = 1.0.0
[    27.321] 	ABI class: X.Org Video Driver, version 23.0
[    27.321] (II) VESA(0): initializing int10
[    27.321] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    27.321] (II) VESA(0): VESA BIOS detected
[    27.321] (II) VESA(0): VESA VBE Version 3.0
[    27.321] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[    27.321] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[    27.321] (II) VESA(0): VESA VBE OEM Software Rev: 3.9
[    27.321] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[    27.321] (II) VESA(0): VESA VBE OEM Product: MGA-G200
[    27.321] (II) VESA(0): VESA VBE OEM Product Rev: 00
[    27.322] (II) VESA(0): virtual address = 0x7f6f140d4000,
	physical address = 0xf9000000, size = 16777216
[    27.400] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    30.642] (==) VESA(0): Default visual is TrueColor
[    30.642] (==) VESA(0): Backing store enabled
[    30.708] (==) VESA(0): DPMS enabled
[    30.708] (==) RandR enabled
[    30.711] (II) SELinux: Disabled by boolean
[    30.712] (II) AIGLX: Screen 0 is not DRI2 capable
[    30.712] (EE) AIGLX: reverting to software rendering
[    32.324] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[    32.324] (II) IGLX: Loaded and initialized swrast
[    32.324] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    32.367] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    32.367] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    32.367] (**) Power Button: Applying InputClass "system-keyboard"
[    32.367] (II) LoadModule: "evdev"
[    32.367] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    32.368] (II) Module evdev: vendor="X.Org Foundation"
[    32.368] 	compiled for 1.19.3, module version = 2.10.5
[    32.368] 	Module class: X.Org XInput Driver
[    32.368] 	ABI class: X.Org XInput driver, version 24.1
[    32.368] (II) Using input driver 'evdev' for 'Power Button'
[    32.368] (**) Power Button: always reports core events
[    32.368] (**) evdev: Power Button: Device: "/dev/input/event1"
[    32.368] (--) evdev: Power Button: Vendor 0 Product 0x1
[    32.368] (--) evdev: Power Button: Found keys
[    32.368] (II) evdev: Power Button: Configuring as keyboard
[    32.368] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    32.368] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    32.368] (**) Option "xkb_rules" "evdev"
[    32.368] (**) Option "xkb_layout" "us"
[    32.368] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    32.368] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    32.368] (**) Power Button: Applying InputClass "system-keyboard"
[    32.368] (II) Using input driver 'evdev' for 'Power Button'
[    32.368] (**) Power Button: always reports core events
[    32.368] (**) evdev: Power Button: Device: "/dev/input/event0"
[    32.368] (--) evdev: Power Button: Vendor 0 Product 0x1
[    32.368] (--) evdev: Power Button: Found keys
[    32.368] (II) evdev: Power Button: Configuring as keyboard
[    32.368] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    32.368] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    32.368] (**) Option "xkb_rules" "evdev"
[    32.368] (**) Option "xkb_layout" "us"
[    32.369] (II) config/udev: Adding input device American Megatrends Inc. Virtual Keyboard and Mouse (/dev/input/event3)
[    32.369] (**) American Megatrends Inc. Virtual Keyboard and Mouse: Applying InputClass "evdev keyboard catchall"
[    32.369] (**) American Megatrends Inc. Virtual Keyboard and Mouse: Applying InputClass "system-keyboard"
[    32.369] (II) Using input driver 'evdev' for 'American Megatrends Inc. Virtual Keyboard and Mouse'
[    32.369] (**) American Megatrends Inc. Virtual Keyboard and Mouse: always reports core events
[    32.369] (**) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Device: "/dev/input/event3"
[    32.369] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Vendor 0x46b Product 0xff10
[    32.369] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Found keys
[    32.369] (II) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Configuring as keyboard
[    32.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input3/event3"
[    32.369] (II) XINPUT: Adding extended input device "American Megatrends Inc. Virtual Keyboard and Mouse" (type: KEYBOARD, id 8)
[    32.369] (**) Option "xkb_rules" "evdev"
[    32.369] (**) Option "xkb_layout" "us"
[    32.369] (II) config/udev: Adding input device American Megatrends Inc. Virtual Keyboard and Mouse (/dev/input/event5)
[    32.369] (**) American Megatrends Inc. Virtual Keyboard and Mouse: Applying InputClass "evdev pointer catchall"
[    32.369] (II) Using input driver 'evdev' for 'American Megatrends Inc. Virtual Keyboard and Mouse'
[    32.369] (**) American Megatrends Inc. Virtual Keyboard and Mouse: always reports core events
[    32.369] (**) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Device: "/dev/input/event5"
[    32.420] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Vendor 0x46b Product 0xff10
[    32.420] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Found 3 mouse buttons
[    32.420] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Found absolute axes
[    32.420] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Found x and y absolute axes
[    32.420] (--) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Found absolute touchscreen
[    32.420] (II) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: Configuring as touchscreen
[    32.420] (**) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: YAxisMapping: buttons 4 and 5
[    32.420] (**) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    32.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/input/input5/event5"
[    32.420] (II) XINPUT: Adding extended input device "American Megatrends Inc. Virtual Keyboard and Mouse" (type: TOUCHSCREEN, id 9)
[    32.420] (II) evdev: American Megatrends Inc. Virtual Keyboard and Mouse: initialized for absolute axes.
[    32.420] (**) American Megatrends Inc. Virtual Keyboard and Mouse: (accel) keeping acceleration scheme 1
[    32.420] (**) American Megatrends Inc. Virtual Keyboard and Mouse: (accel) acceleration profile 0
[    32.420] (**) American Megatrends Inc. Virtual Keyboard and Mouse: (accel) acceleration factor: 2.000
[    32.420] (**) American Megatrends Inc. Virtual Keyboard and Mouse: (accel) acceleration threshold: 4
[    32.420] (II) config/udev: Adding input device American Megatrends Inc. Virtual Keyboard and Mouse (/dev/input/js0)
[    32.420] (II) No input driver specified, ignoring this device.
[    32.420] (II) This device may have been added with another device file.
[    32.421] (II) config/udev: Adding input device American Megatrends Inc. Virtual Keyboard and Mouse (/dev/input/mouse1)
[    32.421] (II) No input driver specified, ignoring this device.
[    32.421] (II) This device may have been added with another device file.
[    32.421] (II) config/udev: Adding input device MOSART Semi. 2.4G RF Keyboard & Mouse (/dev/input/event2)
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "evdev keyboard catchall"
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[    32.421] (II) Using input driver 'evdev' for 'MOSART Semi. 2.4G RF Keyboard & Mouse'
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: always reports core events
[    32.421] (**) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Device: "/dev/input/event2"
[    32.421] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Vendor 0x3938 Product 0x1032
[    32.421] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found keys
[    32.421] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Configuring as keyboard
[    32.421] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input2/event2"
[    32.421] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G RF Keyboard & Mouse" (type: KEYBOARD, id 10)
[    32.421] (**) Option "xkb_rules" "evdev"
[    32.421] (**) Option "xkb_layout" "us"
[    32.421] (II) config/udev: Adding input device MOSART Semi. 2.4G RF Keyboard & Mouse (/dev/input/event4)
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "evdev pointer catchall"
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "evdev keyboard catchall"
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[    32.421] (II) Using input driver 'evdev' for 'MOSART Semi. 2.4G RF Keyboard & Mouse'
[    32.421] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: always reports core events
[    32.421] (**) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Device: "/dev/input/event4"
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Vendor 0x3938 Product 0x1032
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found 9 mouse buttons
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found scroll wheel(s)
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found relative axes
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found x and y relative axes
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found absolute axes
[    32.422] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Forcing absolute x/y axes to exist.
[    32.422] (--) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Found keys
[    32.422] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Configuring as mouse
[    32.422] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Configuring as keyboard
[    32.422] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: Adding scrollwheel support
[    32.422] (**) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: YAxisMapping: buttons 4 and 5
[    32.422] (**) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    32.422] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.1/input/input4/event4"
[    32.422] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G RF Keyboard & Mouse" (type: KEYBOARD, id 11)
[    32.422] (**) Option "xkb_rules" "evdev"
[    32.422] (**) Option "xkb_layout" "us"
[    32.422] (II) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: initialized for relative axes.
[    32.422] (WW) evdev: MOSART Semi. 2.4G RF Keyboard & Mouse: ignoring absolute axes.
[    32.422] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: (accel) keeping acceleration scheme 1
[    32.422] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: (accel) acceleration profile 0
[    32.422] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: (accel) acceleration factor: 2.000
[    32.422] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: (accel) acceleration threshold: 4
[    32.422] (II) config/udev: Adding input device MOSART Semi. 2.4G RF Keyboard & Mouse (/dev/input/mouse0)
[    32.422] (**) MOSART Semi. 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[    32.422] (II) No input driver specified, ignoring this device.
[    32.422] (II) This device may have been added with another device file.
[    32.422] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event6)
[    32.422] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    32.422] (**) Microsoft Wired Keyboard 600: Applying InputClass "system-keyboard"
[    32.422] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    32.422] (**) Microsoft Wired Keyboard 600: always reports core events
[    32.422] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event6"
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    32.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input6/event6"
[    32.423] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
[    32.423] (**) Option "xkb_rules" "evdev"
[    32.423] (**) Option "xkb_layout" "us"
[    32.423] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event7)
[    32.423] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    32.423] (**) Microsoft Wired Keyboard 600: Applying InputClass "system-keyboard"
[    32.423] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    32.423] (**) Microsoft Wired Keyboard 600: always reports core events
[    32.423] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event7"
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Fake MT device detected
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
[    32.423] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[    32.423] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[    32.423] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    32.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input7/event7"
[    32.423] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 13)
[    32.423] (**) Option "xkb_rules" "evdev"
[    32.423] (**) Option "xkb_layout" "us"
[    32.423] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[    32.423] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[    32.424] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[    32.424] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[    32.424] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[    32.424] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[    32.424] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js1)
[    32.424] (**) Microsoft Wired Keyboard 600: Applying InputClass "system-keyboard"
[    32.424] (II) No input driver specified, ignoring this device.
[    32.424] (II) This device may have been added with another device file.
[    32.424] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    32.424] (II) No input driver specified, ignoring this device.
[    32.424] (II) This device may have been added with another device file.
[    32.476] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 1 connected from local host ( uid=0 gid=0 pid=2101 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.476] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 1 disconnected
[    32.478] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 1 connected from local host ( uid=0 gid=0 pid=2104 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.479] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 1 disconnected
[    32.481] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 1 connected from local host ( uid=0 gid=0 pid=1663 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.609] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 2 connected from local host ( uid=42 gid=42 pid=2119 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.622] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 3 connected from local host ( uid=42 gid=42 pid=2122 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.668] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 4 connected from local host ( uid=42 gid=42 pid=2122 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622
[    32.668] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 4 disconnected
[    32.671] AUDIT: Sun Jan 21 20:10:38 2018: 1700: client 4 connected from local host ( uid=42 gid=42 pid=2140 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 622

How do I change the monitor type? When I go to 'All Settings'->Displays the only option is 'Unknown display'

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: what do you do when a driver asks for X11R6 directory?

Post by TrevorH » 2018/01/22 03:41:39

Do you have any files in /etc/X11/xorg.conf.d/ at the moment ? Or an /etc/X11/xorg.conf file? I would suggest moving them all out of the way if so and let it start up with no overrides and see what happens when it autodetects everything.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply