Dell Optiplex GX270 with i865G has memory problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In the BIOS I set the graphics card to work in 8 meg Legacy mode.
 
Copied below is my XF86Config file and the log file from the Xserver.  Note, I recompiled the latest XFree86 source snapshot available on the web site.  I also turned on the debug flag in the
xc/programs/Xserver/hw/xfree86/drivers/i810/common.h
 
Any advice would be greatly appreciated, since I have a whole lot of these machines that I would like to get the X server running on in at least 16 bit color with a resolution >= 1024x768. 
 
For the life of me I have no idea why it doesn't work.  It all seems to point that the memory for the modes is not getting allocated, as best as I can determine from a cursory look at the source. Maybe the BIOS has bugs in it or the addresses are not quite right for this mother board.  I figured there must be some way to make it work, given that it does work in WinXP.  I'd be happy to recompile or try to debug it, if someone can point me in the right direction.
 
Thank you,
Jason.
 
---------XF86Config-----------------
# XFree86 4 configuration created by redhat-config-xfree86
 
Section "ServerLayout"
 Identifier     "Default Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
EndSection
 
Section "Files"
 
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 FontPath     "unix/:7100"
EndSection
 
Section "Module"
 Load  "shadowfb"
 Load  "drm"
# Load  "dri"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
EndSection
 
Section "InputDevice"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds"  "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "us"
EndSection
 
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "PS/2"
 Option     "Device" "/dev/psaux"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
 Identifier  "DevInputMice"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Dell P992"
 DisplaySize  360 270
 HorizSync    30.0 - 107.0
 VertRefresh  48.0 - 120.0
 Option     "dpms"
EndSection
 
Section "Device"
 Identifier  "Videocard0"
 Driver      "i810"
 VendorName  "Videocard vendor"
 VideoRam    16384
 Option      "NoDDC"
 Option     "DefaultRefresh" "True"
 BoardName   "Intel 85"
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     16
 SubSection "Display"
  Depth    8
  Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     16
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
 
-------------Debug info from starting the server------------
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/jwessel-rh9:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
 
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxx.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).
 
