LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 884|回复: 14

显卡驱动问题....

[复制链接]
发表于 2011-5-25 11:31:15 | 显示全部楼层 |阅读模式
上次发贴提问没有解决, 最近正好有空在次提问....
localhost ~ # lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)

localhost TEST_FS # glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on softpipe
    GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_conditional_render,

localhost ~ # grep -e EE -e WW /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   247.342] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
[   247.359] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   247.359] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   247.367] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   247.367] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   247.369] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   247.552] (II) Loading extension MIT-SCREEN-SAVER
[   248.012] (WW) Falling back to old probe method for fbdev
[   248.030] (EE) open /dev/fb0: No such file or directory
[   248.112] (WW) VESA(0): Unable to estimate virtual size
[   248.112] (WW) VESA(0): No valid modes left. Trying less strict filter...
[   248.112] (WW) VESA(0): Unable to estimate virtual size
[   248.112] (WW) VESA(0): No valid modes left. Trying aggressive sync range...
[   248.112] (WW) VESA(0): Unable to estimate virtual size
[   249.370] (EE) Logitech USB Receiver: failed to initialize for relative axes.


不知道下一步应该怎么办......
多谢....
发表于 2011-5-25 20:07:27 | 显示全部楼层
glxinfo | grep render
direct rendering: Yes

貌似没问题了吧……

不放心看看
glxgears分FPS值
回复 支持 反对

使用道具 举报

发表于 2011-5-25 20:33:19 | 显示全部楼层
"Gallium 0.4 on softpipe",很明显用的是Mesa Gallium的software renderer而非Intel的驱动。

从/var/log/Xorg.0.log看,是/etc/make.conf中设置有问题。VIDEO_CARDS应该设为”intel"而非"vesa"/"fbdev"。之后emerge -avuDNl @world一下。

此外,eselect mesa list的输出,/etc/make.conf和/etc/X11/xorg.conf(如果存在)的内容最好贴一下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-25 21:12:05 | 显示全部楼层
/etc/make.conf 如下:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
#VIDEO_CARDS="intel"
CHOST="i686-pc-linux-gnu"
ACCEPT_LICENSE="*"

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="intel"

USE="X gtk gnome qt3 glib nautilus svg jpeg xml tiff bzip2 zlib hal nautilus truetype sound alsa dvd acpi ffmpeg gstreamer png pdf gif cjk opengl dbus qq xulrunner xft encode mysql ldap qt3support kde consolekit CAP_IPC_LOCK embedded xscreensaver startup-notification ubuntu nss sopcast nslive extras cscope static-libs"

GENTOO_MIRRORS="ftp://gentoo.anheng.com.cn/gentoo
http://mirror.averse.net/pub/gentoo/
http://www.gentoo.org/main/en/mirrors2.xml
http://mirrorstats.gentoo.org/#cn
http://distfiles.gentoo.org"

SYNC="rsync://61.135.158.199/gentoo-portage"

FETCHCOMMAND="/usr/bin/axel -a -n 2 -o /\${DISTDIR}/\${FILE} \${URI}"
RESUMECOMMAND="${FETCHCOMMAND}"

eselect mesa list 输出
i915 (Intel 915, 945)
  [1]   classic *
  [2]   gallium
i965 (Intel 965, G/Q3x, G/Q4x)
  [1]   classic *
  [2]   gallium
r300 (Radeon R300-R500)
r600 (Radeon R600-R700, Evergreen, Northern Islands)
sw (Software renderer)
  [1]   classic
  [2]   gallium *

/etc/make.conf 中VIDEO_CARDS用的就是intel
一直没有/etc/X11/xorg.conf文件....

多谢....
回复 支持 反对

使用道具 举报

发表于 2011-5-25 22:38:23 | 显示全部楼层

  • 确保用户在video组内;
  • 如果没有看过这一页,注意看一下: http://en.gentoo-wiki.com/wiki/Intel_GMA
  • 从grep的Xorg.0.log看,很像是错误地加载了fbdev/vesa,能否贴出整个Xorg.0.log看看?
  • 呃,INPUT_DEVICES为什么不用evdev呢?
回复 支持 反对

使用道具 举报

发表于 2011-5-25 23:09:21 | 显示全部楼层
Post by 13121982;2140502
glxinfo | grep render
direct rendering: Yes

貌似没问题了吧……

不放心看看
glxgears分FPS值


glxgears跑分不准。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-26 10:03:28 | 显示全部楼层
[    71.038]
X.Org X Server 1.9.5
Release Date: 2011-03-17
[    71.038] X Protocol Version 11, Revision 0
[    71.038] Build Operating System: Linux 2.6.35-gentoo-r12 i686 Gentoo
[    71.039] Current Operating System: Linux localhost 2.6.37-gentoo-r4 #1 SMP Wed May 25 11:53:38 Local time zone must be set--see zic  i686
[    71.039] Kernel command line: root=/dev/ram0 real_root=/dev/sda10
[    71.039] Build Date: 18 May 2011  04:43:28PM
[    71.039]  
[    71.039] Current version of pixman: 0.20.2
[    71.039]         Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    71.040] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    71.040] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 26 09:59:35 2011
[    71.096] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    71.132] (==) No Layout section.  Using the first Screen section.
[    71.132] (==) No screen section available. Using defaults.
[    71.132] (**) |-->Screen "Default Screen Section" (0)
[    71.132] (**) |   |-->Monitor "<default monitor>"
[    71.132] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    71.132] (==) Automatically adding devices
[    71.132] (==) Automatically enabling devices
[    71.179] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
[    71.179]         Entry deleted from font path.
[    71.179]         (Run 'mkfontdir' on "/usr/share/fonts/misc/").
[    71.196] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    71.196]         Entry deleted from font path.
[    71.196] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    71.196]         Entry deleted from font path.
[    71.203] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    71.203]         Entry deleted from font path.
[    71.203]         (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    71.204] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    71.204]         Entry deleted from font path.
[    71.204]         (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    71.204] (==) FontPath set to:
        /usr/share/fonts/TTF/
[    71.204] (==) ModulePath set to "/usr/lib/xorg/modules"
[    71.204] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    71.204] (II) Loader magic: 0x81f4de0
[    71.204] (II) Module ABI versions:
[    71.204]         X.Org ANSI C Emulation: 0.4
[    71.204]         X.Org Video Driver: 8.0
[    71.204]         X.Org XInput driver : 11.0
[    71.204]         X.Org Server Extension : 4.0
[    71.206] (--) PCI:*(0:0:2:0) 8086:2a02:1025:011d rev 3, Mem @ 0xf0000000/1048576, 0xd0000000/268435456, I/O @ 0x00001800/8
[    71.206] (--) PCI: (0:0:2:1) 8086:2a03:1025:011d rev 3, Mem @ 0xf0100000/1048576
[    71.206] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    71.206] (II) LoadModule: "extmod"
[    71.376] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    71.400] (II) Module extmod: vendor="X.Org Foundation"
[    71.400]         compiled for 1.9.5, module version = 1.0.0
[    71.400]         Module class: X.Org Server Extension
[    71.400]         ABI class: X.Org Server Extension, version 4.0
[    71.400] (II) Loading extension MIT-SCREEN-SAVER
[    71.400] (II) Loading extension XFree86-VidModeExtension
[    71.400] (II) Loading extension XFree86-DGA
[    71.400] (II) Loading extension DPMS
[    71.400] (II) Loading extension XVideo
[    71.400] (II) Loading extension XVideo-MotionCompensation
[    71.400] (II) Loading extension X-Resource
[    71.400] (II) LoadModule: "dbe"
[    71.400] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    71.401] (II) Module dbe: vendor="X.Org Foundation"
[    71.401]         compiled for 1.9.5, module version = 1.0.0
[    71.401]         Module class: X.Org Server Extension
[    71.401]         ABI class: X.Org Server Extension, version 4.0
[    71.401] (II) Loading extension DOUBLE-BUFFER
[    71.401] (II) LoadModule: "glx"
[    71.401] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    71.431] (II) Module glx: vendor="X.Org Foundation"
[    71.431]         compiled for 1.9.5, module version = 1.0.0
[    71.431]         ABI class: X.Org Server Extension, version 4.0
[    71.462] (==) AIGLX enabled
[    71.462] (II) Loading extension GLX
[    71.462] (II) LoadModule: "record"
[    71.462] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    71.463] (II) Module record: vendor="X.Org Foundation"
[    71.463]         compiled for 1.9.5, module version = 1.13.0
[    71.463]         Module class: X.Org Server Extension
[    71.463]         ABI class: X.Org Server Extension, version 4.0
[    71.463] (II) Loading extension RECORD
[    71.463] (II) LoadModule: "dri"
[    71.463] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    71.481] (II) Module dri: vendor="X.Org Foundation"
[    71.481]         compiled for 1.9.5, module version = 1.0.0
[    71.481]         ABI class: X.Org Server Extension, version 4.0
[    71.481] (II) Loading extension XFree86-DRI
[    71.481] (II) LoadModule: "dri2"
[    71.481] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    71.482] (II) Module dri2: vendor="X.Org Foundation"
[    71.482]         compiled for 1.9.5, module version = 1.2.0
[    71.482]         ABI class: X.Org Server Extension, version 4.0
[    71.482] (II) Loading extension DRI2
[    71.482] (==) Matched intel as autoconfigured driver 0
[    71.482] (==) Matched vesa as autoconfigured driver 1
[    71.482] (==) Matched fbdev as autoconfigured driver 2
[    71.482] (==) Assigned the driver to the xf86ConfigLayout
[    71.482] (II) LoadModule: "intel"
[    71.482] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    71.573] (II) Module intel: vendor="X.Org Foundation"
[    71.573]         compiled for 1.9.5, module version = 2.14.0
[    71.573]         Module class: X.Org Video Driver
[    71.573]         ABI class: X.Org Video Driver, version 8.0
[    71.573] (II) LoadModule: "vesa"
[    71.573] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    71.608] (II) Module vesa: vendor="X.Org Foundation"
[    71.608]         compiled for 1.9.5, module version = 2.3.0
[    71.608]         Module class: X.Org Video Driver
[    71.608]         ABI class: X.Org Video Driver, version 8.0
[    71.608] (II) LoadModule: "fbdev"
[    71.608] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    71.635] (II) Module fbdev: vendor="X.Org Foundation"
[    71.635]         compiled for 1.9.4, module version = 0.4.2
[    71.635]         ABI class: X.Org Video Driver, version 8.0
[    71.635] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
[    71.636] (II) VESA: driver for VESA chipsets: vesa
[    71.636] (II) FBDEV: driver for framebuffer: fbdev
[    71.636] (--) using VT number 7

[    71.841] (WW) Falling back to old probe method for fbdev
[    71.841] (II) Loading sub module "fbdevhw"
[    71.841] (II) LoadModule: "fbdevhw"
[    71.841] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    71.856] (II) Module fbdevhw: vendor="X.Org Foundation"
[    71.856]         compiled for 1.9.5, module version = 0.0.2
[    71.856]         ABI class: X.Org Video Driver, version 8.0
[    71.856] (EE) open /dev/fb0: No such file or directory
[    71.856] (II) Loading sub module "vbe"
[    71.856] (II) LoadModule: "vbe"
[    71.856] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    71.866] (II) Module vbe: vendor="X.Org Foundation"
[    71.866]         compiled for 1.9.5, module version = 1.1.0
[    71.866]         ABI class: X.Org Video Driver, version 8.0
[    71.866] (II) Loading sub module "int10"
[    71.866] (II) LoadModule: "int10"
[    71.866] (II) Loading /usr/lib/xorg/modules/libint10.so
[    71.883] (II) Module int10: vendor="X.Org Foundation"
[    71.883]         compiled for 1.9.5, module version = 1.0.0
[    71.883]         ABI class: X.Org Video Driver, version 8.0
[    71.883] (II) VESA(0): initializing int10
[    71.884] (II) VESA(0): Bad V_BIOS checksum
[    71.884] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    71.884] (II) VESA(0): VESA BIOS detected
[    71.884] (II) VESA(0): VESA VBE Version 3.0
[    71.884] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    71.884] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS
[    71.884] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    71.884] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    71.884] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller
[    71.884] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    71.895] (II) VESA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    71.895] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    71.895] (==) VESA(0): RGB weight 888
[    71.895] (==) VESA(0): Default visual is TrueColor
[    71.895] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    71.895] (II) Loading sub module "ddc"
[    71.895] (II) LoadModule: "ddc"
[    71.896] (II) Module "ddc" already built-in
[    71.896] (II) VESA(0): VESA VBE DDC supported
[    71.896] (II) VESA(0): VESA VBE DDC Level 2
[    71.896] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    71.908] (II) VESA(0): VESA VBE DDC read successfully
[    71.908] (II) VESA(0): Manufacturer: LPL  Model: e800  Serial#: 0
[    71.908] (II) VESA(0): Year: 2007  Week: 0
[    71.908] (II) VESA(0): EDID Version: 1.1
[    71.908] (II) VESA(0): Digital Display Input
[    71.908] (II) VESA(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[    71.908] (II) VESA(0): Gamma: 2.20
[    71.908] (II) VESA(0): No DPMS capabilities specified
[    71.908] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    71.908] (II) VESA(0): First detailed timing is preferred mode
[    71.908] (II) VESA(0): redX: 0.584 redY: 0.347   greenX: 0.323 greenY: 0.542
[    71.908] (II) VESA(0): blueX: 0.157 blueY: 0.145   whiteX: 0.312 whiteY: 0.328
[    71.908] (II) VESA(0): Manufacturer's mask: 0
[    71.908] (II) VESA(0): Supported detailed timing:
[    71.908] (II) VESA(0): clock: 71.0 MHz   Image Size:  304 x 190 mm
[    71.908] (II) VESA(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
[    71.909] (II) VESA(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
[    71.909] (II) VESA(0):  LGPhilipsLCD
[    71.909] (II) VESA(0):  LP141WX3-TLB1
[    71.909] (II) VESA(0): EDID (in hex):
[    71.909] (II) VESA(0):         00ffffffffffff00320c00e800000000
[    71.909] (II) VESA(0):         00110101801e13780abf409558528a28
[    71.909] (II) VESA(0):         25505400000001010101010101010101
[    71.909] (II) VESA(0):         010101010101bc1b00a0502017303020
[    71.909] (II) VESA(0):         360030be100000180000000000000000
[    71.909] (II) VESA(0):         00000000000000000000000000fe004c
[    71.909] (II) VESA(0):         475068696c6970734c43440a000000fe
[    71.909] (II) VESA(0):         004c503134315758332d544c4231006e
[    71.909] (II) VESA(0): EDID vendor "LPL", prod id 59392
[    71.909] (II) VESA(0): Printing DDC gathered Modelines:
[    71.909] (II) VESA(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[    71.909] (II) VESA(0): Searching for matching VESA mode(s):
[    71.909] Mode: 160 (0x0)
[    71.909]         ModeAttributes: 0x0
[    71.909]         WinAAttributes: 0x0
[    71.909]         WinBAttributes: 0x0
[    71.909]         WinGranularity: 0
[    71.909]         WinSize: 0
[    71.909]         WinASegment: 0x0
[    71.909]         WinBSegment: 0x0
[    71.909]         WinFuncPtr: 0x0
[    71.909]         BytesPerScanline: 0
[    71.909]         XResolution: 0
[    71.909]         YResolution: 0
[    71.909]         XCharSize: 0
[    71.909]         YCharSize: 0
[    71.909]         NumberOfPlanes: 0
[    71.909]         BitsPerPixel: 0
[    71.909]         NumberOfBanks: 0
[    71.909]         MemoryModel: 0
[    71.909]         BankSize: 0
[    71.909]         NumberOfImages: 0
[    71.909]         RedMaskSize: 0
[    71.909]         RedFieldPosition: 0
[    71.909]         GreenMaskSize: 0
[    71.909]         GreenFieldPosition: 0
[    71.909]         BlueMaskSize: 0
[    71.909]         BlueFieldPosition: 0
[    71.909]         RsvdMaskSize: 0
[    71.909]         RsvdFieldPosition: 0
[    71.909]         DirectColorModeInfo: 0
[    71.909]         PhysBasePtr: 0x0
[    71.909]         LinBytesPerScanLine: 0
[    71.909]         BnkNumberOfImagePages: 0
[    71.909]         LinNumberOfImagePages: 0
[    71.909]         LinRedMaskSize: 0
[    71.909]         LinRedFieldPosition: 0
[    71.909]         LinGreenMaskSize: 0
[    71.909]         LinGreenFieldPosition: 0
[    71.909]         LinBlueMaskSize: 0
[    71.909]         LinBlueFieldPosition: 0
[    71.909]         LinRsvdMaskSize: 0
[    71.909]         LinRsvdFieldPosition: 0
[    71.909]         MaxPixelClock: 0
[    71.910] Mode: 161 (0x0)
[    71.910]         ModeAttributes: 0x0
[    71.910]         WinAAttributes: 0x0
[    71.910]         WinBAttributes: 0x0
[    71.910]         WinGranularity: 0
[    71.910]         WinSize: 0
[    71.910]         WinASegment: 0x0
[    71.910]         WinBSegment: 0x0
[    71.910]         WinFuncPtr: 0x0
[    71.910]         BytesPerScanline: 0
[    71.910]         XResolution: 0
[    71.910]         YResolution: 0
[    71.910]         XCharSize: 0
[    71.910]         YCharSize: 0
[    71.910]         NumberOfPlanes: 0
[    71.910]         BitsPerPixel: 0
[    71.910]         NumberOfBanks: 0
[    71.910]         MemoryModel: 0
[    71.910]         BankSize: 0
[    71.910]         NumberOfImages: 0
[    71.910]         RedMaskSize: 0
[    71.910]         RedFieldPosition: 0
[    71.910]         GreenMaskSize: 0
[    71.910]         GreenFieldPosition: 0
[    71.910]         BlueMaskSize: 0
[    71.910]         BlueFieldPosition: 0
[    71.910]         RsvdMaskSize: 0
[    71.910]         RsvdFieldPosition: 0
[    71.910]         DirectColorModeInfo: 0
[    71.910]         PhysBasePtr: 0x0
[    71.910]         LinBytesPerScanLine: 0
[    71.910]         BnkNumberOfImagePages: 0
[    71.910]         LinNumberOfImagePages: 0
[    71.910]         LinRedMaskSize: 0
[    71.910]         LinRedFieldPosition: 0
[    71.910]         LinGreenMaskSize: 0
[    71.910]         LinGreenFieldPosition: 0
[    71.910]         LinBlueMaskSize: 0
[    71.910]         LinBlueFieldPosition: 0
[    71.910]         LinRsvdMaskSize: 0
[    71.910]         LinRsvdFieldPosition: 0
[    71.910]         MaxPixelClock: 0
[    71.910] Mode: 162 (0x0)
[    71.910]         ModeAttributes: 0x0
[    71.910]         WinAAttributes: 0x0
[    71.910]         WinBAttributes: 0x0
[    71.910]         WinGranularity: 0
[    71.910]         WinSize: 0
[    71.910]         WinASegment: 0x0
[    71.910]         WinBSegment: 0x0
[    71.910]         WinFuncPtr: 0x0
[    71.910]         BytesPerScanline: 0
[    71.910]         XResolution: 0
[    71.910]         YResolution: 0
[    71.910]         XCharSize: 0
[    71.910]         YCharSize: 0
[    71.910]         NumberOfPlanes: 0
[    71.910]         BitsPerPixel: 0
[    71.910]         NumberOfBanks: 0
[    71.910]         MemoryModel: 0
[    71.910]         BankSize: 0
[    71.910]         NumberOfImages: 0
[    71.911]         RedMaskSize: 0
[    71.911]         RedFieldPosition: 0
[    71.911]         GreenMaskSize: 0
[    71.911]         GreenFieldPosition: 0
[    71.911]         BlueMaskSize: 0
[    71.911]         BlueFieldPosition: 0
[    71.911]         RsvdMaskSize: 0
[    71.911]         RsvdFieldPosition: 0
[    71.911]         DirectColorModeInfo: 0
[    71.911]         PhysBasePtr: 0x0
[    71.911]         LinBytesPerScanLine: 0
[    71.911]         BnkNumberOfImagePages: 0
[    71.911]         LinNumberOfImagePages: 0
[    71.911]         LinRedMaskSize: 0
[    71.911]         LinRedFieldPosition: 0
[    71.911]         LinGreenMaskSize: 0
[    71.911]         LinGreenFieldPosition: 0
[    71.911]         LinBlueMaskSize: 0
[    71.911]         LinBlueFieldPosition: 0
[    71.911]         LinRsvdMaskSize: 0
[    71.911]         LinRsvdFieldPosition: 0
[    71.911]         MaxPixelClock: 0
[    71.911] Mode: 163 (0x0)
[    71.911]         ModeAttributes: 0x0
[    71.911]         WinAAttributes: 0x0
[    71.911]         WinBAttributes: 0x0
[    71.911]         WinGranularity: 0
[    71.911]         WinSize: 0
[    71.911]         WinASegment: 0x0
[    71.911]         WinBSegment: 0x0
[    71.911]         WinFuncPtr: 0x0
[    71.911]         BytesPerScanline: 0
[    71.911]         XResolution: 0
[    71.911]         YResolution: 0
[    71.911]         XCharSize: 0
[    71.911]         YCharSize: 0
[    71.911]         NumberOfPlanes: 0
[    71.911]         BitsPerPixel: 0
[    71.911]         NumberOfBanks: 0
[    71.911]         MemoryModel: 0
[    71.911]         BankSize: 0
[    71.911]         NumberOfImages: 0
[    71.911]         RedMaskSize: 0
[    71.911]         RedFieldPosition: 0
[    71.911]         GreenMaskSize: 0
[    71.911]         GreenFieldPosition: 0
[    71.911]         BlueMaskSize: 0
[    71.911]         BlueFieldPosition: 0
[    71.911]         RsvdMaskSize: 0
[    71.911]         RsvdFieldPosition: 0
[    71.911]         DirectColorModeInfo: 0
[    71.911]         PhysBasePtr: 0x0
[    71.911]         LinBytesPerScanLine: 0
[    71.911]         BnkNumberOfImagePages: 0
[    71.911]         LinNumberOfImagePages: 0
[    71.911]         LinRedMaskSize: 0
[    71.911]         LinRedFieldPosition: 0
[    71.911]         LinGreenMaskSize: 0
[    71.911]         LinGreenFieldPosition: 0
[    71.911]         LinBlueMaskSize: 0
[    71.911]         LinBlueFieldPosition: 0
[    71.911]         LinRsvdMaskSize: 0
[    71.911]         LinRsvdFieldPosition: 0
[    71.911]         MaxPixelClock: 0
[    71.912] Mode: 164 (0x0)
[    71.912]         ModeAttributes: 0x0
[    71.912]         WinAAttributes: 0x0
[    71.912]         WinBAttributes: 0x0
[    71.912]         WinGranularity: 0
[    71.912]         WinSize: 0
[    71.912]         WinASegment: 0x0
[    71.912]         WinBSegment: 0x0
[    71.912]         WinFuncPtr: 0x0
[    71.912]         BytesPerScanline: 0
[    71.912]         XResolution: 0
[    71.912]         YResolution: 0
[    71.912]         XCharSize: 0
[    71.912]         YCharSize: 0
[    71.912]         NumberOfPlanes: 0
[    71.912]         BitsPerPixel: 0
[    71.912]         NumberOfBanks: 0
[    71.912]         MemoryModel: 0
[    71.912]         BankSize: 0
[    71.912]         NumberOfImages: 0
[    71.912]         RedMaskSize: 0
[    71.912]         RedFieldPosition: 0
[    71.912]         GreenMaskSize: 0
[    71.912]         GreenFieldPosition: 0
[    71.912]         BlueMaskSize: 0
[    71.912]         BlueFieldPosition: 0
[    71.912]         RsvdMaskSize: 0
[    71.912]         RsvdFieldPosition: 0
[    71.912]         DirectColorModeInfo: 0
[    71.912]         PhysBasePtr: 0x0
[    71.912]         LinBytesPerScanLine: 0
[    71.912]         BnkNumberOfImagePages: 0
[    71.912]         LinNumberOfImagePages: 0
[    71.912]         LinRedMaskSize: 0
[    71.912]         LinRedFieldPosition: 0
[    71.912]         LinGreenMaskSize: 0
[    71.912]         LinGreenFieldPosition: 0
[    71.912]         LinBlueMaskSize: 0
[    71.912]         LinBlueFieldPosition: 0
[    71.912]         LinRsvdMaskSize: 0
[    71.912]         LinRsvdFieldPosition: 0
[    71.912]         MaxPixelClock: 0
[    71.912] Mode: 165 (0x0)
[    71.912]         ModeAttributes: 0x0
[    71.912]         WinAAttributes: 0x0
[    71.912]         WinBAttributes: 0x0
[    71.912]         WinGranularity: 0
[    71.912]         WinSize: 0
[    71.912]         WinASegment: 0x0
[    71.912]         WinBSegment: 0x0
[    71.912]         WinFuncPtr: 0x0
[    71.912]         BytesPerScanline: 0
[    71.912]         XResolution: 0
[    71.912]         YResolution: 0
[    71.912]         XCharSize: 0
[    71.912]         YCharSize: 0
[    71.912]         NumberOfPlanes: 0
[    71.912]         BitsPerPixel: 0
[    71.912]         NumberOfBanks: 0
[    71.912]         MemoryModel: 0
[    71.912]         BankSize: 0
[    71.912]         NumberOfImages: 0
[    71.912]         RedMaskSize: 0
[    71.912]         RedFieldPosition: 0
[    71.912]         GreenMaskSize: 0
[    71.912]         GreenFieldPosition: 0
[    71.913]         BlueMaskSize: 0
[    71.913]         BlueFieldPosition: 0
[    71.913]         RsvdMaskSize: 0
[    71.913]         RsvdFieldPosition: 0
[    71.913]         DirectColorModeInfo: 0
[    71.913]         PhysBasePtr: 0x0
[    71.913]         LinBytesPerScanLine: 0
[    71.913]         BnkNumberOfImagePages: 0
[    71.913]         LinNumberOfImagePages: 0
[    71.913]         LinRedMaskSize: 0
[    71.913]         LinRedFieldPosition: 0
[    71.913]         LinGreenMaskSize: 0
[    71.913]         LinGreenFieldPosition: 0
[    71.913]         LinBlueMaskSize: 0
[    71.913]         LinBlueFieldPosition: 0
[    71.913]         LinRsvdMaskSize: 0
[    71.913]         LinRsvdFieldPosition: 0
[    71.913]         MaxPixelClock: 0
[    71.913] Mode: 166 (0x0)
[    71.913]         ModeAttributes: 0x0
[    71.913]         WinAAttributes: 0x0
[    71.913]         WinBAttributes: 0x0
[    71.913]         WinGranularity: 0
[    71.913]         WinSize: 0
[    71.913]         WinASegment: 0x0
[    71.913]         WinBSegment: 0x0
[    71.913]         WinFuncPtr: 0x0
[    71.913]         BytesPerScanline: 0
[    71.913]         XResolution: 0
[    71.913]         YResolution: 0
[    71.913]         XCharSize: 0
[    71.913]         YCharSize: 0
[    71.913]         NumberOfPlanes: 0
[    71.913]         BitsPerPixel: 0
[    71.913]         NumberOfBanks: 0
[    71.913]         MemoryModel: 0
[    71.913]         BankSize: 0
[    71.913]         NumberOfImages: 0
[    71.913]         RedMaskSize: 0
[    71.913]         RedFieldPosition: 0
[    71.913]         GreenMaskSize: 0
[    71.913]         GreenFieldPosition: 0
[    71.913]         BlueMaskSize: 0
[    71.913]         BlueFieldPosition: 0
[    71.913]         RsvdMaskSize: 0
[    71.913]         RsvdFieldPosition: 0
[    71.913]         DirectColorModeInfo: 0
[    71.913]         PhysBasePtr: 0x0
[    71.913]         LinBytesPerScanLine: 0
[    71.913]         BnkNumberOfImagePages: 0
[    71.913]         LinNumberOfImagePages: 0
[    71.913]         LinRedMaskSize: 0
[    71.913]         LinRedFieldPosition: 0
[    71.913]         LinGreenMaskSize: 0
[    71.913]         LinGreenFieldPosition: 0
[    71.913]         LinBlueMaskSize: 0
[    71.913]         LinBlueFieldPosition: 0
[    71.913]         LinRsvdMaskSize: 0
[    71.913]         LinRsvdFieldPosition: 0
[    71.913]         MaxPixelClock: 0
[    71.914] Mode: 167 (0x0)
[    71.914]         ModeAttributes: 0x0
[    71.914]         WinAAttributes: 0x0
[    71.914]         WinBAttributes: 0x0
[    71.914]         WinGranularity: 0
[    71.914]         WinSize: 0
[    71.914]         WinASegment: 0x0
[    71.914]         WinBSegment: 0x0
[    71.914]         WinFuncPtr: 0x0
[    71.914]         BytesPerScanline: 0
[    71.914]         XResolution: 0
[    71.914]         YResolution: 0
[    71.914]         XCharSize: 0
[    71.914]         YCharSize: 0
[    71.914]         NumberOfPlanes: 0
[    71.914]         BitsPerPixel: 0
[    71.914]         NumberOfBanks: 0
[    71.914]         MemoryModel: 0
[    71.914]         BankSize: 0
[    71.914]         NumberOfImages: 0
[    71.914]         RedMaskSize: 0
[    71.914]         RedFieldPosition: 0
[    71.914]         GreenMaskSize: 0
[    71.914]         GreenFieldPosition: 0
[    71.914]         BlueMaskSize: 0
[    71.914]         BlueFieldPosition: 0
[    71.914]         RsvdMaskSize: 0
[    71.914]         RsvdFieldPosition: 0
[    71.914]         DirectColorModeInfo: 0
[    71.914]         PhysBasePtr: 0x0
[    71.914]         LinBytesPerScanLine: 0
[    71.914]         BnkNumberOfImagePages: 0
[    71.914]         LinNumberOfImagePages: 0
[    71.914]         LinRedMaskSize: 0
[    71.914]         LinRedFieldPosition: 0
[    71.914]         LinGreenMaskSize: 0
[    71.914]         LinGreenFieldPosition: 0
[    71.914]         LinBlueMaskSize: 0
[    71.914]         LinBlueFieldPosition: 0
[    71.914]         LinRsvdMaskSize: 0
[    71.914]         LinRsvdFieldPosition: 0
[    71.914]         MaxPixelClock: 0
[    71.914] Mode: 168 (0x0)
[    71.914]         ModeAttributes: 0x0
[    71.914]         WinAAttributes: 0x0
[    71.914]         WinBAttributes: 0x0
[    71.914]         WinGranularity: 0
[    71.914]         WinSize: 0
[    71.914]         WinASegment: 0x0
[    71.914]         WinBSegment: 0x0
[    71.914]         WinFuncPtr: 0x0
[    71.914]         BytesPerScanline: 0
[    71.914]         XResolution: 0
[    71.914]         YResolution: 0
[    71.914]         XCharSize: 0
[    71.914]         YCharSize: 0
[    71.914]         NumberOfPlanes: 0
[    71.914]         BitsPerPixel: 0
[    71.914]         NumberOfBanks: 0
[    71.914]         MemoryModel: 0
[    71.914]         BankSize: 0
[    71.914]         NumberOfImages: 0
[    71.914]         RedMaskSize: 0
[    71.914]         RedFieldPosition: 0
[    71.914]         GreenMaskSize: 0
[    71.914]         GreenFieldPosition: 0
[    71.914]         BlueMaskSize: 0
[    71.914]         BlueFieldPosition: 0
[    71.914]         RsvdMaskSize: 0
[    71.915]         RsvdFieldPosition: 0
[    71.915]         DirectColorModeInfo: 0
[    71.915]         PhysBasePtr: 0x0
[    71.915]         LinBytesPerScanLine: 0
[    71.915]         BnkNumberOfImagePages: 0
[    71.915]         LinNumberOfImagePages: 0
[    71.915]         LinRedMaskSize: 0
[    71.915]         LinRedFieldPosition: 0
[    71.915]         LinGreenMaskSize: 0
[    71.915]         LinGreenFieldPosition: 0
[    71.915]         LinBlueMaskSize: 0
[    71.915]         LinBlueFieldPosition: 0
[    71.915]         LinRsvdMaskSize: 0
[    71.915]         LinRsvdFieldPosition: 0
[    71.915]         MaxPixelClock: 0
[    71.915] Mode: 169 (0x0)
[    71.915]         ModeAttributes: 0x0
[    71.915]         WinAAttributes: 0x0
[    71.915]         WinBAttributes: 0x0
[    71.915]         WinGranularity: 0
[    71.915]         WinSize: 0
[    71.915]         WinASegment: 0x0
[    71.915]         WinBSegment: 0x0
[    71.915]         WinFuncPtr: 0x0
[    71.915]         BytesPerScanline: 0
[    71.915]         XResolution: 0
[    71.915]         YResolution: 0
[    71.915]         XCharSize: 0
[    71.915]         YCharSize: 0
[    71.915]         NumberOfPlanes: 0
[    71.915]         BitsPerPixel: 0
[    71.915]         NumberOfBanks: 0
[    71.915]         MemoryModel: 0
[    71.915]         BankSize: 0
[    71.915]         NumberOfImages: 0
[    71.915]         RedMaskSize: 0
[    71.915]         RedFieldPosition: 0
[    71.915]         GreenMaskSize: 0
[    71.915]         GreenFieldPosition: 0
[    71.915]         BlueMaskSize: 0
[    71.915]         BlueFieldPosition: 0
[    71.915]         RsvdMaskSize: 0
[    71.915]         RsvdFieldPosition: 0
[    71.915]         DirectColorModeInfo: 0
[    71.915]         PhysBasePtr: 0x0
[    71.915]         LinBytesPerScanLine: 0
[    71.915]         BnkNumberOfImagePages: 0
[    71.915]         LinNumberOfImagePages: 0
[    71.915]         LinRedMaskSize: 0
[    71.915]         LinRedFieldPosition: 0
[    71.915]         LinGreenMaskSize: 0
[    71.915]         LinGreenFieldPosition: 0
[    71.915]         LinBlueMaskSize: 0
[    71.915]         LinBlueFieldPosition: 0
[    71.915]         LinRsvdMaskSize: 0
[    71.915]         LinRsvdFieldPosition: 0
[    71.915]         MaxPixelClock: 0
[    71.916] Mode: 16a (0x0)
[    71.916]         ModeAttributes: 0x0
[    71.916]         WinAAttributes: 0x0
[    71.916]         WinBAttributes: 0x0
[    71.916]         WinGranularity: 0
[    71.916]         WinSize: 0
[    71.916]         WinASegment: 0x0
[    71.916]         WinBSegment: 0x0
[    71.916]         WinFuncPtr: 0x0
[    71.916]         BytesPerScanline: 0
[    71.916]         XResolution: 0
[    71.916]         YResolution: 0
[    71.916]         XCharSize: 0
[    71.916]         YCharSize: 0
[    71.916]         NumberOfPlanes: 0
[    71.916]         BitsPerPixel: 0
[    71.916]         NumberOfBanks: 0
[    71.916]         MemoryModel: 0
[    71.916]         BankSize: 0
[    71.916]         NumberOfImages: 0
[    71.916]         RedMaskSize: 0
[    71.916]         RedFieldPosition: 0
[    71.916]         GreenMaskSize: 0
[    71.916]         GreenFieldPosition: 0
[    71.916]         BlueMaskSize: 0
[    71.916]         BlueFieldPosition: 0
[    71.916]         RsvdMaskSize: 0
[    71.916]         RsvdFieldPosition: 0
[    71.916]         DirectColorModeInfo: 0
[    71.916]         PhysBasePtr: 0x0
[    71.916]         LinBytesPerScanLine: 0
[    71.916]         BnkNumberOfImagePages: 0
[    71.916]         LinNumberOfImagePages: 0
[    71.916]         LinRedMaskSize: 0
[    71.916]         LinRedFieldPosition: 0
[    71.916]         LinGreenMaskSize: 0
[    71.916]         LinGreenFieldPosition: 0
[    71.916]         LinBlueMaskSize: 0
[    71.916]         LinBlueFieldPosition: 0
[    71.916]         LinRsvdMaskSize: 0
[    71.916]         LinRsvdFieldPosition: 0
[    71.916]         MaxPixelClock: 0
[    71.916] Mode: 16b (0x0)
[    71.916]         ModeAttributes: 0x0
[    71.916]         WinAAttributes: 0x0
[    71.916]         WinBAttributes: 0x0
[    71.916]         WinGranularity: 0
[    71.916]         WinSize: 0
[    71.916]         WinASegment: 0x0
[    71.916]         WinBSegment: 0x0
[    71.916]         WinFuncPtr: 0x0
[    71.916]         BytesPerScanline: 0
[    71.916]         XResolution: 0
[    71.916]         YResolution: 0
[    71.916]         XCharSize: 0
[    71.916]         YCharSize: 0
[    71.916]         NumberOfPlanes: 0
[    71.916]         BitsPerPixel: 0
[    71.916]         NumberOfBanks: 0
[    71.916]         MemoryModel: 0
[    71.916]         BankSize: 0
[    71.916]         NumberOfImages: 0
[    71.916]         RedMaskSize: 0
[    71.916]         RedFieldPosition: 0
[    71.916]         GreenMaskSize: 0
[    71.916]         GreenFieldPosition: 0
[    71.916]         BlueMaskSize: 0
[    71.916]         BlueFieldPosition: 0
[    71.916]         RsvdMaskSize: 0
[    71.917]         RsvdFieldPosition: 0
[    71.917]         DirectColorModeInfo: 0
[    71.917]         PhysBasePtr: 0x0
[    71.917]         LinBytesPerScanLine: 0
[    71.917]         BnkNumberOfImagePages: 0
[    71.917]         LinNumberOfImagePages: 0
[    71.917]         LinRedMaskSize: 0
[    71.917]         LinRedFieldPosition: 0
[    71.917]         LinGreenMaskSize: 0
[    71.917]         LinGreenFieldPosition: 0
[    71.917]         LinBlueMaskSize: 0
[    71.917]         LinBlueFieldPosition: 0
[    71.917]         LinRsvdMaskSize: 0
[    71.917]         LinRsvdFieldPosition: 0
[    71.917]         MaxPixelClock: 0
[    71.917] Mode: 16c (0x0)
[    71.917]         ModeAttributes: 0x0
[    71.917]         WinAAttributes: 0x0
[    71.917]         WinBAttributes: 0x0
[    71.917]         WinGranularity: 0
[    71.917]         WinSize: 0
[    71.917]         WinASegment: 0x0
[    71.917]         WinBSegment: 0x0
[    71.917]         WinFuncPtr: 0x0
[    71.917]         BytesPerScanline: 0
[    71.917]         XResolution: 0
[    71.917]         YResolution: 0
[    71.917]         XCharSize: 0
[    71.917]         YCharSize: 0
[    71.917]         NumberOfPlanes: 0
[    71.917]         BitsPerPixel: 0
[    71.917]         NumberOfBanks: 0
[    71.917]         MemoryModel: 0
[    71.917]         BankSize: 0
[    71.917]         NumberOfImages: 0
[    71.917]         RedMaskSize: 0
[    71.917]         RedFieldPosition: 0
[    71.917]         GreenMaskSize: 0
[    71.917]         GreenFieldPosition: 0
[    71.917]         BlueMaskSize: 0
[    71.917]         BlueFieldPosition: 0
[    71.917]         RsvdMaskSize: 0
[    71.917]         RsvdFieldPosition: 0
[    71.917]         DirectColorModeInfo: 0
[    71.917]         PhysBasePtr: 0x0
[    71.917]         LinBytesPerScanLine: 0
[    71.917]         BnkNumberOfImagePages: 0
[    71.917]         LinNumberOfImagePages: 0
[    71.917]         LinRedMaskSize: 0
[    71.917]         LinRedFieldPosition: 0
[    71.917]         LinGreenMaskSize: 0
[    71.917]         LinGreenFieldPosition: 0
[    71.917]         LinBlueMaskSize: 0
[    71.917]         LinBlueFieldPosition: 0
[    71.917]         LinRsvdMaskSize: 0
[    71.917]         LinRsvdFieldPosition: 0
[    71.917]         MaxPixelClock: 0
[    71.918] Mode: 16d (0x0)
[    71.918]         ModeAttributes: 0x0
[    71.918]         WinAAttributes: 0x0
[    71.918]         WinBAttributes: 0x0
[    71.918]         WinGranularity: 0
[    71.918]         WinSize: 0
[    71.918]         WinASegment: 0x0
[    71.918]         WinBSegment: 0x0
[    71.918]         WinFuncPtr: 0x0
[    71.918]         BytesPerScanline: 0
[    71.918]         XResolution: 0
[    71.918]         YResolution: 0
[    71.918]         XCharSize: 0
[    71.918]         YCharSize: 0
[    71.918]         NumberOfPlanes: 0
[    71.918]         BitsPerPixel: 0
[    71.918]         NumberOfBanks: 0
[    71.918]         MemoryModel: 0
[    71.918]         BankSize: 0
[    71.918]         NumberOfImages: 0
[    71.918]         RedMaskSize: 0
[    71.918]         RedFieldPosition: 0
[    71.918]         GreenMaskSize: 0
[    71.918]         GreenFieldPosition: 0
[    71.918]         BlueMaskSize: 0
[    71.918]         BlueFieldPosition: 0
[    71.918]         RsvdMaskSize: 0
[    71.918]         RsvdFieldPosition: 0
[    71.918]         DirectColorModeInfo: 0
[    71.918]         PhysBasePtr: 0x0
[    71.918]         LinBytesPerScanLine: 0
[    71.918]         BnkNumberOfImagePages: 0
[    71.918]         LinNumberOfImagePages: 0
[    71.918]         LinRedMaskSize: 0
[    71.918]         LinRedFieldPosition: 0
[    71.918]         LinGreenMaskSize: 0
[    71.918]         LinGreenFieldPosition: 0
[    71.918]         LinBlueMaskSize: 0
[    71.918]         LinBlueFieldPosition: 0
[    71.918]         LinRsvdMaskSize: 0
[    71.918]         LinRsvdFieldPosition: 0
[    71.918]         MaxPixelClock: 0
[    71.918] Mode: 16e (0x0)
[    71.918]         ModeAttributes: 0x0
[    71.918]         WinAAttributes: 0x0
[    71.918]         WinBAttributes: 0x0
[    71.918]         WinGranularity: 0
[    71.918]         WinSize: 0
[    71.918]         WinASegment: 0x0
[    71.918]         WinBSegment: 0x0
[    71.918]         WinFuncPtr: 0x0
[    71.918]         BytesPerScanline: 0
[    71.918]         XResolution: 0
[    71.918]         YResolution: 0
[    71.918]         XCharSize: 0
[    71.918]         YCharSize: 0
[    71.918]         NumberOfPlanes: 0
[    71.918]         BitsPerPixel: 0
[    71.918]         NumberOfBanks: 0
[    71.918]         MemoryModel: 0
[    71.918]         BankSize: 0
[    71.918]         NumberOfImages: 0
[    71.918]         RedMaskSize: 0
[    71.918]         RedFieldPosition: 0
[    71.918]         GreenMaskSize: 0
[    71.918]         GreenFieldPosition: 0
[    71.918]         BlueMaskSize: 0
[    71.918]         BlueFieldPosition: 0
[    71.918]         RsvdMaskSize: 0
[    71.919]         RsvdFieldPosition: 0
[    71.919]         DirectColorModeInfo: 0
[    71.919]         PhysBasePtr: 0x0
[    71.919]         LinBytesPerScanLine: 0
[    71.919]         BnkNumberOfImagePages: 0
[    71.919]         LinNumberOfImagePages: 0
[    71.919]         LinRedMaskSize: 0
[    71.919]         LinRedFieldPosition: 0
[    71.919]         LinGreenMaskSize: 0
[    71.919]         LinGreenFieldPosition: 0
[    71.919]         LinBlueMaskSize: 0
[    71.919]         LinBlueFieldPosition: 0
[    71.919]         LinRsvdMaskSize: 0
[    71.919]         LinRsvdFieldPosition: 0
[    71.919]         MaxPixelClock: 0
[    71.919] Mode: 16f (0x0)
[    71.919]         ModeAttributes: 0x0
[    71.919]         WinAAttributes: 0x0
[    71.919]         WinBAttributes: 0x0
[    71.919]         WinGranularity: 0
[    71.919]         WinSize: 0
[    71.919]         WinASegment: 0x0
[    71.919]         WinBSegment: 0x0
[    71.919]         WinFuncPtr: 0x0
[    71.919]         BytesPerScanline: 0
[    71.919]         XResolution: 0
[    71.919]         YResolution: 0
[    71.919]         XCharSize: 0
[    71.919]         YCharSize: 0
[    71.919]         NumberOfPlanes: 0
[    71.919]         BitsPerPixel: 0
[    71.919]         NumberOfBanks: 0
[    71.919]         MemoryModel: 0
[    71.919]         BankSize: 0
[    71.919]         NumberOfImages: 0
[    71.919]         RedMaskSize: 0
[    71.919]         RedFieldPosition: 0
[    71.919]         GreenMaskSize: 0
[    71.919]         GreenFieldPosition: 0
[    71.919]         BlueMaskSize: 0
[    71.919]         BlueFieldPosition: 0
[    71.919]         RsvdMaskSize: 0
[    71.919]         RsvdFieldPosition: 0
[    71.919]         DirectColorModeInfo: 0
[    71.919]         PhysBasePtr: 0x0
[    71.919]         LinBytesPerScanLine: 0
[    71.919]         BnkNumberOfImagePages: 0
[    71.919]         LinNumberOfImagePages: 0
[    71.919]         LinRedMaskSize: 0
[    71.919]         LinRedFieldPosition: 0
[    71.919]         LinGreenMaskSize: 0
[    71.919]         LinGreenFieldPosition: 0
[    71.919]         LinBlueMaskSize: 0
[    71.919]         LinBlueFieldPosition: 0
[    71.919]         LinRsvdMaskSize: 0
[    71.919]         LinRsvdFieldPosition: 0
[    71.919]         MaxPixelClock: 0
[    71.920] Mode: 170 (0x0)
[    71.920]         ModeAttributes: 0x0
[    71.920]         WinAAttributes: 0x0
[    71.920]         WinBAttributes: 0x0
[    71.920]         WinGranularity: 0
[    71.920]         WinSize: 0
[    71.920]         WinASegment: 0x0
[    71.920]         WinBSegment: 0x0
[    71.920]         WinFuncPtr: 0x0
[    71.920]         BytesPerScanline: 0
[    71.920]         XResolution: 0
[    71.920]         YResolution: 0
[    71.920]         XCharSize: 0
[    71.920]         YCharSize: 0
[    71.920]         NumberOfPlanes: 0
[    71.920]         BitsPerPixel: 0
[    71.920]         NumberOfBanks: 0
[    71.920]         MemoryModel: 0
[    71.920]         BankSize: 0
[    71.920]         NumberOfImages: 0
[    71.920]         RedMaskSize: 0
[    71.920]         RedFieldPosition: 0
[    71.920]         GreenMaskSize: 0
[    71.920]         GreenFieldPosition: 0
[    71.920]         BlueMaskSize: 0
[    71.920]         BlueFieldPosition: 0
[    71.920]         RsvdMaskSize: 0
[    71.920]         RsvdFieldPosition: 0
[    71.920]         DirectColorModeInfo: 0
[    71.920]         PhysBasePtr: 0x0
[    71.920]         LinBytesPerScanLine: 0
[    71.920]         BnkNumberOfImagePages: 0
[    71.920]         LinNumberOfImagePages: 0
[    71.920]         LinRedMaskSize: 0
[    71.920]         LinRedFieldPosition: 0
[    71.920]         LinGreenMaskSize: 0
[    71.920]         LinGreenFieldPosition: 0
[    71.920]         LinBlueMaskSize: 0
[    71.920]         LinBlueFieldPosition: 0
[    71.920]         LinRsvdMaskSize: 0
[    71.920]         LinRsvdFieldPosition: 0
[    71.920]         MaxPixelClock: 0
[    71.920] Mode: 171 (0x0)
[    71.920]         ModeAttributes: 0x0
[    71.920]         WinAAttributes: 0x0
[    71.920]         WinBAttributes: 0x0
[    71.920]         WinGranularity: 0
[    71.920]         WinSize: 0
[    71.920]         WinASegment: 0x0
[    71.920]         WinBSegment: 0x0
[    71.920]         WinFuncPtr: 0x0
[    71.920]         BytesPerScanline: 0
[    71.920]         XResolution: 0
[    71.920]         YResolution: 0
[    71.920]         XCharSize: 0
[    71.920]         YCharSize: 0
[    71.920]         NumberOfPlanes: 0
[    71.920]         BitsPerPixel: 0
[    71.920]         NumberOfBanks: 0
[    71.920]         MemoryModel: 0
[    71.920]         BankSize: 0
[    71.920]         NumberOfImages: 0
[    71.920]         RedMaskSize: 0
[    71.920]         RedFieldPosition: 0
[    71.920]         GreenMaskSize: 0
[    71.920]         GreenFieldPosition: 0
[    71.921]         BlueMaskSize: 0
[    71.921]         BlueFieldPosition: 0
[    71.921]         RsvdMaskSize: 0
[    71.921]         RsvdFieldPosition: 0
[    71.921]         DirectColorModeInfo: 0
[    71.921]         PhysBasePtr: 0x0
[    71.921]         LinBytesPerScanLine: 0
[    71.921]         BnkNumberOfImagePages: 0
[    71.921]         LinNumberOfImagePages: 0
[    71.921]         LinRedMaskSize: 0
[    71.921]         LinRedFieldPosition: 0
[    71.921]         LinGreenMaskSize: 0
[    71.921]         LinGreenFieldPosition: 0
[    71.921]         LinBlueMaskSize: 0
[    71.921]         LinBlueFieldPosition: 0
[    71.921]         LinRsvdMaskSize: 0
[    71.921]         LinRsvdFieldPosition: 0
[    71.921]         MaxPixelClock: 0
[    71.921] Mode: 13c (0x0)
[    71.921]         ModeAttributes: 0x0
[    71.921]         WinAAttributes: 0x0
[    71.921]         WinBAttributes: 0x0
[    71.921]         WinGranularity: 0
[    71.921]         WinSize: 0
[    71.921]         WinASegment: 0x0
[    71.921]         WinBSegment: 0x0
[    71.921]         WinFuncPtr: 0x0
[    71.921]         BytesPerScanline: 0
[    71.921]         XResolution: 0
[    71.921]         YResolution: 0
[    71.921]         XCharSize: 0
[    71.921]         YCharSize: 0
[    71.921]         NumberOfPlanes: 0
[    71.921]         BitsPerPixel: 0
[    71.921]         NumberOfBanks: 0
[    71.921]         MemoryModel: 0
[    71.921]         BankSize: 0
[    71.921]         NumberOfImages: 0
[    71.921]         RedMaskSize: 0
[    71.921]         RedFieldPosition: 0
[    71.921]         GreenMaskSize: 0
[    71.921]         GreenFieldPosition: 0
[    71.921]         BlueMaskSize: 0
[    71.921]         BlueFieldPosition: 0
[    71.921]         RsvdMaskSize: 0
[    71.921]         RsvdFieldPosition: 0
[    71.921]         DirectColorModeInfo: 0
[    71.921]         PhysBasePtr: 0x0
[    71.921]         LinBytesPerScanLine: 0
[    71.921]         BnkNumberOfImagePages: 0
[    71.921]         LinNumberOfImagePages: 0
[    71.921]         LinRedMaskSize: 0
[    71.921]         LinRedFieldPosition: 0
[    71.921]         LinGreenMaskSize: 0
[    71.921]         LinGreenFieldPosition: 0
[    71.921]         LinBlueMaskSize: 0
[    71.921]         LinBlueFieldPosition: 0
[    71.921]         LinRsvdMaskSize: 0
[    71.921]         LinRsvdFieldPosition: 0
[    71.921]         MaxPixelClock: 0
[    71.922] Mode: 14d (0x0)
[    71.922]         ModeAttributes: 0x0
[    71.922]         WinAAttributes: 0x0
[    71.922]         WinBAttributes: 0x0
[    71.922]         WinGranularity: 0
[    71.922]         WinSize: 0
[    71.922]         WinASegment: 0x0
[    71.922]         WinBSegment: 0x0
[    71.922]         WinFuncPtr: 0x0
[    71.922]         BytesPerScanline: 0
[    71.922]         XResolution: 0
[    71.922]         YResolution: 0
[    71.922]         XCharSize: 0
[    71.922]         YCharSize: 0
[    71.922]         NumberOfPlanes: 0
[    71.922]         BitsPerPixel: 0
[    71.922]         NumberOfBanks: 0
[    71.922]         MemoryModel: 0
[    71.922]         BankSize: 0
[    71.922]         NumberOfImages: 0
[    71.922]         RedMaskSize: 0
[    71.922]         RedFieldPosition: 0
[    71.922]         GreenMaskSize: 0
[    71.922]         GreenFieldPosition: 0
[    71.922]         BlueMaskSize: 0
[    71.922]         BlueFieldPosition: 0
[    71.922]         RsvdMaskSize: 0
[    71.922]         RsvdFieldPosition: 0
[    71.922]         DirectColorModeInfo: 0
[    71.922]         PhysBasePtr: 0x0
[    71.922]         LinBytesPerScanLine: 0
[    71.922]         BnkNumberOfImagePages: 0
[    71.922]         LinNumberOfImagePages: 0
[    71.922]         LinRedMaskSize: 0
[    71.922]         LinRedFieldPosition: 0
[    71.922]         LinGreenMaskSize: 0
[    71.922]         LinGreenFieldPosition: 0
[    71.922]         LinBlueMaskSize: 0
[    71.922]         LinBlueFieldPosition: 0
[    71.922]         LinRsvdMaskSize: 0
[    71.922]         LinRsvdFieldPosition: 0
[    71.922]         MaxPixelClock: 0
[    71.923] Mode: 15c (0x0)
[    71.923]         ModeAttributes: 0x0
[    71.923]         WinAAttributes: 0x0
[    71.923]         WinBAttributes: 0x0
[    71.923]         WinGranularity: 0
[    71.923]         WinSize: 0
[    71.923]         WinASegment: 0x0
[    71.923]         WinBSegment: 0x0
[    71.923]         WinFuncPtr: 0x0
[    71.923]         BytesPerScanline: 0
[    71.923]         XResolution: 0
[    71.923]         YResolution: 0
[    71.923]         XCharSize: 0
[    71.923]         YCharSize: 0
[    71.923]         NumberOfPlanes: 0
[    71.923]         BitsPerPixel: 0
[    71.923]         NumberOfBanks: 0
[    71.923]         MemoryModel: 0
[    71.923]         BankSize: 0
[    71.923]         NumberOfImages: 0
[    71.923]         RedMaskSize: 0
[    71.923]         RedFieldPosition: 0
[    71.923]         GreenMaskSize: 0
[    71.923]         GreenFieldPosition: 0
[    71.923]         BlueMaskSize: 0
[    71.923]         BlueFieldPosition: 0
[    71.923]         RsvdMaskSize: 0
[    71.923]         RsvdFieldPosition: 0
[    71.923]         DirectColorModeInfo: 0
[    71.923]         PhysBasePtr: 0x0
[    71.923]         LinBytesPerScanLine: 0
[    71.923]         BnkNumberOfImagePages: 0
[    71.923]         LinNumberOfImagePages: 0
[    71.923]         LinRedMaskSize: 0
[    71.923]         LinRedFieldPosition: 0
[    71.923]         LinGreenMaskSize: 0
[    71.923]         LinGreenFieldPosition: 0
[    71.923]         LinBlueMaskSize: 0
[    71.923]         LinBlueFieldPosition: 0
[    71.923]         LinRsvdMaskSize: 0
[    71.923]         LinRsvdFieldPosition: 0
[    71.923]         MaxPixelClock: 0
[    71.923] Mode: 13a (0x0)
[    71.923]         ModeAttributes: 0x0
[    71.923]         WinAAttributes: 0x0
[    71.923]         WinBAttributes: 0x0
[    71.923]         WinGranularity: 0
[    71.923]         WinSize: 0
[    71.923]         WinASegment: 0x0
[    71.923]         WinBSegment: 0x0
[    71.923]         WinFuncPtr: 0x0
[    71.923]         BytesPerScanline: 0
[    71.923]         XResolution: 0
[    71.924]         YResolution: 0
[    71.924]         XCharSize: 0
[    71.924]         YCharSize: 0
[    71.924]         NumberOfPlanes: 0
[    71.924]         BitsPerPixel: 0
[    71.924]         NumberOfBanks: 0
[    71.924]         MemoryModel: 0
[    71.924]         BankSize: 0
[    71.924]         NumberOfImages: 0
[    71.924]         RedMaskSize: 0
[    71.924]         RedFieldPosition: 0
[    71.924]         GreenMaskSize: 0
[    71.924]         GreenFieldPosition: 0
[    71.924]         BlueMaskSize: 0
[    71.924]         BlueFieldPosition: 0
[    71.924]         RsvdMaskSize: 0
[    71.924]         RsvdFieldPosition: 0
[    71.924]         DirectColorModeInfo: 0
[    71.924]         PhysBasePtr: 0x0
[    71.924]         LinBytesPerScanLine: 0
[    71.924]         BnkNumberOfImagePages: 0
[    71.924]         LinNumberOfImagePages: 0
[    71.924]         LinRedMaskSize: 0
[    71.924]         LinRedFieldPosition: 0
[    71.924]         LinGreenMaskSize: 0
[    71.924]         LinGreenFieldPosition: 0
[    71.924]         LinBlueMaskSize: 0
[    71.924]         LinBlueFieldPosition: 0
[    71.924]         LinRsvdMaskSize: 0
[    71.924]         LinRsvdFieldPosition: 0
[    71.924]         MaxPixelClock: 0
[    71.924] Mode: 14b (0x0)
[    71.924]         ModeAttributes: 0x0
[    71.924]         WinAAttributes: 0x0
[    71.924]         WinBAttributes: 0x0
[    71.924]         WinGranularity: 0
[    71.924]         WinSize: 0
[    71.924]         WinASegment: 0x0
[    71.924]         WinBSegment: 0x0
[    71.924]         WinFuncPtr: 0x0
[    71.924]         BytesPerScanline: 0
[    71.924]         XResolution: 0
[    71.924]         YResolution: 0
[    71.924]         XCharSize: 0
[    71.924]         YCharSize: 0
[    71.924]         NumberOfPlanes: 0
[    71.924]         BitsPerPixel: 0
[    71.924]         NumberOfBanks: 0
[    71.924]         MemoryModel: 0
[    71.924]         BankSize: 0
[    71.924]         NumberOfImages: 0
[    71.924]         RedMaskSize: 0
[    71.924]         RedFieldPosition: 0
[    71.924]         GreenMaskSize: 0
[    71.924]         GreenFieldPosition: 0
[    71.924]         BlueMaskSize: 0
[    71.924]         BlueFieldPosition: 0
[    71.924]         RsvdMaskSize: 0
[    71.925]         RsvdFieldPosition: 0
[    71.925]         DirectColorModeInfo: 0
[    71.925]         PhysBasePtr: 0x0
[    71.925]         LinBytesPerScanLine: 0
[    71.925]         BnkNumberOfImagePages: 0
[    71.925]         LinNumberOfImagePages: 0
[    71.925]         LinRedMaskSize: 0
[    71.925]         LinRedFieldPosition: 0
[    71.925]         LinGreenMaskSize: 0
[    71.925]         LinGreenFieldPosition: 0
[    71.925]         LinBlueMaskSize: 0
[    71.925]         LinBlueFieldPosition: 0
[    71.925]         LinRsvdMaskSize: 0
[    71.925]         LinRsvdFieldPosition: 0
[    71.925]         MaxPixelClock: 0
[    71.925] Mode: 15a (0x0)
[    71.925]         ModeAttributes: 0x0
[    71.925]         WinAAttributes: 0x0
[    71.925]         WinBAttributes: 0x0
[    71.925]         WinGranularity: 0
[    71.925]         WinSize: 0
[    71.925]         WinASegment: 0x0
[    71.925]         WinBSegment: 0x0
[    71.925]         WinFuncPtr: 0x0
[    71.925]         BytesPerScanline: 0
[    71.925]         XResolution: 0
[    71.925]         YResolution: 0
[    71.925]         XCharSize: 0
[    71.925]         YCharSize: 0
[    71.925]         NumberOfPlanes: 0
[    71.925]         BitsPerPixel: 0
[    71.925]         NumberOfBanks: 0
[    71.925]         MemoryModel: 0
[    71.925]         BankSize: 0
[    71.925]         NumberOfImages: 0
[    71.925]         RedMaskSize: 0
[    71.925]         RedFieldPosition: 0
[    71.925]         GreenMaskSize: 0
[    71.925]         GreenFieldPosition: 0
[    71.925]         BlueMaskSize: 0
[    71.925]         BlueFieldPosition: 0
[    71.925]         RsvdMaskSize: 0
[    71.925]         RsvdFieldPosition: 0
[    71.925]         DirectColorModeInfo: 0
[    71.925]         PhysBasePtr: 0x0
[    71.925]         LinBytesPerScanLine: 0
[    71.925]         BnkNumberOfImagePages: 0
[    71.925]         LinNumberOfImagePages: 0
[    71.925]         LinRedMaskSize: 0
[    71.925]         LinRedFieldPosition: 0
[    71.925]         LinGreenMaskSize: 0
[    71.925]         LinGreenFieldPosition: 0
[    71.925]         LinBlueMaskSize: 0
[    71.925]         LinBlueFieldPosition: 0
[    71.925]         LinRsvdMaskSize: 0
[    71.926]         LinRsvdFieldPosition: 0
[    71.926]         MaxPixelClock: 0
[    71.926] Mode: 107 (0x0)
[    71.926]         ModeAttributes: 0x0
[    71.926]         WinAAttributes: 0x0
[    71.926]         WinBAttributes: 0x0
[    71.926]         WinGranularity: 0
[    71.926]         WinSize: 0
[    71.926]         WinASegment: 0x0
[    71.926]         WinBSegment: 0x0
[    71.926]         WinFuncPtr: 0x0
[    71.926]         BytesPerScanline: 0
[    71.926]         XResolution: 0
[    71.926]         YResolution: 0
[    71.926]         XCharSize: 0
[    71.926]         YCharSize: 0
[    71.926]         NumberOfPlanes: 0
[    71.926]         BitsPerPixel: 0
[    71.926]         NumberOfBanks: 0
[    71.926]         MemoryModel: 0
[    71.926]         BankSize: 0
[    71.926]         NumberOfImages: 0
[    71.926]         RedMaskSize: 0
[    71.926]         RedFieldPosition: 0
[    71.926]         GreenMaskSize: 0
[    71.926]         GreenFieldPosition: 0
[    71.926]         BlueMaskSize: 0
[    71.926]         BlueFieldPosition: 0
[    71.926]         RsvdMaskSize: 0
[    71.926]         RsvdFieldPosition: 0
[    71.926]         DirectColorModeInfo: 0
[    71.926]         PhysBasePtr: 0x0
[    71.926]         LinBytesPerScanLine: 0
[    71.926]         BnkNumberOfImagePages: 0
[    71.926]         LinNumberOfImagePages: 0
[    71.926]         LinRedMaskSize: 0
[    71.926]         LinRedFieldPosition: 0
[    71.926]         LinGreenMaskSize: 0
[    71.926]         LinGreenFieldPosition: 0
[    71.926]         LinBlueMaskSize: 0
[    71.926]         LinBlueFieldPosition: 0
[    71.926]         LinRsvdMaskSize: 0
[    71.926]         LinRsvdFieldPosition: 0
[    71.926]         MaxPixelClock: 0
[    71.927] Mode: 11a (0x0)
[    71.927]         ModeAttributes: 0x0
[    71.927]         WinAAttributes: 0x0
[    71.927]         WinBAttributes: 0x0
[    71.927]         WinGranularity: 0
[    71.927]         WinSize: 0
[    71.927]         WinASegment: 0x0
[    71.927]         WinBSegment: 0x0
[    71.927]         WinFuncPtr: 0x0
[    71.927]         BytesPerScanline: 0
[    71.927]         XResolution: 0
[    71.927]         YResolution: 0
[    71.927]         XCharSize: 0
[    71.927]         YCharSize: 0
[    71.927]         NumberOfPlanes: 0
[    71.927]         BitsPerPixel: 0
[    71.927]         NumberOfBanks: 0
[    71.927]         MemoryModel: 0
[    71.927]         BankSize: 0
[    71.927]         NumberOfImages: 0
[    71.927]         RedMaskSize: 0
[    71.927]         RedFieldPosition: 0
[    71.927]         GreenMaskSize: 0
[    71.927]         GreenFieldPosition: 0
[    71.927]         BlueMaskSize: 0
[    71.927]         BlueFieldPosition: 0
[    71.927]         RsvdMaskSize: 0
[    71.927]         RsvdFieldPosition: 0
[    71.927]         DirectColorModeInfo: 0
[    71.927]         PhysBasePtr: 0x0
[    71.927]         LinBytesPerScanLine: 0
[    71.927]         BnkNumberOfImagePages: 0
[    71.927]         LinNumberOfImagePages: 0
[    71.927]         LinRedMaskSize: 0
[    71.927]         LinRedFieldPosition: 0
[    71.927]         LinGreenMaskSize: 0
[    71.927]         LinGreenFieldPosition: 0
[    71.927]         LinBlueMaskSize: 0
[    71.927]         LinBlueFieldPosition: 0
[    71.927]         LinRsvdMaskSize: 0
[    71.927]         LinRsvdFieldPosition: 0
[    71.927]         MaxPixelClock: 0
[    71.927] Mode: 11b (0x0)
[    71.927]         ModeAttributes: 0x0
[    71.927]         WinAAttributes: 0x0
[    71.927]         WinBAttributes: 0x0
[    71.928]         WinGranularity: 0
[    71.928]         WinSize: 0
[    71.928]         WinASegment: 0x0
[    71.928]         WinBSegment: 0x0
[    71.928]         WinFuncPtr: 0x0
[    71.928]         BytesPerScanline: 0
[    71.928]         XResolution: 0
[    71.928]         YResolution: 0
[    71.928]         XCharSize: 0
[    71.928]         YCharSize: 0
[    71.928]         NumberOfPlanes: 0
[    71.928]         BitsPerPixel: 0
[    71.928]         NumberOfBanks: 0
[    71.928]         MemoryModel: 0
[    71.928]         BankSize: 0
[    71.928]         NumberOfImages: 0
[    71.928]         RedMaskSize: 0
[    71.928]         RedFieldPosition: 0
[    71.928]         GreenMaskSize: 0
[    71.928]         GreenFieldPosition: 0
[    71.928]         BlueMaskSize: 0
[    71.928]         BlueFieldPosition: 0
[    71.928]         RsvdMaskSize: 0
[    71.928]         RsvdFieldPosition: 0
[    71.928]         DirectColorModeInfo: 0
[    71.928]         PhysBasePtr: 0x0
[    71.928]         LinBytesPerScanLine: 0
[    71.928]         BnkNumberOfImagePages: 0
[    71.928]         LinNumberOfImagePages: 0
[    71.928]         LinRedMaskSize: 0
[    71.928]         LinRedFieldPosition: 0
[    71.928]         LinGreenMaskSize: 0
[    71.928]         LinGreenFieldPosition: 0
[    71.928]         LinBlueMaskSize: 0
[    71.928]         LinBlueFieldPosition: 0
[    71.928]         LinRsvdMaskSize: 0
[    71.928]         LinRsvdFieldPosition: 0
[    71.928]         MaxPixelClock: 0
[    71.928] Mode: 105 (1024x768)
[    71.928]         ModeAttributes: 0x9b
[    71.928]         WinAAttributes: 0x7
[    71.928]         WinBAttributes: 0x0
[    71.928]         WinGranularity: 64
[    71.929]         WinSize: 64
[    71.929]         WinASegment: 0xa000
[    71.929]         WinBSegment: 0x0
[    71.929]         WinFuncPtr: 0xc0007bf6
[    71.929]         BytesPerScanline: 1024
[    71.929]         XResolution: 1024
[    71.929]         YResolution: 768
[    71.929]         XCharSize: 8
[    71.929]         YCharSize: 16
[    71.929]         NumberOfPlanes: 1
[    71.929]         BitsPerPixel: 8
[    71.929]         NumberOfBanks: 1
[    71.929]         MemoryModel: 4
[    71.929]         BankSize: 0
[    71.929]         NumberOfImages: 8
[    71.929]         RedMaskSize: 0
[    71.929]         RedFieldPosition: 0
[    71.929]         GreenMaskSize: 0
[    71.929]         GreenFieldPosition: 0
[    71.929]         BlueMaskSize: 0
[    71.929]         BlueFieldPosition: 0
[    71.929]         RsvdMaskSize: 0
[    71.929]         RsvdFieldPosition: 0
[    71.929]         DirectColorModeInfo: 0
[    71.929]         PhysBasePtr: 0xd0000000
[    71.929]         LinBytesPerScanLine: 1024
[    71.929]         BnkNumberOfImagePages: 8
[    71.929]         LinNumberOfImagePages: 8
[    71.929]         LinRedMaskSize: 0
[    71.929]         LinRedFieldPosition: 0
[    71.929]         LinGreenMaskSize: 0
[    71.929]         LinGreenFieldPosition: 0
[    71.929]         LinBlueMaskSize: 0
[    71.929]         LinBlueFieldPosition: 0
[    71.929]         LinRsvdMaskSize: 0
[    71.929]         LinRsvdFieldPosition: 0
[    71.929]         MaxPixelClock: 230000000
[    71.930] Mode: 117 (1024x768)
[    71.930]         ModeAttributes: 0x9b
[    71.930]         WinAAttributes: 0x7
[    71.930]         WinBAttributes: 0x0
[    71.930]         WinGranularity: 64
[    71.930]         WinSize: 64
[    71.930]         WinASegment: 0xa000
[    71.930]         WinBSegment: 0x0
[    71.930]         WinFuncPtr: 0xc0007bf6
[    71.930]         BytesPerScanline: 2048
[    71.930]         XResolution: 1024
[    71.930]         YResolution: 768
[    71.930]         XCharSize: 8
[    71.930]         YCharSize: 16
[    71.930]         NumberOfPlanes: 1
[    71.930]         BitsPerPixel: 16
[    71.930]         NumberOfBanks: 1
[    71.930]         MemoryModel: 6
[    71.930]         BankSize: 0
[    71.930]         NumberOfImages: 3
[    71.930]         RedMaskSize: 5
[    71.930]         RedFieldPosition: 11
[    71.930]         GreenMaskSize: 6
[    71.930]         GreenFieldPosition: 5
[    71.930]         BlueMaskSize: 5
[    71.930]         BlueFieldPosition: 0
[    71.930]         RsvdMaskSize: 0
[    71.930]         RsvdFieldPosition: 0
[    71.930]         DirectColorModeInfo: 0
[    71.930]         PhysBasePtr: 0xd0000000
[    71.930]         LinBytesPerScanLine: 2048
[    71.930]         BnkNumberOfImagePages: 3
[    71.930]         LinNumberOfImagePages: 3
[    71.930]         LinRedMaskSize: 5
[    71.930]         LinRedFieldPosition: 11
[    71.930]         LinGreenMaskSize: 6
[    71.930]         LinGreenFieldPosition: 5
[    71.930]         LinBlueMaskSize: 5
[    71.930]         LinBlueFieldPosition: 0
[    71.930]         LinRsvdMaskSize: 0
[    71.930]         LinRsvdFieldPosition: 0
[    71.930]         MaxPixelClock: 230000000
[    71.931] *Mode: 118 (1024x768)
[    71.931]         ModeAttributes: 0x9b
[    71.931]         WinAAttributes: 0x7
[    71.931]         WinBAttributes: 0x0
[    71.931]         WinGranularity: 64
[    71.931]         WinSize: 64
[    71.931]         WinASegment: 0xa000
[    71.931]         WinBSegment: 0x0
[    71.931]         WinFuncPtr: 0xc0007bf6
[    71.931]         BytesPerScanline: 4096
[    71.931]         XResolution: 1024
[    71.931]         YResolution: 768
[    71.931]         XCharSize: 8
[    71.931]         YCharSize: 16
[    71.931]         NumberOfPlanes: 1
[    71.931]         BitsPerPixel: 32
[    71.931]         NumberOfBanks: 1
[    71.931]         MemoryModel: 6
[    71.931]         BankSize: 0
[    71.931]         NumberOfImages: 1
[    71.931]         RedMaskSize: 8
[    71.931]         RedFieldPosition: 16
[    71.931]         GreenMaskSize: 8
[    71.931]         GreenFieldPosition: 8
[    71.931]         BlueMaskSize: 8
[    71.931]         BlueFieldPosition: 0
[    71.931]         RsvdMaskSize: 8
[    71.931]         RsvdFieldPosition: 24
[    71.931]         DirectColorModeInfo: 0
[    71.931]         PhysBasePtr: 0xd0000000
[    71.931]         LinBytesPerScanLine: 4096
[    71.931]         BnkNumberOfImagePages: 1
[    71.931]         LinNumberOfImagePages: 1
[    71.931]         LinRedMaskSize: 8
[    71.931]         LinRedFieldPosition: 16
[    71.931]         LinGreenMaskSize: 8
[    71.931]         LinGreenFieldPosition: 8
[    71.931]         LinBlueMaskSize: 8
[    71.931]         LinBlueFieldPosition: 0
[    71.931]         LinRsvdMaskSize: 8
[    71.931]         LinRsvdFieldPosition: 24
[    71.931]         MaxPixelClock: 230000000
[    71.932] *Mode: 112 (640x480)
[    71.932]         ModeAttributes: 0x9b
[    71.932]         WinAAttributes: 0x7
[    71.932]         WinBAttributes: 0x0
[    71.932]         WinGranularity: 64
[    71.932]         WinSize: 64
[    71.932]         WinASegment: 0xa000
[    71.932]         WinBSegment: 0x0
[    71.932]         WinFuncPtr: 0xc0007bf6
[    71.932]         BytesPerScanline: 2560
[    71.932]         XResolution: 640
[    71.932]         YResolution: 480
[    71.932]         XCharSize: 8
[    71.932]         YCharSize: 16
[    71.932]         NumberOfPlanes: 1
[    71.932]         BitsPerPixel: 32
[    71.932]         NumberOfBanks: 1
[    71.932]         MemoryModel: 6
[    71.932]         BankSize: 0
[    71.932]         NumberOfImages: 5
[    71.932]         RedMaskSize: 8
[    71.932]         RedFieldPosition: 16
[    71.932]         GreenMaskSize: 8
[    71.932]         GreenFieldPosition: 8
[    71.932]         BlueMaskSize: 8
[    71.932]         BlueFieldPosition: 0
[    71.932]         RsvdMaskSize: 8
[    71.932]         RsvdFieldPosition: 24
[    71.932]         DirectColorModeInfo: 0
[    71.932]         PhysBasePtr: 0xd0000000
[    71.932]         LinBytesPerScanLine: 2560
[    71.932]         BnkNumberOfImagePages: 5
[    71.932]         LinNumberOfImagePages: 5
[    71.932]         LinRedMaskSize: 8
[    71.932]         LinRedFieldPosition: 16
[    71.932]         LinGreenMaskSize: 8
[    71.932]         LinGreenFieldPosition: 8
[    71.932]         LinBlueMaskSize: 8
[    71.932]         LinBlueFieldPosition: 0
[    71.932]         LinRsvdMaskSize: 8
[    71.932]         LinRsvdFieldPosition: 24
[    71.932]         MaxPixelClock: 230000000
[    71.933] Mode: 114 (800x600)
[    71.933]         ModeAttributes: 0x9b
[    71.933]         WinAAttributes: 0x7
[    71.933]         WinBAttributes: 0x0
[    71.933]         WinGranularity: 64
[    71.933]         WinSize: 64
[    71.933]         WinASegment: 0xa000
[    71.933]         WinBSegment: 0x0
[    71.933]         WinFuncPtr: 0xc0007bf6
[    71.933]         BytesPerScanline: 1600
[    71.933]         XResolution: 800
[    71.933]         YResolution: 600
[    71.933]         XCharSize: 8
[    71.933]         YCharSize: 16
[    71.933]         NumberOfPlanes: 1
[    71.933]         BitsPerPixel: 16
[    71.933]         NumberOfBanks: 1
[    71.933]         MemoryModel: 6
[    71.933]         BankSize: 0
[    71.933]         NumberOfImages: 6
[    71.933]         RedMaskSize: 5
[    71.933]         RedFieldPosition: 11
[    71.933]         GreenMaskSize: 6
[    71.933]         GreenFieldPosition: 5
[    71.933]         BlueMaskSize: 5
[    71.933]         BlueFieldPosition: 0
[    71.933]         RsvdMaskSize: 0
[    71.933]         RsvdFieldPosition: 0
[    71.933]         DirectColorModeInfo: 0
[    71.933]         PhysBasePtr: 0xd0000000
[    71.933]         LinBytesPerScanLine: 1600
[    71.933]         BnkNumberOfImagePages: 6
[    71.933]         LinNumberOfImagePages: 6
[    71.933]         LinRedMaskSize: 5
[    71.933]         LinRedFieldPosition: 11
[    71.933]         LinGreenMaskSize: 6
[    71.934]         LinGreenFieldPosition: 5
[    71.934]         LinBlueMaskSize: 5
[    71.934]         LinBlueFieldPosition: 0
[    71.934]         LinRsvdMaskSize: 0
[    71.934]         LinRsvdFieldPosition: 0
[    71.934]         MaxPixelClock: 230000000
[    71.934] *Mode: 115 (800x600)
[    71.934]         ModeAttributes: 0x9b
[    71.934]         WinAAttributes: 0x7
[    71.934]         WinBAttributes: 0x0
[    71.934]         WinGranularity: 64
[    71.934]         WinSize: 64
[    71.934]         WinASegment: 0xa000
[    71.934]         WinBSegment: 0x0
[    71.934]         WinFuncPtr: 0xc0007bf6
[    71.934]         BytesPerScanline: 3200
[    71.934]         XResolution: 800
[    71.934]         YResolution: 600
[    71.934]         XCharSize: 8
[    71.934]         YCharSize: 16
[    71.934]         NumberOfPlanes: 1
[    71.934]         BitsPerPixel: 32
[    71.934]         NumberOfBanks: 1
[    71.934]         MemoryModel: 6
[    71.935]         BankSize: 0
[    71.935]         NumberOfImages: 2
[    71.935]         RedMaskSize: 8
[    71.935]         RedFieldPosition: 16
[    71.935]         GreenMaskSize: 8
[    71.935]         GreenFieldPosition: 8
[    71.935]         BlueMaskSize: 8
[    71.935]         BlueFieldPosition: 0
[    71.935]         RsvdMaskSize: 8
[    71.935]         RsvdFieldPosition: 24
[    71.935]         DirectColorModeInfo: 0
[    71.935]         PhysBasePtr: 0xd0000000
[    71.935]         LinBytesPerScanLine: 3200
[    71.935]         BnkNumberOfImagePages: 2
[    71.935]         LinNumberOfImagePages: 2
[    71.935]         LinRedMaskSize: 8
[    71.935]         LinRedFieldPosition: 16
[    71.935]         LinGreenMaskSize: 8
[    71.935]         LinGreenFieldPosition: 8
[    71.935]         LinBlueMaskSize: 8
[    71.935]         LinBlueFieldPosition: 0
[    71.935]         LinRsvdMaskSize: 8
[    71.935]         LinRsvdFieldPosition: 24
[    71.935]         MaxPixelClock: 230000000
[    71.935] Mode: 101 (640x480)
[    71.935]         ModeAttributes: 0x9b
[    71.935]         WinAAttributes: 0x7
[    71.935]         WinBAttributes: 0x0
[    71.935]         WinGranularity: 64
[    71.935]         WinSize: 64
[    71.935]         WinASegment: 0xa000
[    71.935]         WinBSegment: 0x0
[    71.935]         WinFuncPtr: 0xc0007bf6
[    71.935]         BytesPerScanline: 640
[    71.935]         XResolution: 640
[    71.935]         YResolution: 480
[    71.935]         XCharSize: 8
[    71.935]         YCharSize: 16
[    71.935]         NumberOfPlanes: 1
[    71.935]         BitsPerPixel: 8
[    71.935]         NumberOfBanks: 1
[    71.935]         MemoryModel: 4
[    71.935]         BankSize: 0
[    71.935]         NumberOfImages: 22
[    71.935]         RedMaskSize: 0
[    71.935]         RedFieldPosition: 0
[    71.936]         GreenMaskSize: 0
[    71.936]         GreenFieldPosition: 0
[    71.936]         BlueMaskSize: 0
[    71.936]         BlueFieldPosition: 0
[    71.936]         RsvdMaskSize: 0
[    71.936]         RsvdFieldPosition: 0
[    71.936]         DirectColorModeInfo: 0
[    71.936]         PhysBasePtr: 0xd0000000
[    71.936]         LinBytesPerScanLine: 640
[    71.936]         BnkNumberOfImagePages: 22
[    71.936]         LinNumberOfImagePages: 22
[    71.936]         LinRedMaskSize: 0
[    71.936]         LinRedFieldPosition: 0
[    71.936]         LinGreenMaskSize: 0
[    71.936]         LinGreenFieldPosition: 0
[    71.936]         LinBlueMaskSize: 0
[    71.936]         LinBlueFieldPosition: 0
[    71.936]         LinRsvdMaskSize: 0
[    71.936]         LinRsvdFieldPosition: 0
[    71.936]         MaxPixelClock: 230000000
[    71.936] Mode: 103 (800x600)
[    71.936]         ModeAttributes: 0x9b
[    71.936]         WinAAttributes: 0x7
[    71.936]         WinBAttributes: 0x0
[    71.936]         WinGranularity: 64
[    71.936]         WinSize: 64
[    71.936]         WinASegment: 0xa000
[    71.936]         WinBSegment: 0x0
[    71.936]         WinFuncPtr: 0xc0007bf6
[    71.936]         BytesPerScanline: 832
[    71.936]         XResolution: 800
[    71.936]         YResolution: 600
[    71.936]         XCharSize: 8
[    71.936]         YCharSize: 16
[    71.936]         NumberOfPlanes: 1
[    71.936]         BitsPerPixel: 8
[    71.936]         NumberOfBanks: 1
[    71.936]         MemoryModel: 4
[    71.936]         BankSize: 0
[    71.936]         NumberOfImages: 13
[    71.936]         RedMaskSize: 0
[    71.936]         RedFieldPosition: 0
[    71.936]         GreenMaskSize: 0
[    71.936]         GreenFieldPosition: 0
[    71.936]         BlueMaskSize: 0
[    71.937]         BlueFieldPosition: 0
[    71.937]         RsvdMaskSize: 0
[    71.937]         RsvdFieldPosition: 0
[    71.937]         DirectColorModeInfo: 0
[    71.937]         PhysBasePtr: 0xd0000000
[    71.937]         LinBytesPerScanLine: 832
[    71.937]         BnkNumberOfImagePages: 13
[    71.937]         LinNumberOfImagePages: 13
[    71.937]         LinRedMaskSize: 0
[    71.937]         LinRedFieldPosition: 0
[    71.937]         LinGreenMaskSize: 0
[    71.937]         LinGreenFieldPosition: 0
[    71.937]         LinBlueMaskSize: 0
[    71.937]         LinBlueFieldPosition: 0
[    71.937]         LinRsvdMaskSize: 0
[    71.937]         LinRsvdFieldPosition: 0
[    71.937]         MaxPixelClock: 230000000
[    71.937] Mode: 111 (640x480)
[    71.937]         ModeAttributes: 0x9b
[    71.937]         WinAAttributes: 0x7
[    71.937]         WinBAttributes: 0x0
[    71.937]         WinGranularity: 64
[    71.937]         WinSize: 64
[    71.937]         WinASegment: 0xa000
[    71.937]         WinBSegment: 0x0
[    71.937]         WinFuncPtr: 0xc0007bf6
[    71.937]         BytesPerScanline: 1280
[    71.937]         XResolution: 640
[    71.937]         YResolution: 480
[    71.937]         XCharSize: 8
[    71.937]         YCharSize: 16
[    71.937]         NumberOfPlanes: 1
[    71.937]         BitsPerPixel: 16
[    71.937]         NumberOfBanks: 1
[    71.937]         MemoryModel: 6
[    71.937]         BankSize: 0
[    71.938]         NumberOfImages: 10
[    71.938]         RedMaskSize: 5
[    71.938]         RedFieldPosition: 11
[    71.938]         GreenMaskSize: 6
[    71.938]         GreenFieldPosition: 5
[    71.938]         BlueMaskSize: 5
[    71.938]         BlueFieldPosition: 0
[    71.938]         RsvdMaskSize: 0
[    71.938]         RsvdFieldPosition: 0
[    71.938]         DirectColorModeInfo: 0
[    71.938]         PhysBasePtr: 0xd0000000
[    71.938]         LinBytesPerScanLine: 1280
[    71.938]         BnkNumberOfImagePages: 10
[    71.938]         LinNumberOfImagePages: 10
[    71.938]         LinRedMaskSize: 5
[    71.938]         LinRedFieldPosition: 11
[    71.938]         LinGreenMaskSize: 6
[    71.938]         LinGreenFieldPosition: 5
[    71.938]         LinBlueMaskSize: 5
[    71.938]         LinBlueFieldPosition: 0
[    71.938]         LinRsvdMaskSize: 0
[    71.938]         LinRsvdFieldPosition: 0
[    71.938]         MaxPixelClock: 230000000
[    71.938]
[    71.938] (II) VESA(0): Total Memory: 119 64KB banks (7616kB)
[    71.938] (II) VESA(0): <default monitor>: Using hsync value of 49.31 kHz
[    71.938] (II) VESA(0): <default monitor>: Using vrefresh value of 59.91 Hz
[    71.938] (WW) VESA(0): Unable to estimate virtual size
[    71.938] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    71.938] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    71.938] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    71.938] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    71.938] (II) VESA(0): <default monitor>: Using hsync value of 49.31 kHz
[    71.938] (II) VESA(0): <default monitor>: Using vrefresh value of 59.91 Hz
[    71.938] (WW) VESA(0): Unable to estimate virtual size
[    71.938] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
[    71.938] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[    71.938] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[    71.938] (WW) VESA(0): No valid modes left. Trying aggressive sync range...
[    71.938] (II) VESA(0): <default monitor>: Using hsync range of 31.50-49.31 kHz
[    71.938] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-59.91 Hz
[    71.938] (WW) VESA(0): Unable to estimate virtual size
[    71.938] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[    71.938] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    71.938] (**) VESA(0): *Built-in mode "1024x768"
[    71.938] (**) VESA(0): *Built-in mode "800x600"
[    71.938] (**) VESA(0): Display dimensions: (300, 190) mm
[    71.938] (**) VESA(0): DPI set to (86, 102)
[    71.938] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[    71.942] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[    71.943] (**) VESA(0): Using "Shadow Framebuffer"
[    71.943] (II) Loading sub module "shadow"
[    71.943] (II) LoadModule: "shadow"
[    71.943] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    71.984] (II) Module shadow: vendor="X.Org Foundation"
[    71.984]         compiled for 1.9.5, module version = 1.1.0
[    71.984]         ABI class: X.Org ANSI C Emulation, version 0.4
[    71.984] (II) Loading sub module "fb"
[    71.984] (II) LoadModule: "fb"
[    71.985] (II) Loading /usr/lib/xorg/modules/libfb.so
[    71.996] (II) Module fb: vendor="X.Org Foundation"
[    71.996]         compiled for 1.9.5, module version = 1.0.0
[    71.996]         ABI class: X.Org ANSI C Emulation, version 0.4
[    71.996] (II) UnloadModule: "fbdev"
[    71.997] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    71.997] (II) UnloadModule: "fbdevhw"
[    71.997] (II) Unloading /usr/lib/xorg/modules/libfbdevhw.so
[    71.997] (==) Depth 24 pixmap format is 32 bpp
[    71.997] (II) Loading sub module "int10"
[    71.997] (II) LoadModule: "int10"
[    71.997] (II) Reloading /usr/lib/xorg/modules/libint10.so
[    71.997] (II) VESA(0): initializing int10
[    71.997] (II) VESA(0): Bad V_BIOS checksum
[    71.997] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    71.997] (II) VESA(0): VESA BIOS detected
[    71.998] (II) VESA(0): VESA VBE Version 3.0
[    71.998] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    71.998] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS
[    71.998] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    71.998] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    71.998] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller
[    71.998] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    71.999] (II) VESA(0): virtual address = 0xb6a14000,
        physical address = 0xd0000000, size = 7798784
[    72.014] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    72.049] (==) VESA(0): Default visual is TrueColor
[    72.100] (==) VESA(0): Backing store disabled
[    72.100] (==) VESA(0): DPMS enabled
[    72.100] (==) RandR enabled
[    72.100] (II) Initializing built-in extension Generic Event Extension
[    72.100] (II) Initializing built-in extension SHAPE
[    72.100] (II) Initializing built-in extension MIT-SHM
[    72.100] (II) Initializing built-in extension XInputExtension
[    72.100] (II) Initializing built-in extension XTEST
[    72.100] (II) Initializing built-in extension BIG-REQUESTS
[    72.100] (II) Initializing built-in extension SYNC
[    72.100] (II) Initializing built-in extension XKEYBOARD
[    72.100] (II) Initializing built-in extension XC-MISC
[    72.100] (II) Initializing built-in extension XINERAMA
[    72.100] (II) Initializing built-in extension XFIXES
[    72.100] (II) Initializing built-in extension RENDER
[    72.100] (II) Initializing built-in extension RANDR
[    72.100] (II) Initializing built-in extension COMPOSITE
[    72.100] (II) Initializing built-in extension DAMAGE
[    72.114] (II) AIGLX: Screen 0 is not DRI2 capable
[    72.114] (II) AIGLX: Screen 0 is not DRI capable
[    72.494] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[    72.494] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    73.012] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    73.012] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    73.012] (II) LoadModule: "evdev"
[    73.013] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    73.020] (II) Module evdev: vendor="X.Org Foundation"
[    73.020]         compiled for 1.9.4, module version = 2.6.0
[    73.020]         Module class: X.Org XInput Driver
[    73.020]         ABI class: X.Org XInput driver, version 11.0
[    73.020] (**) Power Button: always reports core events
[    73.020] (**) Power Button: Device: "/dev/input/event7"
[    73.050] (--) Power Button: Found keys
[    73.050] (II) Power Button: Configuring as keyboard
[    73.050] (II) XINPUT: Adding extended input device "ower Button" (type: KEYBOARD)
[    73.050] (**) Option "xkb_rules" "evdev"
[    73.050] (**) Option "xkb_model" "evdev"
[    73.050] (**) Option "xkb_layout" "us"
[    73.081] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    73.081] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    73.081] (**) Video Bus: always reports core events
[    73.081] (**) Video Bus: Device: "/dev/input/event9"
[    73.110] (--) Video Bus: Found keys
[    73.110] (II) Video Bus: Configuring as keyboard
[    73.110] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    73.110] (**) Option "xkb_rules" "evdev"
[    73.110] (**) Option "xkb_model" "evdev"
[    73.110] (**) Option "xkb_layout" "us"
[    73.117] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    73.117] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    73.117] (**) Power Button: always reports core events
[    73.117] (**) Power Button: Device: "/dev/input/event5"
[    73.140] (--) Power Button: Found keys
[    73.140] (II) Power Button: Configuring as keyboard
[    73.140] (II) XINPUT: Adding extended input device "ower Button" (type: KEYBOARD)
[    73.140] (**) Option "xkb_rules" "evdev"
[    73.140] (**) Option "xkb_model" "evdev"
[    73.140] (**) Option "xkb_layout" "us"
[    73.140] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    73.140] (II) No input driver/identifier specified (ignoring)
[    73.141] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    73.141] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    73.141] (**) Sleep Button: always reports core events
[    73.141] (**) Sleep Button: Device: "/dev/input/event6"
[    73.170] (--) Sleep Button: Found keys
[    73.170] (II) Sleep Button: Configuring as keyboard
[    73.170] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    73.170] (**) Option "xkb_rules" "evdev"
[    73.170] (**) Option "xkb_model" "evdev"
[    73.170] (**) Option "xkb_layout" "us"
[    73.176] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[    73.176] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    73.176] (**) Logitech USB Receiver: always reports core events
[    73.176] (**) Logitech USB Receiver: Device: "/dev/input/event2"
[    73.210] (--) Logitech USB Receiver: Found 20 mouse buttons
[    73.210] (--) Logitech USB Receiver: Found scroll wheel(s)
[    73.210] (--) Logitech USB Receiver: Found relative axes
[    73.210] (--) Logitech USB Receiver: Found x and y relative axes
[    73.210] (II) Logitech USB Receiver: Configuring as mouse
[    73.210] (II) Logitech USB Receiver: Adding scrollwheel support
[    73.210] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    73.210] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    73.210] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
[    73.210] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    73.210] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    73.210] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    73.210] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    73.210] (II) Logitech USB Receiver: initialized for relative axes.
[    73.210] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[    73.210] (II) No input driver/identifier specified (ignoring)
[    73.211] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[    73.211] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    73.211] (**) Logitech USB Receiver: always reports core events
[    73.211] (**) Logitech USB Receiver: Device: "/dev/input/event3"
[    73.250] (--) Logitech USB Receiver: Found 1 mouse buttons
[    73.250] (--) Logitech USB Receiver: Found scroll wheel(s)
[    73.250] (--) Logitech USB Receiver: Found relative axes
[    73.250] (--) Logitech USB Receiver: Found absolute axes
[    73.250] (--) Logitech USB Receiver: Found keys
[    73.250] (II) Logitech USB Receiver: Configuring as mouse
[    73.250] (II) Logitech USB Receiver: Configuring as keyboard
[    73.250] (II) Logitech USB Receiver: Adding scrollwheel support
[    73.250] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    73.250] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    73.250] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[    73.250] (**) Option "xkb_rules" "evdev"
[    73.250] (**) Option "xkb_model" "evdev"
[    73.250] (**) Option "xkb_layout" "us"
[    73.250] (EE) Logitech USB Receiver: failed to initialize for relative axes.
[    73.250] (II) Logitech USB Receiver: initialized for absolute axes.
[    73.256] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    73.256] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    73.256] (**) AT Translated Set 2 keyboard: always reports core events
[    73.256] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    73.290] (--) AT Translated Set 2 keyboard: Found keys
[    73.290] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    73.290] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    73.290] (**) Option "xkb_rules" "evdev"
[    73.290] (**) Option "xkb_model" "evdev"
[    73.290] (**) Option "xkb_layout" "us"
[    73.291] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[    73.291] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    73.291] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    73.291] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event1"
[    73.340] (--) SynPS/2 Synaptics TouchPad: Found 8 mouse buttons
[    73.340] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
[    73.340] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    73.340] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    73.340] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    73.340] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    73.340] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    73.340] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    73.340] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    73.340] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    73.340] (II) No input driver/identifier specified (ignoring)
[    73.341] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    73.341] (II) No input driver/identifier specified (ignoring)


多谢.....
回复 支持 反对

使用道具 举报

发表于 2011-5-26 11:00:54 | 显示全部楼层
从Xorg.0.log来看,似乎是vesa而非intel的driver在起作用,建议:
  1. emerge -C x11-drivers/xf86-video-vesa x11-drivers/xf86-video-fbdev
复制代码

此外,这两行很可疑:
  1. [ 72.114] (II) AIGLX: Screen 0 is not DRI2 capable
  2. [ 72.114] (II) AIGLX: Screen 0 is not DRI capable
复制代码
请再次确认kernel中Direct Rendering Manager等选项处于打开状态,具体设置参见: http://en.gentoo-wiki.com/wiki/Intel_GMA#Kernel_Configuration
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-26 14:04:47 | 显示全部楼层
按照你的方法emerge -C x11-drivers/xf86-video-vesa x11-drivers/xf86-video-fbdev

启动界面
Failed to load module "vesa" (module does not exist, 0)
Failed to load module "fddev" (module does not exist, 0)

多谢....
回复 支持 反对

使用道具 举报

发表于 2011-5-26 18:39:36 | 显示全部楼层

  • 对我所有要求检查的项目(例如kernel设置),请贴出检查的结果,否则可能于诊断造成极大困难。此外,所有命令输出和文件内容,如无机密部分,最好全文贴出而非节选,亦可放置于Pastebin之类网站: http://pastebin.com/
  • Xorg完全不应该调用vesa/fbdev的module,难以理解...
  • startx的输出中,"Failed to load module"之前和之后的输出可能更为重要。能否提供一下?
  • 可否提供"X -configure"命令的输出,及所生成/root/xorg.conf.new的内容?
  • Xorg Config HOWTO的英文版本中,对如何配置Intel显卡给出了详细,请参考此文档检查设置: http://www.gentoo.org/doc/en/xorg-config.xml
    中文翻译版”X服务器配置指南“业已完全过时,不宜再用。
  • 阁下亦可考虑于Gentoo forums提问。相信那里的解答者要比我有经验的多。
    http://forums.gentoo.org/viewforum-f-13.html
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表