Date: Mon, 06 Oct 2008 01:01:55 -0400 From: Robert Noland <rnoland@2hip.net> To: haro@kgt.co.jp Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver Message-ID: <1223269315.1619.81.camel@wombat.2hip.net> In-Reply-To: <20081006.120245.90902473.haro@kgt.co.jp> References: <20081006.120245.90902473.haro@kgt.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-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: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "ColorKey" # <i> > #Option "CacheLines" # <i> > #Option "Dac6Bit" # [<bool>] > #Option "DRI" # [<bool>] > #Option "NoDDC" # [<bool>] > #Option "ShowCache" # [<bool>] > #Option "XvMCSurfaces" # <i> > #Option "PageFlip" # [<bool>] > 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1223269315.1619.81.camel>