XFree86 Version 4.3.99.901 (4.4.0 RC 1)
Release Date:  2 December 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-24.9 i686 [ELF]
Current Operating System: Linux jwessel-rh9 2.4.20-24.9 #1 Mon Dec 1 11:35:51 EST 2003 i686
Build Date: 10 December 2003
Changelog Date: 03 December 2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Dec 10 16:43:14 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6-test/lib/modules"
(II) Open APM successful
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.7
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6-test/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6-test/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7
 
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2572 card 1028,0151 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
 [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xfea00000 - 0xfeafffff (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)
(--) PCI:*(0:2:0) Intel Corp. 82865G Integrated Graphics Device rev 2, Mem @ 0xe8000000/27, 0xfeb80000/19, I/O @ 0xed98/3
(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 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
 [0] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [1] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [2] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [3] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [6] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [8] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [9] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [10] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [11] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [12] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [13] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [14] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [15] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [16] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [22] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [23] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [24] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [25] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [26] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [1] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [2] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [3] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [6] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [8] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [9] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [10] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [11] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [12] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [13] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [14] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [15] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [16] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [22] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [23] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [24] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [25] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [26] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [6] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [7] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [8] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [9] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [12] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [16] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [17] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [18] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [19] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [20] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [21] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [22] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [23] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [29] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [30] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [31] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [32] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [33] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6-test/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) LoadModule: "drm"
(II) Loading /usr/X11R6-test/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6-test/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6-test/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(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 FontCache
(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: "fbdevhw"
(II) Loading /usr/X11R6-test/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 0.0.2
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6-test/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6-test/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6-test/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.13.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6-test/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project & the After X-TT Project"
 compiled for 4.3.99.901, module version = 2.1.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6-test/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "i810"
(II) Loading /usr/X11R6-test/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.3.0
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6-test/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
 i810e, i815, i830M, 845G, 852GM/855GM, 865G
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset 865G found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [6] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [7] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [8] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [9] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [12] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [16] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [17] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [18] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [19] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [20] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [21] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [22] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [23] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [29] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [30] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [31] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [32] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [33] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [6] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [7] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [8] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [9] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [10] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [12] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [18] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [19] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [20] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [21] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [22] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [23] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [24] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [25] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [26] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [29] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [32] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [33] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [34] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [35] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [36] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
 [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6-test/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6-test/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6-test/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.7
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6-test/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 832 kB
(II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 865G
(--) I810(0): Chipset: "865G"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xFEB80000
(II) I810(0): detected 892 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 441340 kB available
 
##############################################
*** In function I830BIOSPreInit, on line 1626, in file i830_driver.c ***
Available memory: 441340k
Requested memory: 16384k
##############################################
 
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
 
##############################################
*** In function SaveBIOSMemSize, on line 1026, in file i830_driver.c ***
SaveBIOSMemSize
##############################################
 

##############################################
*** In function GetBIOSMemSize, on line 995, in file i830_driver.c ***
GetBIOSMemSize
##############################################
 

##############################################
*** In function PutBIOSMemSize, on line 971, in file i830_driver.c ***
PutBIOSMemSize: 832 kB
##############################################
 
(WW) I810(0): Extended BIOS function 0x5f11 not supported.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6-test/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 832 kB
(II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS view of memory size can't be changed (this is not an error).
(--) I810(0): Pre-allocated VideoRAM: 892 kByte
(**) I810(0): VideoRAM: 16384 kByte
(==) I810(0): video overlay key set to 0x83e
(**) I810(0): page flipping disabled
(--) I810(0): Maximum frambuffer space: 16232 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): 1 display pipe available.
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x1
##############################################
 
(II) I810(0): Display Info: CRT: attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x2
##############################################
 
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x4
##############################################
 
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x8
##############################################
 
(II) I810(0): Display Info: LFP (local flat panel): attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x10
##############################################
 
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayInfo, on line 611, in file i830_driver.c ***
GetDisplayInfo: device: 0x20
##############################################
 
(II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
 
##############################################
*** In function GetDisplayDevices, on line 516, in file i830_driver.c ***
GetDisplayDevices
##############################################
 

##############################################
*** In function GetPipeSizes, on line 753, in file i830_driver.c ***
GetPipeSizes
##############################################
 

##############################################
*** In function PrintDisplayDeviceInfo, on line 701, in file i830_driver.c ***
PrintDisplayDeviceInfo
##############################################
 
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):  CRT
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6-test/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(**) I810(0): Option "NoDDC"
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(II) I810(0): Will use BIOS call 0x5f64 to enable displays.
(--) I810(0): Maximum space available for video modes: 832 kByte
Mode: 30 (640x480)
 ModeAttributes: 0x9b
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 640
 XResolution: 640
 YResolution: 480
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 1
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 640
 BnkNumberOfImagePages: 1
 LinNumberOfImagePages: 1
 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: 0xc0005ace
 BytesPerScanline: 800
 XResolution: 800
 YResolution: 600
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 800
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 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: 0xc0005ace
 BytesPerScanline: 1024
 XResolution: 1024
 YResolution: 768
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1024
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 0
 LinRedFieldPosition: 0
 LinGreenMaskSize: 0
 LinGreenFieldPosition: 0
 LinBlueMaskSize: 0
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 38 (1280x1024)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 1280
 XResolution: 1280
 YResolution: 1024
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1280
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 0
 LinRedFieldPosition: 0
 LinGreenMaskSize: 0
 LinGreenFieldPosition: 0
 LinBlueMaskSize: 0
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 3a (1600x1200)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 1600
 XResolution: 1600
 YResolution: 1200
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1600
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 0
 LinRedFieldPosition: 0
 LinGreenMaskSize: 0
 LinGreenFieldPosition: 0
 LinBlueMaskSize: 0
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 3c (1920x1440)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 1920
 XResolution: 1920
 YResolution: 1440
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 8
 NumberOfBanks: 1
 MemoryModel: 4
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 0
 RedFieldPosition: 0
 GreenMaskSize: 0
 GreenFieldPosition: 0
 BlueMaskSize: 0
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1920
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 0
 LinRedFieldPosition: 0
 LinGreenMaskSize: 0
 LinGreenFieldPosition: 0
 LinBlueMaskSize: 0
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
*Mode: 41 (640x480)
 ModeAttributes: 0x9b
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 1280
 XResolution: 640
 YResolution: 480
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1280
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 43 (800x600)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 1600
 XResolution: 800
 YResolution: 600
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 1600
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 45 (1024x768)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 2048
 XResolution: 1024
 YResolution: 768
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 2048
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 49 (1280x1024)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 2560
 XResolution: 1280
 YResolution: 1024
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 2560
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 4b (1600x1200)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 3200
 XResolution: 1600
 YResolution: 1200
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 3200
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 4d (1920x1440)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 3840
 XResolution: 1920
 YResolution: 1440
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 16
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 5
 RedFieldPosition: 11
 GreenMaskSize: 6
 GreenFieldPosition: 5
 BlueMaskSize: 5
 BlueFieldPosition: 0
 RsvdMaskSize: 0
 RsvdFieldPosition: 0
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 3840
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 5
 LinRedFieldPosition: 11
 LinGreenMaskSize: 6
 LinGreenFieldPosition: 5
 LinBlueMaskSize: 5
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 0
 LinRsvdFieldPosition: 0
 MaxPixelClock: 230000000
Mode: 50 (640x480)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 2560
 XResolution: 640
 YResolution: 480
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 2560
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
Mode: 52 (800x600)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 3200
 XResolution: 800
 YResolution: 600
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 3200
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
Mode: 54 (1024x768)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 4096
 XResolution: 1024
 YResolution: 768
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 4096
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
Mode: 58 (1280x1024)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 5120
 XResolution: 1280
 YResolution: 1024
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 5120
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
Mode: 5a (1600x1200)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 6400
 XResolution: 1600
 YResolution: 1200
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 6400
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
Mode: 5c (1920x1440)
 ModeAttributes: 0x9a
 WinAAttributes: 0x7
 WinBAttributes: 0x0
 WinGranularity: 64
 WinSize: 64
 WinASegment: 0xa000
 WinBSegment: 0x0
 WinFuncPtr: 0xc0005ace
 BytesPerScanline: 7680
 XResolution: 1920
 YResolution: 1440
 XCharSize: 8
 YCharSize: 16
 NumberOfPlanes: 1
 BitsPerPixel: 32
 NumberOfBanks: 1
 MemoryModel: 6
 BankSize: 0
 NumberOfImages: 0
 RedMaskSize: 8
 RedFieldPosition: 16
 GreenMaskSize: 8
 GreenFieldPosition: 8
 BlueMaskSize: 8
 BlueFieldPosition: 0
 RsvdMaskSize: 8
 RsvdFieldPosition: 24
 DirectColorModeInfo: 0
 PhysBasePtr: 0xe8000000
 LinBytesPerScanLine: 7680
 BnkNumberOfImagePages: 0
 LinNumberOfImagePages: 0
 LinRedMaskSize: 8
 LinRedFieldPosition: 16
 LinGreenMaskSize: 8
 LinGreenFieldPosition: 8
 LinBlueMaskSize: 8
 LinBlueFieldPosition: 0
 LinRsvdMaskSize: 8
 LinRsvdFieldPosition: 24
 MaxPixelClock: 230000000
(II) I810(0): Monitor0: Using hsync range of 30.00-107.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 48.00-120.00 Hz
(II) I810(0): Not using mode "1024x768" (no mode of this name)
(II) I810(0): Not using mode "800x600" (no mode of this name)
 
##############################################
*** In function I830Allocate2DMemory, on line 400, in file i830_memory.c ***
I830Allocate2DMemory: inital is TRUE
##############################################
 

##############################################
*** In function I830Allocate2DMemory, on line 422, in file i830_memory.c ***
size == 16232k (16621568 bytes == pScrn->videoRam)
pI830->StolenSize == 892k (913408 bytes)
##############################################
 

##############################################
*** In function I830Allocate3DMemory, on line 762, in file i830_memory.c ***
I830Allocate3DMemory
##############################################
 
(II) I810(0): Increasing the scanline pitch to allow tiling mode (640 -> 1024).
(--) I810(0): Virtual size is 640x480 (pitch 1024)
(**) I810(0): *Built-in mode "640x480"
(II) I810(0): Attempting to use 85Hz refresh for mode "640x480" (41)
 
##############################################
*** In function RestoreBIOSMemSize, on line 1155, in file i830_driver.c ***
RestoreBIOSMemSize
##############################################
 
(**) I810(0): Display dimensions: (360, 270) mm
(**) I810(0): DPI set to (45, 45)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6-test/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6-test/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6-test/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6-test/lib/modules/libshadow.a
(II) Module shadow: vendor="The XFree86 Project"
 compiled for 4.3.99.901, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xfeb80000 - 0xfebfffff (0x80000) MS[B]
 [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MS[B]
 [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [7] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]
 [8] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
 [9] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
 [10] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
 [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
 [12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
 [13] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
 [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
 [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
 [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
 [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
 [18] 0 0 0x0000ed98 - 0x0000ed9f (0x8) IS[B]
 [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [21] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
 [22] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
 [23] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
 [24] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
 [25] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
 [26] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
 [27] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
 [28] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
 [29] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
 [30] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [31] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [32] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [33] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
 [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
 [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
 [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
 [39] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)
 [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6-test/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 832 kB
(II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(==) I810(0): Default visual is TrueColor
 
##############################################
*** In function I830Allocate2DMemory, on line 400, in file i830_memory.c ***
I830Allocate2DMemory: inital is TRUE
##############################################
 

##############################################
*** In function I830Allocate2DMemory, on line 422, in file i830_memory.c ***
size == 16232k (16621568 bytes == pScrn->videoRam)
pI830->StolenSize == 892k (913408 bytes)
##############################################
 
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 768 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 2496 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffe000 (0x12655000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fee000
 
##############################################
*** In function I830DRIScreenInit, on line 397, in file i830_dri.c ***
I830DRIScreenInit
##############################################
 

##############################################
*** In function I830Allocate2DMemory, on line 400, in file i830_memory.c ***
I830Allocate2DMemory: inital is FALSE
##############################################
 

##############################################
*** In function I830Allocate2DMemory, on line 422, in file i830_memory.c ***
size == 16232k (16621568 bytes == pScrn->videoRam)
pI830->StolenSize == 0k (0 bytes)
##############################################
 
(II) I810(0): Updated framebuffer allocation size from 2496 to 4096 kByte
(II) I810(0): Updated pixmap cache from 768 scanlines to 1568 scanlines
 
##############################################
*** In function I830BIOSScreenInit, on line 3110, in file i830_driver.c ***
assert(if(!I830DoPoolAllocation(pScrn, pI830->StolenPool)))
##############################################
 

##############################################
*** In function I830DoPoolAllocation, on line 943, in file i830_memory.c ***
I830DoPoolAllocation
##############################################
 

##############################################
*** In function I830BIOSScreenInit, on line 3114, in file i830_driver.c ***
assert( if(!I830FixupOffsets(pScrn)) )
##############################################
 

##############################################
*** In function I830FixupOffsets, on line 1065, in file i830_memory.c ***
I830FixupOffsets
##############################################
 
(II) I810(0): 0x83ea04c: Memory at offset 0x00020000, size 4096 kBytes
(II) I810(0): 0x83ea06c: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0x83ea090: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x83ea0c0: Memory at offset 0x07fee000, size 64 kBytes
(II) I810(0): 0x83ea0e0: Memory at offset 0x07ffe000, size 4 kBytes
 
##############################################
*** In function I830BIOSScreenInit, on line 3125, in file i830_driver.c ***
assert( if(!I830MapMem(pScrn)) )
##############################################
 
(==) I810(0): Write-combining range (0xe8000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
 
##############################################
*** In function I830BIOSScreenInit, on line 3137, in file i830_driver.c ***
assert( if(!vgaHWMapMem(pScrn)) )
##############################################
 

##############################################
*** In function I830BIOSScreenInit, on line 3144, in file i830_driver.c ***
assert( if(!I830BIOSEnterVT(scrnIndex, 0)) )
##############################################
 

##############################################
*** In function I830BIOSEnterVT, on line 3355, in file i830_driver.c ***
Enter VT
##############################################
 

##############################################
*** In function I830BindGARTMemory, on line 1322, in file i830_memory.c ***
I830BindGARTMemory: StolenOnly is FALSE, pI830->GttBound is FALSE
##############################################
 
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x000df000 (pgoffset 223)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07fee000 (pgoffset 32750)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffe000 (pgoffset 32766)
(WW) I810(0): PGTBL_ER is 0x00000029
 
##############################################
*** In function SaveHWState, on line 2315, in file i830_driver.c ***
SaveHWState
##############################################
 

##############################################
*** In function ResetState, on line 2209, in file i830_driver.c ***
ResetState: flush is FALSE
##############################################
 

##############################################
*** In function SetHWOperatingState, on line 2296, in file i830_driver.c ***
SetHWOperatingState
##############################################
 

##############################################
*** In function SetRingRegs, on line 2254, in file i830_driver.c ***
SetRingRegs
##############################################
 

##############################################
*** In function SetFenceRegs, on line 2239, in file i830_driver.c ***
SetFenceRegs
##############################################
 

##############################################
*** In function I830InitHWCursor, on line 73, in file i830_cursor.c ***
I830InitHWCursor
##############################################
 

##############################################
*** In function I830VESASetMode, on line 2499, in file i830_driver.c ***
I830VESASetMode
##############################################
 

##############################################
*** In function I830VESASetVBEMode, on line 2467, in file i830_driver.c ***
Setting mode 0x0000c841
##############################################
 

##############################################
*** In function SetDisplayDevices, on line 558, in file i830_driver.c ***
SetDisplayDevices: devices 0x1
##############################################
 

##############################################
*** In function SetRefreshRate, on line 405, in file i830_driver.c ***
SetRefreshRate: mode 0xc841, refresh: 85
##############################################
 

##############################################
*** In function SetRefreshRate, on line 428, in file i830_driver.c ***
Setting refresh rate to 85Hz for mode 0x41
##############################################
 
(II) I810(0): Display plane A is enabled.
(II) I810(0): Display plane B is disabled.
(II) I810(0): PIPEACONF is 0x80000000
(WW) I810(0): Correcting plane A stride (640 -> 1024)
(II) I810(0): Mode bandwidth is 26 Mpixel/s
 
##############################################
*** In function GetModeSupport, on line 445, in file i830_driver.c ***
GetModeSupport: modes 0x80, 0x80, devices: 0x80, 0x80
##############################################
 
(II) I810(0): maxBandwidth is 1528 Mbyte/s, pipe bandwidths are 70 Mbyte/s, 0 Mbyte/s
 
##############################################
*** In function GetLFPCompMode, on line 479, in file i830_driver.c ***
GetLFPCompMode
##############################################
 
(WW) I810(0): Extended BIOS function 0x5f61 not supported.
 
##############################################
*** In function ResetState, on line 2209, in file i830_driver.c ***
ResetState: flush is TRUE
##############################################
 

##############################################
*** In function SetHWOperatingState, on line 2296, in file i830_driver.c ***
SetHWOperatingState
##############################################
 

##############################################
*** In function SetRingRegs, on line 2254, in file i830_driver.c ***
SetRingRegs
##############################################
 

##############################################
*** In function SetFenceRegs, on line 2239, in file i830_driver.c ***
SetFenceRegs
##############################################
 

##############################################
*** In function I830InitHWCursor, on line 73, in file i830_cursor.c ***
I830InitHWCursor
##############################################
 

##############################################
*** In function I830BIOSAdjustFrame, on line 3275, in file i830_driver.c ***
I830BIOSAdjustFrame: y = 0 (+ 0), x = 0 (+ 64)
##############################################
 

##############################################
*** In function I830BIOSScreenInit, on line 3148, in file i830_driver.c ***
assert( if(!fbScreenInit(pScreen, ...) )
##############################################
 

### i830_dga.c:92: >>> I830DGAInit <<< ###
 

##############################################
*** In function I830BIOSScreenInit, on line 3178, in file i830_driver.c ***
assert( if(!xf86InitFBManager(pScreen, &(pI830->FbMemBox))) )
##############################################
 
(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:
  32 128x128 slots
  18 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
 
##############################################
*** In function I830CursorInit, on line 114, in file i830_cursor.c ***
I830CursorInit
##############################################
 

##############################################
*** In function I830HideCursor, on line 253, in file i830_cursor.c ***
I830HideCursor
##############################################
 

##############################################
*** In function I830BIOSScreenInit, on line 3206, in file i830_driver.c ***
assert( if(!miCreateDefColormap(pScreen)) )
##############################################
 

##############################################
*** In function I830BIOSScreenInit, on line 3210, in file i830_driver.c ***
assert( if(!xf86HandleColormaps(pScreen, ...)) )
##############################################
 
(**) Option "dpms"
(**) I810(0): DPMS enabled
 
##############################################
*** In function I830InitVideo, on line 392, in file i830_video.c ***
I830InitVideo
##############################################
 

##############################################
*** In function I830SetupImageVideo, on line 566, in file i830_video.c ***
I830SetupImageVideo
##############################################
 

##############################################
*** In function I830ResetVideo, on line 448, in file i830_video.c ***
I830ResetVideo: base: 0x42136000, offset: 0x07ffe000, obase: 0x4a134000
##############################################
 
(II) I810(0): direct rendering: Failed
(==) RandR enabled
(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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "PS/2"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) DevInputMice: Device: "/dev/input/mice"
(**) DevInputMice: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) DevInputMice: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) DevInputMice: ZAxisMapping: buttons 4 and 5
(**) DevInputMice: Buttons: 5
(II) XINPUT: Adding extended input device "DevInputMice" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) DevInputMice: ps2EnableDataReporting: succeeded
 
##############################################
*** In function I830UseHWCursor, on line 151, in file i830_cursor.c ***
I830UseHWCursor
##############################################
 

##############################################
*** In function I830HideCursor, on line 253, in file i830_cursor.c ***
I830HideCursor
##############################################
 

##############################################
*** In function I830LoadCursorImage, on line 165, in file i830_cursor.c ***
I830LoadCursorImage
##############################################
 

##############################################
*** In function I830SetCursorColors, on line 275, in file i830_cursor.c ***
I830SetCursorColors
##############################################
 

##############################################
*** In function I830ShowCursor, on line 226, in file i830_cursor.c ***
I830ShowCursor
##############################################
 

##############################################
*** In function I830ShowCursor, on line 227, in file i830_cursor.c ***
Value of CursorMem.Physical is 0,  Value of CursorMem.Start is 7fff000 ##############################################
 

##############################################
*** In function I830BIOSSaveScreen, on line 3466, in file i830_driver.c ***
I830BIOSSaveScreen: 2, on is TRUE
##############################################
 

##############################################
*** In function I830ShowCursor, on line 226, in file i830_cursor.c ***
I830ShowCursor
##############################################
 

##############################################
*** In function I830ShowCursor, on line 227, in file i830_cursor.c ***
Value of CursorMem.Physical is 0,  Value of CursorMem.Start is 7fff000 ##############################################
 

##############################################
*** In function I830BIOSLeaveVT, on line 3323, in file i830_driver.c ***
Leave VT
##############################################
 

##############################################
*** In function ResetState, on line 2209, in file i830_driver.c ***
ResetState: flush is TRUE
##############################################
 

##############################################
*** In function I830HideCursor, on line 253, in file i830_cursor.c ***
I830HideCursor
##############################################
 

##############################################
*** In function RestoreHWState, on line 2385, in file i830_driver.c ***
RestoreHWState
##############################################
 
(WW) I810(0): Setting the original video mode instead of restoring
 the saved state
 
##############################################
*** In function I830VESASetVBEMode, on line 2467, in file i830_driver.c ***
Setting mode 0x00000003
##############################################
 

##############################################
*** In function RestoreBIOSMemSize, on line 1155, in file i830_driver.c ***
RestoreBIOSMemSize
##############################################
 

##############################################
*** In function I830UnbindGARTMemory, on line 1390, in file i830_memory.c ***
I830UnbindGARTMemory: StolenOnly is FALSE, pI830->GttBound is TRUE
##############################################
 
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 0
(II) I810(0): xf86UnbindGARTMemory: unbind key 2
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
 
##############################################
*** In function I830BIOSCloseScreen, on line 3552, in file i830_driver.c ***
 
Unmapping memory
##############################################

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux