Intel 2.0.0 driver fails on two screen dual head configuration

in-freedesktop at baka.org in-freedesktop at baka.org
Fri May 4 09:45:24 PDT 2007


I have a Fujitsu P7120 Lifebook with an Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller, running Gentoo.

I was successfully using the old i810 xorg driver (1.7.4) in a
dual-head dual-screen configuration (:0.0 was the laptop flat panal,
while :0.1 was the VGA port, which was sometimes connected to a
projector, and sometimes disconnected--usually disconnected on boot/X
startup).  This is my preferred configuration.

When I upgraded to the new intel xorg driver (2.0.0), my configuration
failed.  With sufficient pounding, I was able to get it to work in a
single-screen configuration (or a cloned screen configuration if an
external monitor was plugged into the VGA port at the time of X
startup).  However, I get a segmentation violation when I attempt to
use the server in a two screen configuration.  I can produce the
coredump if absolutely necessary, but since I don't currently have the
X server or drivers compiled with debugging symbols, I would prefer
not to if possible.  Switching back to the older driver allows my
preferred configuration to work again.

So, I have:

Original working dual-screen i810-driver xorg.conf with associated log file.
http://www.baka.org/private/xproblem/i810-2screen-work/xorg.conf
http://www.baka.org/private/xproblem/i810-2screen-work/Xorg.0.log

Current single-screen intel-driver xorg.conf with associated log file.
http://www.baka.org/private/xproblem/intel-1screen-work/xorg.conf
http://www.baka.org/private/xproblem/intel-1screen-work/Xorg.0.log

Failing dual-screen intel-driver xorg.conf with associated log file.
http://www.baka.org/private/xproblem/intel-2screen-fail/xorg.conf
http://www.baka.org/private/xproblem/intel-2screen-fail/Xorg.0.log

I will attach the failing configuration below, but will not attach the
other two working configurations (unless requested) due to space
considerations.  The web mirrors will eventually

I would greatly appreciate assistance in getting this configuration
working again.

					-Seth Robertson

-------------- next part --------------
Section "Module"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc:unscaled"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/corefonts/"
    FontPath   "/usr/share/fonts/freefont/"
    FontPath   "/usr/share/fonts/sharefonts/"
    FontPath   "/usr/share/fonts/terminus/"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath   "/usr/share/fonts/unifont/"
    FontPath   "/usr/share/fonts/microsoft/"
    FontPath   "/usr/share/fonts/antp/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/monafont/"
    FontPath   "/usr/share/fonts/sgi-fonts/"
    FontPath   "/usr/share/fonts/shinonome/"
    FontPath   "/usr/share/fonts/alee-fonts/"
    FontPath   "/usr/share/fonts/aquafont/"
    FontPath   "/usr/share/fonts/aquapfont/"
    FontPath   "/usr/share/fonts/artwiz/"
    FontPath   "/usr/share/fonts/chankfonts/"
    FontPath   "/usr/share/fonts/cyrillic/"
    FontPath   "/usr/share/fonts/default/ghostscript/"
    FontPath   "/usr/share/fonts/dejavu/"
    FontPath   "/usr/share/fonts/efont-unicode/"
    FontPath   "/usr/share/fonts/essays1743/"
    FontPath   "/usr/share/fonts/ja-ipafonts/"
    FontPath   "/usr/share/fonts/jisx0213/"
    FontPath   "/usr/share/fonts/jmk/"
    FontPath   "/usr/share/fonts/kochi-substitute/"
    FontPath   "/usr/share/fonts/lfpfonts-fix/"
    FontPath   "/usr/share/fonts/lfpfonts-var/"
    FontPath   "/usr/share/fonts/mikachan-font/"
    FontPath   "/usr/share/fonts/sazanami/"
    FontPath   "/usr/share/fonts/ttf-gentium/"
    FontPath   "/usr/share/fonts/ukr/"
    FontPath   "/usr/share/fonts/urw-fonts/"
    FontPath   "/usr/share/fonts/vc/"
    FontPath   "/usr/share/imlib2/data/fonts/"
    FontPath   "/opt/sun-jdk-1.4.2.10/jre/lib/fonts/"
    FontPath   "/usr/kde/3.4/share/fonts/"
EndSection


Section "ServerFlags"
Option "AllowDeactivateGrabs" "True"
Option "AllowClosedownGrabs" "True"
Option "HandleSpecialKeys" "Always"
        Option  "BlankTime"    "2"  # Blank the screen after 5 minutes (Fake)
        Option  "StandbyTime"  "5"  # Turn off screen after 10 minutes (DPMS)
        Option  "SuspendTime"  "6"  # Full suspend after 20 minutes
        Option  "OffTime"      "7"  # Turn off after half an hour
EndSection


Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
        Option "AutoRepeat" "500 30"
        Option	"Xleds"      "1 2 3"
        Option "XkbModel"	"pc104"
        Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
        Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
        Option          "VertScrollDelta"       "0"
	Option		"MaxTapTime"		"0"
	Option		"MaxTapMove"		"0"
EndSection

Section "Monitor"
	Identifier   "LVDS"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option	     "DPMS"
	HorizSync    30-65
	VertRefresh  30-60
    DisplaySize 230 138
    Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
EndSection

Section "Monitor"
	Identifier   "VGA"
	VendorName   "Generic"
	ModelName    "Generic"
	HorizSync    31.5-75
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corp."
	BoardName   "Intel 915GM/GMS/910GML"
	Screen	    0
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "intel"
	VendorName  "Intel Corp."
	BoardName   "Intel 915GM/GMS/910GML"
	BusID       "PCI:0:2:0"
	Screen	    1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "LVDS"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Modes	   "1280x768" "1024x768"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Projector"
	Device     "Card1"
	Monitor    "VGA"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Modes	   "1024x768"
		Depth     24
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier     "dual"
	Screen      0  "Screen0"
        Screen      1  "Projector"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics Touchpad"
	InputDevice    "Mouse0"
EndSection

Section "DRI"
	Group 0
	Mode 0666
