From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 12:28:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C989C106568A for ; Tue, 11 Nov 2008 12:28:55 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id A7EF48FC1B for ; Tue, 11 Nov 2008 12:28:54 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id mABCSrwR027417; Tue, 11 Nov 2008 13:28:53 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id mABCSrHp027413; Tue, 11 Nov 2008 13:28:53 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Tue, 11 Nov 2008 13:28:53 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: Mel In-Reply-To: <200811111227.56378.fbsd.questions@rachie.is-a-geek.net> Message-ID: References: <200811111136.23546.fbsd.questions@rachie.is-a-geek.net> <200811111227.56378.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1804928587-1226406533=:27375" Cc: freebsd-questions@freebsd.org Subject: Re: X11: 1280x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2008 12:28:55 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1804928587-1226406533=:27375 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 11 Nov 2008, Mel wrote: > On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: >> On the same portable there is also a SUSE Linux 10.1 and WinXP, which wo= rks >> in 1280x768 (so the hardware can use this resolution) >> >> In /var/log/Xorg.0.log is see many references to 1280x768 for the 'local >> flat panel' , PanelID returned panel resolution: 1280x768, also >> Printing DDC gathered Modelines: >> 3 lines >> (||) 1810(0): Modeline "1280x768"x0.0 (followed by varying numbers and >> a KhZ to end) >> follewed y >> Mode: 30 (640x480) >> (specifications) >> diffenrent Mode sections but 1024x768 at the highest >> .. >> (||) |810(0): Not using mode "1280x768i (no mode of that name) > ^^^ > If this is accurate, you seem to have a trailing letter 'i' in your xorg.= conf > that invalidates the mode line. > > And you're using an Intel 810 integrated graphics card. Sadly, that doesn= 't > come with probing tool that I know of that would print the information th= e > card and monitor exchange about syncrates and display sizes. > > Rule out the typo first though. > > I have a vague recollection of this card putting 1024x768 before 1280x768= in > the mode list it returns, so that it defaults to 1024x768, but I'm not su= re > where or when I read that. Either way, hardcoding the desired modeline > (without typos) in xorg.conf should work. > If there was no typo, please paste your entire xorg.conf into the mail. W= e may > be missing something obvious. > --=20 > Mel > > Problem with today's modular software: they start with the modules > and never get to the software part. > There was only a typo in my mail, not in xorg.conf.. In included below my xorg.conf file and the Xorg.0.log ------------------ xorg.conf ------------------ Section "ServerLayout" =09Identifier "X.org Configured" =09Screen 0 "Screen0" 0 0 =09InputDevice "Mouse0" "CorePointer" =09InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" =09RgbPath "/usr/local/share/X11/rgb" =09ModulePath "/usr/local/lib/xorg/modules" =09FontPath "/usr/local/lib/X11/fonts/misc/" =09FontPath "/usr/local/lib/X11/fonts/TTF/" =09FontPath "/usr/local/lib/X11/fonts/OTF" =09FontPath "/usr/local/lib/X11/fonts/Type1/" =09FontPath "/usr/local/lib/X11/fonts/100dpi/" =09FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" =09Load "GLcore" =09Load "dbe" =09Load "dri" =09Load "extmod" =09Load "glx" =09Load "record" =09Load "xtrap" =09Load "freetype" =09Load "type1" EndSection Section "InputDevice" =09Identifier "Keyboard0" =09Driver "kbd" =09Option "XkbLayout"=09=09"be" EndSection Section "InputDevice" =09Identifier "Mouse0" =09Driver "mouse" =09Option=09 "Protocol" "auto" =09Option=09 "Device" "/dev/sysmouse" =09Option=09 "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" =09DisplaySize=09 260 160=09# mm =09Identifier "Monitor0" =09VendorName "LCD" =09ModelName "5800" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" =09# [] #Option "SWcursor" =09# [] #Option "ColorKey" =09# #Option "CacheLines" =09# #Option "Dac6Bit" =09# [] #Option "DRI" =09# [] #Option "NoDDC" =09# [] #Option "ShowCache" =09# [] #Option "XvMCSurfaces" =09# #Option "PageFlip" =09# [] =09Identifier "Card0" =09Driver "i810" =09VendorName "Intel Corporation" =09BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" =09BusID "PCI:0:2:0" EndSection Section "Screen" =09Identifier "Screen0" =09Device "Card0" =09Monitor "Monitor0" =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 1 =09=09Modes "1280x768" =09EndSubSection =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 4 =09=09Modes "1280x768" =09EndSubSection =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 8 =09=09Modes "1280x768" =09EndSubSection =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 15 =09=09Modes "1280x768" =09EndSubSection =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 16 =09=09Modes "1280x768" =09EndSubSection =09SubSection "Display" =09=09Viewport 0 0 =09=09Depth 24 =09=09Modes "1280x768" =09EndSubSection EndSection --------------- Xorg.0.log --------------- X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.0-RELEASE i386=20 Current Operating System: FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun = Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sy= s/GENERIC i386 Build Date: 13 February 2008 05:50:12PM =09Before reporting problems, check http://wiki.x.org =09to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (=3D=3D) default setting, =09(++) from command line, (!!) notice, (II) informational, =09(WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 11 13:20:39 2008 (=3D=3D) Using config file: "/etc/X11/xorg.conf" (=3D=3D) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (=3D=3D) Automatically adding devices (=3D=3D) Automatically enabling devices (=3D=3D) Including the default font path /usr/local/lib/X11/fonts/misc/,/us= r/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/75dp= i/. (**) FontPath set to: =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/usr/local/lib/X11/fonts/75dpi/, =09/usr/local/lib/X11/fonts/misc/, =09/usr/local/lib/X11/fonts/TTF/, =09/usr/local/lib/X11/fonts/OTF, =09/usr/local/lib/X11/fonts/Type1/, =09/usr/local/lib/X11/fonts/100dpi/, =09/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: 0x81ce600 (II) Module ABI versions: =09X.Org ANSI C Emulation: 0.3 =09X.Org Video Driver: 2.0 =09X.Org XInput driver : 2.0 =09X.Org Server Extension : 0.3 =09X.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" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000f908, mode1Res1 =3D 0x80000000 (WW) OS did not count PCI devices, guessing wildly (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2590 card 1028,01a3 rev 03 class 06,00,00 hdr = 00 (II) PCI: 00:02:0: chip 8086,2592 card 1028,01a3 rev 03 class 03,00,00 hdr = 80 (II) PCI: 00:02:1: chip 8086,2792 card 1028,01a3 rev 03 class 03,80,00 hdr = 80 (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr = 81 (II) PCI: 00:1d:0: chip 8086,2658 card 1028,01a3 rev 03 class 0c,03,00 hdr = 80 (II) PCI: 00:1d:1: chip 8086,2659 card 1028,01a3 rev 03 class 0c,03,00 hdr = 00 (II) PCI: 00:1d:2: chip 8086,265a card 1028,01a3 rev 03 class 0c,03,00 hdr = 00 (II) PCI: 00:1d:3: chip 8086,265b card 1028,01a3 rev 03 class 0c,03,00 hdr = 00 (II) PCI: 00:1d:7: chip 8086,265c card 1028,01a3 rev 03 class 0c,03,20 hdr = 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr = 81 (II) PCI: 00:1e:2: chip 8086,266e card 1028,01a3 rev 03 class 04,01,00 hdr = 00 (II) PCI: 00:1e:3: chip 8086,266d card 14f1,5423 rev 03 class 07,03,00 hdr = 00 (II) PCI: 00:1f:0: chip 8086,2641 card 1028,01a3 rev 03 class 06,01,00 hdr = 80 (II) PCI: 00:1f:1: chip 8086,266f card 1028,01a3 rev 03 class 01,01,8a hdr = 00 (II) PCI: 01:00:0: chip 14e4,1677 card 1028,01a3 rev 01 class 02,00,00 hdr = 00 (II) PCI: 02:01:0: chip 1180,0476 card fffc,ffff rev b3 class 06,07,00 hdr = 82 (II) PCI: 02:01:1: chip 1180,0552 card 1028,01a3 rev 08 class 0c,00,10 hdr = 80 (II) PCI: 02:01:2: chip 1180,0822 card 1028,01a3 rev 17 class 08,05,01 hdr = 80 (II) PCI: 02:03:0: chip 8086,4220 card 8086,2721 rev 05 class 02,80,00 hdr = 00 (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,3), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: =09[0] -1=090=090x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: =09[0] -1=090=090x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: =09[0] -1=090=090x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleare= d) (II) Bus 1 non-prefetchable memory range: =09[0] -1=090=090xdfd00000 - 0xdfdfffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0002 (VGA_EN is cleare= d) (II) Bus 2 non-prefetchable memory range: =09[0] -1=090=090xdfc00000 - 0xdfcfffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set= ) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (2:1:0), (2,3,3), BCTRL: 0x0740 (VGA_EN is cleared= ) (--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphic= s Controller rev 3, Mem @ 0xdff00000/19, 0xc0000000/28, 0xdfec0000/18, I/O = @ 0xec38/3 (--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphic= s Controller rev 3, Mem @ 0xdff80000/19 (II) Addressable bus resource ranges are =09[0] -1=090=090x00000000 - 0xffffffff (0x0) MX[B] =09[1] -1=090=090x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: =09[0] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[1] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[2] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[3] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[4] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[5] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: =09[0] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[1] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[2] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[3] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[4] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[5] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[6] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[7] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[8] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[9] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[10] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[11] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[12] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[13] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[14] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[15] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[16] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[17] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[18] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[19] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[20] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[21] -1=090=090x0000bf40 - 0x0000bf7f (0x40) IX[B]E =09[22] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[23] -1=090=090x0000bf80 - 0x0000bfff (0x80) IX[B]E =09[24] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) (II) PCI I/O resource overlap reduced 0x0000bf40 from 0x0000bf7f to 0x0000b= f5f (II) PCI I/O resource overlap reduced 0x0000bf80 from 0x0000bfff to 0x0000b= f9f (II) Active PCI resource ranges after removing overlaps: =09[0] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[1] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[2] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[3] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[4] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[5] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[6] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[7] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[8] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[9] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[10] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[11] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[12] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[13] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[14] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[15] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[16] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[17] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[18] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[19] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[20] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[21] -1=090=090x0000bf40 - 0x0000bf5f (0x20) IX[B]E =09[22] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[23] -1=090=090x0000bf80 - 0x0000bf9f (0x20) IX[B]E =09[24] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: =09[0] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[1] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[2] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[3] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[4] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[5] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: =09[0] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[1] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[2] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[3] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[4] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[5] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[6] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[7] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[8] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[9] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[10] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[11] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[12] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[13] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[14] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[15] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[16] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] =09[17] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[18] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[19] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[20] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[21] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[22] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[23] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[24] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[25] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[26] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[27] -1=090=090x0000bf40 - 0x0000bf5f (0x20) IX[B]E =09[28] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[29] -1=090=090x0000bf80 - 0x0000bf9f (0x20) IX[B]E =09[30] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) (II) "extmod" will be loaded. This was enabled by default and also specifie= d in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified i= n the config file. (II) "glx" will be loaded. This was enabled by default and also specified i= n the config file. (II) "freetype" will be loaded. This was enabled by default and also specif= ied in the config file. (II) "type1" will be loaded. This was enabled by default and also specified= in the config file. (II) "record" will be loaded. This was enabled by default and also specifie= d in the config file. (II) "dri" will be loaded. This was enabled by default and also specified i= n the config file. (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI 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: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 0.3 (=3D=3D) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.13.0 =09Module class: X.Org Server Extension =09ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.0.0 =09Module class: X.Org Server Extension =09ABI 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" =09compiled for 1.4.0, module version =3D 2.1.0 =09Module class: X.Org Font Renderer =09ABI 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" =09compiled for 1.4.0, module version =3D 1.0.2 =09Module class: X.Org Font Renderer =09ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "i810" (II) Loading /usr/local/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor=3D"X.Org Foundation" =09compiled for 1.4.0, module version =3D 1.6.5 =09Module class: X.Org Video Driver =09ABI 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" =09compiled for 1.4.0, module version =3D 1.2.3 =09Module class: X.Org XInput Driver =09ABI 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" =09compiled for 1.4.0, module version =3D 1.2.2 =09Module class: X.Org XInput Driver =09ABI class: X.Org XInput driver, version 2.0 (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, =09i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), =09915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ (II) Primary Device is: PCI 00:02:0 (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (--) Chipset 915GM found (II) resource ranges after xf86ClaimFixedResources() call: =09[0] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[1] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[2] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[3] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[4] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[5] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[6] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[7] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[8] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[9] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[10] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[11] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[12] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[13] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[14] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[15] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[16] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] =09[17] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[18] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[19] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[20] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[21] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[22] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[23] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[24] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[25] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[26] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[27] -1=090=090x0000bf40 - 0x0000bf5f (0x20) IX[B]E =09[28] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[29] -1=090=090x0000bf80 - 0x0000bf9f (0x20) IX[B]E =09[30] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) (II) resource ranges after probing: =09[0] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[1] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[2] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[3] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[4] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[5] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[6] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[7] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[8] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[9] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[10] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[11] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[12] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[13] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[14] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[15] 0=090=090x000a0000 - 0x000affff (0x10000) MS[B] =09[16] 0=090=090x000b0000 - 0x000b7fff (0x8000) MS[B] =09[17] 0=090=090x000b8000 - 0x000bffff (0x8000) MS[B] =09[18] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[19] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] =09[20] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[21] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[22] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[23] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[24] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[25] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[26] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[27] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[28] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[29] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[30] -1=090=090x0000bf40 - 0x0000bf5f (0x20) IX[B]E =09[31] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[32] -1=090=090x0000bf80 - 0x0000bf9f (0x20) IX[B]E =09[33] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) =09[34] 0=090=090x000003b0 - 0x000003bb (0xc) IS[B] =09[35] 0=090=090x000003c0 - 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" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI 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" =09compiled for 1.4.0, module version =3D 1.1.0 =09ABI 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" =09compiled for 1.4.0, module version =3D 0.1.0 =09ABI class: X.Org Video Driver, version 2.0 (=3D=3D) I810(0): Depth 24, (=3D=3D) framebuffer bpp 32 (=3D=3D) I810(0): RGB weight 888 (=3D=3D) I810(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already clear (=3D=3D) I810(0): Write-combining range (0xc0000,0x40000) was already clear (WW) I810(0): Bad V_BIOS checksum (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: 7872 kB (II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Acceler= ated 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)915GM/910ML/915MS Graphics Cont= roller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Integrated Graphics Chipset: Intel(R) 915GM (--) I810(0): Chipset: "915GM" (--) I810(0): Linear framebuffer at 0xC0000000 (--) I810(0): IO registers at addr 0xDFF00000 (=3D=3D) I810(0): Write-combining range (0xdff00000,0x80000) was already cl= ear (II) I810(0): 2 display pipes available. (II) I810(0): detected 7932 kB stolen memory. (II) I810(0): Kernel reported 491520 total, 0 used (II) I810(0): I830CheckAvailableMemory: 1966080 kB available (II) I810(0): Monitoring connected displays enabled (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM (=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 clear (WW) I810(0): Bad V_BIOS checksum (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: 12288 kB (II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Acceler= ated 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)915GM/910ML/915MS Graphics Cont= roller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): BIOS now sees 12288 kB VideoRAM (--) I810(0): Pre-allocated VideoRAM: 7932 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: 1219 (=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. =09 If you encounter this problem please add =09=09 Option "DisplayInfo" "FALSE" =09 to the Device section of your XF86Config file. (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (720= ,400) (II) I810(0): Display Info: TV: attached: FALSE, present: TRUE, size: (1024= ,768) (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, pres= ent: FALSE, size: (0,2059) (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present= : TRUE, size: (1280,768) (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: = FALSE, size: (0,2059) (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALS= E, size: (0,2059) (II) I810(0): Size of device LFP (local flat panel) is 1280 x 768 (II) I810(0): No active displays on Pipe A. (II) I810(0): Currently active displays on Pipe B: (II) I810(0): =09LFP (local flat panel) (II) I810(0): Lowest common panel size for pipe B is 1280 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 : 1280x768 (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module "ddc" already built-in (II) I810(0): VESA VBE DDC supported (II) I810(0): VESA VBE DDC Level 2 (II) I810(0): VESA VBE DDC transfer in appr. 1 sec. (II) I810(0): VESA VBE DDC read successfully (II) I810(0): Manufacturer: LCD Model: 5800 Serial#: 842020145 (II) I810(0): Year: 2006 Week: 28 (II) I810(0): EDID Version: 1.3 (II) I810(0): Digital Display Input (II) I810(0): Max H-Image Size [cm]: horiz.: 26 vert.: 16 (II) I810(0): Gamma: 2.20 (II) I810(0): No DPMS capabilities specified; RGB/Color Display (II) I810(0): First detailed timing is preferred mode (II) I810(0): redX: 0.617 redY: 0.332 greenX: 0.297 greenY: 0.546 (II) I810(0): blueX: 0.147 blueY: 0.126 whiteX: 0.313 whiteY: 0.329 (II) I810(0): Manufacturer's mask: 0 (II) I810(0): Supported Future Video Modes: (II) I810(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 (II) I810(0): Supported additional Video Mode: (II) I810(0): clock: 79.5 MHz Image Size: 264 x 159 mm (II) I810(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 166= 4 h_border: 0 (II) I810(0): v_active: 768 v_sync: 771 v_sync_end 778 v_blanking: 798 v_= border: 0 (II) I810(0): Supported additional Video Mode: (II) I810(0): clock: 79.5 MHz Image Size: 264 x 159 mm (II) I810(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 166= 4 h_border: 0 (II) I810(0): v_active: 768 v_sync: 771 v_sync_end 778 v_blanking: 798 v_= border: 0 (II) I810(0): G6742=A2121EX9 (II) I810(0): =BC=AF=A1=95x]8 (II) I810(0): EDID (in hex): (II) I810(0): =0900ffffffffffff003064005831353032 (II) I810(0): =091c100103801a10780a03d59e554c8b25 (II) I810(0): =0920505400000081000101010101010101 (II) I810(0): =090101010101010e1f008051001e304080 (II) I810(0): =093700089f100000180e1f008051001e30 (II) I810(0): =0940803700089f10000001000000fe0047 (II) I810(0): =0936373432a23132314558390a000000fe (II) I810(0): =0900bcafa195785d380001010a202000a9 (II) I810(0): EDID vendor "LCD", prod id 22528 (II) I810(0): DDCModeFromDetailedTiming: 1280x768 Warning: We only handle s= eperate sync. (II) I810(0): Printing DDC gathered Modelines: (II) I810(0): Modeline "1280x768"x0.0 79.50 1280 1344 1472 1664 768 771= 778 798 -hsync -vsync (47.8 kHz) (II) I810(0): Modeline "1280x768"x0.0 79.50 1280 1344 1472 1664 768 771= 778 798 -hsync -vsync (47.8 kHz) (II) I810(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 80= 3 809 831 -hsync +vsync (49.7 kHz) (--) I810(0): A non-CRT device is attached to pipe B. =09No refresh rate overrides will be attempted. (--) I810(0): Maximum space available for video modes: 12288 kByte Mode: 30 (640x480) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 640 =09XResolution: 640 =09YResolution: 480 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 8 =09NumberOfBanks: 1 =09MemoryModel: 4 =09BankSize: 0 =09NumberOfImages: 37 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 640 =09BnkNumberOfImagePages: 37 =09LinNumberOfImagePages: 37 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 32 (800x600) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 832 =09XResolution: 800 =09YResolution: 600 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 8 =09NumberOfBanks: 1 =09MemoryModel: 4 =09BankSize: 0 =09NumberOfImages: 23 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 832 =09BnkNumberOfImagePages: 23 =09LinNumberOfImagePages: 23 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 34 (1024x768) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 1024 =09XResolution: 1024 =09YResolution: 768 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 8 =09NumberOfBanks: 1 =09MemoryModel: 4 =09BankSize: 0 =09NumberOfImages: 15 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 1024 =09BnkNumberOfImagePages: 15 =09LinNumberOfImagePages: 15 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 38 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 3a (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 3c (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 41 (640x480) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 1280 =09XResolution: 640 =09YResolution: 480 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 16 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 20 =09RedMaskSize: 5 =09RedFieldPosition: 11 =09GreenMaskSize: 6 =09GreenFieldPosition: 5 =09BlueMaskSize: 5 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 1280 =09BnkNumberOfImagePages: 20 =09LinNumberOfImagePages: 20 =09LinRedMaskSize: 5 =09LinRedFieldPosition: 11 =09LinGreenMaskSize: 6 =09LinGreenFieldPosition: 5 =09LinBlueMaskSize: 5 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 43 (800x600) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 1600 =09XResolution: 800 =09YResolution: 600 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 16 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 11 =09RedMaskSize: 5 =09RedFieldPosition: 11 =09GreenMaskSize: 6 =09GreenFieldPosition: 5 =09BlueMaskSize: 5 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 1600 =09BnkNumberOfImagePages: 11 =09LinNumberOfImagePages: 11 =09LinRedMaskSize: 5 =09LinRedFieldPosition: 11 =09LinGreenMaskSize: 6 =09LinGreenFieldPosition: 5 =09LinBlueMaskSize: 5 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 45 (1024x768) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 2048 =09XResolution: 1024 =09YResolution: 768 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 16 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 7 =09RedMaskSize: 5 =09RedFieldPosition: 11 =09GreenMaskSize: 6 =09GreenFieldPosition: 5 =09BlueMaskSize: 5 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 2048 =09BnkNumberOfImagePages: 7 =09LinNumberOfImagePages: 7 =09LinRedMaskSize: 5 =09LinRedFieldPosition: 11 =09LinGreenMaskSize: 6 =09LinGreenFieldPosition: 5 =09LinBlueMaskSize: 5 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 230000000 Mode: 49 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 4b (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 4d (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 *Mode: 50 (640x480) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 2560 =09XResolution: 640 =09YResolution: 480 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 32 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 9 =09RedMaskSize: 8 =09RedFieldPosition: 16 =09GreenMaskSize: 8 =09GreenFieldPosition: 8 =09BlueMaskSize: 8 =09BlueFieldPosition: 0 =09RsvdMaskSize: 8 =09RsvdFieldPosition: 24 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 2560 =09BnkNumberOfImagePages: 9 =09LinNumberOfImagePages: 9 =09LinRedMaskSize: 8 =09LinRedFieldPosition: 16 =09LinGreenMaskSize: 8 =09LinGreenFieldPosition: 8 =09LinBlueMaskSize: 8 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 8 =09LinRsvdFieldPosition: 24 =09MaxPixelClock: 230000000 *Mode: 52 (800x600) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 3200 =09XResolution: 800 =09YResolution: 600 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 32 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 5 =09RedMaskSize: 8 =09RedFieldPosition: 16 =09GreenMaskSize: 8 =09GreenFieldPosition: 8 =09BlueMaskSize: 8 =09BlueFieldPosition: 0 =09RsvdMaskSize: 8 =09RsvdFieldPosition: 24 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 3200 =09BnkNumberOfImagePages: 5 =09LinNumberOfImagePages: 5 =09LinRedMaskSize: 8 =09LinRedFieldPosition: 16 =09LinGreenMaskSize: 8 =09LinGreenFieldPosition: 8 =09LinBlueMaskSize: 8 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 8 =09LinRsvdFieldPosition: 24 =09MaxPixelClock: 230000000 *Mode: 54 (1024x768) =09ModeAttributes: 0x9b =09WinAAttributes: 0x7 =09WinBAttributes: 0x0 =09WinGranularity: 64 =09WinSize: 64 =09WinASegment: 0xa000 =09WinBSegment: 0x0 =09WinFuncPtr: 0xc000723f =09BytesPerScanline: 4096 =09XResolution: 1024 =09YResolution: 768 =09XCharSize: 8 =09YCharSize: 16 =09NumberOfPlanes: 1 =09BitsPerPixel: 32 =09NumberOfBanks: 1 =09MemoryModel: 6 =09BankSize: 0 =09NumberOfImages: 3 =09RedMaskSize: 8 =09RedFieldPosition: 16 =09GreenMaskSize: 8 =09GreenFieldPosition: 8 =09BlueMaskSize: 8 =09BlueFieldPosition: 0 =09RsvdMaskSize: 8 =09RsvdFieldPosition: 24 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0xc0000000 =09LinBytesPerScanLine: 4096 =09BnkNumberOfImagePages: 3 =09LinNumberOfImagePages: 3 =09LinRedMaskSize: 8 =09LinRedFieldPosition: 16 =09LinGreenMaskSize: 8 =09LinGreenFieldPosition: 8 =09LinBlueMaskSize: 8 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 8 =09LinRsvdFieldPosition: 24 =09MaxPixelClock: 230000000 Mode: 58 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 5a (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 5c (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 60 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 61 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 62 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 63 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 64 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 65 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 66 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 67 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 68 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 69 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6a (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6b (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6c (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6d (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6e (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 6f (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 70 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 0 Mode: 71 (0x0) =09ModeAttributes: 0x0 =09WinAAttributes: 0x0 =09WinBAttributes: 0x0 =09WinGranularity: 0 =09WinSize: 0 =09WinASegment: 0x0 =09WinBSegment: 0x0 =09WinFuncPtr: 0x0 =09BytesPerScanline: 0 =09XResolution: 0 =09YResolution: 0 =09XCharSize: 0 =09YCharSize: 0 =09NumberOfPlanes: 0 =09BitsPerPixel: 0 =09NumberOfBanks: 0 =09MemoryModel: 0 =09BankSize: 0 =09NumberOfImages: 0 =09RedMaskSize: 0 =09RedFieldPosition: 0 =09GreenMaskSize: 0 =09GreenFieldPosition: 0 =09BlueMaskSize: 0 =09BlueFieldPosition: 0 =09RsvdMaskSize: 0 =09RsvdFieldPosition: 0 =09DirectColorModeInfo: 0 =09PhysBasePtr: 0x0 =09LinBytesPerScanLine: 0 =09BnkNumberOfImagePages: 0 =09LinNumberOfImagePages: 0 =09LinRedMaskSize: 0 =09LinRedFieldPosition: 0 =09LinGreenMaskSize: 0 =09LinGreenFieldPosition: 0 =09LinBlueMaskSize: 0 =09LinBlueFieldPosition: 0 =09LinRsvdMaskSize: 0 =09LinRsvdFieldPosition: 0 =09MaxPixelClock: 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): Not using mode "1280x768" (no mode of this name) (--) I810(0): Virtual size is 1024x768 (pitch 1024) (**) I810(0): Built-in mode "1024x768" (**) I810(0): Display dimensions: (260, 160) mm (**) I810(0): DPI set to (100, 121) (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" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI 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" =09compiled for 1.4.0, module version =3D 1.2.0 =09ABI 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" =09compiled for 1.4.0, module version =3D 1.1.0 =09ABI 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: =09[0] 0=090=090xdfec0000 - 0xdfefffff (0x40000) MS[B] =09[1] 0=090=090xc0000000 - 0xcfffffff (0x10000000) MS[B] =09[2] 0=090=090xdff00000 - 0xdff7ffff (0x80000) MS[B] =09[3] -1=090=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[4] -1=090=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[5] -1=090=090x000c0000 - 0x000effff (0x30000) MX[B] =09[6] -1=090=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[7] -1=090=090xdfcff000 - 0xdfcfffff (0x1000) MX[B]E =09[8] -1=090=090xdfcfe700 - 0xdfcfe7ff (0x100) MX[B]E =09[9] -1=090=090xdfcfe800 - 0xdfcfefff (0x800) MX[B]E =09[10] -1=090=090xdfdf0000 - 0xdfdfffff (0x10000) MX[B]E =09[11] -1=090=090xdfebfd00 - 0xdfebfdff (0x100) MX[B]E =09[12] -1=090=090xdfebfe00 - 0xdfebffff (0x200) MX[B]E =09[13] -1=090=090xffa80800 - 0xffa80fff (0x800) MX[B]E =09[14] -1=090=090xdff80000 - 0xdfffffff (0x80000) MX[B](B) =09[15] -1=090=090xdfec0000 - 0xdfefffff (0x40000) MX[B](B) =09[16] -1=090=090xc0000000 - 0xcfffffff (0x10000000) MX[B](B) =09[17] -1=090=090xdff00000 - 0xdff7ffff (0x80000) MX[B](B) =09[18] 0=090=090x000a0000 - 0x000affff (0x10000) MS[B](OprD) =09[19] 0=090=090x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) =09[20] 0=090=090x000b8000 - 0x000bffff (0x8000) MS[B](OprD) =09[21] 0=090=090x0000ec38 - 0x0000ec3f (0x8) IS[B] =09[22] -1=090=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[23] -1=090=090x00000000 - 0x000000ff (0x100) IX[B] =09[24] -1=090=090x0000bfa0 - 0x0000bfbf (0x20) IX[B]E =09[25] -1=090=090x00000374 - 0x00000377 (0x4) IX[B]E =09[26] -1=090=090x00000170 - 0x0000017f (0x10) IX[B]E =09[27] -1=090=090x000003f4 - 0x000003f7 (0x4) IX[B]E =09[28] -1=090=090x000001f0 - 0x000001ff (0x10) IX[B]E =09[29] -1=090=090x0000ec80 - 0x0000ecff (0x80) IX[B]E =09[30] -1=090=090x0000ee00 - 0x0000eeff (0x100) IX[B]E =09[31] -1=090=090x0000ec40 - 0x0000ec7f (0x40) IX[B]E =09[32] -1=090=090x0000ed00 - 0x0000edff (0x100) IX[B]E =09[33] -1=090=090x0000bf20 - 0x0000bf3f (0x20) IX[B]E =09[34] -1=090=090x0000bf40 - 0x0000bf5f (0x20) IX[B]E =09[35] -1=090=090x0000bf60 - 0x0000bf7f (0x20) IX[B]E =09[36] -1=090=090x0000bf80 - 0x0000bf9f (0x20) IX[B]E =09[37] -1=090=090x0000ec38 - 0x0000ec3f (0x8) IX[B](B) =09[38] 0=090=090x000003b0 - 0x000003bb (0xc) IS[B](OprU) =09[39] 0=090=090x000003c0 - 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 clear (WW) I810(0): Bad V_BIOS checksum (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: 7872 kB (II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Acceler= ated 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)915GM/910ML/915MS Graphics Cont= roller (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 512 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 6144 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x07790000) (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x07794000= ) (II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x07791000= ). (II) I810(0): Allocated 64 kB for the scratch buffer at 0xffea000 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 drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: drmOpenMinor returns 7 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) [drm] loaded kernel module for "i915" driver. (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) I810(0): [drm] Using the DRM lock SAREA also for drawables. (II) I810(0): [drm] framebuffer handle =3D 0xc0020000 (II) I810(0): [drm] added 1 reserved context for kernel (II) I810(0): X context handle =3D 0x1 (II) I810(0): [drm] installed DRM signal handler (II) I810(0): Allocated 32 kB for the logical context at 0xffe2000. (II) I810(0): Allocated 3072 kB for the back buffer at 0xf800000. (II) I810(0): Allocated 3072 kB for the depth buffer at 0xf400000. (II) I810(0): Allocated 52992 kB for textures at 0x620000 (II) I810(0): 0x28603930: Memory at offset 0x00020000, size 6144 kBytes (II) I810(0): 0x28626920: Memory at offset 0x0ffff000, size 4 kBytes (II) I810(0): 0x28626940: Memory at offset 0x0fffb000, size 16 kBytes (II) I810(0): 0x2860be44: Memory at offset 0x00000000, size 128 kBytes (II) I810(0): 0x28603970: Memory at offset 0x0ffea000, size 64 kBytes (II) I810(0): 0x28626960: Memory at offset 0x0fffa000, size 4 kBytes (II) I810(0): 0x28603b08: Memory at offset 0x0ffe2000, size 32 kBytes (II) I810(0): 0x28603b28: Memory at offset 0x0f800000, size 3072 kBytes (II) I810(0): 0x28603b48: Memory at offset 0x0f400000, size 3072 kBytes (II) I810(0): 0x28603b68: Memory at offset 0x00620000, size 52992 kBytes (II) I810(0): Activating tiled memory for the back buffer. (II) I810(0): Activating tiled memory for the depth buffer. (II) I810(0): [drm] Registers =3D 0xdff00000 (II) I810(0): [drm] ring buffer =3D 0xc0000000 (II) I810(0): [drm] init sarea width,height =3D 1024 x 768 (pitch 1024) (II) I810(0): [drm] Mapping front buffer (II) I810(0): [drm] Front Buffer =3D 0xc0020000 (II) I810(0): [drm] Back Buffer =3D 0xcf800000 (II) I810(0): [drm] Depth Buffer =3D 0xcf400000 (II) I810(0): [drm] textures =3D 0xc0620000 (II) I810(0): [drm] Initialized kernel agp heap manager, 54263808 (II) I810(0): [drm] dma control initialized, using IRQ 16 (II) I810(0): [dri] visual configs initialized (=3D=3D) I810(0): Write-combining range (0xdff00000,0x80000) was already cl= ear (=3D=3D) I810(0): Write-combining range (0xc0000000,0x10000000) was already= set (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x00= 00 (=3D=3D) I810(0): Write-combining range (0xa0000,0x10000) was already clear (WW) I810(0): Extended BIOS function 0x5f05 failed. (II) I810(0): xf86BindGARTMemory: bind key 8 at 0x007bf000 (pgoffset 1983) (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0ffff000 (pgoffset 65535) (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffb000 (pgoffset 65531) (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0ffea000 (pgoffset 65514) (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0fffa000 (pgoffset 65530) (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0ffe2000 (pgoffset 65506) (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0f800000 (pgoffset 63488) (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x0f400000 (pgoffset 62464) (--) I810(0): A non-CRT device is attached to pipe B. =09No 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 0x00000000 (II) I810(0): PIPEBCONF is 0x80000000 (II) I810(0): Mode bandwidth is 47 Mpixel/s (II) I810(0): maxBandwidth is 864 Mbyte/s, pipe bandwidths are 252 Mbyte/s,= 0 Mbyte/s (II) I810(0): Using XFree86 Acceleration Architecture (XAA) =09Screen to screen bit blits =09Solid filled rectangles =098x8 mono pattern filled rectangles =09Indirect CPU to Screen color expansion =09Solid Horizontal and Vertical Lines =09Offscreen Pixmaps =09Setting up tile and stipple cache: =09=0916 128x128 slots =09=094 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): Set up textured video (II) I810(0): [DRI] installation complete (II) I810(0): direct rendering: Enabled (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" =09compiled for 1.4.0, module version =3D 1.0.0 =09ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (=3D=3D) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) 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" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "be" (**) Keyboard0: XkbLayout: "be" (**) 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 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse ---559023410-1804928587-1226406533=:27375--