From owner-freebsd-x11@FreeBSD.ORG Mon Oct 6 03:21:59 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D9EC106568F for ; Mon, 6 Oct 2008 03:21:59 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from mail02.kgt.co.jp (dmz02.kgt.co.jp [210.141.246.82]) by mx1.freebsd.org (Postfix) with ESMTP id 1918A8FC0A for ; Mon, 6 Oct 2008 03:21:58 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (unknown [210.141.246.71]) by mail02.kgt.co.jp (Postfix) with ESMTP id 7EECC3C3D7A6 for ; Mon, 6 Oct 2008 12:02:46 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 6F0F847712 for ; Mon, 6 Oct 2008 12:02:45 +0900 (JST) Date: Mon, 06 Oct 2008 12:02:45 +0900 (JST) Message-Id: <20081006.120245.90902473.haro@kgt.co.jp> To: freebsd-x11@freebsd.org From: haro@kgt.co.jp X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Oct_06_12_02_45_2008_136)--" Content-Transfer-Encoding: 7bit Subject: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 03:21:59 -0000 ----Next_Part(Mon_Oct_06_12_02_45_2008_136)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi list, I've been using xf86-video-i810 driver, but as its been marked BROKEN, I tried the new xf86-video-intel-2.4.2 to see how it works out. But as the subject suggets, intel driver does not seem to handle the "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, and only capable of handling the real 1024x768 for my notebook PC. I've attached the xorg.conf and Xorg.0.log file for i810 and intel drivers. Is there anyway to get things working, as par with i810, for intel driver? One more side note: I have to remove the drm.ko to make my X-Server working, since the DRM updates for -current in August(?) kills my notebook completely, and have to remove the battery and AC-adopter to make it even reboot. IIRC, older DRM from June/July criteria used to work just fine. Thanks in advance, Haro =----------------------------------------------------------------------- _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| KGT Inc. /|\ |_| |_|_| 2-8-8 Shinjuku, Shinjuku-ku Tokyo 160-0022, Japan Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 ----Next_Part(Mon_Oct_06_12_02_45_2008_136)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" Section "ServerLayout" Identifier "1280" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "DefaultServerLayout" EndSection Section "ServerLayout" Identifier "1024" Screen 0 "Screen1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/CID/" FontPath "/usr/local/lib/X11/fonts/TrueType/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/URW/" FontPath "/usr/local/lib/X11/fonts/cyrillic/" FontPath "/usr/local/lib/X11/fonts/local/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" # Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "jp106" Option "XkbLayout" "jp" Option "XkbOptions" "ctrl:swapcaps" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 1280 1024 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ----Next_Part(Mon_Oct_06_12_02_45_2008_136)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Xorg.0.log.i810" X.Org X Server 1.4.2 Release Date: 11 June 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT i386 Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 Build Date: 07 September 2008 05:01:02AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:43:35 2008 (==) Using config file: "/etc/xorg.conf" (==) ServerLayout "1280" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/TrueType/, /usr/local/lib/X11/fonts/bitstream-vera/, /usr/local/lib/X11/fonts/URW/, /usr/local/lib/X11/fonts/cyrillic/, /usr/local/lib/X11/fonts/local/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/local/share/X11/rgb" (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81ced80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x8000f908, mode1Res1 = 0x80000000 (WW) OS did not count PCI devices, guessing wildly (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hdr 00 (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hdr 80 (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hdr 80 (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hdr 80 (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hdr 00 (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hdr 00 (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hdr 00 (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hdr 00 (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hdr 00 (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hdr 80 (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hdr 80 (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hdr 80 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is cleared) (II) PCI-to-CardBus bridge: (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is cleared) (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0xcfef7eff (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0xcfefbfff (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x0000cf3f (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0xcfefefff (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x0000cfbf (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "i810" (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.7.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ (II) Primary Device is: PCI 00:02:0 (--) Chipset 852GM/855GM found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.1.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.4.2, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (**) I810(0): Depth 24, (--) framebuffer bpp 32 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear (==) I810(0): Write-combining range (0xc0000,0x40000) was already clear (II) I810(0): Primary V_BIOS segment is: 0xc000 (==) I810(0): Write-combining range (0x0,0x1000) was already clear (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 16192 kB (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME (--) I810(0): Chipset: "852GM/855GM" (--) I810(0): Linear framebuffer at 0xD8000000 (--) I810(0): IO registers at addr 0xD0000000 (==) I810(0): Write-combining range (0xd0000000,0x80000) was already clear (II) I810(0): 2 display pipes available. (II) I810(0): detected 16252 kB stolen memory. (II) I810(0): Kernel reported 241152 total, 0 used (II) I810(0): I830CheckAvailableMemory: 964608 kB available (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space for the DRM memory manager. (II) I810(0): Monitoring connected displays enabled (--) I810(0): Pre-allocated VideoRAM: 16252 kByte (==) I810(0): VideoRAM: 65536 kByte (==) I810(0): video overlay key set to 0x101fe (**) I810(0): page flipping disabled (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) (II) I810(0): BIOS Build: 3172 (II) I810(0): Using new Pipe switch code (==) I810(0): Device Presence: disabled. (==) I810(0): Display Info: enabled. (II) I810(0): Broken BIOSes cause the system to hang here. If you encounter this problem please add Option "DisplayInfo" "FALSE" to the Device section of your XF86Config file. (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (720,400) (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768) (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Display Info: LFP2 (second local flat panel): attached: FALSE, present: FALSE, size: (0,2057) (II) I810(0): Size of device LFP (local flat panel) is 1024 x 768 (II) I810(0): No active displays on Pipe A. (II) I810(0): Currently active displays on Pipe B: (II) I810(0): LFP (local flat panel) (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 (==) I810(0): Display is using Pipe B (--) I810(0): Maximum frambuffer space: 65368 kByte (II) I810(0): VESA VBE PanelID read successfully (II) I810(0): PanelID returned panel resolution : 1024x768 (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module "ddc" already built-in f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! (II) I810(0): VESA VBE DDC not supported (--) I810(0): A non-CRT device is attached to pipe B. No refresh rate overrides will be attempted. (--) I810(0): Maximum space available for video modes: 16192 kByte Mode: 30 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 640 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 49 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 49 LinNumberOfImagePages: 49 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 32 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 800 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 35 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 800 BnkNumberOfImagePages: 35 LinNumberOfImagePages: 35 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 34 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 1024 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 20 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 1024 BnkNumberOfImagePages: 20 LinNumberOfImagePages: 20 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 38 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 3a (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 3c (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 41 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 27 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 27 LinNumberOfImagePages: 27 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 43 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 15 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 15 LinNumberOfImagePages: 15 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 45 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 9 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 9 LinNumberOfImagePages: 9 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 49 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 4b (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 4d (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 *(II) I810(0): Not using mode "640x480" (hsync out of range) (II) I810(0): Not using mode "640x480" (hsync out of range) (II) I810(0): Not using mode "640x480" (hsync out of range) (II) I810(0): Not using mode "640x480" (hsync out of range) (II) I810(0): Not using mode "640x480" (hsync out of range) Mode: 50 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 2560 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 12 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 12 LinNumberOfImagePages: 12 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "800x600" (hsync out of range) (II) I810(0): Not using mode "800x600" (hsync out of range) (II) I810(0): Not using mode "800x600" (vrefresh out of range) (II) I810(0): Not using mode "800x600" (vrefresh out of range) (II) I810(0): Not using mode "800x600" (hsync out of range) (II) I810(0): Not using mode "800x600" (hsync out of range) Mode: 52 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 3200 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 7 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1024x768" (hsync out of range) (II) I810(0): Not using mode "1024x768" (hsync out of range) (II) I810(0): Not using mode "1024x768" (hsync out of range) Mode: 54 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00070f2 BytesPerScanline: 4096 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 4 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xd8000000 LinBytesPerScanLine: 4096 BnkNumberOfImagePages: 4 LinNumberOfImagePages: 4 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 Mode: 58 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 5a (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 5c (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 60 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 61 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 62 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 63 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 64 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 65 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 66 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 67 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 68 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 69 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6a (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6b (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6c (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6d (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6e (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 6f (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 70 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 71 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 7c (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 7d (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 7e (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 (II) I810(0): Monitor0: Using hsync range of 43.89-48.51 kHz (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz (II) I810(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048). (**) I810(0): Virtual size is 1280x1024 (pitch 2048) (**) I810(0): *Built-in mode "1024x768" (==) I810(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.2.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (==) I810(0): VBE Restore workaround: enabled. (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/local/lib/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.3 (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) I810(0): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear (II) I810(0): Primary V_BIOS segment is: 0xc000 (==) I810(0): Write-combining range (0x0,0x1000) was already clear (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 16192 kB (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 (II) I810(0): Allocating at least 256 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 12288 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0x5fff000 (0x1964f000) (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x5ffb000 (0x17ff4000) (II) I810(0): Allocated 4 kB for Overlay registers at 0x5ffa000 (0x19650000). (II) I810(0): Allocated 64 kB for the scratch buffer at 0x5fea000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (EE) [drm] drmOpen failed. (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. (II) I810(0): 0x8251930: Memory at offset 0x00020000, size 12288 kBytes (II) I810(0): 0x8233a80: Memory at offset 0x05fff000, size 4 kBytes (II) I810(0): 0x8233aa0: Memory at offset 0x05ffb000, size 16 kBytes (II) I810(0): 0x8229e44: Memory at offset 0x00000000, size 128 kBytes (II) I810(0): 0x8251970: Memory at offset 0x05fea000, size 64 kBytes (II) I810(0): 0x8233ac0: Memory at offset 0x05ffa000, size 4 kBytes (==) I810(0): Write-combining range (0xd0000000,0x80000) was already clear (==) I810(0): Write-combining range (0xd8000000,0x8000000) (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) I810(0): Write-combining range (0xa0000,0x10000) was already clear (WW) I810(0): Extended BIOS function 0x5f05 failed. (II) I810(0): xf86BindGARTMemory: bind key 11 at 0x05fff000 (pgoffset 24575) (II) I810(0): xf86BindGARTMemory: bind key 12 at 0x05ffb000 (pgoffset 24571) (II) I810(0): xf86BindGARTMemory: bind key 14 at 0x05fea000 (pgoffset 24554) (II) I810(0): xf86BindGARTMemory: bind key 13 at 0x05ffa000 (pgoffset 24570) (WW) I810(0): PGTBL_ER is 0x00000049 (--) I810(0): A non-CRT device is attached to pipe B. No refresh rate overrides will be attempted. (II) I810(0): Display plane A is disabled and connected to Pipe A. (II) I810(0): Display plane B is enabled and connected to Pipe B. (II) I810(0): Enabling plane B. (II) I810(0): Display plane A is now disabled and connected to Pipe A. (II) I810(0): Display plane B is now enabled and connected to Pipe B. (II) I810(0): PIPEACONF is 0x80000000 (II) I810(0): PIPEBCONF is 0x80000000 (II) I810(0): Mode bandwidth is 47 Mpixel/s (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 Mbyte/s, 0 Mbyte/s (II) I810(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Horizontal and Vertical Lines Offscreen Pixmaps Setting up tile and stipple cache: 16 128x128 slots 4 256x256 slots (==) I810(0): Backing store disabled (==) I810(0): Silken mouse enabled (II) I810(0): Initializing HW Cursor (II) I810(0): Set up overlay video (II) I810(0): direct rendering: Failed (II) I810(0): RandR enabled, ignore the following RandR disabled message. (II) I810(0): Rotating to 0 degrees (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/psm0" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/psm0" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (**) Mouse0: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "jp106" (**) Keyboard0: XkbModel: "jp106" (**) Option "XkbLayout" "jp" (**) Keyboard0: XkbLayout: "jp" (**) Option "XkbOptions" "ctrl:swapcaps" (**) Keyboard0: XkbOptions: "ctrl:swapcaps" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 (II) Mouse0: SetupAuto: protocol is PS/2 (II) Mouse0: ps2EnableDataReporting: succeeded (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! ----Next_Part(Mon_Oct_06_12_02_45_2008_136)-- Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Xorg.0.log.intel" X.Org X Server 1.4.2 Release Date: 11 June 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT i386 Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 Build Date: 07 September 2008 05:01:02AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:34:37 2008 (==) Using config file: "/etc/xorg.conf" (==) ServerLayout "1280" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/TrueType/, /usr/local/lib/X11/fonts/bitstream-vera/, /usr/local/lib/X11/fonts/URW/, /usr/local/lib/X11/fonts/cyrillic/, /usr/local/lib/X11/fonts/local/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/local/share/X11/rgb" (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81ced80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x8000f908, mode1Res1 = 0x80000000 (WW) OS did not count PCI devices, guessing wildly (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hdr 00 (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hdr 80 (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hdr 80 (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hdr 80 (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hdr 00 (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hdr 00 (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hdr 00 (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hdr 00 (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hdr 00 (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hdr 80 (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hdr 80 (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hdr 80 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is cleared) (II) PCI-to-CardBus bridge: (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is cleared) (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0xcfef7eff (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0xcfefbfff (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x0000cf3f (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0xcfefefff (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x0000cfbf (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "i810" (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.4.2, module version = 2.4.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel$BB.(B GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43 (II) Primary Device is: PCI 00:02:0 (--) Chipset 852GM/855GM found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.1.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.4.2, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (**) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME (--) intel(0): Chipset: "852GM/855GM" (--) intel(0): Linear framebuffer at 0xD8000000 (--) intel(0): IO registers at addr 0xD0000000 (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear (II) intel(0): 2 display pipes available. (==) intel(0): Using EXA for acceleration (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) intel(0): initializing int10 (==) intel(0): Write-combining range (0xa0000,0x20000) was already clear (==) intel(0): Write-combining range (0xc0000,0x40000) was already clear (II) intel(0): Primary V_BIOS segment is: 0xc000 (==) intel(0): Write-combining range (0x0,0x1000) was already clear (II) intel(0): VESA BIOS detected (II) intel(0): VESA VBE Version 3.0 (II) intel(0): VESA VBE Total Mem: 16192 kB (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS (II) intel(0): VESA VBE OEM Software Rev: 1.0 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (==) intel(0): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c"(II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): Output LVDS has no monitor section (II) intel(0): I2C bus "LVDSDDC_C" initialized. (II) intel(0): Attempting to determine panel fixed mode. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so (II) Module sil164: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so (II) Module ch7xxx: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so (II) Module ivch: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_B" initialized. (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Loading /usr/local/lib/xorg/modules/drivers//tfp410.so (II) Module tfp410: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) intel(0): I2C bus "DVOI2C_B" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Loading /usr/local/lib/xorg/modules/drivers//ch7017.so (II) Module ch7017: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVODDC_D" removed. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): Output VGA disconnected (II) intel(0): Output LVDS connected (II) intel(0): Output LVDS using initial mode 1024x768 (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) intel(0): Monitoring connected displays enabled (II) intel(0): detected 128 kB GTT. (II) intel(0): detected 16252 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/local/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.4.2, module version = 2.2.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (II) intel(0): Comparing regs from server start up to After PreInit (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009 (WW) intel(0): PP_STATUS before: on, ready, sequencing idle (WW) intel(0): PP_STATUS after: on, ready, sequencing on (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x80000202 to 0x00000202 (WW) intel(0): PIPEBSTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS (WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) intel(0): Kernel reported 241152 total, 0 used (II) intel(0): I830CheckAvailableMemory: 964608 kB available drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (EE) [drm] drmOpen failed. (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (**) intel(0): Framebuffer compression enabled (**) intel(0): Tiling enabled (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed (Cannot allocate memory) (WW) intel(0): xf86AllocateGARTMemory: allocation of 4 pages failed (Cannot allocate memory) (WW) intel(0): Disabling HW cursor because the cursor memory allocation failed. (II) intel(0): Tiled allocation successful. (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression (II) intel(0): Page Flipping disabled (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear (==) intel(0): Write-combining range (0xd8000000,0x8000000) (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) EXA(0): Offscreen pixmap area of 25165824 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing SW Cursor! (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fdf000 (pgoffset 4063) (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x015df000 (pgoffset 5599) (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x015e0000 (pgoffset 5600) (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x015e1000 (pgoffset 5601) (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset 8192) (II) intel(0): xf86BindGARTMemory: bind key 10 at 0x03000000 (pgoffset 12288) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) (II) intel(0): 0x00fdf000: end of stolen memory (II) intel(0): 0x00fdf000-0x015defff: compressed frame buffer (6144 kB, 0x000000001fc00000 physical ) (II) intel(0): 0x015df000-0x015dffff: compressed ll buffer (4 kB, 0x0000000004f68000 physical ) (II) intel(0): 0x015e0000-0x015e0fff: Core cursor (4 kB, 0x0000000004f54000 physical ) (II) intel(0): 0x015e1000-0x015e1fff: overlay registers (4 kB, 0x000000002335b000 physical ) (II) intel(0): 0x02000000-0x02ffffff: front buffer (10240 kB) X tiled (II) intel(0): 0x03000000-0x047fffff: exa offscreen (24576 kB) (II) intel(0): 0x08000000: end of aperture (WW) intel(0): ESR is 0x00000010, page table error (WW) intel(0): PGTBL_ER is 0x00000049 (WW) intel(0): Existing errors found in hardware state. (WW) intel(0): Chosen PLL clock of 66.6 Mhz more than 2% away from desired 65.0 Mhz (II) intel(0): Selecting standard 18 bit TMDS pixel format. (II) intel(0): Output configuration: (II) intel(0): Pipe A is off (II) intel(0): Display plane B is now enabled and connected to pipe A. (WW) intel(0): Hardware claims pipe A is on while software believes it is off (WW) intel(0): Hardware claims plane A is on while software believes it is off (II) intel(0): Pipe B is on (II) intel(0): Display plane A is now enabled and connected to pipe B. (II) intel(0): Output VGA is connected to pipe none (II) intel(0): Output LVDS is connected to pipe B (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Failed (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (II) intel(0): Setting screen physical size to 270 x 203 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/psm0" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/psm0" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (**) Mouse0: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "jp106" (**) Keyboard0: XkbModel: "jp106" (**) Option "XkbLayout" "jp" (**) Keyboard0: XkbLayout: "jp" (**) Option "XkbOptions" "ctrl:swapcaps" (**) Keyboard0: XkbOptions: "ctrl:swapcaps" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 (II) Mouse0: SetupAuto: protocol is PS/2 (II) Mouse0: ps2EnableDataReporting: succeeded (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device (EE) intel(0): underrun on pipe B! (II) intel(0): xf86UnbindGARTMemory: unbind key 5 (II) intel(0): xf86UnbindGARTMemory: unbind key 6 (II) intel(0): xf86UnbindGARTMemory: unbind key 7 (II) intel(0): xf86UnbindGARTMemory: unbind key 8 (II) intel(0): xf86UnbindGARTMemory: unbind key 9 (II) intel(0): xf86UnbindGARTMemory: unbind key 10 Fatal server error: Caught signal 11. Server aborting ----Next_Part(Mon_Oct_06_12_02_45_2008_136)---- From owner-freebsd-x11@FreeBSD.ORG Mon Oct 6 05:02:26 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AFDF106568D for ; Mon, 6 Oct 2008 05:02:26 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id B78B78FC14 for ; Mon, 6 Oct 2008 05:02:25 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from [192.168.2.109] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id m96522To066162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Oct 2008 01:02:03 -0400 (EDT) (envelope-from rnoland@2hip.net) From: Robert Noland To: haro@kgt.co.jp In-Reply-To: <20081006.120245.90902473.haro@kgt.co.jp> References: <20081006.120245.90902473.haro@kgt.co.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AwIq01n3I/aZqhEPZo5u" Organization: 2Hip Networks Date: Mon, 06 Oct 2008 01:01:55 -0400 Message-Id: <1223269315.1619.81.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 05:02:26 -0000 --=-AwIq01n3I/aZqhEPZo5u Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, 2008-10-06 at 12:02 +0900, haro@kgt.co.jp wrote: > Hi list, >=20 > I've been using xf86-video-i810 driver, but as its been marked BROKEN, > I tried the new xf86-video-intel-2.4.2 to see how it works out. >=20 > But as the subject suggets, intel driver does not seem to handle the > "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, > and only capable of handling the real 1024x768 for my notebook PC. >=20 > I've attached the xorg.conf and Xorg.0.log file for i810 and intel > drivers. >=20 > Is there anyway to get things working, as par with i810, for intel > driver? >=20 > One more side note:=20 > I have to remove the drm.ko to make my X-Server working, since the > DRM updates for -current in August(?) kills my notebook completely, > and have to remove the battery and AC-adopter to make it even reboot. > IIRC, older DRM from June/July criteria used to work just fine. I'll try and let someone else address the specifics of the i810 / intel driver. As far as drm goes, it should be working reasonably well on CURRENT now. robert. > Thanks in advance, > Haro > =3D----------------------------------------------------------------------= - > _ _ Munehiro (haro) Matsuda > -|- /_\ |_|_| KGT Inc. > /|\ |_| |_|_| 2-8-8 Shinjuku, Shinjuku-ku Tokyo 160-0022, Japan > Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 >=20 > plain text document attachment (xorg.conf) > Section "ServerLayout" > Identifier "1280" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > Option "DefaultServerLayout" > EndSection >=20 > Section "ServerLayout" > Identifier "1024" > Screen 0 "Screen1" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection >=20 > Section "Files" > RgbPath "/usr/local/share/X11/rgb" > ModulePath "/usr/local/lib/xorg/modules" > FontPath "/usr/local/lib/X11/fonts/misc/" > FontPath "/usr/local/lib/X11/fonts/TTF/" > FontPath "/usr/local/lib/X11/fonts/OTF" > FontPath "/usr/local/lib/X11/fonts/CID/" > FontPath "/usr/local/lib/X11/fonts/TrueType/" > FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" > FontPath "/usr/local/lib/X11/fonts/URW/" > FontPath "/usr/local/lib/X11/fonts/cyrillic/" > FontPath "/usr/local/lib/X11/fonts/local/" > FontPath "/usr/local/lib/X11/fonts/Type1/" > FontPath "/usr/local/lib/X11/fonts/100dpi/" > FontPath "/usr/local/lib/X11/fonts/75dpi/" > EndSection >=20 > Section "Module" > Load "extmod" > Load "record" > Load "dbe" > Load "glx" > Load "GLcore" > Load "xtrap" > # Load "dri" > Load "freetype" > Load "type1" > EndSection >=20 > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "jp106" > Option "XkbLayout" "jp" > Option "XkbOptions" "ctrl:swapcaps" > EndSection >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > EndSection >=20 > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > EndSection >=20 > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines" # > #Option "Dac6Bit" # [] > #Option "DRI" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "i810" > VendorName "Intel Corporation" > BoardName "82852/855GM Integrated Graphics Device" > BusID "PCI:0:2:0" > EndSection >=20 > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultColorDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Virtual 1280 1024 > EndSubSection > EndSection >=20 > Section "Screen" > Identifier "Screen1" > Device "Card0" > Monitor "Monitor0" > DefaultColorDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 1 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > plain text document attachment (Xorg.0.log.i810) > X.Org X Server 1.4.2 > Release Date: 11 June 2008 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT i386=20 > Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT Fre= eBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.ku= bota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > Build Date: 07 September 2008 05:01:02AM > =20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:43:35 2008 > (=3D=3D) Using config file: "/etc/xorg.conf" > (=3D=3D) ServerLayout "1280" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > Entry deleted from font path. > (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/misc/,/= usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X1= 1/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75= dpi/. > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/TrueType/, > /usr/local/lib/X11/fonts/bitstream-vera/, > /usr/local/lib/X11/fonts/URW/, > /usr/local/lib/X11/fonts/cyrillic/, > /usr/local/lib/X11/fonts/local/, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/ > (**) RgbPath set to "/usr/local/share/X11/rgb" > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (II) Loader magic: 0x81ced80 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.3 > X.Org Video Driver: 2.0 > X.Org XInput driver : 2.0 > X.Org Server Extension : 0.3 > X.Org Font Renderer : 0.5 > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > (II) Module pcidata: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (II) PCI: Probing config type using method 1 > (II) PCI: Config type is 1 > (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x800000= 00 > (WW) OS did not count PCI devices, guessing wildly > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hd= r 80 > (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hd= r 00 > (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hd= r 80 > (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hd= r 80 > (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hd= r 80 > (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hd= r 80 > (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hd= r 00 > (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hd= r 00 > (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hd= r 00 > (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hd= r 01 > (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hd= r 80 > (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hd= r 00 > (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hd= r 00 > (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hd= r 00 > (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hd= r 00 > (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hd= r 00 > (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hd= r 82 > (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hd= r 82 > (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hd= r 80 > (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hd= r 80 > (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hd= r 80 > (II) PCI: End of PCI scan > (II) Intel Bridge workaround enabled > (II) Host-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) > (II) Bus 0 I/O range: > [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) Bus 0 non-prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Subtractive PCI-to-PCI bridge: > (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is clea= red) > (II) Bus 1 I/O range: > [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > (II) Bus 1 non-prefetchable memory range: > [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > (II) PCI-to-ISA bridge: > (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is s= et) > (II) PCI-to-CardBus bridge: > (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is clea= red) > (II) PCI-to-CardBus bridge: > (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is clea= red) > (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Devic= e rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Devic= e rev 2 > (II) Addressable bus resource ranges are > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) OS-reported resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Active PCI resource ranges: > [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0x= cfef7eff > (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0x= cfefbfff > (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x000= 0cf3f > (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0x= cfefefff > (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x000= 0cfbf > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) OS-reported resource ranges after removing overlaps with PCI: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) All system resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) "extmod" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dbe" will be loaded. This was enabled by default and also specified= in the config file. > (II) "glx" will be loaded. This was enabled by default and also specified= in the config file. > (II) "freetype" will be loaded. This was enabled by default and also spec= ified in the config file. > (II) "type1" will be loaded. This was enabled by default and also specifi= ed in the config file. > (II) "record" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dri" will be loaded by default. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension SHAPE > (II) Loading extension MIT-SUNDRY-NONSTANDARD > (II) Loading extension BIG-REQUESTS > (II) Loading extension SYNC > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XC-MISC > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-Misc > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension TOG-CUP > (II) Loading extension Extended-Visual-Information > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "xtrap" > (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > (II) Module xtrap: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DEC-XTRAP > (II) LoadModule: "freetype" > (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Project= " > compiled for 1.4.2, module version =3D 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font FreeType > (II) LoadModule: "type1" > (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > (II) Module type1: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.2 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font Type1 > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension XFree86-DRI > (II) LoadModule: "i810" > (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > (II) Module i810: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.7.4 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 2.0 > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.2.3 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.2.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc10= 0, > i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), > 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ > (II) Primary Device is: PCI 00:02:0 > (--) Chipset 852GM/855GM found > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) resource ranges after probing: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > (II) Setting vga for screen 0. > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "vbe" > (II) LoadModule: "vbe" > (II) Loading /usr/local/lib/xorg/modules//libvbe.so > (II) Module vbe: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.1.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 0.1.0 > ABI class: X.Org Video Driver, version 2.0 > (**) I810(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) I810(0): RGB weight 888 > (=3D=3D) I810(0): Default visual is TrueColor > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/local/lib/xorg/modules//libint10.so > (II) I810(0): initializing int10 > (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already cle= ar > (=3D=3D) I810(0): Write-combining range (0xc0000,0x40000) was already cle= ar > (II) I810(0): Primary V_BIOS segment is: 0xc000 > (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clear > (II) I810(0): VESA BIOS detected > (II) I810(0): VESA VBE Version 3.0 > (II) I810(0): VESA VBE Total Mem: 16192 kB > (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Ch= ip Accelerated VGA BIOS > (II) I810(0): VESA VBE OEM Software Rev: 1.0 > (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Gra= phics Controller > (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > (II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME > (--) I810(0): Chipset: "852GM/855GM" > (--) I810(0): Linear framebuffer at 0xD8000000 > (--) I810(0): IO registers at addr 0xD0000000 > (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was already = clear > (II) I810(0): 2 display pipes available. > (II) I810(0): detected 16252 kB stolen memory. > (II) I810(0): Kernel reported 241152 total, 0 used > (II) I810(0): I830CheckAvailableMemory: 964608 kB available > (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space > for the DRM memory manager. > (II) I810(0): Monitoring connected displays enabled > (--) I810(0): Pre-allocated VideoRAM: 16252 kByte > (=3D=3D) I810(0): VideoRAM: 65536 kByte > (=3D=3D) I810(0): video overlay key set to 0x101fe > (**) I810(0): page flipping disabled > (=3D=3D) I810(0): Using gamma correction (1.0, 1.0, 1.0) > (II) I810(0): BIOS Build: 3172 > (II) I810(0): Using new Pipe switch code > (=3D=3D) I810(0): Device Presence: disabled. > (=3D=3D) I810(0): Display Info: enabled. > (II) I810(0): Broken BIOSes cause the system to hang here. > If you encounter this problem please add=20 > Option "DisplayInfo" "FALSE" > to the Device section of your XF86Config file. > (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (7= 20,400) > (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0= ,2057) > (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, pr= esent: FALSE, size: (0,2057) > (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, prese= nt: TRUE, size: (1024,768) > (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present= : FALSE, size: (0,2057) > (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FA= LSE, size: (0,2057) > (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: F= ALSE, present: FALSE, size: (0,2057) > (II) I810(0): Display Info: LFP2 (second local flat panel): attached: FAL= SE, present: FALSE, size: (0,2057) > (II) I810(0): Size of device LFP (local flat panel) is 1024 x 768 > (II) I810(0): No active displays on Pipe A. > (II) I810(0): Currently active displays on Pipe B: > (II) I810(0): LFP (local flat panel) > (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 > (=3D=3D) I810(0): Display is using Pipe B > (--) I810(0): Maximum frambuffer space: 65368 kByte > (II) I810(0): VESA VBE PanelID read successfully > (II) I810(0): PanelID returned panel resolution : 1024x768 > (II) Loading sub module "ddc" > (II) LoadModule: "ddc"(II) Module "ddc" already built-in > f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > (II) I810(0): VESA VBE DDC not supported > (--) I810(0): A non-CRT device is attached to pipe B. > No refresh rate overrides will be attempted. > (--) I810(0): Maximum space available for video modes: 16192 kByte > Mode: 30 (640x480) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 640 > XResolution: 640 > YResolution: 480 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 8 > NumberOfBanks: 1 > MemoryModel: 4 > BankSize: 0 > NumberOfImages: 49 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 640 > BnkNumberOfImagePages: 49 > LinNumberOfImagePages: 49 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 32 (800x600) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 800 > XResolution: 800 > YResolution: 600 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 8 > NumberOfBanks: 1 > MemoryModel: 4 > BankSize: 0 > NumberOfImages: 35 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 800 > BnkNumberOfImagePages: 35 > LinNumberOfImagePages: 35 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 34 (1024x768) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 1024 > XResolution: 1024 > YResolution: 768 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 8 > NumberOfBanks: 1 > MemoryModel: 4 > BankSize: 0 > NumberOfImages: 20 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 1024 > BnkNumberOfImagePages: 20 > LinNumberOfImagePages: 20 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 38 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 3a (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 3c (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 41 (640x480) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 1280 > XResolution: 640 > YResolution: 480 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 16 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 27 > RedMaskSize: 5 > RedFieldPosition: 11 > GreenMaskSize: 6 > GreenFieldPosition: 5 > BlueMaskSize: 5 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 1280 > BnkNumberOfImagePages: 27 > LinNumberOfImagePages: 27 > LinRedMaskSize: 5 > LinRedFieldPosition: 11 > LinGreenMaskSize: 6 > LinGreenFieldPosition: 5 > LinBlueMaskSize: 5 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 43 (800x600) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 1600 > XResolution: 800 > YResolution: 600 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 16 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 15 > RedMaskSize: 5 > RedFieldPosition: 11 > GreenMaskSize: 6 > GreenFieldPosition: 5 > BlueMaskSize: 5 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 1600 > BnkNumberOfImagePages: 15 > LinNumberOfImagePages: 15 > LinRedMaskSize: 5 > LinRedFieldPosition: 11 > LinGreenMaskSize: 6 > LinGreenFieldPosition: 5 > LinBlueMaskSize: 5 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 45 (1024x768) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 2048 > XResolution: 1024 > YResolution: 768 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 16 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 9 > RedMaskSize: 5 > RedFieldPosition: 11 > GreenMaskSize: 6 > GreenFieldPosition: 5 > BlueMaskSize: 5 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 2048 > BnkNumberOfImagePages: 9 > LinNumberOfImagePages: 9 > LinRedMaskSize: 5 > LinRedFieldPosition: 11 > LinGreenMaskSize: 6 > LinGreenFieldPosition: 5 > LinBlueMaskSize: 5 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 > Mode: 49 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 4b (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 4d (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > *(II) I810(0): Not using mode "640x480" (hsync out of range) > (II) I810(0): Not using mode "640x480" (hsync out of range) > (II) I810(0): Not using mode "640x480" (hsync out of range) > (II) I810(0): Not using mode "640x480" (hsync out of range) > (II) I810(0): Not using mode "640x480" (hsync out of range) > Mode: 50 (640x480) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 2560 > XResolution: 640 > YResolution: 480 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 32 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 12 > RedMaskSize: 8 > RedFieldPosition: 16 > GreenMaskSize: 8 > GreenFieldPosition: 8 > BlueMaskSize: 8 > BlueFieldPosition: 0 > RsvdMaskSize: 8 > RsvdFieldPosition: 24 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 2560 > BnkNumberOfImagePages: 12 > LinNumberOfImagePages: 12 > LinRedMaskSize: 8 > LinRedFieldPosition: 16 > LinGreenMaskSize: 8 > LinGreenFieldPosition: 8 > LinBlueMaskSize: 8 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 8 > LinRsvdFieldPosition: 24 > MaxPixelClock: 230000000 > *(II) I810(0): Not using mode "800x600" (hsync out of range) > (II) I810(0): Not using mode "800x600" (hsync out of range) > (II) I810(0): Not using mode "800x600" (vrefresh out of range) > (II) I810(0): Not using mode "800x600" (vrefresh out of range) > (II) I810(0): Not using mode "800x600" (hsync out of range) > (II) I810(0): Not using mode "800x600" (hsync out of range) > Mode: 52 (800x600) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 3200 > XResolution: 800 > YResolution: 600 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 32 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 7 > RedMaskSize: 8 > RedFieldPosition: 16 > GreenMaskSize: 8 > GreenFieldPosition: 8 > BlueMaskSize: 8 > BlueFieldPosition: 0 > RsvdMaskSize: 8 > RsvdFieldPosition: 24 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 3200 > BnkNumberOfImagePages: 7 > LinNumberOfImagePages: 7 > LinRedMaskSize: 8 > LinRedFieldPosition: 16 > LinGreenMaskSize: 8 > LinGreenFieldPosition: 8 > LinBlueMaskSize: 8 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 8 > LinRsvdFieldPosition: 24 > MaxPixelClock: 230000000 > *(II) I810(0): Not using mode "1024x768" (hsync out of range) > (II) I810(0): Not using mode "1024x768" (hsync out of range) > (II) I810(0): Not using mode "1024x768" (hsync out of range) > Mode: 54 (1024x768) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc00070f2 > BytesPerScanline: 4096 > XResolution: 1024 > YResolution: 768 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 32 > NumberOfBanks: 1 > MemoryModel: 6 > BankSize: 0 > NumberOfImages: 4 > RedMaskSize: 8 > RedFieldPosition: 16 > GreenMaskSize: 8 > GreenFieldPosition: 8 > BlueMaskSize: 8 > BlueFieldPosition: 0 > RsvdMaskSize: 8 > RsvdFieldPosition: 24 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd8000000 > LinBytesPerScanLine: 4096 > BnkNumberOfImagePages: 4 > LinNumberOfImagePages: 4 > LinRedMaskSize: 8 > LinRedFieldPosition: 16 > LinGreenMaskSize: 8 > LinGreenFieldPosition: 8 > LinBlueMaskSize: 8 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 8 > LinRsvdFieldPosition: 24 > MaxPixelClock: 230000000 > Mode: 58 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 5a (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 5c (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 60 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 61 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 62 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 63 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 64 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 65 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 66 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 67 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 68 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 69 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6a (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6b (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6c (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6d (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6e (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 6f (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 70 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 71 (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 7c (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 7d (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > Mode: 7e (0x0) > ModeAttributes: 0x0 > WinAAttributes: 0x0 > WinBAttributes: 0x0 > WinGranularity: 0 > WinSize: 0 > WinASegment: 0x0 > WinBSegment: 0x0 > WinFuncPtr: 0x0 > BytesPerScanline: 0 > XResolution: 0 > YResolution: 0 > XCharSize: 0 > YCharSize: 0 > NumberOfPlanes: 0 > BitsPerPixel: 0 > NumberOfBanks: 0 > MemoryModel: 0 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0x0 > LinBytesPerScanLine: 0 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 0 > (II) I810(0): Monitor0: Using hsync range of 43.89-48.51 kHz > (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz > (II) I810(0): Increasing the scanline pitch to allow tiling mode (1280 ->= 2048). > (**) I810(0): Virtual size is 1280x1024 (pitch 2048) > (**) I810(0): *Built-in mode "1024x768" > (=3D=3D) I810(0): DPI set to (96, 96) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/local/lib/xorg/modules//libfb.so > (II) Module fb: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.3 > (II) Loading sub module "xaa" > (II) LoadModule: "xaa" > (II) Loading /usr/local/lib/xorg/modules//libxaa.so > (II) Module xaa: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.2.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > (=3D=3D) I810(0): VBE Restore workaround: enabled. > (II) Loading sub module "shadow" > (II) LoadModule: "shadow" > (II) Loading /usr/local/lib/xorg/modules//libshadow.so > (II) Module shadow: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.1.0 > ABI class: X.Org ANSI C Emulation, version 0.3 > (=3D=3D) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clear > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/local/lib/xorg/modules//libint10.so > (II) I810(0): initializing int10 > (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already cle= ar > (II) I810(0): Primary V_BIOS segment is: 0xc000 > (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clear > (II) I810(0): VESA BIOS detected > (II) I810(0): VESA VBE Version 3.0 > (II) I810(0): VESA VBE Total Mem: 16192 kB > (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Ch= ip Accelerated VGA BIOS > (II) I810(0): VESA VBE OEM Software Rev: 1.0 > (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Gra= phics Controller > (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 > (II) I810(0): Allocating at least 256 scanlines for pixmap cache > (II) I810(0): Initial framebuffer allocation size: 12288 kByte > (II) I810(0): Allocated 4 kB for HW cursor at 0x5fff000 (0x1964f000) > (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x5ffb000 (0x17ff40= 00) > (II) I810(0): Allocated 4 kB for Overlay registers at 0x5ffa000 (0x196500= 00). > (II) I810(0): Allocated 64 kB for the scratch buffer at 0x5fea000 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: Open failed > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: Open failed > [drm] failed to load kernel module "i915" > (EE) [drm] drmOpen failed. > (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > (II) I810(0): 0x8251930: Memory at offset 0x00020000, size 12288 kBytes > (II) I810(0): 0x8233a80: Memory at offset 0x05fff000, size 4 kBytes > (II) I810(0): 0x8233aa0: Memory at offset 0x05ffb000, size 16 kBytes > (II) I810(0): 0x8229e44: Memory at offset 0x00000000, size 128 kBytes > (II) I810(0): 0x8251970: Memory at offset 0x05fea000, size 64 kBytes > (II) I810(0): 0x8233ac0: Memory at offset 0x05ffa000, size 4 kBytes > (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was already = clear > (=3D=3D) I810(0): Write-combining range (0xd8000000,0x8000000) > (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x= 0000 > (=3D=3D) I810(0): Write-combining range (0xa0000,0x10000) was already cle= ar > (WW) I810(0): Extended BIOS function 0x5f05 failed. > (II) I810(0): xf86BindGARTMemory: bind key 11 at 0x05fff000 (pgoffset 245= 75) > (II) I810(0): xf86BindGARTMemory: bind key 12 at 0x05ffb000 (pgoffset 245= 71) > (II) I810(0): xf86BindGARTMemory: bind key 14 at 0x05fea000 (pgoffset 245= 54) > (II) I810(0): xf86BindGARTMemory: bind key 13 at 0x05ffa000 (pgoffset 245= 70) > (WW) I810(0): PGTBL_ER is 0x00000049 > (--) I810(0): A non-CRT device is attached to pipe B. > No refresh rate overrides will be attempted. > (II) I810(0): Display plane A is disabled and connected to Pipe A. > (II) I810(0): Display plane B is enabled and connected to Pipe B. > (II) I810(0): Enabling plane B. > (II) I810(0): Display plane A is now disabled and connected to Pipe A. > (II) I810(0): Display plane B is now enabled and connected to Pipe B. > (II) I810(0): PIPEACONF is 0x80000000 > (II) I810(0): PIPEBCONF is 0x80000000 > (II) I810(0): Mode bandwidth is 47 Mpixel/s > (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 Mbyte= /s, 0 Mbyte/s > (II) I810(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > 8x8 mono pattern filled rectangles > Indirect CPU to Screen color expansion > Solid Horizontal and Vertical Lines > Offscreen Pixmaps > Setting up tile and stipple cache: > 16 128x128 slots > 4 256x256 slots > (=3D=3D) I810(0): Backing store disabled > (=3D=3D) I810(0): Silken mouse enabled > (II) I810(0): Initializing HW Cursor > (II) I810(0): Set up overlay video > (II) I810(0): direct rendering: Failed > (II) I810(0): RandR enabled, ignore the following RandR disabled message. > (II) I810(0): Rotating to 0 degrees > (--) RandR disabled > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XC-APPGROUP > (II) Initializing built-in extension XAccessControlExtension > (II) Initializing built-in extension SECURITY > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension XFree86-Bigfont > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > (II) Loading sub module "GLcore" > (II) LoadModule: "GLcore" > (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > (II) Module GLcore: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > (**) Option "Protocol" "auto" > (**) Mouse0: Device: "/dev/psm0" > (**) Mouse0: Protocol: "auto" > (**) Option "CorePointer" > (**) Mouse0: always reports core events > (**) Option "Device" "/dev/psm0" > (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Mouse0: ZAxisMapping: buttons 4 and 5 > (**) Mouse0: Buttons: 9 > (**) Mouse0: Sensitivity: 1 > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "jp106" > (**) Keyboard0: XkbModel: "jp106" > (**) Option "XkbLayout" "jp" > (**) Keyboard0: XkbLayout: "jp" > (**) Option "XkbOptions" "ctrl:swapcaps" > (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) evaluating device (Keyboard0) > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) evaluating device (Mouse0) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is PS/2 > (II) Mouse0: ps2EnableDataReporting: succeeded > (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > plain text document attachment (Xorg.0.log.intel) > X.Org X Server 1.4.2 > Release Date: 11 June 2008 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT i386=20 > Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT Fre= eBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.ku= bota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > Build Date: 07 September 2008 05:01:02AM > =20 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:34:37 2008 > (=3D=3D) Using config file: "/etc/xorg.conf" > (=3D=3D) ServerLayout "1280" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > Entry deleted from font path. > (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/misc/,/= usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X1= 1/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75= dpi/. > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/TrueType/, > /usr/local/lib/X11/fonts/bitstream-vera/, > /usr/local/lib/X11/fonts/URW/, > /usr/local/lib/X11/fonts/cyrillic/, > /usr/local/lib/X11/fonts/local/, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/ > (**) RgbPath set to "/usr/local/share/X11/rgb" > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (II) Loader magic: 0x81ced80 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.3 > X.Org Video Driver: 2.0 > X.Org XInput driver : 2.0 > X.Org Server Extension : 0.3 > X.Org Font Renderer : 0.5 > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > (II) Module pcidata: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 >=20 > (II) PCI: Probing config type using method 1 > (II) PCI: Config type is 1 > (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x800000= 00 > (WW) OS did not count PCI devices, guessing wildly > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hd= r 80 > (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hd= r 00 > (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hd= r 80 > (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hd= r 80 > (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hd= r 80 > (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hd= r 80 > (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hd= r 00 > (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hd= r 00 > (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hd= r 00 > (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hd= r 01 > (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hd= r 80 > (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hd= r 00 > (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hd= r 00 > (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hd= r 00 > (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hd= r 00 > (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hd= r 00 > (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hd= r 82 > (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hd= r 82 > (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hd= r 80 > (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hd= r 80 > (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hd= r 80 > (II) PCI: End of PCI scan > (II) Intel Bridge workaround enabled > (II) Host-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) > (II) Bus 0 I/O range: > [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) Bus 0 non-prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Subtractive PCI-to-PCI bridge: > (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is clea= red) > (II) Bus 1 I/O range: > [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > (II) Bus 1 non-prefetchable memory range: > [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > (II) PCI-to-ISA bridge: > (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is s= et) > (II) PCI-to-CardBus bridge: > (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is clea= red) > (II) PCI-to-CardBus bridge: > (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is clea= red) > (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Devic= e rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Devic= e rev 2 > (II) Addressable bus resource ranges are > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) OS-reported resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Active PCI resource ranges: > [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0x= cfef7eff > (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0x= cfefbfff > (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x000= 0cf3f > (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0x= cfefefff > (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x000= 0cfbf > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) OS-reported resource ranges after removing overlaps with PCI: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) All system resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) "extmod" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dbe" will be loaded. This was enabled by default and also specified= in the config file. > (II) "glx" will be loaded. This was enabled by default and also specified= in the config file. > (II) "freetype" will be loaded. This was enabled by default and also spec= ified in the config file. > (II) "type1" will be loaded. This was enabled by default and also specifi= ed in the config file. > (II) "record" will be loaded. This was enabled by default and also specif= ied in the config file. > (II) "dri" will be loaded by default. > (II) LoadModule: "extmod" > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension SHAPE > (II) Loading extension MIT-SUNDRY-NONSTANDARD > (II) Loading extension BIG-REQUESTS > (II) Loading extension SYNC > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XC-MISC > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-Misc > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension TOG-CUP > (II) Loading extension Extended-Visual-Information > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (=3D=3D) AIGLX disabled > (II) Loading extension GLX > (II) LoadModule: "xtrap" > (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > (II) Module xtrap: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DEC-XTRAP > (II) LoadModule: "freetype" > (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Project= " > compiled for 1.4.2, module version =3D 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font FreeType > (II) LoadModule: "type1" > (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > (II) Module type1: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.2 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font Type1 > (II) LoadModule: "dri" > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension XFree86-DRI > (II) LoadModule: "i810" > (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > (II) Module i810: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 2.4.2 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 2.0 > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.2.3 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.2.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, > i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, > E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, > 965GM, 965GME/GLE, G33, Q35, Q33, > Mobile Intel=E9=80=9F GM45 Express Chipset, > Intel Integrated Graphics Device, G45/G43, Q45/Q43 > (II) Primary Device is: PCI 00:02:0 > (--) Chipset 852GM/855GM found > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > (II) resource ranges after probing: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > (II) Setting vga for screen 0. > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "vbe" > (II) LoadModule: "vbe" > (II) Loading /usr/local/lib/xorg/modules//libvbe.so > (II) Module vbe: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.1.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 0.1.0 > ABI class: X.Org Video Driver, version 2.0 > (**) intel(0): Depth 24, (--) framebuffer bpp 32 > (=3D=3D) intel(0): RGB weight 888 > (=3D=3D) intel(0): Default visual is TrueColor > (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME > (--) intel(0): Chipset: "852GM/855GM" > (--) intel(0): Linear framebuffer at 0xD8000000 > (--) intel(0): IO registers at addr 0xD0000000 > (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was already= clear > (II) intel(0): 2 display pipes available. > (=3D=3D) intel(0): Using EXA for acceleration > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/local/lib/xorg/modules//libint10.so > (II) intel(0): initializing int10 > (=3D=3D) intel(0): Write-combining range (0xa0000,0x20000) was already cl= ear > (=3D=3D) intel(0): Write-combining range (0xc0000,0x40000) was already cl= ear > (II) intel(0): Primary V_BIOS segment is: 0xc000 > (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already clear > (II) intel(0): VESA BIOS detected > (II) intel(0): VESA VBE Version 3.0 > (II) intel(0): VESA VBE Total Mem: 16192 kB > (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics C= hip Accelerated VGA BIOS > (II) intel(0): VESA VBE OEM Software Rev: 1.0 > (II) intel(0): VESA VBE OEM Vendor: Intel Corporation > (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Gr= aphics Controller > (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already clear > (II) Loading sub module "ddc" > (II) LoadModule: "ddc"(II) Module "ddc" already built-in > (II) Loading sub module "i2c" > (II) LoadModule: "i2c"(II) Module "i2c" already built-in > (II) intel(0): Output VGA using monitor section Monitor0 > (II) intel(0): I2C bus "CRTDDC_A" initialized. > (II) intel(0): Output LVDS has no monitor section > (II) intel(0): I2C bus "LVDSDDC_C" initialized. > (II) intel(0): Attempting to determine panel fixed mode. > (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. > (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > (II) intel(0): I2C bus "DVODDC_D" initialized. > (II) Loading sub module "sil164" > (II) LoadModule: "sil164" > (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so > (II) Module sil164: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) intel(0): I2C bus "DVOI2C_E" initialized. > (II) Loading sub module "ch7xxx" > (II) LoadModule: "ch7xxx" > (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so > (II) Module ch7xxx: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) intel(0): I2C bus "DVOI2C_E" removed. > (II) intel(0): I2C bus "DVOI2C_E" initialized. > (II) Loading sub module "ivch" > (II) LoadModule: "ivch" > (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so > (II) Module ivch: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) intel(0): I2C bus "DVOI2C_E" removed. > (II) intel(0): I2C bus "DVOI2C_B" initialized. > (II) Loading sub module "tfp410" > (II) LoadModule: "tfp410" > (II) Loading /usr/local/lib/xorg/modules/drivers//tfp410.so > (II) Module tfp410: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) intel(0): I2C bus "DVOI2C_B" removed. > (II) intel(0): I2C bus "DVOI2C_E" initialized. > (II) Loading sub module "ch7017" > (II) LoadModule: "ch7017" > (II) Loading /usr/local/lib/xorg/modules/drivers//ch7017.so > (II) Module ch7017: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Video Driver, version 2.0 > (II) intel(0): I2C bus "DVOI2C_E" removed. > (II) intel(0): I2C bus "DVOI2C_E" initialized. > (II) intel(0): I2C bus "DVOI2C_E" removed. > (II) intel(0): I2C bus "DVODDC_D" removed. > (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was already cl= ear > (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. > (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > (II) intel(0): Output VGA disconnected > (II) intel(0): Output LVDS connected > (II) intel(0): Output LVDS using initial mode 1024x768 > (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was already cl= ear > (II) intel(0): Monitoring connected displays enabled > (II) intel(0): detected 128 kB GTT. > (II) intel(0): detected 16252 kB stolen memory. > (=3D=3D) intel(0): video overlay key set to 0x101fe > (=3D=3D) intel(0): Will not try to enable page flipping > (=3D=3D) intel(0): Triple buffering disabled > (=3D=3D) intel(0): Intel XvMC decoder disabled > (=3D=3D) intel(0): Using gamma correction (1.0, 1.0, 1.0) > (=3D=3D) intel(0): DPI set to (96, 96) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/local/lib/xorg/modules//libfb.so > (II) Module fb: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.3 > (II) Loading sub module "exa" > (II) LoadModule: "exa" > (II) Loading /usr/local/lib/xorg/modules//libexa.so > (II) Module exa: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 2.2.0 > ABI class: X.Org Video Driver, version 2.0 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > (II) intel(0): Comparing regs from server start up to After PreInit > (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0x= d0000009 > (WW) intel(0): PP_STATUS before: on, ready, sequencing idle > (WW) intel(0): PP_STATUS after: on, ready, sequencing on > (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x80000202 to 0x= 00000202 > (WW) intel(0): PIPEBSTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS V= BLANK_INT_STATUS > (WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATU= S > (=3D=3D) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > (II) intel(0): Kernel reported 241152 total, 0 used > (II) intel(0): I830CheckAvailableMemory: 964608 kB available > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: Open failed > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: open result is -1, (No such file or directory) > drmOpenDevice: Open failed > [drm] failed to load kernel module "i915" > (EE) [drm] drmOpen failed. > (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. > (**) intel(0): Framebuffer compression enabled > (**) intel(0): Tiling enabled > (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was already= clear > (=3D=3D) intel(0): VideoRam: 131072 KB > (II) intel(0): Attempting memory allocation with tiled buffers. > (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed > (Cannot allocate memory) > (WW) intel(0): xf86AllocateGARTMemory: allocation of 4 pages failed > (Cannot allocate memory) > (WW) intel(0): Disabling HW cursor because the cursor memory allocation f= ailed. > (II) intel(0): Tiled allocation successful. > (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer co= mpression > (II) intel(0): Page Flipping disabled > (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was already= clear > (=3D=3D) intel(0): Write-combining range (0xd8000000,0x8000000) > (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0= x0000 > (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was already cl= ear > (II) EXA(0): Offscreen pixmap area of 25165824 bytes > (II) EXA(0): Driver registered support for the following operations: > (II) Solid > (II) Copy > (II) Composite (RENDER acceleration) > (=3D=3D) intel(0): Backing store disabled > (=3D=3D) intel(0): Silken mouse enabled > (II) intel(0): Initializing SW Cursor! > (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fdf000 (pgoffset 406= 3) > (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x015df000 (pgoffset 559= 9) > (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x015e0000 (pgoffset 560= 0) > (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x015e1000 (pgoffset 560= 1) > (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset 819= 2) > (II) intel(0): xf86BindGARTMemory: bind key 10 at 0x03000000 (pgoffset 12= 288) > (II) intel(0): Fixed memory allocation layout: > (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) > (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) > (II) intel(0): 0x00fdf000: end of stolen memory > (II) intel(0): 0x00fdf000-0x015defff: compressed frame buffer (6144 kB, 0= x000000001fc00000 physical > ) > (II) intel(0): 0x015df000-0x015dffff: compressed ll buffer (4 kB, 0x00000= 00004f68000 physical > ) > (II) intel(0): 0x015e0000-0x015e0fff: Core cursor (4 kB, 0x0000000004f540= 00 physical > ) > (II) intel(0): 0x015e1000-0x015e1fff: overlay registers (4 kB, 0x00000000= 2335b000 physical > ) > (II) intel(0): 0x02000000-0x02ffffff: front buffer (10240 kB) X tiled > (II) intel(0): 0x03000000-0x047fffff: exa offscreen (24576 kB) > (II) intel(0): 0x08000000: end of aperture > (WW) intel(0): ESR is 0x00000010, page table error > (WW) intel(0): PGTBL_ER is 0x00000049 > (WW) intel(0): Existing errors found in hardware state. > (WW) intel(0): Chosen PLL clock of 66.6 Mhz more than 2% away from desire= d 65.0 Mhz > (II) intel(0): Selecting standard 18 bit TMDS pixel format. > (II) intel(0): Output configuration: > (II) intel(0): Pipe A is off > (II) intel(0): Display plane B is now enabled and connected to pipe A. > (WW) intel(0): Hardware claims pipe A is on while software believes it = is off > (WW) intel(0): Hardware claims plane A is on while software believes it= is off > (II) intel(0): Pipe B is on > (II) intel(0): Display plane A is now enabled and connected to pipe B. > (II) intel(0): Output VGA is connected to pipe none > (II) intel(0): Output LVDS is connected to pipe B > (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled mes= sage. > (II) intel(0): Set up overlay video > (II) intel(0): direct rendering: Failed > (--) RandR disabled > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XC-APPGROUP > (II) Initializing built-in extension XAccessControlExtension > (II) Initializing built-in extension SECURITY > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension XFree86-Bigfont > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > (II) Loading sub module "GLcore" > (II) LoadModule: "GLcore" > (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > (II) Module GLcore: vendor=3D"X.Org Foundation" > compiled for 1.4.2, module version =3D 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > (II) intel(0): Setting screen physical size to 270 x 203 > (**) Option "Protocol" "auto" > (**) Mouse0: Device: "/dev/psm0" > (**) Mouse0: Protocol: "auto" > (**) Option "CorePointer" > (**) Mouse0: always reports core events > (**) Option "Device" "/dev/psm0" > (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Mouse0: ZAxisMapping: buttons 4 and 5 > (**) Mouse0: Buttons: 9 > (**) Mouse0: Sensitivity: 1 > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "jp106" > (**) Keyboard0: XkbModel: "jp106" > (**) Option "XkbLayout" "jp" > (**) Keyboard0: XkbLayout: "jp" > (**) Option "XkbOptions" "ctrl:swapcaps" > (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) evaluating device (Keyboard0) > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) evaluating device (Mouse0) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is PS/2 > (II) Mouse0: ps2EnableDataReporting: succeeded > (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > (EE) intel(0): underrun on pipe B! > (II) intel(0): xf86UnbindGARTMemory: unbind key 5 > (II) intel(0): xf86UnbindGARTMemory: unbind key 6 > (II) intel(0): xf86UnbindGARTMemory: unbind key 7 > (II) intel(0): xf86UnbindGARTMemory: unbind key 8 > (II) intel(0): xf86UnbindGARTMemory: unbind key 9 > (II) intel(0): xf86UnbindGARTMemory: unbind key 10 >=20 > Fatal server error: > Caught signal 11. Server aborting >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=-AwIq01n3I/aZqhEPZo5u Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkjpm8MACgkQM4TrQ4qfROPPzwCgh5e0kFMiCIuHT2K70StJ+C7Y KekAnRXWBTWKe+gMo9gm9Awes/BA+M/4 =L2Oo -----END PGP SIGNATURE----- --=-AwIq01n3I/aZqhEPZo5u-- From owner-freebsd-x11@FreeBSD.ORG Mon Oct 6 11:07:05 2008 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F8A010656A2 for ; Mon, 6 Oct 2008 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0E58FC32 for ; Mon, 6 Oct 2008 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m96B74XB035676 for ; Mon, 6 Oct 2008 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m96B74X2035672 for freebsd-x11@FreeBSD.org; Mon, 6 Oct 2008 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Oct 2008 11:07:04 GMT Message-Id: <200810061107.m96B74X2035672@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 11:07:05 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/127692 x11 x11-drivers/xf86-video-i810 o ports/127436 x11 x11/xorg: xorg randomly uses 100% CPU with Intel + KDE o ports/126904 x11 x11/xorg startx fails on driver loading for nVidia GeF o ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts o ports/125661 x11 x11/xorg: startx fails after a couple of attempts o ports/124861 x11 Keyboard problems with xorg o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in o ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122924 x11 XCreateImage fails in most recent x11/XOrg o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o ports/121360 x11 x11/xorg - Change default of ~/.xsession-errors to off o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support f ports/119091 x11 x11-drivers/xf86-video-intel 2.1.1 panics system o ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) o ports/118950 x11 x11-drivers/xf86-video-nv - xorg xf86 nv (nvidia) driv o ports/118645 x11 Xorg need realtime priority for mouse work nice o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 f ports/118217 x11 xorg doesnt find usb mouse when initiated with devd, w f ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load o ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) f ports/116603 x11 x11/xorg server 7.3 hangs up o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve s ports/115536 x11 [new port] x11/xorg-base port for a minimal X.Org inst o ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin f ports/114827 x11 Xorg server crashes when starting astro/google-earth o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI 30 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Oct 6 11:18:36 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05B11065686 for ; Mon, 6 Oct 2008 11:18:36 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id 857FC8FC0A for ; Mon, 6 Oct 2008 11:18:36 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2770622rvf.43 for ; Mon, 06 Oct 2008 04:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=s0MFsdjSDvFj95Hz7YBV9/R2IxFkBE2MwLIIOQIlmSM=; b=ao48NARxwCvgOie/TrSjkzJqDzHcLzxz25VMEl+tTIJkGjJWqY1Waz+LcMTq0S/o/j EBUrElGlutWCo8x6KqI2U5lz4z8sI6tmewrCCe2RSBMu4wevy2Kt0HDf01Ufqf2BD542 jvinNnv5ZlADlQ7lWjNpjcZAfEyouixXcmaOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Iih9Tl2+KjpcQAxFveQ/9nIQW7xvHKqSV9s9hp2OO8sEL/8116U86hSCOTRt0N/uTi nHFBw5FG+hnjm1KjeoBCzjBQZ9NWzfc5SAZUYBtGfr5ohE12dUvkAdC4BRnDfJidqtTc T81IWoZeRQH0V3iPpBCKwrc30WnRt6A+vGBp0= Received: by 10.140.143.9 with SMTP id q9mr2756250rvd.213.1223291916228; Mon, 06 Oct 2008 04:18:36 -0700 (PDT) Received: by 10.141.210.20 with HTTP; Mon, 6 Oct 2008 04:18:36 -0700 (PDT) Message-ID: <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> Date: Mon, 6 Oct 2008 13:18:36 +0200 From: "Paul B. Mahol" To: haro@kgt.co.jp In-Reply-To: <20081006.120245.90902473.haro@kgt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081006.120245.90902473.haro@kgt.co.jp> Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 11:18:36 -0000 On 10/6/08, haro@kgt.co.jp wrote: > Hi list, > > I've been using xf86-video-i810 driver, but as its been marked BROKEN, > I tried the new xf86-video-intel-2.4.2 to see how it works out. > > But as the subject suggets, intel driver does not seem to handle the > "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, > and only capable of handling the real 1024x768 for my notebook PC. It is still possible to compile and use i810 driver, just make sure that rigt version of libdrm-2.3.0 is installed (not libdrm-2.3.1), after that edit xf86-video-i810 port Makefile and remove line that contain word BROKEN. i810 is obsolete and it is possible that it will not work at all with newer Xorg servers .... DRM bug with some intel chipsets is fixed in recent CURRENT. For bugs in intel driver - contact xf86-video-intel developers. From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 01:02:14 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238B8106569D for ; Tue, 7 Oct 2008 01:02:14 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from mail02.kgt.co.jp (dmz02.kgt.co.jp [210.141.246.82]) by mx1.freebsd.org (Postfix) with ESMTP id 283318FC1C for ; Tue, 7 Oct 2008 01:02:12 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (unknown [210.141.246.71]) by mail02.kgt.co.jp (Postfix) with ESMTP id D400B3C3DD7A; Tue, 7 Oct 2008 10:02:11 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 9E13C47713; Tue, 7 Oct 2008 10:02:10 +0900 (JST) Date: Tue, 07 Oct 2008 10:02:10 +0900 (JST) Message-Id: <20081007.100210.119716585.haro@kgt.co.jp> To: rnoland@2hip.net From: haro@kgt.co.jp In-Reply-To: <1223269315.1619.81.camel@wombat.2hip.net> References: <20081006.120245.90902473.haro@kgt.co.jp> <1223269315.1619.81.camel@wombat.2hip.net> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 01:02:14 -0000 From: Robert Noland Date: Mon, 06 Oct 2008 01:01:55 -0400 ::On Mon, 2008-10-06 at 12:02 +0900, haro at kgt dot co dot jp wrote: ::> Hi list, ::> ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN, ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. ::> ::> But as the subject suggets, intel driver does not seem to handle the ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, ::> and only capable of handling the real 1024x768 for my notebook PC. ::> ::> I've attached the xorg.conf and Xorg.0.log file for i810 and intel ::> drivers. ::> ::> Is there anyway to get things working, as par with i810, for intel ::> driver? ::> ::> One more side note: ::> I have to remove the drm.ko to make my X-Server working, since the ::> DRM updates for -current in August(?) kills my notebook completely, ::> and have to remove the battery and AC-adopter to make it even reboot. ::> IIRC, older DRM from June/July criteria used to work just fine. :: ::I'll try and let someone else address the specifics of the i810 / intel ::driver. As far as drm goes, it should be working reasonably well on ::CURRENT now. :: ::robert. Robert, Thanks for heads up. I updated my -current notebook and tried the newest DRM code and older code from Oct 1st, but both didn't make any difference. Kldloading drm.ko seems fine, but starting X server and boooom it goes. :-( Is there anyway I can test the drm.ko, without using X-server? Also are there any integration mis-matches between drm.ko, libdrm and xf86-video-{intel,i860} that I should care about? Thanks, haro ::> Thanks in advance, ::> Haro ::> =----------------------------------------------------------------------- ::> _ _ Munehiro (haro) Matsuda ::> -|- /_\ |_|_| KGT Inc. ::> /|\ |_| |_|_| 2-8-8 Shinjuku, Shinjuku-ku Tokyo 160-0022, Japan ::> Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 ::> ::> plain text document attachment (xorg.conf) ::> Section "ServerLayout" ::> Identifier "1280" ::> Screen 0 "Screen0" 0 0 ::> InputDevice "Mouse0" "CorePointer" ::> InputDevice "Keyboard0" "CoreKeyboard" ::> Option "DefaultServerLayout" ::> EndSection ::> ::> Section "ServerLayout" ::> Identifier "1024" ::> Screen 0 "Screen1" 0 0 ::> InputDevice "Mouse0" "CorePointer" ::> InputDevice "Keyboard0" "CoreKeyboard" ::> EndSection ::> ::> Section "Files" ::> RgbPath "/usr/local/share/X11/rgb" ::> ModulePath "/usr/local/lib/xorg/modules" ::> FontPath "/usr/local/lib/X11/fonts/misc/" ::> FontPath "/usr/local/lib/X11/fonts/TTF/" ::> FontPath "/usr/local/lib/X11/fonts/OTF" ::> FontPath "/usr/local/lib/X11/fonts/CID/" ::> FontPath "/usr/local/lib/X11/fonts/TrueType/" ::> FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" ::> FontPath "/usr/local/lib/X11/fonts/URW/" ::> FontPath "/usr/local/lib/X11/fonts/cyrillic/" ::> FontPath "/usr/local/lib/X11/fonts/local/" ::> FontPath "/usr/local/lib/X11/fonts/Type1/" ::> FontPath "/usr/local/lib/X11/fonts/100dpi/" ::> FontPath "/usr/local/lib/X11/fonts/75dpi/" ::> EndSection ::> ::> Section "Module" ::> Load "extmod" ::> Load "record" ::> Load "dbe" ::> Load "glx" ::> Load "GLcore" ::> Load "xtrap" ::> # Load "dri" ::> Load "freetype" ::> Load "type1" ::> EndSection ::> ::> Section "InputDevice" ::> Identifier "Keyboard0" ::> Driver "kbd" ::> Option "XkbModel" "jp106" ::> Option "XkbLayout" "jp" ::> Option "XkbOptions" "ctrl:swapcaps" ::> EndSection ::> ::> Section "InputDevice" ::> Identifier "Mouse0" ::> Driver "mouse" ::> Option "Protocol" "auto" ::> Option "Device" "/dev/psm0" ::> EndSection ::> ::> Section "Monitor" ::> Identifier "Monitor0" ::> VendorName "Monitor Vendor" ::> ModelName "Monitor Model" ::> EndSection ::> ::> Section "Device" ::> ### Available Driver options are:- ::> ### Values: : integer, : float, : "True"/"False", ::> ### : "String", : " Hz/kHz/MHz" ::> ### [arg]: arg optional ::> #Option "NoAccel" # [] ::> #Option "SWcursor" # [] ::> #Option "ColorKey" # ::> #Option "CacheLines" # ::> #Option "Dac6Bit" # [] ::> #Option "DRI" # [] ::> #Option "NoDDC" # [] ::> #Option "ShowCache" # [] ::> #Option "XvMCSurfaces" # ::> #Option "PageFlip" # [] ::> Identifier "Card0" ::> Driver "i810" ::> VendorName "Intel Corporation" ::> BoardName "82852/855GM Integrated Graphics Device" ::> BusID "PCI:0:2:0" ::> EndSection ::> ::> Section "Screen" ::> Identifier "Screen0" ::> Device "Card0" ::> Monitor "Monitor0" ::> DefaultColorDepth 24 ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 24 ::> Virtual 1280 1024 ::> EndSubSection ::> EndSection ::> ::> Section "Screen" ::> Identifier "Screen1" ::> Device "Card0" ::> Monitor "Monitor0" ::> DefaultColorDepth 24 ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 24 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 1 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 4 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 8 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 15 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 16 ::> EndSubSection ::> SubSection "Display" ::> Viewport 0 0 ::> Depth 24 ::> EndSubSection ::> EndSection ::> plain text document attachment (Xorg.0.log.i810) ::> X.Org X Server 1.4.2 ::> Release Date: 11 June 2008 ::> X Protocol Version 11, Revision 0 ::> Build Operating System: FreeBSD 8.0-CURRENT i386 ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 ::> Build Date: 07 September 2008 05:01:02AM ::> ::> Before reporting problems, check http://wiki.x.org ::> to make sure that you have the latest version. ::> Module Loader present ::> Markers: (--) probed, (**) from config file, (==) default setting, ::> (++) from command line, (!!) notice, (II) informational, ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. ::> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:43:35 2008 ::> (==) Using config file: "/etc/xorg.conf" ::> (==) ServerLayout "1280" ::> (**) |-->Screen "Screen0" (0) ::> (**) | |-->Monitor "Monitor0" ::> (**) | |-->Device "Card0" ::> (**) |-->Input Device "Mouse0" ::> (**) |-->Input Device "Keyboard0" ::> (==) Automatically adding devices ::> (==) Automatically enabling devices ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. ::> Entry deleted from font path. ::> (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. ::> (**) FontPath set to: ::> /usr/local/lib/X11/fonts/misc/, ::> /usr/local/lib/X11/fonts/TTF/, ::> /usr/local/lib/X11/fonts/OTF, ::> /usr/local/lib/X11/fonts/TrueType/, ::> /usr/local/lib/X11/fonts/bitstream-vera/, ::> /usr/local/lib/X11/fonts/URW/, ::> /usr/local/lib/X11/fonts/cyrillic/, ::> /usr/local/lib/X11/fonts/local/, ::> /usr/local/lib/X11/fonts/Type1/, ::> /usr/local/lib/X11/fonts/100dpi/, ::> /usr/local/lib/X11/fonts/75dpi/, ::> /usr/local/lib/X11/fonts/misc/, ::> /usr/local/lib/X11/fonts/TTF/, ::> /usr/local/lib/X11/fonts/OTF, ::> /usr/local/lib/X11/fonts/Type1/, ::> /usr/local/lib/X11/fonts/100dpi/, ::> /usr/local/lib/X11/fonts/75dpi/ ::> (**) RgbPath set to "/usr/local/share/X11/rgb" ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" ::> (II) Loader magic: 0x81ced80 ::> (II) Module ABI versions: ::> X.Org ANSI C Emulation: 0.3 ::> X.Org Video Driver: 2.0 ::> X.Org XInput driver : 2.0 ::> X.Org Server Extension : 0.3 ::> X.Org Font Renderer : 0.5 ::> (II) Loader running on freebsd ::> (II) LoadModule: "pcidata" ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so ::> (II) Module pcidata: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (--) Using syscons driver with X support (version 2.0) ::> (--) using VT number 9 ::> ::> (II) PCI: Probing config type using method 1 ::> (II) PCI: Config type is 1 ::> (II) PCI: stages = 0x03, oldVal1 = 0x8000f908, mode1Res1 = 0x80000000 ::> (WW) OS did not count PCI devices, guessing wildly ::> (II) PCI: PCI scan (all values are in hex) ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hdr 80 ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hdr 00 ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hdr 80 ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hdr 80 ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hdr 80 ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hdr 80 ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hdr 00 ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hdr 00 ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hdr 00 ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01 ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80 ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hdr 00 ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hdr 00 ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hdr 00 ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hdr 00 ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hdr 00 ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hdr 80 ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hdr 80 ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hdr 80 ::> (II) PCI: End of PCI scan ::> (II) Intel Bridge workaround enabled ::> (II) Host-to-PCI bridge: ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) ::> (II) Bus 0 I/O range: ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] ::> (II) Bus 0 non-prefetchable memory range: ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> (II) Bus 0 prefetchable memory range: ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> (II) Subtractive PCI-to-PCI bridge: ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is cleared) ::> (II) Bus 1 I/O range: ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] ::> (II) Bus 1 non-prefetchable memory range: ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] ::> (II) PCI-to-ISA bridge: ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) ::> (II) PCI-to-CardBus bridge: ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is cleared) ::> (II) PCI-to-CardBus bridge: ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is cleared) ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2 ::> (II) Addressable bus resource ranges are ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] ::> (II) OS-reported resource ranges: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> (II) Active PCI resource ranges: ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0xcfef7eff ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0xcfefbfff ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x0000cf3f ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0xcfefefff ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x0000cfbf ::> (II) Active PCI resource ranges after removing overlaps: ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) OS-reported resource ranges after removing overlaps with PCI: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> (II) All system resource ranges: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "glx" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "type1" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "record" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "dri" will be loaded by default. ::> (II) LoadModule: "extmod" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so ::> (II) Module extmod: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension SHAPE ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD ::> (II) Loading extension BIG-REQUESTS ::> (II) Loading extension SYNC ::> (II) Loading extension MIT-SCREEN-SAVER ::> (II) Loading extension XC-MISC ::> (II) Loading extension XFree86-VidModeExtension ::> (II) Loading extension XFree86-Misc ::> (II) Loading extension XFree86-DGA ::> (II) Loading extension DPMS ::> (II) Loading extension TOG-CUP ::> (II) Loading extension Extended-Visual-Information ::> (II) Loading extension XVideo ::> (II) Loading extension XVideo-MotionCompensation ::> (II) Loading extension X-Resource ::> (II) LoadModule: "record" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so ::> (II) Module record: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.13.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension RECORD ::> (II) LoadModule: "dbe" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so ::> (II) Module dbe: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension DOUBLE-BUFFER ::> (II) LoadModule: "glx" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so ::> (II) Module glx: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (==) AIGLX disabled ::> (II) Loading extension GLX ::> (II) LoadModule: "xtrap" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so ::> (II) Module xtrap: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension DEC-XTRAP ::> (II) LoadModule: "freetype" ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so ::> (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" ::> compiled for 1.4.2, module version = 2.1.0 ::> Module class: X.Org Font Renderer ::> ABI class: X.Org Font Renderer, version 0.5 ::> (II) Loading font FreeType ::> (II) LoadModule: "type1" ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so ::> (II) Module type1: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.2 ::> Module class: X.Org Font Renderer ::> ABI class: X.Org Font Renderer, version 0.5 ::> (II) Loading font Type1 ::> (II) LoadModule: "dri" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so ::> (II) Module dri: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension XFree86-DRI ::> (II) LoadModule: "i810" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so ::> (II) Module i810: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.7.4 ::> Module class: X.Org Video Driver ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) LoadModule: "mouse" ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so ::> (II) Module mouse: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.2.3 ::> Module class: X.Org XInput Driver ::> ABI class: X.Org XInput driver, version 2.0 ::> (II) LoadModule: "kbd" ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so ::> (II) Module kbd: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.2.2 ::> Module class: X.Org XInput Driver ::> ABI class: X.Org XInput driver, version 2.0 ::> (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, ::> i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), ::> 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ ::> (II) Primary Device is: PCI 00:02:0 ::> (--) Chipset 852GM/855GM found ::> (II) resource ranges after xf86ClaimFixedResources() call: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) resource ranges after probing: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] ::> (II) Setting vga for screen 0. ::> (II) Loading sub module "int10" ::> (II) LoadModule: "int10" ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so ::> (II) Module int10: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "vbe" ::> (II) LoadModule: "vbe" ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so ::> (II) Module vbe: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.1.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "vgahw" ::> (II) LoadModule: "vgahw" ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so ::> (II) Module vgahw: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 0.1.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (**) I810(0): Depth 24, (--) framebuffer bpp 32 ::> (==) I810(0): RGB weight 888 ::> (==) I810(0): Default visual is TrueColor ::> (II) Loading sub module "int10" ::> (II) LoadModule: "int10" ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so ::> (II) I810(0): initializing int10 ::> (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear ::> (==) I810(0): Write-combining range (0xc0000,0x40000) was already clear ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 ::> (==) I810(0): Write-combining range (0x0,0x1000) was already clear ::> (II) I810(0): VESA BIOS detected ::> (II) I810(0): VESA VBE Version 3.0 ::> (II) I810(0): VESA VBE Total Mem: 16192 kB ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 ::> (II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME ::> (--) I810(0): Chipset: "852GM/855GM" ::> (--) I810(0): Linear framebuffer at 0xD8000000 ::> (--) I810(0): IO registers at addr 0xD0000000 ::> (==) I810(0): Write-combining range (0xd0000000,0x80000) was already clear ::> (II) I810(0): 2 display pipes available. ::> (II) I810(0): detected 16252 kB stolen memory. ::> (II) I810(0): Kernel reported 241152 total, 0 used ::> (II) I810(0): I830CheckAvailableMemory: 964608 kB available ::> (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space ::> for the DRM memory manager. ::> (II) I810(0): Monitoring connected displays enabled ::> (--) I810(0): Pre-allocated VideoRAM: 16252 kByte ::> (==) I810(0): VideoRAM: 65536 kByte ::> (==) I810(0): video overlay key set to 0x101fe ::> (**) I810(0): page flipping disabled ::> (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) ::> (II) I810(0): BIOS Build: 3172 ::> (II) I810(0): Using new Pipe switch code ::> (==) I810(0): Device Presence: disabled. ::> (==) I810(0): Display Info: enabled. ::> (II) I810(0): Broken BIOSes cause the system to hang here. ::> If you encounter this problem please add ::> Option "DisplayInfo" "FALSE" ::> to the Device section of your XF86Config file. ::> (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (720,400) ::> (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768) ::> (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Display Info: LFP2 (second local flat panel): attached: FALSE, present: FALSE, size: (0,2057) ::> (II) I810(0): Size of device LFP (local flat panel) is 1024 x 768 ::> (II) I810(0): No active displays on Pipe A. ::> (II) I810(0): Currently active displays on Pipe B: ::> (II) I810(0): LFP (local flat panel) ::> (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 ::> (==) I810(0): Display is using Pipe B ::> (--) I810(0): Maximum frambuffer space: 65368 kByte ::> (II) I810(0): VESA VBE PanelID read successfully ::> (II) I810(0): PanelID returned panel resolution : 1024x768 ::> (II) Loading sub module "ddc" ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! ::> (II) I810(0): VESA VBE DDC not supported ::> (--) I810(0): A non-CRT device is attached to pipe B. ::> No refresh rate overrides will be attempted. ::> (--) I810(0): Maximum space available for video modes: 16192 kByte ::> Mode: 30 (640x480) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 640 ::> XResolution: 640 ::> YResolution: 480 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 8 ::> NumberOfBanks: 1 ::> MemoryModel: 4 ::> BankSize: 0 ::> NumberOfImages: 49 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 640 ::> BnkNumberOfImagePages: 49 ::> LinNumberOfImagePages: 49 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 32 (800x600) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 800 ::> XResolution: 800 ::> YResolution: 600 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 8 ::> NumberOfBanks: 1 ::> MemoryModel: 4 ::> BankSize: 0 ::> NumberOfImages: 35 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 800 ::> BnkNumberOfImagePages: 35 ::> LinNumberOfImagePages: 35 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 34 (1024x768) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 1024 ::> XResolution: 1024 ::> YResolution: 768 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 8 ::> NumberOfBanks: 1 ::> MemoryModel: 4 ::> BankSize: 0 ::> NumberOfImages: 20 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 1024 ::> BnkNumberOfImagePages: 20 ::> LinNumberOfImagePages: 20 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 38 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 3a (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 3c (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 41 (640x480) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 1280 ::> XResolution: 640 ::> YResolution: 480 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 16 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 27 ::> RedMaskSize: 5 ::> RedFieldPosition: 11 ::> GreenMaskSize: 6 ::> GreenFieldPosition: 5 ::> BlueMaskSize: 5 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 1280 ::> BnkNumberOfImagePages: 27 ::> LinNumberOfImagePages: 27 ::> LinRedMaskSize: 5 ::> LinRedFieldPosition: 11 ::> LinGreenMaskSize: 6 ::> LinGreenFieldPosition: 5 ::> LinBlueMaskSize: 5 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 43 (800x600) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 1600 ::> XResolution: 800 ::> YResolution: 600 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 16 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 15 ::> RedMaskSize: 5 ::> RedFieldPosition: 11 ::> GreenMaskSize: 6 ::> GreenFieldPosition: 5 ::> BlueMaskSize: 5 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 1600 ::> BnkNumberOfImagePages: 15 ::> LinNumberOfImagePages: 15 ::> LinRedMaskSize: 5 ::> LinRedFieldPosition: 11 ::> LinGreenMaskSize: 6 ::> LinGreenFieldPosition: 5 ::> LinBlueMaskSize: 5 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 45 (1024x768) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 2048 ::> XResolution: 1024 ::> YResolution: 768 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 16 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 9 ::> RedMaskSize: 5 ::> RedFieldPosition: 11 ::> GreenMaskSize: 6 ::> GreenFieldPosition: 5 ::> BlueMaskSize: 5 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 2048 ::> BnkNumberOfImagePages: 9 ::> LinNumberOfImagePages: 9 ::> LinRedMaskSize: 5 ::> LinRedFieldPosition: 11 ::> LinGreenMaskSize: 6 ::> LinGreenFieldPosition: 5 ::> LinBlueMaskSize: 5 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 230000000 ::> Mode: 49 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 4b (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 4d (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> *(II) I810(0): Not using mode "640x480" (hsync out of range) ::> (II) I810(0): Not using mode "640x480" (hsync out of range) ::> (II) I810(0): Not using mode "640x480" (hsync out of range) ::> (II) I810(0): Not using mode "640x480" (hsync out of range) ::> (II) I810(0): Not using mode "640x480" (hsync out of range) ::> Mode: 50 (640x480) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 2560 ::> XResolution: 640 ::> YResolution: 480 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 32 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 12 ::> RedMaskSize: 8 ::> RedFieldPosition: 16 ::> GreenMaskSize: 8 ::> GreenFieldPosition: 8 ::> BlueMaskSize: 8 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 8 ::> RsvdFieldPosition: 24 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 2560 ::> BnkNumberOfImagePages: 12 ::> LinNumberOfImagePages: 12 ::> LinRedMaskSize: 8 ::> LinRedFieldPosition: 16 ::> LinGreenMaskSize: 8 ::> LinGreenFieldPosition: 8 ::> LinBlueMaskSize: 8 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 8 ::> LinRsvdFieldPosition: 24 ::> MaxPixelClock: 230000000 ::> *(II) I810(0): Not using mode "800x600" (hsync out of range) ::> (II) I810(0): Not using mode "800x600" (hsync out of range) ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) ::> (II) I810(0): Not using mode "800x600" (hsync out of range) ::> (II) I810(0): Not using mode "800x600" (hsync out of range) ::> Mode: 52 (800x600) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 3200 ::> XResolution: 800 ::> YResolution: 600 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 32 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 7 ::> RedMaskSize: 8 ::> RedFieldPosition: 16 ::> GreenMaskSize: 8 ::> GreenFieldPosition: 8 ::> BlueMaskSize: 8 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 8 ::> RsvdFieldPosition: 24 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 3200 ::> BnkNumberOfImagePages: 7 ::> LinNumberOfImagePages: 7 ::> LinRedMaskSize: 8 ::> LinRedFieldPosition: 16 ::> LinGreenMaskSize: 8 ::> LinGreenFieldPosition: 8 ::> LinBlueMaskSize: 8 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 8 ::> LinRsvdFieldPosition: 24 ::> MaxPixelClock: 230000000 ::> *(II) I810(0): Not using mode "1024x768" (hsync out of range) ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) ::> Mode: 54 (1024x768) ::> ModeAttributes: 0x9b ::> WinAAttributes: 0x7 ::> WinBAttributes: 0x0 ::> WinGranularity: 64 ::> WinSize: 64 ::> WinASegment: 0xa000 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0xc00070f2 ::> BytesPerScanline: 4096 ::> XResolution: 1024 ::> YResolution: 768 ::> XCharSize: 8 ::> YCharSize: 16 ::> NumberOfPlanes: 1 ::> BitsPerPixel: 32 ::> NumberOfBanks: 1 ::> MemoryModel: 6 ::> BankSize: 0 ::> NumberOfImages: 4 ::> RedMaskSize: 8 ::> RedFieldPosition: 16 ::> GreenMaskSize: 8 ::> GreenFieldPosition: 8 ::> BlueMaskSize: 8 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 8 ::> RsvdFieldPosition: 24 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0xd8000000 ::> LinBytesPerScanLine: 4096 ::> BnkNumberOfImagePages: 4 ::> LinNumberOfImagePages: 4 ::> LinRedMaskSize: 8 ::> LinRedFieldPosition: 16 ::> LinGreenMaskSize: 8 ::> LinGreenFieldPosition: 8 ::> LinBlueMaskSize: 8 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 8 ::> LinRsvdFieldPosition: 24 ::> MaxPixelClock: 230000000 ::> Mode: 58 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 5a (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 5c (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 60 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 61 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 62 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 63 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 64 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 65 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 66 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 67 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 68 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 69 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6a (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6b (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6c (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6d (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6e (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 6f (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 70 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 71 (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 7c (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 7d (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> Mode: 7e (0x0) ::> ModeAttributes: 0x0 ::> WinAAttributes: 0x0 ::> WinBAttributes: 0x0 ::> WinGranularity: 0 ::> WinSize: 0 ::> WinASegment: 0x0 ::> WinBSegment: 0x0 ::> WinFuncPtr: 0x0 ::> BytesPerScanline: 0 ::> XResolution: 0 ::> YResolution: 0 ::> XCharSize: 0 ::> YCharSize: 0 ::> NumberOfPlanes: 0 ::> BitsPerPixel: 0 ::> NumberOfBanks: 0 ::> MemoryModel: 0 ::> BankSize: 0 ::> NumberOfImages: 0 ::> RedMaskSize: 0 ::> RedFieldPosition: 0 ::> GreenMaskSize: 0 ::> GreenFieldPosition: 0 ::> BlueMaskSize: 0 ::> BlueFieldPosition: 0 ::> RsvdMaskSize: 0 ::> RsvdFieldPosition: 0 ::> DirectColorModeInfo: 0 ::> PhysBasePtr: 0x0 ::> LinBytesPerScanLine: 0 ::> BnkNumberOfImagePages: 0 ::> LinNumberOfImagePages: 0 ::> LinRedMaskSize: 0 ::> LinRedFieldPosition: 0 ::> LinGreenMaskSize: 0 ::> LinGreenFieldPosition: 0 ::> LinBlueMaskSize: 0 ::> LinBlueFieldPosition: 0 ::> LinRsvdMaskSize: 0 ::> LinRsvdFieldPosition: 0 ::> MaxPixelClock: 0 ::> (II) I810(0): Monitor0: Using hsync range of 43.89-48.51 kHz ::> (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz ::> (II) I810(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048). ::> (**) I810(0): Virtual size is 1280x1024 (pitch 2048) ::> (**) I810(0): *Built-in mode "1024x768" ::> (==) I810(0): DPI set to (96, 96) ::> (II) Loading sub module "fb" ::> (II) LoadModule: "fb" ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so ::> (II) Module fb: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org ANSI C Emulation, version 0.3 ::> (II) Loading sub module "xaa" ::> (II) LoadModule: "xaa" ::> (II) Loading /usr/local/lib/xorg/modules//libxaa.so ::> (II) Module xaa: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.2.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "ramdac" ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in ::> (==) I810(0): VBE Restore workaround: enabled. ::> (II) Loading sub module "shadow" ::> (II) LoadModule: "shadow" ::> (II) Loading /usr/local/lib/xorg/modules//libshadow.so ::> (II) Module shadow: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.1.0 ::> ABI class: X.Org ANSI C Emulation, version 0.3 ::> (==) Depth 24 pixmap format is 32 bpp ::> (II) do I need RAC? No, I don't. ::> (II) resource ranges after preInit: ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) ::> (==) I810(0): Write-combining range (0x0,0x1000) was already clear ::> (II) Loading sub module "int10" ::> (II) LoadModule: "int10" ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so ::> (II) I810(0): initializing int10 ::> (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 ::> (==) I810(0): Write-combining range (0x0,0x1000) was already clear ::> (II) I810(0): VESA BIOS detected ::> (II) I810(0): VESA VBE Version 3.0 ::> (II) I810(0): VESA VBE Total Mem: 16192 kB ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 ::> (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 ::> (II) I810(0): Allocating at least 256 scanlines for pixmap cache ::> (II) I810(0): Initial framebuffer allocation size: 12288 kByte ::> (II) I810(0): Allocated 4 kB for HW cursor at 0x5fff000 (0x1964f000) ::> (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x5ffb000 (0x17ff4000) ::> (II) I810(0): Allocated 4 kB for Overlay registers at 0x5ffa000 (0x19650000). ::> (II) I810(0): Allocated 64 kB for the scratch buffer at 0x5fea000 ::> drmOpenDevice: node name is /dev/dri/card0 ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: Open failed ::> drmOpenDevice: node name is /dev/dri/card0 ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: Open failed ::> [drm] failed to load kernel module "i915" ::> (EE) [drm] drmOpen failed. ::> (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. ::> (II) I810(0): 0x8251930: Memory at offset 0x00020000, size 12288 kBytes ::> (II) I810(0): 0x8233a80: Memory at offset 0x05fff000, size 4 kBytes ::> (II) I810(0): 0x8233aa0: Memory at offset 0x05ffb000, size 16 kBytes ::> (II) I810(0): 0x8229e44: Memory at offset 0x00000000, size 128 kBytes ::> (II) I810(0): 0x8251970: Memory at offset 0x05fea000, size 64 kBytes ::> (II) I810(0): 0x8233ac0: Memory at offset 0x05ffa000, size 4 kBytes ::> (==) I810(0): Write-combining range (0xd0000000,0x80000) was already clear ::> (==) I810(0): Write-combining range (0xd8000000,0x8000000) ::> (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 ::> (==) I810(0): Write-combining range (0xa0000,0x10000) was already clear ::> (WW) I810(0): Extended BIOS function 0x5f05 failed. ::> (II) I810(0): xf86BindGARTMemory: bind key 11 at 0x05fff000 (pgoffset 24575) ::> (II) I810(0): xf86BindGARTMemory: bind key 12 at 0x05ffb000 (pgoffset 24571) ::> (II) I810(0): xf86BindGARTMemory: bind key 14 at 0x05fea000 (pgoffset 24554) ::> (II) I810(0): xf86BindGARTMemory: bind key 13 at 0x05ffa000 (pgoffset 24570) ::> (WW) I810(0): PGTBL_ER is 0x00000049 ::> (--) I810(0): A non-CRT device is attached to pipe B. ::> No refresh rate overrides will be attempted. ::> (II) I810(0): Display plane A is disabled and connected to Pipe A. ::> (II) I810(0): Display plane B is enabled and connected to Pipe B. ::> (II) I810(0): Enabling plane B. ::> (II) I810(0): Display plane A is now disabled and connected to Pipe A. ::> (II) I810(0): Display plane B is now enabled and connected to Pipe B. ::> (II) I810(0): PIPEACONF is 0x80000000 ::> (II) I810(0): PIPEBCONF is 0x80000000 ::> (II) I810(0): Mode bandwidth is 47 Mpixel/s ::> (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 Mbyte/s, 0 Mbyte/s ::> (II) I810(0): Using XFree86 Acceleration Architecture (XAA) ::> Screen to screen bit blits ::> Solid filled rectangles ::> 8x8 mono pattern filled rectangles ::> Indirect CPU to Screen color expansion ::> Solid Horizontal and Vertical Lines ::> Offscreen Pixmaps ::> Setting up tile and stipple cache: ::> 16 128x128 slots ::> 4 256x256 slots ::> (==) I810(0): Backing store disabled ::> (==) I810(0): Silken mouse enabled ::> (II) I810(0): Initializing HW Cursor ::> (II) I810(0): Set up overlay video ::> (II) I810(0): direct rendering: Failed ::> (II) I810(0): RandR enabled, ignore the following RandR disabled message. ::> (II) I810(0): Rotating to 0 degrees ::> (--) RandR disabled ::> (II) Initializing built-in extension MIT-SHM ::> (II) Initializing built-in extension XInputExtension ::> (II) Initializing built-in extension XTEST ::> (II) Initializing built-in extension XKEYBOARD ::> (II) Initializing built-in extension XC-APPGROUP ::> (II) Initializing built-in extension XAccessControlExtension ::> (II) Initializing built-in extension SECURITY ::> (II) Initializing built-in extension XINERAMA ::> (II) Initializing built-in extension XFIXES ::> (II) Initializing built-in extension XFree86-Bigfont ::> (II) Initializing built-in extension RENDER ::> (II) Initializing built-in extension RANDR ::> (II) Initializing built-in extension COMPOSITE ::> (II) Initializing built-in extension DAMAGE ::> (II) Initializing built-in extension XEVIE ::> (II) Loading sub module "GLcore" ::> (II) LoadModule: "GLcore" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so ::> (II) Module GLcore: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 ::> (**) Option "Protocol" "auto" ::> (**) Mouse0: Device: "/dev/psm0" ::> (**) Mouse0: Protocol: "auto" ::> (**) Option "CorePointer" ::> (**) Mouse0: always reports core events ::> (**) Option "Device" "/dev/psm0" ::> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 ::> (**) Mouse0: Buttons: 9 ::> (**) Mouse0: Sensitivity: 1 ::> (**) Option "CoreKeyboard" ::> (**) Keyboard0: always reports core events ::> (**) Option "Protocol" "standard" ::> (**) Keyboard0: Protocol: standard ::> (**) Option "AutoRepeat" "500 30" ::> (**) Option "XkbRules" "xorg" ::> (**) Keyboard0: XkbRules: "xorg" ::> (**) Option "XkbModel" "jp106" ::> (**) Keyboard0: XkbModel: "jp106" ::> (**) Option "XkbLayout" "jp" ::> (**) Keyboard0: XkbLayout: "jp" ::> (**) Option "XkbOptions" "ctrl:swapcaps" ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" ::> (**) Option "CustomKeycodes" "off" ::> (**) Keyboard0: CustomKeycodes disabled ::> (II) evaluating device (Keyboard0) ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) ::> (II) evaluating device (Mouse0) ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 ::> (II) Mouse0: SetupAuto: protocol is PS/2 ::> (II) Mouse0: ps2EnableDataReporting: succeeded ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! ::> plain text document attachment (Xorg.0.log.intel) ::> X.Org X Server 1.4.2 ::> Release Date: 11 June 2008 ::> X Protocol Version 11, Revision 0 ::> Build Operating System: FreeBSD 8.0-CURRENT i386 ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.ttr.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 ::> Build Date: 07 September 2008 05:01:02AM ::> ::> Before reporting problems, check http://wiki.x.org ::> to make sure that you have the latest version. ::> Module Loader present ::> Markers: (--) probed, (**) from config file, (==) default setting, ::> (++) from command line, (!!) notice, (II) informational, ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. ::> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:34:37 2008 ::> (==) Using config file: "/etc/xorg.conf" ::> (==) ServerLayout "1280" ::> (**) |-->Screen "Screen0" (0) ::> (**) | |-->Monitor "Monitor0" ::> (**) | |-->Device "Card0" ::> (**) |-->Input Device "Mouse0" ::> (**) |-->Input Device "Keyboard0" ::> (==) Automatically adding devices ::> (==) Automatically enabling devices ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. ::> Entry deleted from font path. ::> (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. ::> (**) FontPath set to: ::> /usr/local/lib/X11/fonts/misc/, ::> /usr/local/lib/X11/fonts/TTF/, ::> /usr/local/lib/X11/fonts/OTF, ::> /usr/local/lib/X11/fonts/TrueType/, ::> /usr/local/lib/X11/fonts/bitstream-vera/, ::> /usr/local/lib/X11/fonts/URW/, ::> /usr/local/lib/X11/fonts/cyrillic/, ::> /usr/local/lib/X11/fonts/local/, ::> /usr/local/lib/X11/fonts/Type1/, ::> /usr/local/lib/X11/fonts/100dpi/, ::> /usr/local/lib/X11/fonts/75dpi/, ::> /usr/local/lib/X11/fonts/misc/, ::> /usr/local/lib/X11/fonts/TTF/, ::> /usr/local/lib/X11/fonts/OTF, ::> /usr/local/lib/X11/fonts/Type1/, ::> /usr/local/lib/X11/fonts/100dpi/, ::> /usr/local/lib/X11/fonts/75dpi/ ::> (**) RgbPath set to "/usr/local/share/X11/rgb" ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" ::> (II) Loader magic: 0x81ced80 ::> (II) Module ABI versions: ::> X.Org ANSI C Emulation: 0.3 ::> X.Org Video Driver: 2.0 ::> X.Org XInput driver : 2.0 ::> X.Org Server Extension : 0.3 ::> X.Org Font Renderer : 0.5 ::> (II) Loader running on freebsd ::> (II) LoadModule: "pcidata" ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so ::> (II) Module pcidata: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (--) Using syscons driver with X support (version 2.0) ::> (--) using VT number 9 ::> ::> (II) PCI: Probing config type using method 1 ::> (II) PCI: Config type is 1 ::> (II) PCI: stages = 0x03, oldVal1 = 0x8000f908, mode1Res1 = 0x80000000 ::> (WW) OS did not count PCI devices, guessing wildly ::> (II) PCI: PCI scan (all values are in hex) ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,00 hdr 80 ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,00 hdr 00 ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,00 hdr 80 ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,00 hdr 80 ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,00 hdr 80 ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hdr 80 ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hdr 00 ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,00 hdr 00 ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hdr 00 ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01 ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80 ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hdr 00 ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,00 hdr 00 ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hdr 00 ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hdr 00 ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hdr 00 ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82 ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,10 hdr 80 ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,00 hdr 80 ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,01 hdr 80 ::> (II) PCI: End of PCI scan ::> (II) Intel Bridge workaround enabled ::> (II) Host-to-PCI bridge: ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) ::> (II) Bus 0 I/O range: ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] ::> (II) Bus 0 non-prefetchable memory range: ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> (II) Bus 0 prefetchable memory range: ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> (II) Subtractive PCI-to-PCI bridge: ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is cleared) ::> (II) Bus 1 I/O range: ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] ::> (II) Bus 1 non-prefetchable memory range: ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] ::> (II) PCI-to-ISA bridge: ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) ::> (II) PCI-to-CardBus bridge: ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is cleared) ::> (II) PCI-to-CardBus bridge: ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is cleared) ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2 ::> (II) Addressable bus resource ranges are ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] ::> (II) OS-reported resource ranges: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> (II) Active PCI resource ranges: ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff to 0xcfef7eff ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff to 0xcfefbfff ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0x0000cf3f ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff to 0xcfefefff ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0x0000cfbf ::> (II) Active PCI resource ranges after removing overlaps: ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) OS-reported resource ranges after removing overlaps with PCI: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> (II) All system resource ranges: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "glx" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "type1" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "record" will be loaded. This was enabled by default and also specified in the config file. ::> (II) "dri" will be loaded by default. ::> (II) LoadModule: "extmod" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so ::> (II) Module extmod: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension SHAPE ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD ::> (II) Loading extension BIG-REQUESTS ::> (II) Loading extension SYNC ::> (II) Loading extension MIT-SCREEN-SAVER ::> (II) Loading extension XC-MISC ::> (II) Loading extension XFree86-VidModeExtension ::> (II) Loading extension XFree86-Misc ::> (II) Loading extension XFree86-DGA ::> (II) Loading extension DPMS ::> (II) Loading extension TOG-CUP ::> (II) Loading extension Extended-Visual-Information ::> (II) Loading extension XVideo ::> (II) Loading extension XVideo-MotionCompensation ::> (II) Loading extension X-Resource ::> (II) LoadModule: "record" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so ::> (II) Module record: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.13.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension RECORD ::> (II) LoadModule: "dbe" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so ::> (II) Module dbe: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension DOUBLE-BUFFER ::> (II) LoadModule: "glx" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so ::> (II) Module glx: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (==) AIGLX disabled ::> (II) Loading extension GLX ::> (II) LoadModule: "xtrap" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so ::> (II) Module xtrap: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> Module class: X.Org Server Extension ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension DEC-XTRAP ::> (II) LoadModule: "freetype" ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so ::> (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" ::> compiled for 1.4.2, module version = 2.1.0 ::> Module class: X.Org Font Renderer ::> ABI class: X.Org Font Renderer, version 0.5 ::> (II) Loading font FreeType ::> (II) LoadModule: "type1" ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so ::> (II) Module type1: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.2 ::> Module class: X.Org Font Renderer ::> ABI class: X.Org Font Renderer, version 0.5 ::> (II) Loading font Type1 ::> (II) LoadModule: "dri" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so ::> (II) Module dri: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) Loading extension XFree86-DRI ::> (II) LoadModule: "i810" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so ::> (II) Module i810: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 2.4.2 ::> Module class: X.Org Video Driver ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) LoadModule: "mouse" ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so ::> (II) Module mouse: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.2.3 ::> Module class: X.Org XInput Driver ::> ABI class: X.Org XInput driver, version 2.0 ::> (II) LoadModule: "kbd" ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so ::> (II) Module kbd: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.2.2 ::> Module class: X.Org XInput Driver ::> ABI class: X.Org XInput driver, version 2.0 ::> (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, ::> i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, ::> E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, ::> 965GM, 965GME/GLE, G33, Q35, Q33, ::> Mobile Intel$BB.(B GM45 Express Chipset, ::> Intel Integrated Graphics Device, G45/G43, Q45/Q43 ::> (II) Primary Device is: PCI 00:02:0 ::> (--) Chipset 852GM/855GM found ::> (II) resource ranges after xf86ClaimFixedResources() call: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> (II) resource ranges after probing: ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] ::> (II) Setting vga for screen 0. ::> (II) Loading sub module "int10" ::> (II) LoadModule: "int10" ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so ::> (II) Module int10: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "vbe" ::> (II) LoadModule: "vbe" ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so ::> (II) Module vbe: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.1.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "vgahw" ::> (II) LoadModule: "vgahw" ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so ::> (II) Module vgahw: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 0.1.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (**) intel(0): Depth 24, (--) framebuffer bpp 32 ::> (==) intel(0): RGB weight 888 ::> (==) intel(0): Default visual is TrueColor ::> (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME ::> (--) intel(0): Chipset: "852GM/855GM" ::> (--) intel(0): Linear framebuffer at 0xD8000000 ::> (--) intel(0): IO registers at addr 0xD0000000 ::> (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear ::> (II) intel(0): 2 display pipes available. ::> (==) intel(0): Using EXA for acceleration ::> (II) Loading sub module "int10" ::> (II) LoadModule: "int10" ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so ::> (II) intel(0): initializing int10 ::> (==) intel(0): Write-combining range (0xa0000,0x20000) was already clear ::> (==) intel(0): Write-combining range (0xc0000,0x40000) was already clear ::> (II) intel(0): Primary V_BIOS segment is: 0xc000 ::> (==) intel(0): Write-combining range (0x0,0x1000) was already clear ::> (II) intel(0): VESA BIOS detected ::> (II) intel(0): VESA VBE Version 3.0 ::> (II) intel(0): VESA VBE Total Mem: 16192 kB ::> (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS ::> (II) intel(0): VESA VBE OEM Software Rev: 1.0 ::> (II) intel(0): VESA VBE OEM Vendor: Intel Corporation ::> (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller ::> (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 ::> (==) intel(0): Write-combining range (0x0,0x1000) was already clear ::> (II) Loading sub module "ddc" ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in ::> (II) Loading sub module "i2c" ::> (II) LoadModule: "i2c"(II) Module "i2c" already built-in ::> (II) intel(0): Output VGA using monitor section Monitor0 ::> (II) intel(0): I2C bus "CRTDDC_A" initialized. ::> (II) intel(0): Output LVDS has no monitor section ::> (II) intel(0): I2C bus "LVDSDDC_C" initialized. ::> (II) intel(0): Attempting to determine panel fixed mode. ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. ::> (II) intel(0): I2C bus "DVODDC_D" initialized. ::> (II) Loading sub module "sil164" ::> (II) LoadModule: "sil164" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so ::> (II) Module sil164: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. ::> (II) Loading sub module "ch7xxx" ::> (II) LoadModule: "ch7xxx" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so ::> (II) Module ch7xxx: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) intel(0): I2C bus "DVOI2C_E" removed. ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. ::> (II) Loading sub module "ivch" ::> (II) LoadModule: "ivch" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so ::> (II) Module ivch: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) intel(0): I2C bus "DVOI2C_E" removed. ::> (II) intel(0): I2C bus "DVOI2C_B" initialized. ::> (II) Loading sub module "tfp410" ::> (II) LoadModule: "tfp410" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//tfp410.so ::> (II) Module tfp410: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) intel(0): I2C bus "DVOI2C_B" removed. ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. ::> (II) Loading sub module "ch7017" ::> (II) LoadModule: "ch7017" ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7017.so ::> (II) Module ch7017: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) intel(0): I2C bus "DVOI2C_E" removed. ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. ::> (II) intel(0): I2C bus "DVOI2C_E" removed. ::> (II) intel(0): I2C bus "DVODDC_D" removed. ::> (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. ::> (II) intel(0): Output VGA disconnected ::> (II) intel(0): Output LVDS connected ::> (II) intel(0): Output LVDS using initial mode 1024x768 ::> (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear ::> (II) intel(0): Monitoring connected displays enabled ::> (II) intel(0): detected 128 kB GTT. ::> (II) intel(0): detected 16252 kB stolen memory. ::> (==) intel(0): video overlay key set to 0x101fe ::> (==) intel(0): Will not try to enable page flipping ::> (==) intel(0): Triple buffering disabled ::> (==) intel(0): Intel XvMC decoder disabled ::> (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) ::> (==) intel(0): DPI set to (96, 96) ::> (II) Loading sub module "fb" ::> (II) LoadModule: "fb" ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so ::> (II) Module fb: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org ANSI C Emulation, version 0.3 ::> (II) Loading sub module "exa" ::> (II) LoadModule: "exa" ::> (II) Loading /usr/local/lib/xorg/modules//libexa.so ::> (II) Module exa: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 2.2.0 ::> ABI class: X.Org Video Driver, version 2.0 ::> (II) Loading sub module "ramdac" ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in ::> (II) intel(0): Comparing regs from server start up to After PreInit ::> (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009 ::> (WW) intel(0): PP_STATUS before: on, ready, sequencing idle ::> (WW) intel(0): PP_STATUS after: on, ready, sequencing on ::> (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x80000202 to 0x00000202 ::> (WW) intel(0): PIPEBSTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS ::> (WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS ::> (==) Depth 24 pixmap format is 32 bpp ::> (II) do I need RAC? No, I don't. ::> (II) resource ranges after preInit: ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) ::> (II) intel(0): Kernel reported 241152 total, 0 used ::> (II) intel(0): I830CheckAvailableMemory: 964608 kB available ::> drmOpenDevice: node name is /dev/dri/card0 ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: Open failed ::> drmOpenDevice: node name is /dev/dri/card0 ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: open result is -1, (No such file or directory) ::> drmOpenDevice: Open failed ::> [drm] failed to load kernel module "i915" ::> (EE) [drm] drmOpen failed. ::> (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. ::> (**) intel(0): Framebuffer compression enabled ::> (**) intel(0): Tiling enabled ::> (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear ::> (==) intel(0): VideoRam: 131072 KB ::> (II) intel(0): Attempting memory allocation with tiled buffers. ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed ::> (Cannot allocate memory) ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 4 pages failed ::> (Cannot allocate memory) ::> (WW) intel(0): Disabling HW cursor because the cursor memory allocation failed. ::> (II) intel(0): Tiled allocation successful. ::> (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression ::> (II) intel(0): Page Flipping disabled ::> (==) intel(0): Write-combining range (0xd0000000,0x80000) was already clear ::> (==) intel(0): Write-combining range (0xd8000000,0x8000000) ::> (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 ::> (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear ::> (II) EXA(0): Offscreen pixmap area of 25165824 bytes ::> (II) EXA(0): Driver registered support for the following operations: ::> (II) Solid ::> (II) Copy ::> (II) Composite (RENDER acceleration) ::> (==) intel(0): Backing store disabled ::> (==) intel(0): Silken mouse enabled ::> (II) intel(0): Initializing SW Cursor! ::> (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fdf000 (pgoffset 4063) ::> (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x015df000 (pgoffset 5599) ::> (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x015e0000 (pgoffset 5600) ::> (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x015e1000 (pgoffset 5601) ::> (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset 8192) ::> (II) intel(0): xf86BindGARTMemory: bind key 10 at 0x03000000 (pgoffset 12288) ::> (II) intel(0): Fixed memory allocation layout: ::> (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) ::> (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) ::> (II) intel(0): 0x00fdf000: end of stolen memory ::> (II) intel(0): 0x00fdf000-0x015defff: compressed frame buffer (6144 kB, 0x000000001fc00000 physical ::> ) ::> (II) intel(0): 0x015df000-0x015dffff: compressed ll buffer (4 kB, 0x0000000004f68000 physical ::> ) ::> (II) intel(0): 0x015e0000-0x015e0fff: Core cursor (4 kB, 0x0000000004f54000 physical ::> ) ::> (II) intel(0): 0x015e1000-0x015e1fff: overlay registers (4 kB, 0x000000002335b000 physical ::> ) ::> (II) intel(0): 0x02000000-0x02ffffff: front buffer (10240 kB) X tiled ::> (II) intel(0): 0x03000000-0x047fffff: exa offscreen (24576 kB) ::> (II) intel(0): 0x08000000: end of aperture ::> (WW) intel(0): ESR is 0x00000010, page table error ::> (WW) intel(0): PGTBL_ER is 0x00000049 ::> (WW) intel(0): Existing errors found in hardware state. ::> (WW) intel(0): Chosen PLL clock of 66.6 Mhz more than 2% away from desired 65.0 Mhz ::> (II) intel(0): Selecting standard 18 bit TMDS pixel format. ::> (II) intel(0): Output configuration: ::> (II) intel(0): Pipe A is off ::> (II) intel(0): Display plane B is now enabled and connected to pipe A. ::> (WW) intel(0): Hardware claims pipe A is on while software believes it is off ::> (WW) intel(0): Hardware claims plane A is on while software believes it is off ::> (II) intel(0): Pipe B is on ::> (II) intel(0): Display plane A is now enabled and connected to pipe B. ::> (II) intel(0): Output VGA is connected to pipe none ::> (II) intel(0): Output LVDS is connected to pipe B ::> (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. ::> (II) intel(0): Set up overlay video ::> (II) intel(0): direct rendering: Failed ::> (--) RandR disabled ::> (II) Initializing built-in extension MIT-SHM ::> (II) Initializing built-in extension XInputExtension ::> (II) Initializing built-in extension XTEST ::> (II) Initializing built-in extension XKEYBOARD ::> (II) Initializing built-in extension XC-APPGROUP ::> (II) Initializing built-in extension XAccessControlExtension ::> (II) Initializing built-in extension SECURITY ::> (II) Initializing built-in extension XINERAMA ::> (II) Initializing built-in extension XFIXES ::> (II) Initializing built-in extension XFree86-Bigfont ::> (II) Initializing built-in extension RENDER ::> (II) Initializing built-in extension RANDR ::> (II) Initializing built-in extension COMPOSITE ::> (II) Initializing built-in extension DAMAGE ::> (II) Initializing built-in extension XEVIE ::> (II) Loading sub module "GLcore" ::> (II) LoadModule: "GLcore" ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so ::> (II) Module GLcore: vendor="X.Org Foundation" ::> compiled for 1.4.2, module version = 1.0.0 ::> ABI class: X.Org Server Extension, version 0.3 ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 ::> (II) intel(0): Setting screen physical size to 270 x 203 ::> (**) Option "Protocol" "auto" ::> (**) Mouse0: Device: "/dev/psm0" ::> (**) Mouse0: Protocol: "auto" ::> (**) Option "CorePointer" ::> (**) Mouse0: always reports core events ::> (**) Option "Device" "/dev/psm0" ::> (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 ::> (**) Mouse0: Buttons: 9 ::> (**) Mouse0: Sensitivity: 1 ::> (**) Option "CoreKeyboard" ::> (**) Keyboard0: always reports core events ::> (**) Option "Protocol" "standard" ::> (**) Keyboard0: Protocol: standard ::> (**) Option "AutoRepeat" "500 30" ::> (**) Option "XkbRules" "xorg" ::> (**) Keyboard0: XkbRules: "xorg" ::> (**) Option "XkbModel" "jp106" ::> (**) Keyboard0: XkbModel: "jp106" ::> (**) Option "XkbLayout" "jp" ::> (**) Keyboard0: XkbLayout: "jp" ::> (**) Option "XkbOptions" "ctrl:swapcaps" ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" ::> (**) Option "CustomKeycodes" "off" ::> (**) Keyboard0: CustomKeycodes disabled ::> (II) evaluating device (Keyboard0) ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) ::> (II) evaluating device (Mouse0) ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 ::> (II) Mouse0: SetupAuto: protocol is PS/2 ::> (II) Mouse0: ps2EnableDataReporting: succeeded ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device ::> (EE) intel(0): underrun on pipe B! ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 5 ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 6 ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 7 ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 8 ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 9 ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 10 ::> ::> Fatal server error: ::> Caught signal 11. Server aborting ::> ::> _______________________________________________ ::> freebsd-x11@freebsd.org mailing list ::> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 ::> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 01:11:27 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92CAA1065692 for ; Tue, 7 Oct 2008 01:11:27 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from mail02.kgt.co.jp (dmz02.kgt.co.jp [210.141.246.82]) by mx1.freebsd.org (Postfix) with ESMTP id 62C428FC27 for ; Tue, 7 Oct 2008 01:11:27 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (unknown [210.141.246.71]) by mail02.kgt.co.jp (Postfix) with ESMTP id EBCAB3C3D207; Tue, 7 Oct 2008 10:11:26 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id CB52047711; Tue, 7 Oct 2008 10:11:26 +0900 (JST) Date: Tue, 07 Oct 2008 10:11:26 +0900 (JST) Message-Id: <20081007.101126.17412019.haro@kgt.co.jp> To: onemda@gmail.com From: haro@kgt.co.jp In-Reply-To: <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> References: <20081006.120245.90902473.haro@kgt.co.jp> <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 01:11:27 -0000 From: "Paul B. Mahol" Date: Mon, 6 Oct 2008 13:18:36 +0200 ::On 10/6/08, haro@kgt.co.jp wrote: ::> Hi list, ::> ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN, ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. ::> ::> But as the subject suggets, intel driver does not seem to handle the ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, ::> and only capable of handling the real 1024x768 for my notebook PC. :: ::It is still possible to compile and use i810 driver, just make sure that rigt version of libdrm-2.3.0 is installed (not libdrm-2.3.1), after that edit xf86-video-i810 port Makefile and remove line that contain word BROKEN. :: ::i810 is obsolete and it is possible that it will not work at all with newer Xorg servers .... :: ::DRM bug with some intel chipsets is fixed in recent CURRENT. :: ::For bugs in intel driver - contact xf86-video-intel developers. Hi Paul, I reverted to libdrm-2.3.0 and was able to compile xf86-video-i810 port. Xf86-video-i810 seems to work again with X-server. Thanks for the tip. I'll contact the xf86-video-intel developers to see what can be done. Thanks, Haro From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 02:25:23 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AE5C1065693 for ; Tue, 7 Oct 2008 02:25:23 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 91FB78FC12 for ; Tue, 7 Oct 2008 02:25:22 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.109] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id m972Oo4K079310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Oct 2008 22:24:50 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: haro@kgt.co.jp In-Reply-To: <20081007.100210.119716585.haro@kgt.co.jp> References: <20081006.120245.90902473.haro@kgt.co.jp> <1223269315.1619.81.camel@wombat.2hip.net> <20081007.100210.119716585.haro@kgt.co.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Jj29KjBD4hp1eW0WgavR" Organization: FreeBSD Date: Mon, 06 Oct 2008 22:24:43 -0400 Message-Id: <1223346283.1749.9.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 02:25:23 -0000 --=-Jj29KjBD4hp1eW0WgavR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, 2008-10-07 at 10:02 +0900, haro@kgt.co.jp wrote: > From: Robert Noland > Date: Mon, 06 Oct 2008 01:01:55 -0400 > ::On Mon, 2008-10-06 at 12:02 +0900, haro at kgt dot co dot jp wrote: > ::> Hi list, > ::>=20 > ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN= , > ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. > ::>=20 > ::> But as the subject suggets, intel driver does not seem to handle the > ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i8= 10, > ::> and only capable of handling the real 1024x768 for my notebook PC. > ::>=20 > ::> I've attached the xorg.conf and Xorg.0.log file for i810 and intel > ::> drivers. > ::>=20 > ::> Is there anyway to get things working, as par with i810, for intel > ::> driver? > ::>=20 > ::> One more side note:=20 > ::> I have to remove the drm.ko to make my X-Server working, since the > ::> DRM updates for -current in August(?) kills my notebook completely, > ::> and have to remove the battery and AC-adopter to make it even reboot. > ::> IIRC, older DRM from June/July criteria used to work just fine. > :: > ::I'll try and let someone else address the specifics of the i810 / intel > ::driver. As far as drm goes, it should be working reasonably well on > ::CURRENT now. > :: > ::robert. >=20 > Robert, >=20 > Thanks for heads up. > I updated my -current notebook and tried the newest DRM code and older co= de > from Oct 1st, but both didn't make any difference. > Kldloading drm.ko seems fine, but starting X server and boooom it goes. := -( >=20 > Is there anyway I can test the drm.ko, without using X-server? > Also are there any integration mis-matches between drm.ko, libdrm and > xf86-video-{intel,i860} that I should care about? The only intel chips that I know are still having issues are 852/855 chips with tiling enabled. If you are still having issues, we can try to work through those. The first thing that we need to see is a pciconf -lv and a dmesg. robert. > Thanks, > haro >=20 >=20 > ::> Thanks in advance, > ::> Haro > ::> =3D------------------------------------------------------------------= ----- > ::> _ _ Munehiro (haro) Matsuda > ::> -|- /_\ |_|_| KGT Inc. > ::> /|\ |_| |_|_| 2-8-8 Shinjuku, Shinjuku-ku Tokyo 160-0022, Japan > ::> Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 > ::>=20 > ::> plain text document attachment (xorg.conf) > ::> Section "ServerLayout" > ::> Identifier "1280" > ::> Screen 0 "Screen0" 0 0 > ::> InputDevice "Mouse0" "CorePointer" > ::> InputDevice "Keyboard0" "CoreKeyboard" > ::> Option "DefaultServerLayout" > ::> EndSection > ::>=20 > ::> Section "ServerLayout" > ::> Identifier "1024" > ::> Screen 0 "Screen1" 0 0 > ::> InputDevice "Mouse0" "CorePointer" > ::> InputDevice "Keyboard0" "CoreKeyboard" > ::> EndSection > ::>=20 > ::> Section "Files" > ::> RgbPath "/usr/local/share/X11/rgb" > ::> ModulePath "/usr/local/lib/xorg/modules" > ::> FontPath "/usr/local/lib/X11/fonts/misc/" > ::> FontPath "/usr/local/lib/X11/fonts/TTF/" > ::> FontPath "/usr/local/lib/X11/fonts/OTF" > ::> FontPath "/usr/local/lib/X11/fonts/CID/" > ::> FontPath "/usr/local/lib/X11/fonts/TrueType/" > ::> FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" > ::> FontPath "/usr/local/lib/X11/fonts/URW/" > ::> FontPath "/usr/local/lib/X11/fonts/cyrillic/" > ::> FontPath "/usr/local/lib/X11/fonts/local/" > ::> FontPath "/usr/local/lib/X11/fonts/Type1/" > ::> FontPath "/usr/local/lib/X11/fonts/100dpi/" > ::> FontPath "/usr/local/lib/X11/fonts/75dpi/" > ::> EndSection > ::>=20 > ::> Section "Module" > ::> Load "extmod" > ::> Load "record" > ::> Load "dbe" > ::> Load "glx" > ::> Load "GLcore" > ::> Load "xtrap" > ::> # Load "dri" > ::> Load "freetype" > ::> Load "type1" > ::> EndSection > ::>=20 > ::> Section "InputDevice" > ::> Identifier "Keyboard0" > ::> Driver "kbd" > ::> Option "XkbModel" "jp106" > ::> Option "XkbLayout" "jp" > ::> Option "XkbOptions" "ctrl:swapcaps" > ::> EndSection > ::>=20 > ::> Section "InputDevice" > ::> Identifier "Mouse0" > ::> Driver "mouse" > ::> Option "Protocol" "auto" > ::> Option "Device" "/dev/psm0" > ::> EndSection > ::>=20 > ::> Section "Monitor" > ::> Identifier "Monitor0" > ::> VendorName "Monitor Vendor" > ::> ModelName "Monitor Model" > ::> EndSection > ::>=20 > ::> Section "Device" > ::> ### Available Driver options are:- > ::> ### Values: : integer, : float, : "True"/"False", > ::> ### : "String", : " Hz/kHz/MHz" > ::> ### [arg]: arg optional > ::> #Option "NoAccel" # [] > ::> #Option "SWcursor" # [] > ::> #Option "ColorKey" # > ::> #Option "CacheLines" # > ::> #Option "Dac6Bit" # [] > ::> #Option "DRI" # [] > ::> #Option "NoDDC" # [] > ::> #Option "ShowCache" # [] > ::> #Option "XvMCSurfaces" # > ::> #Option "PageFlip" # [] > ::> Identifier "Card0" > ::> Driver "i810" > ::> VendorName "Intel Corporation" > ::> BoardName "82852/855GM Integrated Graphics Device" > ::> BusID "PCI:0:2:0" > ::> EndSection > ::>=20 > ::> Section "Screen" > ::> Identifier "Screen0" > ::> Device "Card0" > ::> Monitor "Monitor0" > ::> DefaultColorDepth 24 > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> Virtual 1280 1024 > ::> EndSubSection > ::> EndSection > ::>=20 > ::> Section "Screen" > ::> Identifier "Screen1" > ::> Device "Card0" > ::> Monitor "Monitor0" > ::> DefaultColorDepth 24 > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 1 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 4 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 8 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 15 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 16 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> EndSubSection > ::> EndSection > ::> plain text document attachment (Xorg.0.log.i810) > ::> X.Org X Server 1.4.2 > ::> Release Date: 11 June 2008 > ::> X Protocol Version 11, Revision 0 > ::> Build Operating System: FreeBSD 8.0-CURRENT i386=20 > ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT= FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.tt= r.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > ::> Build Date: 07 September 2008 05:01:02AM > ::> =20 > ::> Before reporting problems, check http://wiki.x.org > ::> to make sure that you have the latest version. > ::> Module Loader present > ::> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , > ::> (++) from command line, (!!) notice, (II) informational, > ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > ::> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:43:35 2= 008 > ::> (=3D=3D) Using config file: "/etc/xorg.conf" > ::> (=3D=3D) ServerLayout "1280" > ::> (**) |-->Screen "Screen0" (0) > ::> (**) | |-->Monitor "Monitor0" > ::> (**) | |-->Device "Card0" > ::> (**) |-->Input Device "Mouse0" > ::> (**) |-->Input Device "Keyboard0" > ::> (=3D=3D) Automatically adding devices > ::> (=3D=3D) Automatically enabling devices > ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > ::> Entry deleted from font path. > ::> (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/mis= c/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/li= b/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/font= s/75dpi/. > ::> (**) FontPath set to: > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/TrueType/, > ::> /usr/local/lib/X11/fonts/bitstream-vera/, > ::> /usr/local/lib/X11/fonts/URW/, > ::> /usr/local/lib/X11/fonts/cyrillic/, > ::> /usr/local/lib/X11/fonts/local/, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/, > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/ > ::> (**) RgbPath set to "/usr/local/share/X11/rgb" > ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" > ::> (II) Loader magic: 0x81ced80 > ::> (II) Module ABI versions: > ::> X.Org ANSI C Emulation: 0.3 > ::> X.Org Video Driver: 2.0 > ::> X.Org XInput driver : 2.0 > ::> X.Org Server Extension : 0.3 > ::> X.Org Font Renderer : 0.5 > ::> (II) Loader running on freebsd > ::> (II) LoadModule: "pcidata" > ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > ::> (II) Module pcidata: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (--) Using syscons driver with X support (version 2.0) > ::> (--) using VT number 9 > ::>=20 > ::> (II) PCI: Probing config type using method 1 > ::> (II) PCI: Config type is 1 > ::> (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x80= 000000 > ::> (WW) OS did not count PCI devices, guessing wildly > ::> (II) PCI: PCI scan (all values are in hex) > ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,0= 0 hdr 80 > ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,0= 0 hdr 00 > ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,0= 0 hdr 80 > ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,0= 0 hdr 80 > ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,0= 0 hdr 80 > ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 80 > ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,2= 0 hdr 00 > ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,0= 0 hdr 01 > ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,0= 0 hdr 80 > ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8= a hdr 00 > ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,0= 0 hdr 00 > ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,0= 0 hdr 00 > ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,0= 0 hdr 00 > ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,0= 0 hdr 00 > ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,1= 0 hdr 80 > ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,0= 0 hdr 80 > ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,0= 1 hdr 80 > ::> (II) PCI: End of PCI scan > ::> (II) Intel Bridge workaround enabled > ::> (II) Host-to-PCI bridge: > ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is s= et) > ::> (II) Bus 0 I/O range: > ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) Bus 0 non-prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Bus 0 prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Subtractive PCI-to-PCI bridge: > ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is = cleared) > ::> (II) Bus 1 I/O range: > ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > ::> (II) Bus 1 non-prefetchable memory range: > ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > ::> (II) PCI-to-ISA bridge: > ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN = is set) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2 > ::> (II) Addressable bus resource ranges are > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) OS-reported resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) Active PCI resource ranges: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff t= o 0xcfef7eff > ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff t= o 0xcfefbfff > ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0= x0000cf3f > ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff t= o 0xcfefefff > ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0= x0000cfbf > ::> (II) Active PCI resource ranges after removing overlaps: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) OS-reported resource ranges after removing overlaps with PCI: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) All system resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) "extmod" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dbe" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "glx" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "freetype" will be loaded. This was enabled by default and also = specified in the config file. > ::> (II) "type1" will be loaded. This was enabled by default and also spe= cified in the config file. > ::> (II) "record" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dri" will be loaded by default. > ::> (II) LoadModule: "extmod" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > ::> (II) Module extmod: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension SHAPE > ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD > ::> (II) Loading extension BIG-REQUESTS > ::> (II) Loading extension SYNC > ::> (II) Loading extension MIT-SCREEN-SAVER > ::> (II) Loading extension XC-MISC > ::> (II) Loading extension XFree86-VidModeExtension > ::> (II) Loading extension XFree86-Misc > ::> (II) Loading extension XFree86-DGA > ::> (II) Loading extension DPMS > ::> (II) Loading extension TOG-CUP > ::> (II) Loading extension Extended-Visual-Information > ::> (II) Loading extension XVideo > ::> (II) Loading extension XVideo-MotionCompensation > ::> (II) Loading extension X-Resource > ::> (II) LoadModule: "record" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > ::> (II) Module record: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.13.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension RECORD > ::> (II) LoadModule: "dbe" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > ::> (II) Module dbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DOUBLE-BUFFER > ::> (II) LoadModule: "glx" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > ::> (II) Module glx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (=3D=3D) AIGLX disabled > ::> (II) Loading extension GLX > ::> (II) LoadModule: "xtrap" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > ::> (II) Module xtrap: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DEC-XTRAP > ::> (II) LoadModule: "freetype" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > ::> (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Pro= ject" > ::> compiled for 1.4.2, module version =3D 2.1.0 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font FreeType > ::> (II) LoadModule: "type1" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > ::> (II) Module type1: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.2 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font Type1 > ::> (II) LoadModule: "dri" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > ::> (II) Module dri: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension XFree86-DRI > ::> (II) LoadModule: "i810" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > ::> (II) Module i810: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.7.4 > ::> Module class: X.Org Video Driver > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) LoadModule: "mouse" > ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > ::> (II) Module mouse: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.3 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) LoadModule: "kbd" > ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > ::> (II) Module kbd: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.2 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-= dc100, > ::> i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), > ::> 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ > ::> (II) Primary Device is: PCI 00:02:0 > ::> (--) Chipset 852GM/855GM found > ::> (II) resource ranges after xf86ClaimFixedResources() call: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) resource ranges after probing: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > ::> (II) Setting vga for screen 0. > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so > ::> (II) Module int10: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vbe" > ::> (II) LoadModule: "vbe" > ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so > ::> (II) Module vbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vgahw" > ::> (II) LoadModule: "vgahw" > ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > ::> (II) Module vgahw: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 0.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (**) I810(0): Depth 24, (--) framebuffer bpp 32 > ::> (=3D=3D) I810(0): RGB weight 888 > ::> (=3D=3D) I810(0): Default visual is TrueColor > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) I810(0): initializing int10 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already= clear > ::> (=3D=3D) I810(0): Write-combining range (0xc0000,0x40000) was already= clear > ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) I810(0): VESA BIOS detected > ::> (II) I810(0): VESA VBE Version 3.0 > ::> (II) I810(0): VESA VBE Total Mem: 16192 kB > ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphic= s Chip Accelerated VGA BIOS > ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME= Graphics Controller > ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME > ::> (--) I810(0): Chipset: "852GM/855GM" > ::> (--) I810(0): Linear framebuffer at 0xD8000000 > ::> (--) I810(0): IO registers at addr 0xD0000000 > ::> (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was alre= ady clear > ::> (II) I810(0): 2 display pipes available. > ::> (II) I810(0): detected 16252 kB stolen memory. > ::> (II) I810(0): Kernel reported 241152 total, 0 used > ::> (II) I810(0): I830CheckAvailableMemory: 964608 kB available > ::> (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space > ::> for the DRM memory manager. > ::> (II) I810(0): Monitoring connected displays enabled > ::> (--) I810(0): Pre-allocated VideoRAM: 16252 kByte > ::> (=3D=3D) I810(0): VideoRAM: 65536 kByte > ::> (=3D=3D) I810(0): video overlay key set to 0x101fe > ::> (**) I810(0): page flipping disabled > ::> (=3D=3D) I810(0): Using gamma correction (1.0, 1.0, 1.0) > ::> (II) I810(0): BIOS Build: 3172 > ::> (II) I810(0): Using new Pipe switch code > ::> (=3D=3D) I810(0): Device Presence: disabled. > ::> (=3D=3D) I810(0): Display Info: enabled. > ::> (II) I810(0): Broken BIOSes cause the system to hang here. > ::> If you encounter this problem please add=20 > ::> Option "DisplayInfo" "FALSE" > ::> to the Device section of your XF86Config file. > ::> (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size= : (720,400) > ::> (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size= : (0,2057) > ::> (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE= , present: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, p= resent: TRUE, size: (1024,768) > ::> (II) I810(0): Display Info: Second (second CRT): attached: FALSE, pre= sent: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present= : FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: DFP2 (second digital flat panel): attache= d: FALSE, present: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: LFP2 (second local flat panel): attached:= FALSE, present: FALSE, size: (0,2057) > ::> (II) I810(0): Size of device LFP (local flat panel) is 1024 x 768 > ::> (II) I810(0): No active displays on Pipe A. > ::> (II) I810(0): Currently active displays on Pipe B: > ::> (II) I810(0): LFP (local flat panel) > ::> (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 > ::> (=3D=3D) I810(0): Display is using Pipe B > ::> (--) I810(0): Maximum frambuffer space: 65368 kByte > ::> (II) I810(0): VESA VBE PanelID read successfully > ::> (II) I810(0): PanelID returned panel resolution : 1024x768 > ::> (II) Loading sub module "ddc" > ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in > ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > ::> (II) I810(0): VESA VBE DDC not supported > ::> (--) I810(0): A non-CRT device is attached to pipe B. > ::> No refresh rate overrides will be attempted. > ::> (--) I810(0): Maximum space available for video modes: 16192 kByte > ::> Mode: 30 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 640 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 49 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 640 > ::> BnkNumberOfImagePages: 49 > ::> LinNumberOfImagePages: 49 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 32 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 800 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 35 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 800 > ::> BnkNumberOfImagePages: 35 > ::> LinNumberOfImagePages: 35 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 34 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1024 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 20 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1024 > ::> BnkNumberOfImagePages: 20 > ::> LinNumberOfImagePages: 20 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 38 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 3a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 3c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 41 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1280 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 27 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1280 > ::> BnkNumberOfImagePages: 27 > ::> LinNumberOfImagePages: 27 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 43 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1600 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 15 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1600 > ::> BnkNumberOfImagePages: 15 > ::> LinNumberOfImagePages: 15 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 45 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 2048 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 9 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 2048 > ::> BnkNumberOfImagePages: 9 > ::> LinNumberOfImagePages: 9 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 49 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 4b (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 4d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> *(II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> Mode: 50 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 2560 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 12 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 2560 > ::> BnkNumberOfImagePages: 12 > ::> LinNumberOfImagePages: 12 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> *(II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) > ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> Mode: 52 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 3200 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 7 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 3200 > ::> BnkNumberOfImagePages: 7 > ::> LinNumberOfImagePages: 7 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> *(II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> Mode: 54 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 4096 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 4 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 4096 > ::> BnkNumberOfImagePages: 4 > ::> LinNumberOfImagePages: 4 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> Mode: 58 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 5a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 5c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 60 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 61 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 62 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 63 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 64 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 65 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 66 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 67 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 68 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 69 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6b (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6e (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6f (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 70 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 71 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7e (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> (II) I810(0): Monitor0: Using hsync range of 43.89-48.51 kHz > ::> (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz > ::> (II) I810(0): Increasing the scanline pitch to allow tiling mode (128= 0 -> 2048). > ::> (**) I810(0): Virtual size is 1280x1024 (pitch 2048) > ::> (**) I810(0): *Built-in mode "1024x768" > ::> (=3D=3D) I810(0): DPI set to (96, 96) > ::> (II) Loading sub module "fb" > ::> (II) LoadModule: "fb" > ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so > ::> (II) Module fb: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (II) Loading sub module "xaa" > ::> (II) LoadModule: "xaa" > ::> (II) Loading /usr/local/lib/xorg/modules//libxaa.so > ::> (II) Module xaa: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "ramdac" > ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > ::> (=3D=3D) I810(0): VBE Restore workaround: enabled. > ::> (II) Loading sub module "shadow" > ::> (II) LoadModule: "shadow" > ::> (II) Loading /usr/local/lib/xorg/modules//libshadow.so > ::> (II) Module shadow: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (=3D=3D) Depth 24 pixmap format is 32 bpp > ::> (II) do I need RAC? No, I don't. > ::> (II) resource ranges after preInit: > ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) I810(0): initializing int10 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already= clear > ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) I810(0): VESA BIOS detected > ::> (II) I810(0): VESA VBE Version 3.0 > ::> (II) I810(0): VESA VBE Total Mem: 16192 kB > ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphic= s Chip Accelerated VGA BIOS > ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME= Graphics Controller > ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 > ::> (II) I810(0): Allocating at least 256 scanlines for pixmap cache > ::> (II) I810(0): Initial framebuffer allocation size: 12288 kByte > ::> (II) I810(0): Allocated 4 kB for HW cursor at 0x5fff000 (0x1964f000) > ::> (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x5ffb000 (0x17= ff4000) > ::> (II) I810(0): Allocated 4 kB for Overlay registers at 0x5ffa000 (0x19= 650000). > ::> (II) I810(0): Allocated 64 kB for the scratch buffer at 0x5fea000 > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> [drm] failed to load kernel module "i915" > ::> (EE) [drm] drmOpen failed. > ::> (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > ::> (II) I810(0): 0x8251930: Memory at offset 0x00020000, size 12288 kByt= es > ::> (II) I810(0): 0x8233a80: Memory at offset 0x05fff000, size 4 kBytes > ::> (II) I810(0): 0x8233aa0: Memory at offset 0x05ffb000, size 16 kBytes > ::> (II) I810(0): 0x8229e44: Memory at offset 0x00000000, size 128 kBytes > ::> (II) I810(0): 0x8251970: Memory at offset 0x05fea000, size 64 kBytes > ::> (II) I810(0): 0x8233ac0: Memory at offset 0x05ffa000, size 4 kBytes > ::> (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was alre= ady clear > ::> (=3D=3D) I810(0): Write-combining range (0xd8000000,0x8000000) > ::> (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset i= s 0x0000 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x10000) was already= clear > ::> (WW) I810(0): Extended BIOS function 0x5f05 failed. > ::> (II) I810(0): xf86BindGARTMemory: bind key 11 at 0x05fff000 (pgoffset= 24575) > ::> (II) I810(0): xf86BindGARTMemory: bind key 12 at 0x05ffb000 (pgoffset= 24571) > ::> (II) I810(0): xf86BindGARTMemory: bind key 14 at 0x05fea000 (pgoffset= 24554) > ::> (II) I810(0): xf86BindGARTMemory: bind key 13 at 0x05ffa000 (pgoffset= 24570) > ::> (WW) I810(0): PGTBL_ER is 0x00000049 > ::> (--) I810(0): A non-CRT device is attached to pipe B. > ::> No refresh rate overrides will be attempted. > ::> (II) I810(0): Display plane A is disabled and connected to Pipe A. > ::> (II) I810(0): Display plane B is enabled and connected to Pipe B. > ::> (II) I810(0): Enabling plane B. > ::> (II) I810(0): Display plane A is now disabled and connected to Pipe A= . > ::> (II) I810(0): Display plane B is now enabled and connected to Pipe B. > ::> (II) I810(0): PIPEACONF is 0x80000000 > ::> (II) I810(0): PIPEBCONF is 0x80000000 > ::> (II) I810(0): Mode bandwidth is 47 Mpixel/s > ::> (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 M= byte/s, 0 Mbyte/s > ::> (II) I810(0): Using XFree86 Acceleration Architecture (XAA) > ::> Screen to screen bit blits > ::> Solid filled rectangles > ::> 8x8 mono pattern filled rectangles > ::> Indirect CPU to Screen color expansion > ::> Solid Horizontal and Vertical Lines > ::> Offscreen Pixmaps > ::> Setting up tile and stipple cache: > ::> 16 128x128 slots > ::> 4 256x256 slots > ::> (=3D=3D) I810(0): Backing store disabled > ::> (=3D=3D) I810(0): Silken mouse enabled > ::> (II) I810(0): Initializing HW Cursor > ::> (II) I810(0): Set up overlay video > ::> (II) I810(0): direct rendering: Failed > ::> (II) I810(0): RandR enabled, ignore the following RandR disabled mess= age. > ::> (II) I810(0): Rotating to 0 degrees > ::> (--) RandR disabled > ::> (II) Initializing built-in extension MIT-SHM > ::> (II) Initializing built-in extension XInputExtension > ::> (II) Initializing built-in extension XTEST > ::> (II) Initializing built-in extension XKEYBOARD > ::> (II) Initializing built-in extension XC-APPGROUP > ::> (II) Initializing built-in extension XAccessControlExtension > ::> (II) Initializing built-in extension SECURITY > ::> (II) Initializing built-in extension XINERAMA > ::> (II) Initializing built-in extension XFIXES > ::> (II) Initializing built-in extension XFree86-Bigfont > ::> (II) Initializing built-in extension RENDER > ::> (II) Initializing built-in extension RANDR > ::> (II) Initializing built-in extension COMPOSITE > ::> (II) Initializing built-in extension DAMAGE > ::> (II) Initializing built-in extension XEVIE > ::> (II) Loading sub module "GLcore" > ::> (II) LoadModule: "GLcore" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > ::> (II) Module GLcore: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > ::> (**) Option "Protocol" "auto" > ::> (**) Mouse0: Device: "/dev/psm0" > ::> (**) Mouse0: Protocol: "auto" > ::> (**) Option "CorePointer" > ::> (**) Mouse0: always reports core events > ::> (**) Option "Device" "/dev/psm0" > ::> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 > ::> (**) Mouse0: Buttons: 9 > ::> (**) Mouse0: Sensitivity: 1 > ::> (**) Option "CoreKeyboard" > ::> (**) Keyboard0: always reports core events > ::> (**) Option "Protocol" "standard" > ::> (**) Keyboard0: Protocol: standard > ::> (**) Option "AutoRepeat" "500 30" > ::> (**) Option "XkbRules" "xorg" > ::> (**) Keyboard0: XkbRules: "xorg" > ::> (**) Option "XkbModel" "jp106" > ::> (**) Keyboard0: XkbModel: "jp106" > ::> (**) Option "XkbLayout" "jp" > ::> (**) Keyboard0: XkbLayout: "jp" > ::> (**) Option "XkbOptions" "ctrl:swapcaps" > ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > ::> (**) Option "CustomKeycodes" "off" > ::> (**) Keyboard0: CustomKeycodes disabled > ::> (II) evaluating device (Keyboard0) > ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD= ) > ::> (II) evaluating device (Mouse0) > ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > ::> (II) Mouse0: SetupAuto: protocol is PS/2 > ::> (II) Mouse0: ps2EnableDataReporting: succeeded > ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > ::> plain text document attachment (Xorg.0.log.intel) > ::> X.Org X Server 1.4.2 > ::> Release Date: 11 June 2008 > ::> X Protocol Version 11, Revision 0 > ::> Build Operating System: FreeBSD 8.0-CURRENT i386=20 > ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT= FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.tt= r.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > ::> Build Date: 07 September 2008 05:01:02AM > ::> =20 > ::> Before reporting problems, check http://wiki.x.org > ::> to make sure that you have the latest version. > ::> Module Loader present > ::> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , > ::> (++) from command line, (!!) notice, (II) informational, > ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > ::> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:34:37 2= 008 > ::> (=3D=3D) Using config file: "/etc/xorg.conf" > ::> (=3D=3D) ServerLayout "1280" > ::> (**) |-->Screen "Screen0" (0) > ::> (**) | |-->Monitor "Monitor0" > ::> (**) | |-->Device "Card0" > ::> (**) |-->Input Device "Mouse0" > ::> (**) |-->Input Device "Keyboard0" > ::> (=3D=3D) Automatically adding devices > ::> (=3D=3D) Automatically enabling devices > ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > ::> Entry deleted from font path. > ::> (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/mis= c/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/li= b/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/font= s/75dpi/. > ::> (**) FontPath set to: > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/TrueType/, > ::> /usr/local/lib/X11/fonts/bitstream-vera/, > ::> /usr/local/lib/X11/fonts/URW/, > ::> /usr/local/lib/X11/fonts/cyrillic/, > ::> /usr/local/lib/X11/fonts/local/, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/, > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/ > ::> (**) RgbPath set to "/usr/local/share/X11/rgb" > ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" > ::> (II) Loader magic: 0x81ced80 > ::> (II) Module ABI versions: > ::> X.Org ANSI C Emulation: 0.3 > ::> X.Org Video Driver: 2.0 > ::> X.Org XInput driver : 2.0 > ::> X.Org Server Extension : 0.3 > ::> X.Org Font Renderer : 0.5 > ::> (II) Loader running on freebsd > ::> (II) LoadModule: "pcidata" > ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > ::> (II) Module pcidata: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (--) Using syscons driver with X support (version 2.0) > ::> (--) using VT number 9 > ::>=20 > ::> (II) PCI: Probing config type using method 1 > ::> (II) PCI: Config type is 1 > ::> (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x80= 000000 > ::> (WW) OS did not count PCI devices, guessing wildly > ::> (II) PCI: PCI scan (all values are in hex) > ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,0= 0 hdr 80 > ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,0= 0 hdr 00 > ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,0= 0 hdr 80 > ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,0= 0 hdr 80 > ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,0= 0 hdr 80 > ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 80 > ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,2= 0 hdr 00 > ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,0= 0 hdr 01 > ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,0= 0 hdr 80 > ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8= a hdr 00 > ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,0= 0 hdr 00 > ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,0= 0 hdr 00 > ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,0= 0 hdr 00 > ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,0= 0 hdr 00 > ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,1= 0 hdr 80 > ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,0= 0 hdr 80 > ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,0= 1 hdr 80 > ::> (II) PCI: End of PCI scan > ::> (II) Intel Bridge workaround enabled > ::> (II) Host-to-PCI bridge: > ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is s= et) > ::> (II) Bus 0 I/O range: > ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) Bus 0 non-prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Bus 0 prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Subtractive PCI-to-PCI bridge: > ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is = cleared) > ::> (II) Bus 1 I/O range: > ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > ::> (II) Bus 1 non-prefetchable memory range: > ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > ::> (II) PCI-to-ISA bridge: > ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN = is set) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2 > ::> (II) Addressable bus resource ranges are > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) OS-reported resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) Active PCI resource ranges: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff t= o 0xcfef7eff > ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff t= o 0xcfefbfff > ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0= x0000cf3f > ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff t= o 0xcfefefff > ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0= x0000cfbf > ::> (II) Active PCI resource ranges after removing overlaps: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) OS-reported resource ranges after removing overlaps with PCI: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) All system resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) "extmod" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dbe" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "glx" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "freetype" will be loaded. This was enabled by default and also = specified in the config file. > ::> (II) "type1" will be loaded. This was enabled by default and also spe= cified in the config file. > ::> (II) "record" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dri" will be loaded by default. > ::> (II) LoadModule: "extmod" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > ::> (II) Module extmod: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension SHAPE > ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD > ::> (II) Loading extension BIG-REQUESTS > ::> (II) Loading extension SYNC > ::> (II) Loading extension MIT-SCREEN-SAVER > ::> (II) Loading extension XC-MISC > ::> (II) Loading extension XFree86-VidModeExtension > ::> (II) Loading extension XFree86-Misc > ::> (II) Loading extension XFree86-DGA > ::> (II) Loading extension DPMS > ::> (II) Loading extension TOG-CUP > ::> (II) Loading extension Extended-Visual-Information > ::> (II) Loading extension XVideo > ::> (II) Loading extension XVideo-MotionCompensation > ::> (II) Loading extension X-Resource > ::> (II) LoadModule: "record" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > ::> (II) Module record: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.13.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension RECORD > ::> (II) LoadModule: "dbe" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > ::> (II) Module dbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DOUBLE-BUFFER > ::> (II) LoadModule: "glx" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > ::> (II) Module glx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (=3D=3D) AIGLX disabled > ::> (II) Loading extension GLX > ::> (II) LoadModule: "xtrap" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > ::> (II) Module xtrap: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DEC-XTRAP > ::> (II) LoadModule: "freetype" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > ::> (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Pro= ject" > ::> compiled for 1.4.2, module version =3D 2.1.0 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font FreeType > ::> (II) LoadModule: "type1" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > ::> (II) Module type1: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.2 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font Type1 > ::> (II) LoadModule: "dri" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > ::> (II) Module dri: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension XFree86-DRI > ::> (II) LoadModule: "i810" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > ::> (II) Module i810: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 2.4.2 > ::> Module class: X.Org Video Driver > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) LoadModule: "mouse" > ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > ::> (II) Module mouse: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.3 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) LoadModule: "kbd" > ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > ::> (II) Module kbd: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.2 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, > ::> i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, > ::> E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, > ::> 965GM, 965GME/GLE, G33, Q35, Q33, > ::> Mobile Intel=E9=80=9F GM45 Express Chipset, > ::> Intel Integrated Graphics Device, G45/G43, Q45/Q43 > ::> (II) Primary Device is: PCI 00:02:0 > ::> (--) Chipset 852GM/855GM found > ::> (II) resource ranges after xf86ClaimFixedResources() call: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) resource ranges after probing: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > ::> (II) Setting vga for screen 0. > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so > ::> (II) Module int10: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vbe" > ::> (II) LoadModule: "vbe" > ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so > ::> (II) Module vbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vgahw" > ::> (II) LoadModule: "vgahw" > ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > ::> (II) Module vgahw: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 0.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (**) intel(0): Depth 24, (--) framebuffer bpp 32 > ::> (=3D=3D) intel(0): RGB weight 888 > ::> (=3D=3D) intel(0): Default visual is TrueColor > ::> (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME > ::> (--) intel(0): Chipset: "852GM/855GM" > ::> (--) intel(0): Linear framebuffer at 0xD8000000 > ::> (--) intel(0): IO registers at addr 0xD0000000 > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (II) intel(0): 2 display pipes available. > ::> (=3D=3D) intel(0): Using EXA for acceleration > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) intel(0): initializing int10 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x20000) was alread= y clear > ::> (=3D=3D) intel(0): Write-combining range (0xc0000,0x40000) was alread= y clear > ::> (II) intel(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already cle= ar > ::> (II) intel(0): VESA BIOS detected > ::> (II) intel(0): VESA VBE Version 3.0 > ::> (II) intel(0): VESA VBE Total Mem: 16192 kB > ::> (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphi= cs Chip Accelerated VGA BIOS > ::> (II) intel(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) intel(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GM= E Graphics Controller > ::> (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already cle= ar > ::> (II) Loading sub module "ddc" > ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in > ::> (II) Loading sub module "i2c" > ::> (II) LoadModule: "i2c"(II) Module "i2c" already built-in > ::> (II) intel(0): Output VGA using monitor section Monitor0 > ::> (II) intel(0): I2C bus "CRTDDC_A" initialized. > ::> (II) intel(0): Output LVDS has no monitor section > ::> (II) intel(0): I2C bus "LVDSDDC_C" initialized. > ::> (II) intel(0): Attempting to determine panel fixed mode. > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0= . > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > ::> (II) intel(0): I2C bus "DVODDC_D" initialized. > ::> (II) Loading sub module "sil164" > ::> (II) LoadModule: "sil164" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so > ::> (II) Module sil164: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ch7xxx" > ::> (II) LoadModule: "ch7xxx" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so > ::> (II) Module ch7xxx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ivch" > ::> (II) LoadModule: "ivch" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so > ::> (II) Module ivch: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_B" initialized. > ::> (II) Loading sub module "tfp410" > ::> (II) LoadModule: "tfp410" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//tfp410.so > ::> (II) Module tfp410: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_B" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ch7017" > ::> (II) LoadModule: "ch7017" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7017.so > ::> (II) Module ch7017: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVODDC_D" removed. > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0= . > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > ::> (II) intel(0): Output VGA disconnected > ::> (II) intel(0): Output LVDS connected > ::> (II) intel(0): Output LVDS using initial mode 1024x768 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) intel(0): Monitoring connected displays enabled > ::> (II) intel(0): detected 128 kB GTT. > ::> (II) intel(0): detected 16252 kB stolen memory. > ::> (=3D=3D) intel(0): video overlay key set to 0x101fe > ::> (=3D=3D) intel(0): Will not try to enable page flipping > ::> (=3D=3D) intel(0): Triple buffering disabled > ::> (=3D=3D) intel(0): Intel XvMC decoder disabled > ::> (=3D=3D) intel(0): Using gamma correction (1.0, 1.0, 1.0) > ::> (=3D=3D) intel(0): DPI set to (96, 96) > ::> (II) Loading sub module "fb" > ::> (II) LoadModule: "fb" > ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so > ::> (II) Module fb: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (II) Loading sub module "exa" > ::> (II) LoadModule: "exa" > ::> (II) Loading /usr/local/lib/xorg/modules//libexa.so > ::> (II) Module exa: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 2.2.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "ramdac" > ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > ::> (II) intel(0): Comparing regs from server start up to After PreInit > ::> (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 t= o 0xd0000009 > ::> (WW) intel(0): PP_STATUS before: on, ready, sequencing idle > ::> (WW) intel(0): PP_STATUS after: on, ready, sequencing on > ::> (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x80000202 t= o 0x00000202 > ::> (WW) intel(0): PIPEBSTAT before: status: FIFO_UNDERRUN VSYNC_INT_STAT= US VBLANK_INT_STATUS > ::> (WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS VBLANK_INT_S= TATUS > ::> (=3D=3D) Depth 24 pixmap format is 32 bpp > ::> (II) do I need RAC? No, I don't. > ::> (II) resource ranges after preInit: > ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > ::> (II) intel(0): Kernel reported 241152 total, 0 used > ::> (II) intel(0): I830CheckAvailableMemory: 964608 kB available > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> [drm] failed to load kernel module "i915" > ::> (EE) [drm] drmOpen failed. > ::> (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. > ::> (**) intel(0): Framebuffer compression enabled > ::> (**) intel(0): Tiling enabled > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (=3D=3D) intel(0): VideoRam: 131072 KB > ::> (II) intel(0): Attempting memory allocation with tiled buffers. > ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed > ::> (Cannot allocate memory) > ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 4 pages failed > ::> (Cannot allocate memory) > ::> (WW) intel(0): Disabling HW cursor because the cursor memory allocati= on failed. > ::> (II) intel(0): Tiled allocation successful. > ::> (II) intel(0): adjusting plane->pipe mappings to allow for framebuffe= r compression > ::> (II) intel(0): Page Flipping disabled > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (=3D=3D) intel(0): Write-combining range (0xd8000000,0x8000000) > ::> (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset = is 0x0000 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) EXA(0): Offscreen pixmap area of 25165824 bytes > ::> (II) EXA(0): Driver registered support for the following operations: > ::> (II) Solid > ::> (II) Copy > ::> (II) Composite (RENDER acceleration) > ::> (=3D=3D) intel(0): Backing store disabled > ::> (=3D=3D) intel(0): Silken mouse enabled > ::> (II) intel(0): Initializing SW Cursor! > ::> (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fdf000 (pgoffset= 4063) > ::> (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x015df000 (pgoffset= 5599) > ::> (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x015e0000 (pgoffset= 5600) > ::> (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x015e1000 (pgoffset= 5601) > ::> (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset= 8192) > ::> (II) intel(0): xf86BindGARTMemory: bind key 10 at 0x03000000 (pgoffse= t 12288) > ::> (II) intel(0): Fixed memory allocation layout: > ::> (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) > ::> (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) > ::> (II) intel(0): 0x00fdf000: end of stolen memory > ::> (II) intel(0): 0x00fdf000-0x015defff: compressed frame buffer (6144 k= B, 0x000000001fc00000 physical > ::> ) > ::> (II) intel(0): 0x015df000-0x015dffff: compressed ll buffer (4 kB, 0x0= 000000004f68000 physical > ::> ) > ::> (II) intel(0): 0x015e0000-0x015e0fff: Core cursor (4 kB, 0x0000000004= f54000 physical > ::> ) > ::> (II) intel(0): 0x015e1000-0x015e1fff: overlay registers (4 kB, 0x0000= 00002335b000 physical > ::> ) > ::> (II) intel(0): 0x02000000-0x02ffffff: front buffer (10240 kB) X tiled > ::> (II) intel(0): 0x03000000-0x047fffff: exa offscreen (24576 kB) > ::> (II) intel(0): 0x08000000: end of aperture > ::> (WW) intel(0): ESR is 0x00000010, page table error > ::> (WW) intel(0): PGTBL_ER is 0x00000049 > ::> (WW) intel(0): Existing errors found in hardware state. > ::> (WW) intel(0): Chosen PLL clock of 66.6 Mhz more than 2% away from de= sired 65.0 Mhz > ::> (II) intel(0): Selecting standard 18 bit TMDS pixel format. > ::> (II) intel(0): Output configuration: > ::> (II) intel(0): Pipe A is off > ::> (II) intel(0): Display plane B is now enabled and connected to pipe= A. > ::> (WW) intel(0): Hardware claims pipe A is on while software believes= it is off > ::> (WW) intel(0): Hardware claims plane A is on while software believe= s it is off > ::> (II) intel(0): Pipe B is on > ::> (II) intel(0): Display plane A is now enabled and connected to pipe= B. > ::> (II) intel(0): Output VGA is connected to pipe none > ::> (II) intel(0): Output LVDS is connected to pipe B > ::> (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled= message. > ::> (II) intel(0): Set up overlay video > ::> (II) intel(0): direct rendering: Failed > ::> (--) RandR disabled > ::> (II) Initializing built-in extension MIT-SHM > ::> (II) Initializing built-in extension XInputExtension > ::> (II) Initializing built-in extension XTEST > ::> (II) Initializing built-in extension XKEYBOARD > ::> (II) Initializing built-in extension XC-APPGROUP > ::> (II) Initializing built-in extension XAccessControlExtension > ::> (II) Initializing built-in extension SECURITY > ::> (II) Initializing built-in extension XINERAMA > ::> (II) Initializing built-in extension XFIXES > ::> (II) Initializing built-in extension XFree86-Bigfont > ::> (II) Initializing built-in extension RENDER > ::> (II) Initializing built-in extension RANDR > ::> (II) Initializing built-in extension COMPOSITE > ::> (II) Initializing built-in extension DAMAGE > ::> (II) Initializing built-in extension XEVIE > ::> (II) Loading sub module "GLcore" > ::> (II) LoadModule: "GLcore" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > ::> (II) Module GLcore: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > ::> (II) intel(0): Setting screen physical size to 270 x 203 > ::> (**) Option "Protocol" "auto" > ::> (**) Mouse0: Device: "/dev/psm0" > ::> (**) Mouse0: Protocol: "auto" > ::> (**) Option "CorePointer" > ::> (**) Mouse0: always reports core events > ::> (**) Option "Device" "/dev/psm0" > ::> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 > ::> (**) Mouse0: Buttons: 9 > ::> (**) Mouse0: Sensitivity: 1 > ::> (**) Option "CoreKeyboard" > ::> (**) Keyboard0: always reports core events > ::> (**) Option "Protocol" "standard" > ::> (**) Keyboard0: Protocol: standard > ::> (**) Option "AutoRepeat" "500 30" > ::> (**) Option "XkbRules" "xorg" > ::> (**) Keyboard0: XkbRules: "xorg" > ::> (**) Option "XkbModel" "jp106" > ::> (**) Keyboard0: XkbModel: "jp106" > ::> (**) Option "XkbLayout" "jp" > ::> (**) Keyboard0: XkbLayout: "jp" > ::> (**) Option "XkbOptions" "ctrl:swapcaps" > ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > ::> (**) Option "CustomKeycodes" "off" > ::> (**) Keyboard0: CustomKeycodes disabled > ::> (II) evaluating device (Keyboard0) > ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD= ) > ::> (II) evaluating device (Mouse0) > ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > ::> (II) Mouse0: SetupAuto: protocol is PS/2 > ::> (II) Mouse0: ps2EnableDataReporting: succeeded > ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > ::> (EE) intel(0): underrun on pipe B! > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 5 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 6 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 7 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 8 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 9 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 10 > ::>=20 > ::> Fatal server error: > ::> Caught signal 11. Server aborting > ::>=20 > ::> _______________________________________________ > ::> freebsd-x11@freebsd.org mailing list > ::> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > ::> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org= " > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=-Jj29KjBD4hp1eW0WgavR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkjqyGsACgkQM4TrQ4qfRON1+QCfaxhBJkQWOuQnVpnTnteY4Vc2 680An1hvB3XiOIE1J8AA52kVWbbfw13G =z8qx -----END PGP SIGNATURE----- --=-Jj29KjBD4hp1eW0WgavR-- From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 02:39:26 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02C981065687 for ; Tue, 7 Oct 2008 02:39:26 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 89D588FC16 for ; Tue, 7 Oct 2008 02:39:25 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.109] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id m972d236079380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Oct 2008 22:39:03 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: haro@kgt.co.jp In-Reply-To: <20081007.100210.119716585.haro@kgt.co.jp> References: <20081006.120245.90902473.haro@kgt.co.jp> <1223269315.1619.81.camel@wombat.2hip.net> <20081007.100210.119716585.haro@kgt.co.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QNuUyi7ZfaKFH/pc84dY" Organization: FreeBSD Date: Mon, 06 Oct 2008 22:38:56 -0400 Message-Id: <1223347136.1749.13.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 02:39:26 -0000 --=-QNuUyi7ZfaKFH/pc84dY Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, 2008-10-07 at 10:02 +0900, haro@kgt.co.jp wrote: > From: Robert Noland > Date: Mon, 06 Oct 2008 01:01:55 -0400 > ::On Mon, 2008-10-06 at 12:02 +0900, haro at kgt dot co dot jp wrote: > ::> Hi list, > ::>=20 > ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN= , > ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. > ::>=20 > ::> But as the subject suggets, intel driver does not seem to handle the > ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i8= 10, > ::> and only capable of handling the real 1024x768 for my notebook PC. > ::>=20 > ::> I've attached the xorg.conf and Xorg.0.log file for i810 and intel > ::> drivers. > ::>=20 > ::> Is there anyway to get things working, as par with i810, for intel > ::> driver? > ::>=20 > ::> One more side note:=20 > ::> I have to remove the drm.ko to make my X-Server working, since the > ::> DRM updates for -current in August(?) kills my notebook completely, > ::> and have to remove the battery and AC-adopter to make it even reboot. > ::> IIRC, older DRM from June/July criteria used to work just fine. > :: > ::I'll try and let someone else address the specifics of the i810 / intel > ::driver. As far as drm goes, it should be working reasonably well on > ::CURRENT now. > :: > ::robert. >=20 > Robert, >=20 > Thanks for heads up. > I updated my -current notebook and tried the newest DRM code and older co= de > from Oct 1st, but both didn't make any difference. > Kldloading drm.ko seems fine, but starting X server and boooom it goes. := -( >=20 > Is there anyway I can test the drm.ko, without using X-server? > Also are there any integration mis-matches between drm.ko, libdrm and > xf86-video-{intel,i860} that I should care about? >=20 > Thanks, > haro >=20 >=20 > ::> Thanks in advance, > ::> Haro > ::> =3D------------------------------------------------------------------= ----- > ::> _ _ Munehiro (haro) Matsuda > ::> -|- /_\ |_|_| KGT Inc. > ::> /|\ |_| |_|_| 2-8-8 Shinjuku, Shinjuku-ku Tokyo 160-0022, Japan > ::> Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 > ::>=20 > ::> plain text document attachment (xorg.conf) > ::> Section "ServerLayout" > ::> Identifier "1280" > ::> Screen 0 "Screen0" 0 0 > ::> InputDevice "Mouse0" "CorePointer" > ::> InputDevice "Keyboard0" "CoreKeyboard" > ::> Option "DefaultServerLayout" > ::> EndSection > ::>=20 > ::> Section "ServerLayout" > ::> Identifier "1024" > ::> Screen 0 "Screen1" 0 0 > ::> InputDevice "Mouse0" "CorePointer" > ::> InputDevice "Keyboard0" "CoreKeyboard" > ::> EndSection > ::>=20 > ::> Section "Files" > ::> RgbPath "/usr/local/share/X11/rgb" > ::> ModulePath "/usr/local/lib/xorg/modules" > ::> FontPath "/usr/local/lib/X11/fonts/misc/" > ::> FontPath "/usr/local/lib/X11/fonts/TTF/" > ::> FontPath "/usr/local/lib/X11/fonts/OTF" > ::> FontPath "/usr/local/lib/X11/fonts/CID/" > ::> FontPath "/usr/local/lib/X11/fonts/TrueType/" > ::> FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" > ::> FontPath "/usr/local/lib/X11/fonts/URW/" > ::> FontPath "/usr/local/lib/X11/fonts/cyrillic/" > ::> FontPath "/usr/local/lib/X11/fonts/local/" > ::> FontPath "/usr/local/lib/X11/fonts/Type1/" > ::> FontPath "/usr/local/lib/X11/fonts/100dpi/" > ::> FontPath "/usr/local/lib/X11/fonts/75dpi/" > ::> EndSection > ::>=20 > ::> Section "Module" > ::> Load "extmod" > ::> Load "record" > ::> Load "dbe" > ::> Load "glx" > ::> Load "GLcore" > ::> Load "xtrap" > ::> # Load "dri" > ::> Load "freetype" > ::> Load "type1" > ::> EndSection > ::>=20 > ::> Section "InputDevice" > ::> Identifier "Keyboard0" > ::> Driver "kbd" > ::> Option "XkbModel" "jp106" > ::> Option "XkbLayout" "jp" > ::> Option "XkbOptions" "ctrl:swapcaps" > ::> EndSection > ::>=20 > ::> Section "InputDevice" > ::> Identifier "Mouse0" > ::> Driver "mouse" > ::> Option "Protocol" "auto" > ::> Option "Device" "/dev/psm0" > ::> EndSection > ::>=20 > ::> Section "Monitor" > ::> Identifier "Monitor0" > ::> VendorName "Monitor Vendor" > ::> ModelName "Monitor Model" > ::> EndSection > ::>=20 > ::> Section "Device" > ::> ### Available Driver options are:- > ::> ### Values: : integer, : float, : "True"/"False", > ::> ### : "String", : " Hz/kHz/MHz" > ::> ### [arg]: arg optional > ::> #Option "NoAccel" # [] > ::> #Option "SWcursor" # [] > ::> #Option "ColorKey" # > ::> #Option "CacheLines" # > ::> #Option "Dac6Bit" # [] > ::> #Option "DRI" # [] > ::> #Option "NoDDC" # [] > ::> #Option "ShowCache" # [] > ::> #Option "XvMCSurfaces" # > ::> #Option "PageFlip" # [] > ::> Identifier "Card0" > ::> Driver "i810" > ::> VendorName "Intel Corporation" > ::> BoardName "82852/855GM Integrated Graphics Device" I just noticed that you have one of the 852/5 chips. Try disabling tiling for the moment... robert. > ::> BusID "PCI:0:2:0" > ::> EndSection > ::>=20 > ::> Section "Screen" > ::> Identifier "Screen0" > ::> Device "Card0" > ::> Monitor "Monitor0" > ::> DefaultColorDepth 24 > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> Virtual 1280 1024 > ::> EndSubSection > ::> EndSection > ::>=20 > ::> Section "Screen" > ::> Identifier "Screen1" > ::> Device "Card0" > ::> Monitor "Monitor0" > ::> DefaultColorDepth 24 > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 1 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 4 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 8 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 15 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 16 > ::> EndSubSection > ::> SubSection "Display" > ::> Viewport 0 0 > ::> Depth 24 > ::> EndSubSection > ::> EndSection > ::> plain text document attachment (Xorg.0.log.i810) > ::> X.Org X Server 1.4.2 > ::> Release Date: 11 June 2008 > ::> X Protocol Version 11, Revision 0 > ::> Build Operating System: FreeBSD 8.0-CURRENT i386=20 > ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT= FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.tt= r.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > ::> Build Date: 07 September 2008 05:01:02AM > ::> =20 > ::> Before reporting problems, check http://wiki.x.org > ::> to make sure that you have the latest version. > ::> Module Loader present > ::> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , > ::> (++) from command line, (!!) notice, (II) informational, > ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > ::> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:43:35 2= 008 > ::> (=3D=3D) Using config file: "/etc/xorg.conf" > ::> (=3D=3D) ServerLayout "1280" > ::> (**) |-->Screen "Screen0" (0) > ::> (**) | |-->Monitor "Monitor0" > ::> (**) | |-->Device "Card0" > ::> (**) |-->Input Device "Mouse0" > ::> (**) |-->Input Device "Keyboard0" > ::> (=3D=3D) Automatically adding devices > ::> (=3D=3D) Automatically enabling devices > ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > ::> Entry deleted from font path. > ::> (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/mis= c/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/li= b/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/font= s/75dpi/. > ::> (**) FontPath set to: > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/TrueType/, > ::> /usr/local/lib/X11/fonts/bitstream-vera/, > ::> /usr/local/lib/X11/fonts/URW/, > ::> /usr/local/lib/X11/fonts/cyrillic/, > ::> /usr/local/lib/X11/fonts/local/, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/, > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/ > ::> (**) RgbPath set to "/usr/local/share/X11/rgb" > ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" > ::> (II) Loader magic: 0x81ced80 > ::> (II) Module ABI versions: > ::> X.Org ANSI C Emulation: 0.3 > ::> X.Org Video Driver: 2.0 > ::> X.Org XInput driver : 2.0 > ::> X.Org Server Extension : 0.3 > ::> X.Org Font Renderer : 0.5 > ::> (II) Loader running on freebsd > ::> (II) LoadModule: "pcidata" > ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > ::> (II) Module pcidata: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (--) Using syscons driver with X support (version 2.0) > ::> (--) using VT number 9 > ::>=20 > ::> (II) PCI: Probing config type using method 1 > ::> (II) PCI: Config type is 1 > ::> (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x80= 000000 > ::> (WW) OS did not count PCI devices, guessing wildly > ::> (II) PCI: PCI scan (all values are in hex) > ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,0= 0 hdr 80 > ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,0= 0 hdr 00 > ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,0= 0 hdr 80 > ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,0= 0 hdr 80 > ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,0= 0 hdr 80 > ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 80 > ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,2= 0 hdr 00 > ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,0= 0 hdr 01 > ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,0= 0 hdr 80 > ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8= a hdr 00 > ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,0= 0 hdr 00 > ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,0= 0 hdr 00 > ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,0= 0 hdr 00 > ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,0= 0 hdr 00 > ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,1= 0 hdr 80 > ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,0= 0 hdr 80 > ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,0= 1 hdr 80 > ::> (II) PCI: End of PCI scan > ::> (II) Intel Bridge workaround enabled > ::> (II) Host-to-PCI bridge: > ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is s= et) > ::> (II) Bus 0 I/O range: > ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) Bus 0 non-prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Bus 0 prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Subtractive PCI-to-PCI bridge: > ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is = cleared) > ::> (II) Bus 1 I/O range: > ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > ::> (II) Bus 1 non-prefetchable memory range: > ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > ::> (II) PCI-to-ISA bridge: > ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN = is set) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2 > ::> (II) Addressable bus resource ranges are > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) OS-reported resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) Active PCI resource ranges: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff t= o 0xcfef7eff > ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff t= o 0xcfefbfff > ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0= x0000cf3f > ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff t= o 0xcfefefff > ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0= x0000cfbf > ::> (II) Active PCI resource ranges after removing overlaps: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) OS-reported resource ranges after removing overlaps with PCI: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) All system resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) "extmod" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dbe" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "glx" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "freetype" will be loaded. This was enabled by default and also = specified in the config file. > ::> (II) "type1" will be loaded. This was enabled by default and also spe= cified in the config file. > ::> (II) "record" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dri" will be loaded by default. > ::> (II) LoadModule: "extmod" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > ::> (II) Module extmod: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension SHAPE > ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD > ::> (II) Loading extension BIG-REQUESTS > ::> (II) Loading extension SYNC > ::> (II) Loading extension MIT-SCREEN-SAVER > ::> (II) Loading extension XC-MISC > ::> (II) Loading extension XFree86-VidModeExtension > ::> (II) Loading extension XFree86-Misc > ::> (II) Loading extension XFree86-DGA > ::> (II) Loading extension DPMS > ::> (II) Loading extension TOG-CUP > ::> (II) Loading extension Extended-Visual-Information > ::> (II) Loading extension XVideo > ::> (II) Loading extension XVideo-MotionCompensation > ::> (II) Loading extension X-Resource > ::> (II) LoadModule: "record" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > ::> (II) Module record: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.13.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension RECORD > ::> (II) LoadModule: "dbe" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > ::> (II) Module dbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DOUBLE-BUFFER > ::> (II) LoadModule: "glx" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > ::> (II) Module glx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (=3D=3D) AIGLX disabled > ::> (II) Loading extension GLX > ::> (II) LoadModule: "xtrap" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > ::> (II) Module xtrap: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DEC-XTRAP > ::> (II) LoadModule: "freetype" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > ::> (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Pro= ject" > ::> compiled for 1.4.2, module version =3D 2.1.0 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font FreeType > ::> (II) LoadModule: "type1" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > ::> (II) Module type1: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.2 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font Type1 > ::> (II) LoadModule: "dri" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > ::> (II) Module dri: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension XFree86-DRI > ::> (II) LoadModule: "i810" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > ::> (II) Module i810: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.7.4 > ::> Module class: X.Org Video Driver > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) LoadModule: "mouse" > ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > ::> (II) Module mouse: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.3 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) LoadModule: "kbd" > ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > ::> (II) Module kbd: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.2 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-= dc100, > ::> i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), > ::> 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ > ::> (II) Primary Device is: PCI 00:02:0 > ::> (--) Chipset 852GM/855GM found > ::> (II) resource ranges after xf86ClaimFixedResources() call: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) resource ranges after probing: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > ::> (II) Setting vga for screen 0. > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so > ::> (II) Module int10: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vbe" > ::> (II) LoadModule: "vbe" > ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so > ::> (II) Module vbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vgahw" > ::> (II) LoadModule: "vgahw" > ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > ::> (II) Module vgahw: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 0.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (**) I810(0): Depth 24, (--) framebuffer bpp 32 > ::> (=3D=3D) I810(0): RGB weight 888 > ::> (=3D=3D) I810(0): Default visual is TrueColor > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) I810(0): initializing int10 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already= clear > ::> (=3D=3D) I810(0): Write-combining range (0xc0000,0x40000) was already= clear > ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) I810(0): VESA BIOS detected > ::> (II) I810(0): VESA VBE Version 3.0 > ::> (II) I810(0): VESA VBE Total Mem: 16192 kB > ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphic= s Chip Accelerated VGA BIOS > ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME= Graphics Controller > ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME > ::> (--) I810(0): Chipset: "852GM/855GM" > ::> (--) I810(0): Linear framebuffer at 0xD8000000 > ::> (--) I810(0): IO registers at addr 0xD0000000 > ::> (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was alre= ady clear > ::> (II) I810(0): 2 display pipes available. > ::> (II) I810(0): detected 16252 kB stolen memory. > ::> (II) I810(0): Kernel reported 241152 total, 0 used > ::> (II) I810(0): I830CheckAvailableMemory: 964608 kB available > ::> (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space > ::> for the DRM memory manager. > ::> (II) I810(0): Monitoring connected displays enabled > ::> (--) I810(0): Pre-allocated VideoRAM: 16252 kByte > ::> (=3D=3D) I810(0): VideoRAM: 65536 kByte > ::> (=3D=3D) I810(0): video overlay key set to 0x101fe > ::> (**) I810(0): page flipping disabled > ::> (=3D=3D) I810(0): Using gamma correction (1.0, 1.0, 1.0) > ::> (II) I810(0): BIOS Build: 3172 > ::> (II) I810(0): Using new Pipe switch code > ::> (=3D=3D) I810(0): Device Presence: disabled. > ::> (=3D=3D) I810(0): Display Info: enabled. > ::> (II) I810(0): Broken BIOSes cause the system to hang here. > ::> If you encounter this problem please add=20 > ::> Option "DisplayInfo" "FALSE" > ::> to the Device section of your XF86Config file. > ::> (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size= : (720,400) > ::> (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size= : (0,2057) > ::> (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE= , present: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, p= resent: TRUE, size: (1024,768) > ::> (II) I810(0): Display Info: Second (second CRT): attached: FALSE, pre= sent: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present= : FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: DFP2 (second digital flat panel): attache= d: FALSE, present: FALSE, size: (0,2057) > ::> (II) I810(0): Display Info: LFP2 (second local flat panel): attached:= FALSE, present: FALSE, size: (0,2057) > ::> (II) I810(0): Size of device LFP (local flat panel) is 1024 x 768 > ::> (II) I810(0): No active displays on Pipe A. > ::> (II) I810(0): Currently active displays on Pipe B: > ::> (II) I810(0): LFP (local flat panel) > ::> (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 > ::> (=3D=3D) I810(0): Display is using Pipe B > ::> (--) I810(0): Maximum frambuffer space: 65368 kByte > ::> (II) I810(0): VESA VBE PanelID read successfully > ::> (II) I810(0): PanelID returned panel resolution : 1024x768 > ::> (II) Loading sub module "ddc" > ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in > ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > ::> (II) I810(0): VESA VBE DDC not supported > ::> (--) I810(0): A non-CRT device is attached to pipe B. > ::> No refresh rate overrides will be attempted. > ::> (--) I810(0): Maximum space available for video modes: 16192 kByte > ::> Mode: 30 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 640 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 49 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 640 > ::> BnkNumberOfImagePages: 49 > ::> LinNumberOfImagePages: 49 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 32 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 800 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 35 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 800 > ::> BnkNumberOfImagePages: 35 > ::> LinNumberOfImagePages: 35 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 34 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1024 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 8 > ::> NumberOfBanks: 1 > ::> MemoryModel: 4 > ::> BankSize: 0 > ::> NumberOfImages: 20 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1024 > ::> BnkNumberOfImagePages: 20 > ::> LinNumberOfImagePages: 20 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 38 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 3a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 3c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 41 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1280 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 27 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1280 > ::> BnkNumberOfImagePages: 27 > ::> LinNumberOfImagePages: 27 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 43 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 1600 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 15 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 1600 > ::> BnkNumberOfImagePages: 15 > ::> LinNumberOfImagePages: 15 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 45 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 2048 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 16 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 9 > ::> RedMaskSize: 5 > ::> RedFieldPosition: 11 > ::> GreenMaskSize: 6 > ::> GreenFieldPosition: 5 > ::> BlueMaskSize: 5 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 2048 > ::> BnkNumberOfImagePages: 9 > ::> LinNumberOfImagePages: 9 > ::> LinRedMaskSize: 5 > ::> LinRedFieldPosition: 11 > ::> LinGreenMaskSize: 6 > ::> LinGreenFieldPosition: 5 > ::> LinBlueMaskSize: 5 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 230000000 > ::> Mode: 49 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 4b (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 4d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> *(II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> (II) I810(0): Not using mode "640x480" (hsync out of range) > ::> Mode: 50 (640x480) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 2560 > ::> XResolution: 640 > ::> YResolution: 480 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 12 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 2560 > ::> BnkNumberOfImagePages: 12 > ::> LinNumberOfImagePages: 12 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> *(II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) > ::> (II) I810(0): Not using mode "800x600" (vrefresh out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> (II) I810(0): Not using mode "800x600" (hsync out of range) > ::> Mode: 52 (800x600) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 3200 > ::> XResolution: 800 > ::> YResolution: 600 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 7 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 3200 > ::> BnkNumberOfImagePages: 7 > ::> LinNumberOfImagePages: 7 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> *(II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> (II) I810(0): Not using mode "1024x768" (hsync out of range) > ::> Mode: 54 (1024x768) > ::> ModeAttributes: 0x9b > ::> WinAAttributes: 0x7 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 64 > ::> WinSize: 64 > ::> WinASegment: 0xa000 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0xc00070f2 > ::> BytesPerScanline: 4096 > ::> XResolution: 1024 > ::> YResolution: 768 > ::> XCharSize: 8 > ::> YCharSize: 16 > ::> NumberOfPlanes: 1 > ::> BitsPerPixel: 32 > ::> NumberOfBanks: 1 > ::> MemoryModel: 6 > ::> BankSize: 0 > ::> NumberOfImages: 4 > ::> RedMaskSize: 8 > ::> RedFieldPosition: 16 > ::> GreenMaskSize: 8 > ::> GreenFieldPosition: 8 > ::> BlueMaskSize: 8 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 8 > ::> RsvdFieldPosition: 24 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0xd8000000 > ::> LinBytesPerScanLine: 4096 > ::> BnkNumberOfImagePages: 4 > ::> LinNumberOfImagePages: 4 > ::> LinRedMaskSize: 8 > ::> LinRedFieldPosition: 16 > ::> LinGreenMaskSize: 8 > ::> LinGreenFieldPosition: 8 > ::> LinBlueMaskSize: 8 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 8 > ::> LinRsvdFieldPosition: 24 > ::> MaxPixelClock: 230000000 > ::> Mode: 58 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 5a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 5c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 60 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 61 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 62 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 63 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 64 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 65 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 66 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 67 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 68 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 69 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6a (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6b (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6e (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 6f (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 70 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 71 (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7c (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7d (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> Mode: 7e (0x0) > ::> ModeAttributes: 0x0 > ::> WinAAttributes: 0x0 > ::> WinBAttributes: 0x0 > ::> WinGranularity: 0 > ::> WinSize: 0 > ::> WinASegment: 0x0 > ::> WinBSegment: 0x0 > ::> WinFuncPtr: 0x0 > ::> BytesPerScanline: 0 > ::> XResolution: 0 > ::> YResolution: 0 > ::> XCharSize: 0 > ::> YCharSize: 0 > ::> NumberOfPlanes: 0 > ::> BitsPerPixel: 0 > ::> NumberOfBanks: 0 > ::> MemoryModel: 0 > ::> BankSize: 0 > ::> NumberOfImages: 0 > ::> RedMaskSize: 0 > ::> RedFieldPosition: 0 > ::> GreenMaskSize: 0 > ::> GreenFieldPosition: 0 > ::> BlueMaskSize: 0 > ::> BlueFieldPosition: 0 > ::> RsvdMaskSize: 0 > ::> RsvdFieldPosition: 0 > ::> DirectColorModeInfo: 0 > ::> PhysBasePtr: 0x0 > ::> LinBytesPerScanLine: 0 > ::> BnkNumberOfImagePages: 0 > ::> LinNumberOfImagePages: 0 > ::> LinRedMaskSize: 0 > ::> LinRedFieldPosition: 0 > ::> LinGreenMaskSize: 0 > ::> LinGreenFieldPosition: 0 > ::> LinBlueMaskSize: 0 > ::> LinBlueFieldPosition: 0 > ::> LinRsvdMaskSize: 0 > ::> LinRsvdFieldPosition: 0 > ::> MaxPixelClock: 0 > ::> (II) I810(0): Monitor0: Using hsync range of 43.89-48.51 kHz > ::> (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz > ::> (II) I810(0): Increasing the scanline pitch to allow tiling mode (128= 0 -> 2048). > ::> (**) I810(0): Virtual size is 1280x1024 (pitch 2048) > ::> (**) I810(0): *Built-in mode "1024x768" > ::> (=3D=3D) I810(0): DPI set to (96, 96) > ::> (II) Loading sub module "fb" > ::> (II) LoadModule: "fb" > ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so > ::> (II) Module fb: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (II) Loading sub module "xaa" > ::> (II) LoadModule: "xaa" > ::> (II) Loading /usr/local/lib/xorg/modules//libxaa.so > ::> (II) Module xaa: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "ramdac" > ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > ::> (=3D=3D) I810(0): VBE Restore workaround: enabled. > ::> (II) Loading sub module "shadow" > ::> (II) LoadModule: "shadow" > ::> (II) Loading /usr/local/lib/xorg/modules//libshadow.so > ::> (II) Module shadow: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (=3D=3D) Depth 24 pixmap format is 32 bpp > ::> (II) do I need RAC? No, I don't. > ::> (II) resource ranges after preInit: > ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) I810(0): initializing int10 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already= clear > ::> (II) I810(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) I810(0): Write-combining range (0x0,0x1000) was already clea= r > ::> (II) I810(0): VESA BIOS detected > ::> (II) I810(0): VESA VBE Version 3.0 > ::> (II) I810(0): VESA VBE Total Mem: 16192 kB > ::> (II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphic= s Chip Accelerated VGA BIOS > ::> (II) I810(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME= Graphics Controller > ::> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 > ::> (II) I810(0): Allocating at least 256 scanlines for pixmap cache > ::> (II) I810(0): Initial framebuffer allocation size: 12288 kByte > ::> (II) I810(0): Allocated 4 kB for HW cursor at 0x5fff000 (0x1964f000) > ::> (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x5ffb000 (0x17= ff4000) > ::> (II) I810(0): Allocated 4 kB for Overlay registers at 0x5ffa000 (0x19= 650000). > ::> (II) I810(0): Allocated 64 kB for the scratch buffer at 0x5fea000 > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> [drm] failed to load kernel module "i915" > ::> (EE) [drm] drmOpen failed. > ::> (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > ::> (II) I810(0): 0x8251930: Memory at offset 0x00020000, size 12288 kByt= es > ::> (II) I810(0): 0x8233a80: Memory at offset 0x05fff000, size 4 kBytes > ::> (II) I810(0): 0x8233aa0: Memory at offset 0x05ffb000, size 16 kBytes > ::> (II) I810(0): 0x8229e44: Memory at offset 0x00000000, size 128 kBytes > ::> (II) I810(0): 0x8251970: Memory at offset 0x05fea000, size 64 kBytes > ::> (II) I810(0): 0x8233ac0: Memory at offset 0x05ffa000, size 4 kBytes > ::> (=3D=3D) I810(0): Write-combining range (0xd0000000,0x80000) was alre= ady clear > ::> (=3D=3D) I810(0): Write-combining range (0xd8000000,0x8000000) > ::> (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset i= s 0x0000 > ::> (=3D=3D) I810(0): Write-combining range (0xa0000,0x10000) was already= clear > ::> (WW) I810(0): Extended BIOS function 0x5f05 failed. > ::> (II) I810(0): xf86BindGARTMemory: bind key 11 at 0x05fff000 (pgoffset= 24575) > ::> (II) I810(0): xf86BindGARTMemory: bind key 12 at 0x05ffb000 (pgoffset= 24571) > ::> (II) I810(0): xf86BindGARTMemory: bind key 14 at 0x05fea000 (pgoffset= 24554) > ::> (II) I810(0): xf86BindGARTMemory: bind key 13 at 0x05ffa000 (pgoffset= 24570) > ::> (WW) I810(0): PGTBL_ER is 0x00000049 > ::> (--) I810(0): A non-CRT device is attached to pipe B. > ::> No refresh rate overrides will be attempted. > ::> (II) I810(0): Display plane A is disabled and connected to Pipe A. > ::> (II) I810(0): Display plane B is enabled and connected to Pipe B. > ::> (II) I810(0): Enabling plane B. > ::> (II) I810(0): Display plane A is now disabled and connected to Pipe A= . > ::> (II) I810(0): Display plane B is now enabled and connected to Pipe B. > ::> (II) I810(0): PIPEACONF is 0x80000000 > ::> (II) I810(0): PIPEBCONF is 0x80000000 > ::> (II) I810(0): Mode bandwidth is 47 Mpixel/s > ::> (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 M= byte/s, 0 Mbyte/s > ::> (II) I810(0): Using XFree86 Acceleration Architecture (XAA) > ::> Screen to screen bit blits > ::> Solid filled rectangles > ::> 8x8 mono pattern filled rectangles > ::> Indirect CPU to Screen color expansion > ::> Solid Horizontal and Vertical Lines > ::> Offscreen Pixmaps > ::> Setting up tile and stipple cache: > ::> 16 128x128 slots > ::> 4 256x256 slots > ::> (=3D=3D) I810(0): Backing store disabled > ::> (=3D=3D) I810(0): Silken mouse enabled > ::> (II) I810(0): Initializing HW Cursor > ::> (II) I810(0): Set up overlay video > ::> (II) I810(0): direct rendering: Failed > ::> (II) I810(0): RandR enabled, ignore the following RandR disabled mess= age. > ::> (II) I810(0): Rotating to 0 degrees > ::> (--) RandR disabled > ::> (II) Initializing built-in extension MIT-SHM > ::> (II) Initializing built-in extension XInputExtension > ::> (II) Initializing built-in extension XTEST > ::> (II) Initializing built-in extension XKEYBOARD > ::> (II) Initializing built-in extension XC-APPGROUP > ::> (II) Initializing built-in extension XAccessControlExtension > ::> (II) Initializing built-in extension SECURITY > ::> (II) Initializing built-in extension XINERAMA > ::> (II) Initializing built-in extension XFIXES > ::> (II) Initializing built-in extension XFree86-Bigfont > ::> (II) Initializing built-in extension RENDER > ::> (II) Initializing built-in extension RANDR > ::> (II) Initializing built-in extension COMPOSITE > ::> (II) Initializing built-in extension DAMAGE > ::> (II) Initializing built-in extension XEVIE > ::> (II) Loading sub module "GLcore" > ::> (II) LoadModule: "GLcore" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > ::> (II) Module GLcore: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > ::> (**) Option "Protocol" "auto" > ::> (**) Mouse0: Device: "/dev/psm0" > ::> (**) Mouse0: Protocol: "auto" > ::> (**) Option "CorePointer" > ::> (**) Mouse0: always reports core events > ::> (**) Option "Device" "/dev/psm0" > ::> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 > ::> (**) Mouse0: Buttons: 9 > ::> (**) Mouse0: Sensitivity: 1 > ::> (**) Option "CoreKeyboard" > ::> (**) Keyboard0: always reports core events > ::> (**) Option "Protocol" "standard" > ::> (**) Keyboard0: Protocol: standard > ::> (**) Option "AutoRepeat" "500 30" > ::> (**) Option "XkbRules" "xorg" > ::> (**) Keyboard0: XkbRules: "xorg" > ::> (**) Option "XkbModel" "jp106" > ::> (**) Keyboard0: XkbModel: "jp106" > ::> (**) Option "XkbLayout" "jp" > ::> (**) Keyboard0: XkbLayout: "jp" > ::> (**) Option "XkbOptions" "ctrl:swapcaps" > ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > ::> (**) Option "CustomKeycodes" "off" > ::> (**) Keyboard0: CustomKeycodes disabled > ::> (II) evaluating device (Keyboard0) > ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD= ) > ::> (II) evaluating device (Mouse0) > ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > ::> (II) Mouse0: SetupAuto: protocol is PS/2 > ::> (II) Mouse0: ps2EnableDataReporting: succeeded > ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > ::> f000:569c: 01 ILLEGAL EXTENDED X86 OPCODE! > ::> plain text document attachment (Xorg.0.log.intel) > ::> X.Org X Server 1.4.2 > ::> Release Date: 11 June 2008 > ::> X Protocol Version 11, Revision 0 > ::> Build Operating System: FreeBSD 8.0-CURRENT i386=20 > ::> Current Operating System: FreeBSD legacy.ttr.kubota.co.jp 8.0-CURRENT= FreeBSD 8.0-CURRENT #1092: Sun Oct 5 22:15:31 JST 2008 haro@legacy.tt= r.kubota.co.jp:/home/haro/tmp/sys-7/i386/compile/LEGACY i386 > ::> Build Date: 07 September 2008 05:01:02AM > ::> =20 > ::> Before reporting problems, check http://wiki.x.org > ::> to make sure that you have the latest version. > ::> Module Loader present > ::> Markers: (--) probed, (**) from config file, (=3D=3D) default setting= , > ::> (++) from command line, (!!) notice, (II) informational, > ::> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > ::> (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 5 23:34:37 2= 008 > ::> (=3D=3D) Using config file: "/etc/xorg.conf" > ::> (=3D=3D) ServerLayout "1280" > ::> (**) |-->Screen "Screen0" (0) > ::> (**) | |-->Monitor "Monitor0" > ::> (**) | |-->Device "Card0" > ::> (**) |-->Input Device "Mouse0" > ::> (**) |-->Input Device "Keyboard0" > ::> (=3D=3D) Automatically adding devices > ::> (=3D=3D) Automatically enabling devices > ::> (WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist. > ::> Entry deleted from font path. > ::> (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/mis= c/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/li= b/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/font= s/75dpi/. > ::> (**) FontPath set to: > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/TrueType/, > ::> /usr/local/lib/X11/fonts/bitstream-vera/, > ::> /usr/local/lib/X11/fonts/URW/, > ::> /usr/local/lib/X11/fonts/cyrillic/, > ::> /usr/local/lib/X11/fonts/local/, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/, > ::> /usr/local/lib/X11/fonts/misc/, > ::> /usr/local/lib/X11/fonts/TTF/, > ::> /usr/local/lib/X11/fonts/OTF, > ::> /usr/local/lib/X11/fonts/Type1/, > ::> /usr/local/lib/X11/fonts/100dpi/, > ::> /usr/local/lib/X11/fonts/75dpi/ > ::> (**) RgbPath set to "/usr/local/share/X11/rgb" > ::> (**) ModulePath set to "/usr/local/lib/xorg/modules" > ::> (II) Loader magic: 0x81ced80 > ::> (II) Module ABI versions: > ::> X.Org ANSI C Emulation: 0.3 > ::> X.Org Video Driver: 2.0 > ::> X.Org XInput driver : 2.0 > ::> X.Org Server Extension : 0.3 > ::> X.Org Font Renderer : 0.5 > ::> (II) Loader running on freebsd > ::> (II) LoadModule: "pcidata" > ::> (II) Loading /usr/local/lib/xorg/modules//libpcidata.so > ::> (II) Module pcidata: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (--) Using syscons driver with X support (version 2.0) > ::> (--) using VT number 9 > ::>=20 > ::> (II) PCI: Probing config type using method 1 > ::> (II) PCI: Config type is 1 > ::> (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x80= 000000 > ::> (WW) OS did not count PCI devices, guessing wildly > ::> (II) PCI: PCI scan (all values are in hex) > ::> (II) PCI: 00:00:0: chip 8086,3580 card 1179,0001 rev 02 class 06,00,0= 0 hdr 80 > ::> (II) PCI: 00:00:1: chip 8086,3584 card 1179,0001 rev 02 class 08,80,0= 0 hdr 00 > ::> (II) PCI: 00:00:3: chip 8086,3585 card 1179,0001 rev 02 class 08,80,0= 0 hdr 80 > ::> (II) PCI: 00:02:0: chip 8086,3582 card 1179,0036 rev 02 class 03,00,0= 0 hdr 80 > ::> (II) PCI: 00:02:1: chip 8086,3582 card 1179,0036 rev 02 class 03,80,0= 0 hdr 80 > ::> (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 80 > ::> (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:2: chip 8086,24c7 card 1179,0001 rev 03 class 0c,03,0= 0 hdr 00 > ::> (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,2= 0 hdr 00 > ::> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,0= 0 hdr 01 > ::> (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,0= 0 hdr 80 > ::> (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8= a hdr 00 > ::> (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0413 rev 03 class 04,01,0= 0 hdr 00 > ::> (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,0= 0 hdr 00 > ::> (II) PCI: 01:05:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,0= 0 hdr 00 > ::> (II) PCI: 01:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,0= 0 hdr 00 > ::> (II) PCI: 01:0b:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:1: chip 104c,8031 card fffc,ffff rev 00 class 06,07,0= 0 hdr 82 > ::> (II) PCI: 01:0b:2: chip 104c,8032 card 1179,0001 rev 00 class 0c,00,1= 0 hdr 80 > ::> (II) PCI: 01:0b:3: chip 104c,8033 card 0000,0000 rev 00 class 01,80,0= 0 hdr 80 > ::> (II) PCI: 01:0b:4: chip 104c,8034 card 1179,0001 rev 00 class 08,05,0= 1 hdr 80 > ::> (II) PCI: End of PCI scan > ::> (II) Intel Bridge workaround enabled > ::> (II) Host-to-PCI bridge: > ::> (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is s= et) > ::> (II) Bus 0 I/O range: > ::> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) Bus 0 non-prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Bus 0 prefetchable memory range: > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> (II) Subtractive PCI-to-PCI bridge: > ::> (II) Bus 1: bridge is at (0:30:0), (0,1,4), BCTRL: 0x0000 (VGA_EN is = cleared) > ::> (II) Bus 1 I/O range: > ::> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > ::> (II) Bus 1 non-prefetchable memory range: > ::> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B] > ::> (II) PCI-to-ISA bridge: > ::> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN = is set) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 3: bridge is at (1:11:0), (1,3,3), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (II) PCI-to-CardBus bridge: > ::> (II) Bus 4: bridge is at (1:11:1), (1,4,4), BCTRL: 0x0740 (VGA_EN is = cleared) > ::> (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2, Mem @ 0xd8000000/27, 0xd0000000/19, I/O @ 0xeff8/3 > ::> (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics D= evice rev 2 > ::> (II) Addressable bus resource ranges are > ::> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > ::> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > ::> (II) OS-reported resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) Active PCI resource ranges: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7fff (0x200) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefffff (0x8000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefffff (0x2000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cfff (0x100) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfff (0x80) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) PCI Memory resource overlap reduced 0xcfef7e00 from 0xcfef7fff t= o 0xcfef7eff > ::> (II) PCI Memory resource overlap reduced 0xcfef8000 from 0xcfefffff t= o 0xcfefbfff > ::> (II) PCI I/O resource overlap reduced 0x0000cf00 from 0x0000cfff to 0= x0000cf3f > ::> (II) PCI Memory resource overlap reduced 0xcfefe000 from 0xcfefffff t= o 0xcfefefff > ::> (II) PCI I/O resource overlap reduced 0x0000cf80 from 0x0000cfff to 0= x0000cfbf > ::> (II) Active PCI resource ranges after removing overlaps: > ::> [0] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [1] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [2] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [3] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [4] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [5] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [6] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [7] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [8] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [9] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [12] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [17] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [18] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [19] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [20] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [21] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [22] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [23] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [24] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [25] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) OS-reported resource ranges after removing overlaps with PCI: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> (II) All system resource ranges: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) "extmod" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dbe" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "glx" will be loaded. This was enabled by default and also speci= fied in the config file. > ::> (II) "freetype" will be loaded. This was enabled by default and also = specified in the config file. > ::> (II) "type1" will be loaded. This was enabled by default and also spe= cified in the config file. > ::> (II) "record" will be loaded. This was enabled by default and also sp= ecified in the config file. > ::> (II) "dri" will be loaded by default. > ::> (II) LoadModule: "extmod" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > ::> (II) Module extmod: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension SHAPE > ::> (II) Loading extension MIT-SUNDRY-NONSTANDARD > ::> (II) Loading extension BIG-REQUESTS > ::> (II) Loading extension SYNC > ::> (II) Loading extension MIT-SCREEN-SAVER > ::> (II) Loading extension XC-MISC > ::> (II) Loading extension XFree86-VidModeExtension > ::> (II) Loading extension XFree86-Misc > ::> (II) Loading extension XFree86-DGA > ::> (II) Loading extension DPMS > ::> (II) Loading extension TOG-CUP > ::> (II) Loading extension Extended-Visual-Information > ::> (II) Loading extension XVideo > ::> (II) Loading extension XVideo-MotionCompensation > ::> (II) Loading extension X-Resource > ::> (II) LoadModule: "record" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > ::> (II) Module record: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.13.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension RECORD > ::> (II) LoadModule: "dbe" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > ::> (II) Module dbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DOUBLE-BUFFER > ::> (II) LoadModule: "glx" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > ::> (II) Module glx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (=3D=3D) AIGLX disabled > ::> (II) Loading extension GLX > ::> (II) LoadModule: "xtrap" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > ::> (II) Module xtrap: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> Module class: X.Org Server Extension > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension DEC-XTRAP > ::> (II) LoadModule: "freetype" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > ::> (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Pro= ject" > ::> compiled for 1.4.2, module version =3D 2.1.0 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font FreeType > ::> (II) LoadModule: "type1" > ::> (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so > ::> (II) Module type1: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.2 > ::> Module class: X.Org Font Renderer > ::> ABI class: X.Org Font Renderer, version 0.5 > ::> (II) Loading font Type1 > ::> (II) LoadModule: "dri" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > ::> (II) Module dri: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) Loading extension XFree86-DRI > ::> (II) LoadModule: "i810" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so > ::> (II) Module i810: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 2.4.2 > ::> Module class: X.Org Video Driver > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) LoadModule: "mouse" > ::> (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > ::> (II) Module mouse: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.3 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) LoadModule: "kbd" > ::> (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > ::> (II) Module kbd: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.2.2 > ::> Module class: X.Org XInput Driver > ::> ABI class: X.Org XInput driver, version 2.0 > ::> (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, > ::> i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, > ::> E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, > ::> 965GM, 965GME/GLE, G33, Q35, Q33, > ::> Mobile Intel=E9=80=9F GM45 Express Chipset, > ::> Intel Integrated Graphics Device, G45/G43, Q45/Q43 > ::> (II) Primary Device is: PCI 00:02:0 > ::> (--) Chipset 852GM/855GM found > ::> (II) resource ranges after xf86ClaimFixedResources() call: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [18] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [23] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [24] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [25] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [26] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [27] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [28] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [29] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [30] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [31] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> (II) resource ranges after probing: > ::> [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [4] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [5] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [6] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [7] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [8] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [9] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [10] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [11] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [12] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [13] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [14] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [15] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [16] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > ::> [17] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > ::> [18] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > ::> [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [21] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [26] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [27] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [28] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [29] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [30] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [31] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [32] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [33] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [34] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > ::> [36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > ::> (II) Setting vga for screen 0. > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Loading /usr/local/lib/xorg/modules//libint10.so > ::> (II) Module int10: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vbe" > ::> (II) LoadModule: "vbe" > ::> (II) Loading /usr/local/lib/xorg/modules//libvbe.so > ::> (II) Module vbe: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "vgahw" > ::> (II) LoadModule: "vgahw" > ::> (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > ::> (II) Module vgahw: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 0.1.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (**) intel(0): Depth 24, (--) framebuffer bpp 32 > ::> (=3D=3D) intel(0): RGB weight 888 > ::> (=3D=3D) intel(0): Default visual is TrueColor > ::> (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME > ::> (--) intel(0): Chipset: "852GM/855GM" > ::> (--) intel(0): Linear framebuffer at 0xD8000000 > ::> (--) intel(0): IO registers at addr 0xD0000000 > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (II) intel(0): 2 display pipes available. > ::> (=3D=3D) intel(0): Using EXA for acceleration > ::> (II) Loading sub module "int10" > ::> (II) LoadModule: "int10" > ::> (II) Reloading /usr/local/lib/xorg/modules//libint10.so > ::> (II) intel(0): initializing int10 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x20000) was alread= y clear > ::> (=3D=3D) intel(0): Write-combining range (0xc0000,0x40000) was alread= y clear > ::> (II) intel(0): Primary V_BIOS segment is: 0xc000 > ::> (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already cle= ar > ::> (II) intel(0): VESA BIOS detected > ::> (II) intel(0): VESA VBE Version 3.0 > ::> (II) intel(0): VESA VBE Total Mem: 16192 kB > ::> (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphi= cs Chip Accelerated VGA BIOS > ::> (II) intel(0): VESA VBE OEM Software Rev: 1.0 > ::> (II) intel(0): VESA VBE OEM Vendor: Intel Corporation > ::> (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GM= E Graphics Controller > ::> (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > ::> (=3D=3D) intel(0): Write-combining range (0x0,0x1000) was already cle= ar > ::> (II) Loading sub module "ddc" > ::> (II) LoadModule: "ddc"(II) Module "ddc" already built-in > ::> (II) Loading sub module "i2c" > ::> (II) LoadModule: "i2c"(II) Module "i2c" already built-in > ::> (II) intel(0): Output VGA using monitor section Monitor0 > ::> (II) intel(0): I2C bus "CRTDDC_A" initialized. > ::> (II) intel(0): Output LVDS has no monitor section > ::> (II) intel(0): I2C bus "LVDSDDC_C" initialized. > ::> (II) intel(0): Attempting to determine panel fixed mode. > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0= . > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > ::> (II) intel(0): I2C bus "DVODDC_D" initialized. > ::> (II) Loading sub module "sil164" > ::> (II) LoadModule: "sil164" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so > ::> (II) Module sil164: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ch7xxx" > ::> (II) LoadModule: "ch7xxx" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so > ::> (II) Module ch7xxx: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ivch" > ::> (II) LoadModule: "ivch" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so > ::> (II) Module ivch: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_B" initialized. > ::> (II) Loading sub module "tfp410" > ::> (II) LoadModule: "tfp410" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//tfp410.so > ::> (II) Module tfp410: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_B" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) Loading sub module "ch7017" > ::> (II) LoadModule: "ch7017" > ::> (II) Loading /usr/local/lib/xorg/modules/drivers//ch7017.so > ::> (II) Module ch7017: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVOI2C_E" initialized. > ::> (II) intel(0): I2C bus "DVOI2C_E" removed. > ::> (II) intel(0): I2C bus "DVODDC_D" removed. > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0= . > ::> (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > ::> (II) intel(0): Output VGA disconnected > ::> (II) intel(0): Output LVDS connected > ::> (II) intel(0): Output LVDS using initial mode 1024x768 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) intel(0): Monitoring connected displays enabled > ::> (II) intel(0): detected 128 kB GTT. > ::> (II) intel(0): detected 16252 kB stolen memory. > ::> (=3D=3D) intel(0): video overlay key set to 0x101fe > ::> (=3D=3D) intel(0): Will not try to enable page flipping > ::> (=3D=3D) intel(0): Triple buffering disabled > ::> (=3D=3D) intel(0): Intel XvMC decoder disabled > ::> (=3D=3D) intel(0): Using gamma correction (1.0, 1.0, 1.0) > ::> (=3D=3D) intel(0): DPI set to (96, 96) > ::> (II) Loading sub module "fb" > ::> (II) LoadModule: "fb" > ::> (II) Loading /usr/local/lib/xorg/modules//libfb.so > ::> (II) Module fb: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org ANSI C Emulation, version 0.3 > ::> (II) Loading sub module "exa" > ::> (II) LoadModule: "exa" > ::> (II) Loading /usr/local/lib/xorg/modules//libexa.so > ::> (II) Module exa: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 2.2.0 > ::> ABI class: X.Org Video Driver, version 2.0 > ::> (II) Loading sub module "ramdac" > ::> (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in > ::> (II) intel(0): Comparing regs from server start up to After PreInit > ::> (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 t= o 0xd0000009 > ::> (WW) intel(0): PP_STATUS before: on, ready, sequencing idle > ::> (WW) intel(0): PP_STATUS after: on, ready, sequencing on > ::> (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x80000202 t= o 0x00000202 > ::> (WW) intel(0): PIPEBSTAT before: status: FIFO_UNDERRUN VSYNC_INT_STAT= US VBLANK_INT_STATUS > ::> (WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS VBLANK_INT_S= TATUS > ::> (=3D=3D) Depth 24 pixmap format is 32 bpp > ::> (II) do I need RAC? No, I don't. > ::> (II) resource ranges after preInit: > ::> [0] 1 0 0xd0000000 - 0xd007ffff (0x80000) MS[B] > ::> [1] 1 0 0xd8000000 - 0xdfffffff (0x8000000) MS[B] > ::> [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > ::> [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > ::> [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > ::> [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > ::> [6] -1 0 0xcfef7d00 - 0xcfef7dff (0x100) MX[B]E > ::> [7] -1 0 0xcfef7e00 - 0xcfef7eff (0x100) MX[B]E > ::> [8] -1 0 0xcfef7f00 - 0xcfef7fff (0x100) MX[B]E > ::> [9] -1 0 0xcfef8000 - 0xcfefbfff (0x4000) MX[B]E > ::> [10] -1 0 0xcfefd800 - 0xcfefdfff (0x800) MX[B]E > ::> [11] -1 0 0xcfefe000 - 0xcfefefff (0x1000) MX[B]E > ::> [12] -1 0 0xcfeff000 - 0xcfefffff (0x1000) MX[B]E > ::> [13] -1 0 0xcfdffd00 - 0xcfdffdff (0x100) MX[B]E > ::> [14] -1 0 0xcfdffe00 - 0xcfdfffff (0x200) MX[B]E > ::> [15] -1 0 0xcffffc00 - 0xcfffffff (0x400) MX[B]E > ::> [16] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B) > ::> [17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > ::> [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > ::> [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > ::> [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > ::> [21] 1 0 0x0000eff8 - 0x0000efff (0x8) IS[B] > ::> [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > ::> [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > ::> [24] -1 0 0x0000cf00 - 0x0000cf3f (0x40) IX[B]E > ::> [25] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B]E > ::> [26] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B]E > ::> [27] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B]E > ::> [28] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B]E > ::> [29] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E > ::> [30] -1 0 0x0000bfe4 - 0x0000bfe7 (0x4) IX[B]E > ::> [31] -1 0 0x0000bfe8 - 0x0000bfef (0x8) IX[B]E > ::> [32] -1 0 0x0000bff4 - 0x0000bff7 (0x4) IX[B]E > ::> [33] -1 0 0x0000bff8 - 0x0000bfff (0x8) IX[B]E > ::> [34] -1 0 0x0000cf60 - 0x0000cf7f (0x20) IX[B]E > ::> [35] -1 0 0x0000cf80 - 0x0000cfbf (0x40) IX[B]E > ::> [36] -1 0 0x0000cfe0 - 0x0000cfff (0x20) IX[B]E > ::> [37] -1 0 0x0000eff8 - 0x0000efff (0x8) IX[B](B) > ::> [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > ::> [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > ::> (II) intel(0): Kernel reported 241152 total, 0 used > ::> (II) intel(0): I830CheckAvailableMemory: 964608 kB available > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> drmOpenDevice: node name is /dev/dri/card0 > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: open result is -1, (No such file or directory) > ::> drmOpenDevice: Open failed > ::> [drm] failed to load kernel module "i915" > ::> (EE) [drm] drmOpen failed. > ::> (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. > ::> (**) intel(0): Framebuffer compression enabled > ::> (**) intel(0): Tiling enabled > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (=3D=3D) intel(0): VideoRam: 131072 KB > ::> (II) intel(0): Attempting memory allocation with tiled buffers. > ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed > ::> (Cannot allocate memory) > ::> (WW) intel(0): xf86AllocateGARTMemory: allocation of 4 pages failed > ::> (Cannot allocate memory) > ::> (WW) intel(0): Disabling HW cursor because the cursor memory allocati= on failed. > ::> (II) intel(0): Tiled allocation successful. > ::> (II) intel(0): adjusting plane->pipe mappings to allow for framebuffe= r compression > ::> (II) intel(0): Page Flipping disabled > ::> (=3D=3D) intel(0): Write-combining range (0xd0000000,0x80000) was alr= eady clear > ::> (=3D=3D) intel(0): Write-combining range (0xd8000000,0x8000000) > ::> (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset = is 0x0000 > ::> (=3D=3D) intel(0): Write-combining range (0xa0000,0x10000) was alread= y clear > ::> (II) EXA(0): Offscreen pixmap area of 25165824 bytes > ::> (II) EXA(0): Driver registered support for the following operations: > ::> (II) Solid > ::> (II) Copy > ::> (II) Composite (RENDER acceleration) > ::> (=3D=3D) intel(0): Backing store disabled > ::> (=3D=3D) intel(0): Silken mouse enabled > ::> (II) intel(0): Initializing SW Cursor! > ::> (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fdf000 (pgoffset= 4063) > ::> (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x015df000 (pgoffset= 5599) > ::> (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x015e0000 (pgoffset= 5600) > ::> (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x015e1000 (pgoffset= 5601) > ::> (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset= 8192) > ::> (II) intel(0): xf86BindGARTMemory: bind key 10 at 0x03000000 (pgoffse= t 12288) > ::> (II) intel(0): Fixed memory allocation layout: > ::> (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) > ::> (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) > ::> (II) intel(0): 0x00fdf000: end of stolen memory > ::> (II) intel(0): 0x00fdf000-0x015defff: compressed frame buffer (6144 k= B, 0x000000001fc00000 physical > ::> ) > ::> (II) intel(0): 0x015df000-0x015dffff: compressed ll buffer (4 kB, 0x0= 000000004f68000 physical > ::> ) > ::> (II) intel(0): 0x015e0000-0x015e0fff: Core cursor (4 kB, 0x0000000004= f54000 physical > ::> ) > ::> (II) intel(0): 0x015e1000-0x015e1fff: overlay registers (4 kB, 0x0000= 00002335b000 physical > ::> ) > ::> (II) intel(0): 0x02000000-0x02ffffff: front buffer (10240 kB) X tiled > ::> (II) intel(0): 0x03000000-0x047fffff: exa offscreen (24576 kB) > ::> (II) intel(0): 0x08000000: end of aperture > ::> (WW) intel(0): ESR is 0x00000010, page table error > ::> (WW) intel(0): PGTBL_ER is 0x00000049 > ::> (WW) intel(0): Existing errors found in hardware state. > ::> (WW) intel(0): Chosen PLL clock of 66.6 Mhz more than 2% away from de= sired 65.0 Mhz > ::> (II) intel(0): Selecting standard 18 bit TMDS pixel format. > ::> (II) intel(0): Output configuration: > ::> (II) intel(0): Pipe A is off > ::> (II) intel(0): Display plane B is now enabled and connected to pipe= A. > ::> (WW) intel(0): Hardware claims pipe A is on while software believes= it is off > ::> (WW) intel(0): Hardware claims plane A is on while software believe= s it is off > ::> (II) intel(0): Pipe B is on > ::> (II) intel(0): Display plane A is now enabled and connected to pipe= B. > ::> (II) intel(0): Output VGA is connected to pipe none > ::> (II) intel(0): Output LVDS is connected to pipe B > ::> (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled= message. > ::> (II) intel(0): Set up overlay video > ::> (II) intel(0): direct rendering: Failed > ::> (--) RandR disabled > ::> (II) Initializing built-in extension MIT-SHM > ::> (II) Initializing built-in extension XInputExtension > ::> (II) Initializing built-in extension XTEST > ::> (II) Initializing built-in extension XKEYBOARD > ::> (II) Initializing built-in extension XC-APPGROUP > ::> (II) Initializing built-in extension XAccessControlExtension > ::> (II) Initializing built-in extension SECURITY > ::> (II) Initializing built-in extension XINERAMA > ::> (II) Initializing built-in extension XFIXES > ::> (II) Initializing built-in extension XFree86-Bigfont > ::> (II) Initializing built-in extension RENDER > ::> (II) Initializing built-in extension RANDR > ::> (II) Initializing built-in extension COMPOSITE > ::> (II) Initializing built-in extension DAMAGE > ::> (II) Initializing built-in extension XEVIE > ::> (II) Loading sub module "GLcore" > ::> (II) LoadModule: "GLcore" > ::> (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so > ::> (II) Module GLcore: vendor=3D"X.Org Foundation" > ::> compiled for 1.4.2, module version =3D 1.0.0 > ::> ABI class: X.Org Server Extension, version 0.3 > ::> (II) GLX: Initialized MESA-PROXY GL provider for screen 0 > ::> (II) intel(0): Setting screen physical size to 270 x 203 > ::> (**) Option "Protocol" "auto" > ::> (**) Mouse0: Device: "/dev/psm0" > ::> (**) Mouse0: Protocol: "auto" > ::> (**) Option "CorePointer" > ::> (**) Mouse0: always reports core events > ::> (**) Option "Device" "/dev/psm0" > ::> (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > ::> (**) Mouse0: ZAxisMapping: buttons 4 and 5 > ::> (**) Mouse0: Buttons: 9 > ::> (**) Mouse0: Sensitivity: 1 > ::> (**) Option "CoreKeyboard" > ::> (**) Keyboard0: always reports core events > ::> (**) Option "Protocol" "standard" > ::> (**) Keyboard0: Protocol: standard > ::> (**) Option "AutoRepeat" "500 30" > ::> (**) Option "XkbRules" "xorg" > ::> (**) Keyboard0: XkbRules: "xorg" > ::> (**) Option "XkbModel" "jp106" > ::> (**) Keyboard0: XkbModel: "jp106" > ::> (**) Option "XkbLayout" "jp" > ::> (**) Keyboard0: XkbLayout: "jp" > ::> (**) Option "XkbOptions" "ctrl:swapcaps" > ::> (**) Keyboard0: XkbOptions: "ctrl:swapcaps" > ::> (**) Option "CustomKeycodes" "off" > ::> (**) Keyboard0: CustomKeycodes disabled > ::> (II) evaluating device (Keyboard0) > ::> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD= ) > ::> (II) evaluating device (Mouse0) > ::> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > ::> (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > ::> (II) Mouse0: SetupAuto: protocol is PS/2 > ::> (II) Mouse0: ps2EnableDataReporting: succeeded > ::> (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device > ::> (EE) intel(0): underrun on pipe B! > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 5 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 6 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 7 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 8 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 9 > ::> (II) intel(0): xf86UnbindGARTMemory: unbind key 10 > ::>=20 > ::> Fatal server error: > ::> Caught signal 11. Server aborting > ::>=20 > ::> _______________________________________________ > ::> freebsd-x11@freebsd.org mailing list > ::> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > ::> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org= " --=-QNuUyi7ZfaKFH/pc84dY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkjqy8AACgkQM4TrQ4qfROP7nwCcDNk21HTPGzHbLP9lhcVVQ/3q ZYUAmwZdPhOBXCqHFP7y9w/4Tx24+QqY =PrpB -----END PGP SIGNATURE----- --=-QNuUyi7ZfaKFH/pc84dY-- From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 06:40:54 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EC421065692 for ; Tue, 7 Oct 2008 06:40:54 +0000 (UTC) (envelope-from sziszi@bsd.hu) Received: from mail.rubicom.hu (mail.rubicom.hu [89.147.80.28]) by mx1.freebsd.org (Postfix) with ESMTP id 408778FC2A for ; Tue, 7 Oct 2008 06:40:54 +0000 (UTC) (envelope-from sziszi@bsd.hu) Received: from localhost ([127.0.0.1] helo=mail.rubicom.hu) by mail.rubicom.hu with smtp (Exim 4.63) (envelope-from ) id 1Kn6FX-0003qr-S8 for freebsd-x11@freebsd.org; Tue, 07 Oct 2008 08:40:51 +0200 Received: from ip5993549e.rubicom.hu ([89.147.84.158] helo=baranyfelhocske.buza.adamsfamily.xx) by mail.rubicom.hu with esmtp (Exim 4.63) (envelope-from ) id 1Kn4lB-0008Po-6E for freebsd-x11@freebsd.org; Tue, 07 Oct 2008 07:05:25 +0200 Received: from baranyfelhocske.buza.adamsfamily.xx (localhost [127.0.0.1]) by baranyfelhocske.buza.adamsfamily.xx (8.14.3/8.14.3) with ESMTP id m9755PV8002214 for ; Tue, 7 Oct 2008 07:05:25 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from sziszi@localhost) by baranyfelhocske.buza.adamsfamily.xx (8.14.3/8.14.3/Submit) id m9755PQC002213 for freebsd-x11@freebsd.org; Tue, 7 Oct 2008 07:05:25 +0200 (CEST) (envelope-from sziszi@bsd.hu) X-Authentication-Warning: baranyfelhocske.buza.adamsfamily.xx: sziszi set sender to sziszi@bsd.hu using -f Date: Tue, 7 Oct 2008 07:05:24 +0200 From: Szilveszter Adam To: freebsd-x11@freebsd.org Message-ID: <20081007050524.GA2072@baranyfelhocske.buza.adamsfamily.xx> References: <48E4CC06.1070802@ahhyes.net> <1222960850.12046.6.camel@squirrel.corp.cox.com> <48E4E95B.3020708@ahhyes.net> <1222965932.12046.14.camel@squirrel.corp.cox.com> <48E58D05.7010003@ahhyes.net> <1223054469.55363.16.camel@squirrel.corp.cox.com> <48E6BF5D.7060704@ahhyes.net> <1223084732.1619.3.camel@wombat.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1223084732.1619.3.camel@wombat.2hip.net> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: DRI not working X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 06:40:54 -0000 Hello Robert, hello Alex, hello all, This is really just a quick note to say that - as suggested by Robert in another thread - disabling tiling seems to be a workaround for now. I will check functionality now. Also, I will continue collecting debug information in the hope it will be useful for the intel(4) developers. -- Regards: Szilveszter ADAM Budapest Hungary From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 11:46:18 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22CE9106568A; Tue, 7 Oct 2008 11:46:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED6618FC28; Tue, 7 Oct 2008 11:46:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m97BkHFd093675; Tue, 7 Oct 2008 11:46:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m97BkH5d093671; Tue, 7 Oct 2008 11:46:17 GMT (envelope-from edwin) Date: Tue, 7 Oct 2008 11:46:17 GMT Message-Id: <200810071146.m97BkH5d093671@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 11:46:18 -0000 Synopsis: x11/xkeyboard-config v1.3 russian language broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 7 11:46:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127914 From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 14:00:17 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19ACC10656AF for ; Tue, 7 Oct 2008 14:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 023798FC1E for ; Tue, 7 Oct 2008 14:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m97E0GJq003457 for ; Tue, 7 Oct 2008 14:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m97E0G7x003456; Tue, 7 Oct 2008 14:00:16 GMT (envelope-from gnats) Date: Tue, 7 Oct 2008 14:00:16 GMT Message-Id: <200810071400.m97E0G7x003456@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 14:00:17 -0000 The following reply was made to PR ports/127914; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, serg@tmn.ru Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken Date: Tue, 07 Oct 2008 16:57:42 +0300 [This PR contains quite an inflammatory language which is not helpful.] The real issue is changes in upstream of xkeyboard-config. I don't think that FreeBSD community has any resources or desire to maintain its own xkeyboard-config different from what XOrg provides. If PR submitter wishes so, he can either maintain his own xkeyboard-config customization or contact XOrg xkeyboard-config maintainers/developers with his complaints and suggestions. They have their bugzilla, mailing list and change log. http://freedesktop.org/wiki/Software/XKeyboardConfig P.S. To the submitter: the easiest for you is to use ru(common) or ru(legacy). ru(os) that you mentioned does not exist at all, ru(os_legacy) contains some tweaks for Ossetian. -- Andriy Gapon From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 02:38:59 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CA610656AE for ; Wed, 8 Oct 2008 02:38:59 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from mail02.kgt.co.jp (dmz02.kgt.co.jp [210.141.246.82]) by mx1.freebsd.org (Postfix) with ESMTP id 94D958FC1E for ; Wed, 8 Oct 2008 02:38:59 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (unknown [210.141.246.71]) by mail02.kgt.co.jp (Postfix) with ESMTP id 0CA3D3C3D1F3; Wed, 8 Oct 2008 11:38:59 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 731F04771C; Wed, 8 Oct 2008 11:38:58 +0900 (JST) Date: Wed, 08 Oct 2008 11:39:03 +0900 (JST) Message-Id: <20081008.113903.54395542.haro@kgt.co.jp> To: rnoland@FreeBSD.org From: haro@kgt.co.jp In-Reply-To: <1223347136.1749.13.camel@wombat.2hip.net> References: <1223269315.1619.81.camel@wombat.2hip.net> <20081007.100210.119716585.haro@kgt.co.jp> <1223347136.1749.13.camel@wombat.2hip.net> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 02:39:00 -0000 From: Robert Noland Date: Mon, 06 Oct 2008 22:38:56 -0400 ::On Tue, 2008-10-07 at 10:02 +0900, haro@kgt.co.jp wrote: ::> From: Robert Noland ::> Date: Mon, 06 Oct 2008 01:01:55 -0400 ::> ::On Mon, 2008-10-06 at 12:02 +0900, haro at kgt dot co dot jp wrote: ::> ::> Hi list, ::> ::> ::> ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN, ::> ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. ::> ::> ::> ::> But as the subject suggets, intel driver does not seem to handle the ::> ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, ::> ::> and only capable of handling the real 1024x768 for my notebook PC. ::> ::> ::> ::> I've attached the xorg.conf and Xorg.0.log file for i810 and intel ::> ::> drivers. ::> ::> ::> ::> Is there anyway to get things working, as par with i810, for intel ::> ::> driver? ::> ::> ::> ::> One more side note: ::> ::> I have to remove the drm.ko to make my X-Server working, since the ::> ::> DRM updates for -current in August(?) kills my notebook completely, ::> ::> and have to remove the battery and AC-adopter to make it even reboot. ::> ::> IIRC, older DRM from June/July criteria used to work just fine. ::> :: ::> ::I'll try and let someone else address the specifics of the i810 / intel ::> ::driver. As far as drm goes, it should be working reasonably well on ::> ::CURRENT now. ::> :: ::> ::robert. ::> ::> Robert, ::> ::> Thanks for heads up. ::> I updated my -current notebook and tried the newest DRM code and older code ::> from Oct 1st, but both didn't make any difference. ::> Kldloading drm.ko seems fine, but starting X server and boooom it goes. :-( ::> ::> Is there anyway I can test the drm.ko, without using X-server? ::> Also are there any integration mis-matches between drm.ko, libdrm and ::> xf86-video-{intel,i860} that I should care about? ::> ::> Thanks, ::> haro ::> ::> Driver "i810" ::> ::> VendorName "Intel Corporation" ::> ::> BoardName "82852/855GM Integrated Graphics Device" :: ::I just noticed that you have one of the 852/5 chips. Try disabling ::tiling for the moment... :: ::robert. Robert, Thank you for looking into it. I still use the i810 driver and it does not seem to support the "Option Tiling False" setting in xorg.conf file. So I just set "Option DRI False" to diable the whole thing, for the time being. ;-) Thanks, haro From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 05:39:09 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56571065694 for ; Wed, 8 Oct 2008 05:39:09 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD2C8FC1B for ; Wed, 8 Oct 2008 05:39:09 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KnRUt-0007CM-Eh for freebsd-x11@freebsd.org; Tue, 07 Oct 2008 22:22:07 -0700 Message-ID: <19872518.post@talk.nabble.com> Date: Tue, 7 Oct 2008 22:22:07 -0700 (PDT) From: nebula601 To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: fridout106@gmail.com Subject: Xorg Configuration X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 05:39:09 -0000 I go to the Xorg Configuration and it asks me if I want to look at the card database. When I select "Yes" it takes me to a screen that says "Card Database" "Select name that better matches your card" But where the selections should be, there is nothing but one line of text that says, "Unlisted Card". Is this normal or should there be a sizable list of different video cards? Well I thought it was ok until I typed "startx" and it came up with an error that basically said "Failed to load module "speedo" (module does not exist, 0)" "No devices detected" "Fatal server error: no screens found" It gives me an error but I already went through the configuration process and filled in all the information for the devices and what not. Please help, thank you -- View this message in context: http://www.nabble.com/Xorg-Configuration-tp19872518p19872518.html Sent from the freebsd-x11 mailing list archive at Nabble.com. From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 08:21:33 2008 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E331065695; Wed, 8 Oct 2008 08:21:33 +0000 (UTC) (envelope-from dclark@engr.scu.edu) Received: from endor.engr.scu.edu (smtp.engr.scu.edu [129.210.16.13]) by mx1.freebsd.org (Postfix) with ESMTP id DC3808FC1A; Wed, 8 Oct 2008 08:21:32 +0000 (UTC) (envelope-from dclark@engr.scu.edu) Received: from nova41.dc.engr.scu.edu (nova41.dc.engr.scu.edu [129.210.16.38]) by endor.engr.scu.edu (8.13.6/8.13.6) with ESMTP id m9884lG2013239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Oct 2008 01:04:49 -0700 Received: from localhost (dclark@localhost) by nova41.dc.engr.scu.edu (8.13.6/8.13.6) with ESMTP id m9884kH7008234; Wed, 8 Oct 2008 01:04:46 -0700 (PDT) X-Authentication-Warning: nova41.dc.engr.scu.edu: dclark owned process doing -bs Date: Wed, 8 Oct 2008 01:04:45 -0700 (PDT) From: "Dorr H. Clark" X-Sender: dclark@nova41.dc.engr.scu.edu To: bug-followup@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-x11@FreeBSD.org, freebsd-bugs@FreeBSD.org, "Mikhail T." Subject: Re: ports/122924: XCreateImage fails in most recent x11/XOrg X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 08:21:33 -0000 Bug Number 122924: XcreateImage fails in most recent x11/XOrg This is actually not a bug in FreeBSD, in fact during the investigation of this bug we were able to reproduce it on Linux (although at a higher level). To resolve a bug in XOrg file, we need to have the source files for XOrgalong with the mandatory external dependencies. Code changes have been made in file ImUtil.c in directory /usr/ports/distfiles/xorg/lib/libX11-1.1.3/src and at the bottom of this writeup is an explanation of how to retrieve the software needed for investigating this bug. The function XCreateImage takes image_bytes_per_line as one of the inputs. This parameter determines the value for Number of bytes between a pixel on one line and the pixel with the same X coordinate on the next line. In case the calling function sets this parameter to 0, XCreateImage calculates the minimum value for image_bytes_per_line depending upon the format of image and the required depth. Thus, if the input value for image_bytes_per_line is zero or less than the minimum value, it is set equal to the minimum value. Here is the patch: --- ImUtil_org.c 2008-08-21 12:46:15.000000000 +0000 +++ ImUtil.c 2008-08-21 12:47:37.000000000 +0000 @@ -372,10 +372,8 @@ min_bytes_per_line = ROUNDUP((width + offset), image->bitmap_pad); } - if (image_bytes_per_line == 0 ) { + if (image_bytes_per_line == 0 ||image_bytes_per_line < min_bytes_per_line ) { image->bytes_per_line = min_bytes_per_line; - } else if (image_bytes_per_line < min_bytes_per_line) { - return 0; } else { image->bytes_per_line = image_bytes_per_line; Shikha Bansal , engineer Dorr H. Clark, advisor Graduate School of Engineering Santa Clara University, Santa Clara CA http://www.cse.scu.edu/~dclark/coen_284_FreeBSD/122924.txt 1) GET THE XORG SOURCES a) cd /usr/ports/x11/xorg b) make (you must be connected to internet) This copies the source files into /usr/ports/distfiles 2) GET THE EXTERNAL DEPENDENCIES a) go to xcb.freedesktop.org/dist/ b) Download libxcb-0.9.93.tar.gz and xcb-proto-0.9.93.tar.gz in directory /usr/ports/distfiles/xorg/lib c) cd xcb-proto-0.9.93 d) make e) cp *.pc /usr/local/libdata/pkgconfig f) make install g) similarly install libxcb-0.9.93 3) INSTALL XORG AS A PORT a) cd /usr/ports/distfiles/xorg/lib/libX11-1.1.3/include b) mkdir xcb c) copy the following 4 headers from libxcb-0.9.93 to xcb folder created in previous step: xcb.h,xproto.h,xcbext.h,xcblib.h d) make install From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 08:30:13 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0408F10656AB for ; Wed, 8 Oct 2008 08:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E01278FC1B for ; Wed, 8 Oct 2008 08:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m988UCvf029868 for ; Wed, 8 Oct 2008 08:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m988UC6l029863; Wed, 8 Oct 2008 08:30:12 GMT (envelope-from gnats) Date: Wed, 8 Oct 2008 08:30:12 GMT Message-Id: <200810080830.m988UC6l029863@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: "Dorr H. Clark" Cc: Subject: Re: ports/122924: XCreateImage fails in most recent x11/XOrg X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Dorr H. Clark" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 08:30:13 -0000 The following reply was made to PR ports/122924; it has been noted by GNATS. From: "Dorr H. Clark" To: bug-followup@FreeBSD.org Cc: freebsd-x11@FreeBSD.org, freebsd-bugs@FreeBSD.org, "Mikhail T." Subject: Re: ports/122924: XCreateImage fails in most recent x11/XOrg Date: Wed, 8 Oct 2008 01:04:45 -0700 (PDT) Bug Number 122924: XcreateImage fails in most recent x11/XOrg This is actually not a bug in FreeBSD, in fact during the investigation of this bug we were able to reproduce it on Linux (although at a higher level). To resolve a bug in XOrg file, we need to have the source files for XOrgalong with the mandatory external dependencies. Code changes have been made in file ImUtil.c in directory /usr/ports/distfiles/xorg/lib/libX11-1.1.3/src and at the bottom of this writeup is an explanation of how to retrieve the software needed for investigating this bug. The function XCreateImage takes image_bytes_per_line as one of the inputs. This parameter determines the value for Number of bytes between a pixel on one line and the pixel with the same X coordinate on the next line. In case the calling function sets this parameter to 0, XCreateImage calculates the minimum value for image_bytes_per_line depending upon the format of image and the required depth. Thus, if the input value for image_bytes_per_line is zero or less than the minimum value, it is set equal to the minimum value. Here is the patch: --- ImUtil_org.c 2008-08-21 12:46:15.000000000 +0000 +++ ImUtil.c 2008-08-21 12:47:37.000000000 +0000 @@ -372,10 +372,8 @@ min_bytes_per_line = ROUNDUP((width + offset), image->bitmap_pad); } - if (image_bytes_per_line == 0 ) { + if (image_bytes_per_line == 0 ||image_bytes_per_line < min_bytes_per_line ) { image->bytes_per_line = min_bytes_per_line; - } else if (image_bytes_per_line < min_bytes_per_line) { - return 0; } else { image->bytes_per_line = image_bytes_per_line; Shikha Bansal , engineer Dorr H. Clark, advisor Graduate School of Engineering Santa Clara University, Santa Clara CA http://www.cse.scu.edu/~dclark/coen_284_FreeBSD/122924.txt 1) GET THE XORG SOURCES a) cd /usr/ports/x11/xorg b) make (you must be connected to internet) This copies the source files into /usr/ports/distfiles 2) GET THE EXTERNAL DEPENDENCIES a) go to xcb.freedesktop.org/dist/ b) Download libxcb-0.9.93.tar.gz and xcb-proto-0.9.93.tar.gz in directory /usr/ports/distfiles/xorg/lib c) cd xcb-proto-0.9.93 d) make e) cp *.pc /usr/local/libdata/pkgconfig f) make install g) similarly install libxcb-0.9.93 3) INSTALL XORG AS A PORT a) cd /usr/ports/distfiles/xorg/lib/libX11-1.1.3/include b) mkdir xcb c) copy the following 4 headers from libxcb-0.9.93 to xcb folder created in previous step: xcb.h,xproto.h,xcbext.h,xcblib.h d) make install From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 08:52:10 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01273106568D; Wed, 8 Oct 2008 08:52:10 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC3F58FC20; Wed, 8 Oct 2008 08:52:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (flz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m988q9j0031835; Wed, 8 Oct 2008 08:52:09 GMT (envelope-from flz@freefall.freebsd.org) Received: (from flz@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m988q9je031831; Wed, 8 Oct 2008 08:52:09 GMT (envelope-from flz) Date: Wed, 8 Oct 2008 08:52:09 GMT Message-Id: <200810080852.m988q9je031831@freefall.freebsd.org> To: serg@tmn.ru, flz@FreeBSD.org, freebsd-x11@FreeBSD.org From: flz@FreeBSD.org Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 08:52:10 -0000 Synopsis: x11/xkeyboard-config v1.3 russian language broken State-Changed-From-To: open->closed State-Changed-By: flz State-Changed-When: Wed Oct 8 08:51:06 UTC 2008 State-Changed-Why: As mentioned in the audit trail, this is not a FreeBSD specific issue. Please contact the upstream developers. http://www.freebsd.org/cgi/query-pr.cgi?pr=127914 From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 09:20:03 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A23F1065687 for ; Wed, 8 Oct 2008 09:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7768FC1B for ; Wed, 8 Oct 2008 09:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m989K3mZ033868 for ; Wed, 8 Oct 2008 09:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m989K3Wk033867; Wed, 8 Oct 2008 09:20:03 GMT (envelope-from gnats) Date: Wed, 8 Oct 2008 09:20:03 GMT Message-Id: <200810080920.m989K3Wk033867@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: "Sergey N. Voronkov" Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Sergey N. Voronkov" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 09:20:03 -0000 The following reply was made to PR ports/127914; it has been noted by GNATS. From: "Sergey N. Voronkov" To: bug-followup@FreeBSD.org, serg@tmn.ru Cc: Subject: Re: ports/127914: x11/xkeyboard-config v1.3 russian language broken Date: Wed, 08 Oct 2008 14:58:25 +0600 Issue seems to be resolved. PR can be closed. From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 18:54:09 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC3981065690 for ; Wed, 8 Oct 2008 18:54:09 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 8172C8FC35 for ; Wed, 8 Oct 2008 18:54:09 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KneAi-00088U-NR for freebsd-x11@freebsd.org; Wed, 08 Oct 2008 11:54:08 -0700 Message-ID: <19885135.post@talk.nabble.com> Date: Wed, 8 Oct 2008 11:54:08 -0700 (PDT) From: SammyG To: freebsd-x11@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dukeraenator@gmail.com References: Subject: Re: Working fglrx driver on FreeBSD-7 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 18:54:09 -0000 Jacques Fourie-2 wrote: > > If anyone is interested let me know and I'll post instructions on how > to accomplish this. It is relatively simple - I had to create a simple > wrapper that allows the FreeBSD Xorg to load the Linux driver with the > help of libmap.conf. > This is a bit late, but I would be very grateful to know. I'm a complete novice to Unix-like operating systems and trying to make 2d-accleration work for my Radeon 9600 & P4P800 board on FreeBSD 7.0-Release. Since my eyes can't stand tearing, I was thinking about switching to Linux... I don't know if this will help, but I also had some arifacts(though quite different from yours) and I somehow managed to remove them by setting the right horizontal&vertial refresh rates values for my monitor in xorgconfig tool, at least for 1024x768 mode. I didn't have to manually add or remove any kernel modules in xorg.conf or /boot/loader.conf. Unfortunately, the open-source generic radeon driver doesn't seem to support 2d-accleration... Since X700 is in R400 family, and radeonhd driver is supposed to only work with R500 and newer chipsets, This would probably be your case, too. (But tearing is just bearly noticeable in mplayer... this is strange, maybe because of double-buffering?) But my version of Xorg is a bit out of date, so things could be different with the latest version. -- View this message in context: http://www.nabble.com/Working-fglrx-driver-on-FreeBSD-7-tp17004197p19885135.html Sent from the freebsd-x11 mailing list archive at Nabble.com. From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 19:50:56 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F71106568A for ; Wed, 8 Oct 2008 19:50:56 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from spamfish.visualtech.com (h-67-102-187-40.phlapafg.covad.net [67.102.187.40]) by mx1.freebsd.org (Postfix) with ESMTP id 22CBE8FC1B for ; Wed, 8 Oct 2008 19:50:55 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from mailstore.visualtech.com (h-67-102-187-41.phlapafg.covad.net [67.102.187.41]) by spamfish.visualtech.com (Postfix) with ESMTPS id 080841F4314; Wed, 8 Oct 2008 15:32:43 -0400 (EDT) Received: from sorrow.ashke.com (c-68-32-29-130.hsd1.nj.comcast.net [68.32.29.130]) by mailstore.visualtech.com (Postfix) with ESMTP id 71B7DADC17F; Wed, 8 Oct 2008 15:34:10 -0400 (EDT) From: Adam K Kirchhoff To: freebsd-x11@freebsd.org Date: Wed, 8 Oct 2008 15:33:00 -0400 User-Agent: KMail/1.10.1 (FreeBSD/7.0-STABLE; KDE/4.1.1; i386; ; ) References: <19885135.post@talk.nabble.com> In-Reply-To: <19885135.post@talk.nabble.com> MIME-Version: 1.0 Message-Id: <200810081533.00805.adamk@voicenet.com> X-visualtech-MailScanner: Found to be clean Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: SammyG Subject: Re: Working fglrx driver on FreeBSD-7 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 19:50:56 -0000 On Wednesday 08 October 2008 14:54:08 SammyG wrote: > Jacques Fourie-2 wrote: > > If anyone is interested let me know and I'll post instructions on how > > to accomplish this. It is relatively simple - I had to create a simple > > wrapper that allows the FreeBSD Xorg to load the Linux driver with the > > help of libmap.conf. > > This is a bit late, but I would be very grateful to know. I'm a complete > novice to Unix-like operating systems and trying to make 2d-accleration > work for my Radeon 9600 & P4P800 board on FreeBSD 7.0-Release. Since my > eyes can't stand tearing, I was thinking about switching to Linux... > I don't know if this will help, but I also had some arifacts(though quite > different from yours) and I somehow managed to remove them by setting the > right horizontal&vertial refresh rates values for my monitor in xorgconfig > tool, at least for 1024x768 mode. I didn't have to manually add or remove > any kernel modules in xorg.conf or /boot/loader.conf. Unfortunately, the > open-source generic radeon driver doesn't seem to support 2d-accleration... That is not the case at all. The radeon driver supports 2D acceleration (and 3D acceleration) on all r100 through r500 cards these days. Adam -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-x11@FreeBSD.ORG Thu Oct 9 03:09:49 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F5C8106568E for ; Thu, 9 Oct 2008 03:09:49 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 2604B8FC17 for ; Thu, 9 Oct 2008 03:09:49 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KnluN-0002cy-V4 for freebsd-x11@freebsd.org; Wed, 08 Oct 2008 20:09:47 -0700 Message-ID: <19891537.post@talk.nabble.com> Date: Wed, 8 Oct 2008 20:09:47 -0700 (PDT) From: SammyG To: freebsd-x11@freebsd.org In-Reply-To: <200810081533.00805.adamk@voicenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dukeraenator@gmail.com References: <19885135.post@talk.nabble.com> <200810081533.00805.adamk@voicenet.com> Subject: Re: Working fglrx driver on FreeBSD-7 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 03:09:49 -0000 Adam K Kirchhoff wrote: > > That is not the case at all. The radeon driver supports 2D acceleration > (and > 3D acceleration) on all r100 through r500 cards these days. > I've just tried to edit my xorg.conf with this faq: http://help.ubuntu.com/community/RadeonDriver at the end of this faq is written : 'See also : Xorg 7.1 Manual - X.org 7.1 official documentation' And the version of xorg package included in FreeBSD 7.0-Release is 7.3, so this means Radeon 9600 must have 2d-accleration support with this driver, as you said. but it looks like my card isn't probed by both ati and radeon drivers. dmesg shows a line with both 'drm0' and 'Radeon9600', but after i startx, X log says: 'RADEON : ...... device can't be probed on pci:1:0:0.' 'pciconf -lv' also lists my Radeon 9600 card correctly, on pci0:1:0:0 and pci0:1:0:1. I tried changing the value of pci in xorg.conf too, but it doesn't work. I'd like to copy my entire log here, but my network device doesn't seem to work with freebsd : it works with uath driver in Linux, but uath isn't yet supported by both native driver and ndis wrapper in FreeBSD. And my windowz hard disk hangs from time to time for some unknown reason even if I mount it in read-only mode, so i woudn't dare write on it... So bear with me please. Marat N.Afanasyev, your post was classed as spam : Marat N.Afanasyev wrote: > > try to update xf86-video-radeon to, at least, 6.9.0 version. you will be > surprised. > -- > SY, Marat > my version of xf86-video-ati is 6.7.195. Now, I'll have to track all dependencies in order to compiile tis port, and download them one by one in windows.. so I think I'll skip this, unless someone give me link where the dependency tree is well documented. Okay, i'll try your solution when i get my network working... -- View this message in context: http://www.nabble.com/Working-fglrx-driver-on-FreeBSD-7-tp17004197p19891537.html Sent from the freebsd-x11 mailing list archive at Nabble.com. From owner-freebsd-x11@FreeBSD.ORG Fri Oct 10 11:11:55 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0E01106569D for ; Fri, 10 Oct 2008 11:11:55 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 793B78FC1B for ; Fri, 10 Oct 2008 11:11:55 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id m2so1106645uge.39 for ; Fri, 10 Oct 2008 04:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer; bh=TUUnXtJugYVntYdtrxe4CBQaM+GVfunbcVojj9peOOo=; b=cThBwNCSYDMIhSGf08V2KRv1beTs8bdHlwcFgbvEvvtLliQTBgh7lH1FM1/iZWoMyq TKZrg0q9cyLDUIXF2eR08gx54JuwxEaZ7Kj3OTE0cV2aL7erOkOKrjjLyixnHNfSy7iT q/bFaGEdY4/pzjt802+qjmLjhgO5sCB/cnrLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer; b=TkUs4w7yeWmH3KUoXtqGYMvv78A43s2lVM4Wfm4J8EhOy20JsaS56R2oJtrgHRCiMZ +odZ2iICsMw8MhRivUE/zioCnF8VrBuNSmv9m4u0LkfUPSsUBzAXPlHM6QpZkGTHEsiR 3XZEdSK2eajzLIEIoe8rfiE6seUq7S/lkejeI= Received: by 10.67.90.10 with SMTP id s10mr564752ugl.53.1223637113627; Fri, 10 Oct 2008 04:11:53 -0700 (PDT) Received: from ?127.0.0.1? (83-244-213-91.cust-83.exponential-e.net [83.244.213.91]) by mx.google.com with ESMTPS id b35sm5752595ugd.41.2008.10.10.04.11.52 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Oct 2008 04:11:52 -0700 (PDT) From: Tom Evans To: freebsd-x11@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-H5lhKJvnkKO2CHDduFfY" Date: Fri, 10 Oct 2008 12:11:50 +0100 Message-Id: <1223637110.3262.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Subject: Repeated Xorg crashes with intel driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 11:11:56 -0000 --=-H5lhKJvnkKO2CHDduFfY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi all. I'm getting repeated crashes in Xorg. It works fine (well, no crashes.) for a long period before dieing (15 days, then 1 day). The annoying thing is that after the crashes, it appears the hardware is left in an unusable state, and I have to reboot to bring X back. I've uploaded pertinent config files and log files to a server, as I've never had much luck getting them through the mailing list :)=20 http://87.194.39.182/fbsd/xorg_crashes/ I'm not running quite the latest versions of the driver, as it gave me significant performance degradation as an (enforced) non DRI user.=20 > $ egrep drm\|xorg-server\|intel /root/xorg_crashes/pkg_info.txt=20 libdrm-2.3.0 Userspace interface to kernel Direct Rendering Module servi xf86-video-intel-2.2.1 Driver for Intel integrated graphics chipsets xorg-server-1.4.2,1 X.Org X server and related programs So, the first thing I will do is update to the latest versions, and see if crashes are still reproduced. I may also try Robert Noland's proposed DRM changes for RELENG_7.=20 Any other ideas? Cheers Tom --=-H5lhKJvnkKO2CHDduFfY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkjvOHIACgkQlcRvFfyds/cA7wCcDzGFoACdV89o62G/qVf8eYv4 HbMAn136DPG0T7anepw0P7zF+/A8fEJq =Oi+J -----END PGP SIGNATURE----- --=-H5lhKJvnkKO2CHDduFfY-- From owner-freebsd-x11@FreeBSD.ORG Fri Oct 10 17:54:04 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6D91065687; Fri, 10 Oct 2008 17:54:04 +0000 (UTC) (envelope-from matt@chronos.org.uk) Received: from chronos.org.uk (chronos-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:12b::2]) by mx1.freebsd.org (Postfix) with ESMTP id 723B08FC17; Fri, 10 Oct 2008 17:54:03 +0000 (UTC) (envelope-from matt@chronos.org.uk) Received: from workstation2.localnet (chronos@workstation2.local.chronos.org.uk [IPv6:2001:470:1f09:12b:217:31ff:fe4c:c03a] (may be forged)) (authenticated bits=0) by chronos.org.uk (8.14.3/8.14.3) with ESMTP id m9AHrvH7058617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Oct 2008 18:53:58 +0100 (BST) (envelope-from matt@chronos.org.uk) X-DKIM: Sendmail DKIM Filter v2.7.2 chronos.org.uk m9AHrvH7058617 From: Matt Dawson To: Robert Noland Date: Fri, 10 Oct 2008 18:53:56 +0100 User-Agent: KMail/1.10.1 (FreeBSD/7.1-PRERELEASE; KDE/4.1.1; i386; ; ) References: <1223134762.1619.32.camel@wombat.2hip.net> In-Reply-To: <1223134762.1619.32.camel@wombat.2hip.net> X-Face: Uq{{&_!oO{M&ydj?-f%{D]bN7/|/]a+utod35[+IyH#R>F~YPffK,=?utf-8?q?=25=60=7D=25=0A?=FTMbmzo,]0X3K:N&{h7],FI{?EkORzB; f:V3"vKXsUNw5Yh`}ef4MZ*a4,=?utf-8?q?ObuJ=5F=26=5B1S=27zP=5CK0wcKZP=0A?==?utf-8?q?_=60=23L=25=5Dq*OUPQ-4T=3FHZ=7EAKX0=7D3W=25o=3DP?= X-Spam-Status: No, score=-2.5 required=3.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on central.local.chronos.org.uk X-Virus-Scanned: ClamAV 0.94/8407/Fri Oct 10 16:10:59 2008 on central.local.chronos.org.uk X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (chronos.org.uk [IPv6:2001:470:1f09:12b::1]); Fri, 10 Oct 2008 18:54:01 +0100 (BST) Cc: freebsd-x11 Subject: Re: drm MSI support X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 17:54:04 -0000 On Saturday 04 October 2008 16:39:21 Robert Noland wrote: > When drm loads it will also report that it has enabled MSI. > > Please send me reports of what chips do/don't work. Yep, looking good on an X850XT: drm0: on vgapci0 info: [drm] MSI enabled 1 message(s) info: [drm] Setting GART location based on new memory map info: [drm] Loading R400 Microcode info: [drm] Num pipes: 4 info: [drm] writeback test succeeded in 1 usecs drm0: [ITHREAD] Pre-MSI 8800 FPS in texcyl demo 4800 FPS in glxgears 602 FPS in terrain demo glxs completed OK With MSI 7450 FPS in texcyl demo 4450 FPS in glxgears 598 FPS in terrain demo glxs completed OK vgapci0@pci0:3:0:0: class=0x030000 card=0x0b121002 chip=0x5d521002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon X850 Series' class = display subclass = VGA cap 01[50] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 10[58] = PCI-Express 1 endpoint cap 05[80] = MSI supports 1 message, 64 bit enabled with 1 message vgapci1@pci0:3:0:1: class=0x038000 card=0x0b131002 chip=0x5d721002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon X850 Series - Secondary' class = display cap 01[50] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 10[58] = PCI-Express 1 endpoint Interrupt request lines: 0 (root0) 1 (atkbd0) 3 (root0) 4 (uart0) 5 (root0) 6 (fdc0) 7 (ppc0) 8 (atrtc0) 9 (acpi0) 10-11 (root0) 12 (psm0) 13 (root0) 14 (ata0) 15 (ata1) 16-19 (root0) 20 (atapci2) 21 (ohci0) 22 (ehci0) 23 (atapci1) 256 (vgapci0) Anything else needed or is that enough? I've only tried the X850 out of all of my cards, as only this machine has a -CURRENT installed. Also hanging around are the Xpress 200 (which doesn't show MSI support in pciconf -lvc so I think it may be a pointless exercise), a 9200 and a 9700Pro. If you think it's worth it, I'll set up a -CURRENT on the AGP box and test these. Sorry for the delay. I had to set up -CURRENT on this box as it looks like it will be handy to test these Radeons from time to time. -- Matt Dawson matt@chronos.org.uk MTD15-RIPE