EndSection
-------------- next part --------------
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/sakura:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN 
Current Operating System: Linux sakura 2.6.18-suspend2-r1 #1 PREEMPT Wed Mar 21 20:21:38 EDT 2007 i686
Build Date: 03 May 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri May  4 10:27:19 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "dual"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "LVDS"
(**) |   |-->Device "Card0"
(**) |-->Screen "Projector" (1)
(**) |   |-->Monitor "VGA"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "Mouse0"
(==) |-->Input Device "Mouse0"
(WW) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/freefont/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/freefont/").
(WW) `fonts.dir' not found (or not valid) in "/opt/sun-jdk-1.4.2.10/jre/lib/fonts/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/opt/sun-jdk-1.4.2.10/jre/lib/fonts/").
(**) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/corefonts/,
	/usr/share/fonts/sharefonts/,
	/usr/share/fonts/terminus/,
	/usr/share/fonts/ttf-bitstream-vera/,
	/usr/share/fonts/unifont/,
	/usr/share/fonts/microsoft/,
	/usr/share/fonts/antp/,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/monafont/,
	/usr/share/fonts/sgi-fonts/,
	/usr/share/fonts/shinonome/,
	/usr/share/fonts/alee-fonts/,
	/usr/share/fonts/aquafont/,
	/usr/share/fonts/aquapfont/,
	/usr/share/fonts/artwiz/,
	/usr/share/fonts/chankfonts/,
	/usr/share/fonts/cyrillic/,
	/usr/share/fonts/default/ghostscript/,
	/usr/share/fonts/dejavu/,
	/usr/share/fonts/efont-unicode/,
	/usr/share/fonts/essays1743/,
	/usr/share/fonts/ja-ipafonts/,
	/usr/share/fonts/jisx0213/,
	/usr/share/fonts/jmk/,
	/usr/share/fonts/kochi-substitute/,
	/usr/share/fonts/lfpfonts-fix/,
	/usr/share/fonts/lfpfonts-var/,
	/usr/share/fonts/mikachan-font/,
	/usr/share/fon(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "BlankTime" "2"
(**) Option "StandbyTime" "5"
(**) Option "SuspendTime" "6"
(**) Option "OffTime" "7"
(**) Option "AllowDeactivateGrabs" "True"
(**) Option "AllowClosedownGrabs" "True"
(**) Option "HandleSpecialKeys" "Always"
(**) Always handling special keys in DDX
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e3b20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 10cf,12d7 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2592 card 10cf,12e2 rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2792 card 10cf,12e2 rev 04 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,2668 card 10cf,1326 rev 04 class 04,03,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,2658 card 10cf,12e8 rev 04 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 10cf,12e8 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 10cf,12e8 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 10cf,12e8 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 10cf,12e9 rev 04 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2641 card 10cf,12e4 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 10cf,12e5 rev 04 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2653 card 10cf,12e6 rev 04 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 10cf,12e7 rev 04 class 0c,05,00 hdr 00
(II) PCI: 06:03:0: chip 1180,0476 card 2400,0000 rev b3 class 06,07,00 hdr 82
(II) PCI: 06:03:1: chip 1180,0552 card 10cf,1255 rev 08 class 0c,00,10 hdr 80
(II) PCI: 06:03:2: chip 1180,0822 card 10cf,1323 rev 17 class 08,05,00 hdr 80
(II) PCI: 06:03:3: chip 1180,0592 card 10cf,1257 rev 08 class 08,80,00 hdr 80
(II) PCI: 06:03:4: chip 1180,0852 card 10cf,1324 rev 03 class 08,80,00 hdr 80
(II) PCI: 06:04:0: chip 10ec,8139 card 10cf,12ce rev 10 class 02,00,00 hdr 00
(II) PCI: 06:05:0: chip 8086,4223 card 8086,1030 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,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xb0100000 - 0xb01fffff (0x100000) MX[B]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x51ffffff (0x2000000) 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 7: bridge is at (6:3:0), (6,7,10), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[1] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x51ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0xb0080000/19, 0xc0000000/28, 0xb0040000/18, I/O @ 0x1400/3
(--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0x52000000/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[1] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[2] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[3] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[4] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[5] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[6] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[7] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[8] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[9] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[12] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[13] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[14] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[15] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[16] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[17] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[18] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[19] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[20] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[21] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[22] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[23] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[24] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[1] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[2] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[3] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[4] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[5] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[6] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[7] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[8] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[9] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[12] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[13] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[14] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[15] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[16] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[17] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[18] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[19] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[20] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[21] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[22] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[23] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[24] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[5] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[6] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[7] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[8] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[9] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[10] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[11] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[12] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[13] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[14] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[16] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[20] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[21] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[22] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[23] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[24] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[25] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[26] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[27] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[28] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[29] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[30] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[31] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 2.0.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ, 965GM
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
(--) Chipset 915GM found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[5] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[6] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[7] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[8] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[9] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[10] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[11] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[12] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[13] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[14] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[16] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[20] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[21] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[22] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[23] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[24] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[25] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[26] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[27] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[28] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[29] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[30] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[31] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[5] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[6] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[7] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[8] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[9] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[10] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[11] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[12] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[13] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[14] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[16] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[23] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[24] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[25] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[26] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[27] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[28] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[29] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[30] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[31] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[32] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[33] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[34] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.2
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
(--) intel(0): Chipset: "915GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xB0080000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
	for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section VGA
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS using monitor section LVDS
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using mode "1280x768" (vrefresh out of range)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x768"x59.8   80.91  1280 1328 1440 1688  768 771 777 802 (47.9 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1280x768
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (230, 138) mm
(**) intel(0): DPI set to (141, 235)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(**) intel(1): Depth 24, (--) framebuffer bpp 32
(==) intel(1): RGB weight 888
(==) intel(1): Default visual is TrueColor
(II) intel(1): Integrated Graphics Chipset: Intel(R) 915GM
(--) intel(1): Chipset: "915GM"
(--) intel(1): Linear framebuffer at 0xC0000000
(--) intel(1): IO registers at addr 0xB0080000
(II) intel(1): 2 display pipes available.
(==) intel(1): Using XAA for acceleration
(--) intel(1): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(1): Will try to reserve 32768 kiB of AGP aperture space
	for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(1): Output VGA using monitor section VGA
(II) intel(1): I2C bus "CRTDDC_A" initialized.
(II) intel(1): Output LVDS using monitor section LVDS
(II) intel(1): I2C bus "LVDSDDC_C" initialized.
(II) intel(1): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(1): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(1): EDID for output LVDS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(1): No SDVO device found on SDVOB
(II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(1): No SDVO device found on SDVOC
(II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(1): Output TV has no monitor section
(II) intel(1): Output VGA disconnected
(II) intel(1): EDID for output VGA
(II) intel(1): Output LVDS connected
(II) intel(1): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(1): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(1): EDID for output LVDS
(II) intel(1): Not using mode "1280x768" (vrefresh out of range)
(II) intel(1): Not using default mode "640x350" (vrefresh out of range)
(II) intel(1): Not using default mode "640x400" (vrefresh out of range)
(II) intel(1): Not using default mode "720x400" (vrefresh out of range)
(II) intel(1): Not using default mode "640x480" (vrefresh out of range)
(II) intel(1): Not using default mode "640x480" (vrefresh out of range)
(II) intel(1): Not using default mode "640x480" (vrefresh out of range)
(II) intel(1): Not using default mode "800x600" (vrefresh out of range)
(II) intel(1): Not using default mode "800x600" (vrefresh out of range)
(II) intel(1): Not using default mode "800x600" (vrefresh out of range)
(II) intel(1): Not using default mode "800x600" (vrefresh out of range)
(II) intel(1): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(1): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(1): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(1): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(1): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(1): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(1): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(1): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(1): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(1): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(1): Not using default mode "1600x1200" (hsync out of range)
(II) intel(1): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(1): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(1): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(1): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(1): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(1): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(1): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(1): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(1): Not using default mode "1920x1440" (hsync out of range)
(II) intel(1): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(1): Not using default mode "832x624" (vrefresh out of range)
(II) intel(1): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(1): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(1): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(1): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(1): Not using default mode "2048x1536" (hsync out of range)
(II) intel(1): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(1): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(1): Printing probed modes for output LVDS
(II) intel(1): Modeline "1280x768"x59.8   80.91  1280 1328 1440 1688  768 771 777 802 (47.9 kHz)
(II) intel(1): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(1): Output TV disconnected
(II) intel(1): EDID for output TV
(II) intel(1): Output VGA disconnected
(II) intel(1): Output LVDS connected
(II) intel(1): Output TV disconnected
(II) intel(1): Output LVDS using initial mode 1280x768
(II) intel(1): Monitoring connected displays enabled
(II) intel(1): detected 256 kB GTT.
(II) intel(1): detected 7932 kB stolen memory.
(==) intel(1): video overlay key set to 0x101fe
(==) intel(1): Will not try to enable page flipping
(==) intel(1): Triple buffering disabled
(==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
(--) intel(1): Using HW Cursor because it's enabled on primary head.
(==) intel(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules//libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules//libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(1): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
	[0] 0	0	0xb0040000 - 0xb007ffff (0x40000) MS[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MS[B]
	[2] 0	0	0xb0080000 - 0xb00fffff (0x80000) MS[B]
	[3] 0	0	0xb0040000 - 0xb007ffff (0x40000) MS[B]
	[4] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MS[B]
	[5] 0	0	0xb0080000 - 0xb00fffff (0x80000) MS[B]
	[6] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[7] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[8] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[9] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[10] -1	0	0xb0102000 - 0xb0102fff (0x1000) MX[B]
	[11] -1	0	0xb0101400 - 0xb01014ff (0x100) MX[B]
	[12] -1	0	0xb0101000 - 0xb01010ff (0x100) MX[B]
	[13] -1	0	0xb0100c00 - 0xb0100cff (0x100) MX[B]
	[14] -1	0	0xb0100800 - 0xb01008ff (0x100) MX[B]
	[15] -1	0	0xb0100000 - 0xb01007ff (0x800) MX[B]
	[16] -1	0	0xb0004400 - 0xb00047ff (0x400) MX[B]
	[17] -1	0	0xb0004000 - 0xb00043ff (0x400) MX[B]
	[18] -1	0	0xb0000000 - 0xb0003fff (0x4000) MX[B]
	[19] -1	0	0xb0040000 - 0xb007ffff (0x40000) MX[B](B)
	[20] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[21] -1	0	0xb0080000 - 0xb00fffff (0x80000) MX[B](B)
	[22] -1	0	0x52000000 - 0x5207ffff (0x80000) MX[B](B)
	[23] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[24] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[25] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[26] 0	0	0x00001400 - 0x00001407 (0x8) IS[B]
	[27] 0	0	0x00001400 - 0x00001407 (0x8) IS[B]
	[28] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[30] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[31] -1	0	0x000014c0 - 0x000014df (0x20) IX[B]
	[32] -1	0	0x000014a0 - 0x000014af (0x10) IX[B]
	[33] -1	0	0x00001408 - 0x0000140b (0x4) IX[B]
	[34] -1	0	0x000014b0 - 0x000014b7 (0x8) IX[B]
	[35] -1	0	0x0000140c - 0x0000140f (0x4) IX[B]
	[36] -1	0	0x000014b8 - 0x000014bf (0x8) IX[B]
	[37] -1	0	0x00001410 - 0x0000141f (0x10) IX[B]
	[38] -1	0	0x00001480 - 0x0000149f (0x20) IX[B]
	[39] -1	0	0x00001460 - 0x0000147f (0x20) IX[B]
	[40] -1	0	0x00001440 - 0x0000145f (0x20) IX[B]
	[41] -1	0	0x00001420 - 0x0000143f (0x20) IX[B]
	[42] -1	0	0x00001400 - 0x00001407 (0x8) IX[B](B)
	[43] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[44] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 238592 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 954364 kB available
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers and 
	       large DRI memory manager reservation:
(WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
	(Cannot allocate memory)
(II) intel(1): Allocating 0 scanlines for pixmap cache

Backtrace:
0: X(xf86SigHandler+0x88) [0x80cf908]

Fatal server error:
Caught signal 11.  Server aborting



More information about the xorg mailing list