You are not logged in.

#1 2008-07-12 02:15:02

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

X starts... usually

I just installed Arch  on a 5-yo laptop I obtained, and installed (among other things) Xorg and LXDE.  Even before I installed LXDE, though, I noticed that X *usually* starts properly, but not always.  Sometimes I get just a blank black screen.  The funny thing is, although the screen doesn't change at all, I can switch TTYs and execute commands (such as a reboot).  The same also applies to ctrl+alt+backspace; my screen's still black, but I can then type "startx" and it'll start up like normal.  Also, once it is running, switching TTYs causes the black screen again.

This makes me think that it has something to do with the graphics driver, instead of X, but I don't have enough knowledge of either to say.

lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)

Here is my Xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dri"
    Load  "record"
    Load  "glx"
    Load  "xtrap"
    Load  "dbe"
    Load  "GLcore"
    Load  "extmod"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1024x768" "800x600"
    EndSubSection
EndSection

Last edited by Xiong Chiamiov (2008-07-12 02:18:12)

Offline

#2 2008-07-12 03:41:39

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: X starts... usually

Have you tried reverting to the older i810 driver?

Offline

#3 2008-07-12 04:36:07

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

Misfit138 wrote:

Have you tried reverting to the older i810 driver?

No I had not; thanks for reminding me.

The i810 driver did a little wacky thing (odd colors and lines, you know), then loaded the desktop ok.  It didn't fill up all of the screen, though, and adding the modes line in the xorg.conf to all the video modes didn't affect that.  Switching TTYs also didn't quite work (switching back made the GUI unusable).

Odd thing is, when I reinstalled the intel driver, first startup did the black screen, but ctrl+alt+backspace actually *did* bring me to a prompt.

Offline

#4 2008-07-18 05:04:15

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

bump

Offline

#5 2008-07-18 07:04:20

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: X starts... usually

Post your Xorg.0.log to see what error you actually get (that is when xserver doesn't start: go to terminal (ctrl+alt+F!) and issue a
cp /var/log/Xorg.0.log ~/
Then restart X until you can log in. And post us the Xorg.0.log.


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#6 2008-07-19 03:13:26

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

As requested:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686 
Current Operating System: Linux myhost 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
Build Date: 21 June 2008  05:47:59PM
 
    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 Jul 18 20:05:26 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e0a60
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,0149 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c0 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 02 class 07,03,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 1028,0149 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac56 card 3000,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 03:00:0: chip 168c,0013 card a727,6801 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [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 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe0100000 - 0xe01fffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
(--) PCI:*(0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 0xf0000000/27, 0xe0000000/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) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
    [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX 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.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "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.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(--) Chipset 845G found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (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    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [19] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [20] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [21] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [22] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [23] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [29] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 845G
(--) intel(0): Chipset: "845G"
(--) intel(0): Linear framebuffer at 0xF0000000
(--) intel(0): IO registers at addr 0xE0000000
(II) intel(0): 1 display pipe available.
(==) intel(0): Using EXA for acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"
(II) Loading /usr/lib/xorg/modules/drivers//sil164.so
(II) Module sil164: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"
(II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"
(II) Loading /usr/lib/xorg/modules/drivers//ivch.so
(II) Module ivch: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"
(II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"
(II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
(II) Module ch7017: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): I2C device "DVOI2C_E:CH7017/7018/7019 LVDS Controller" registered at address 0xEA.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C device "DVODDC_D:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "DVODDC_D:ddc2" removed.
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output LVDS using initial mode 1024x768
(II) intel(0): detected 128 kB GTT.
(II) intel(0): detected 892 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe0000000 - 0xe007ffff (0x80000) MS[b]
    [1] 0    0    0xf0000000 - 0xf7ffffff (0x8000000) MS[b]
    [2] -1    0    0x00100000 - 0x23ffffff (0x23f00000) MX[b]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [7] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [8] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [9] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [10] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [11] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [12] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [13] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [14] -1    0    0xf0000000 - 0xf7ffffff (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] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [21] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [22] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [23] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [24] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [25] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [31] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
    [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) intel(0): Kernel reported 51712 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 206844 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] loaded kernel module for "i915" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 131072 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xe0000000
(II) intel(0): [drm] ring buffer = 0xf0000000
(II) intel(0): [drm] mapped front buffer at 0xf0400000, handle = 0xf0400000
(II) intel(0): [drm] mapped back buffer at 0xf1400000, handle = 0xf1400000
(II) intel(0): [drm] mapped depth buffer at 0xf1800000, handle = 0xf1800000
(II) intel(0): [drm] mapped classic textures at 0xf1c00000, handle = 0xf1c00000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xf0000000,0x8000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 12582912 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x000df000 (pgoffset 223)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00400000 (pgoffset 1024)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00800000 (pgoffset 2048)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01400000 (pgoffset 5120)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x01800000 (pgoffset 6144)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01c00000 (pgoffset 7168)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB)
(II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB)
(II) intel(0): 0x000df000:            end of stolen memory
(II) intel(0): 0x000df000-0x000dffff: overlay registers (4 kB, 0x000000000e1a0000 physical
)
(II) intel(0): 0x00400000-0x007fffff: front buffer (4096 kB) X tiled
(II) intel(0): 0x00800000-0x013fffff: exa offscreen (12288 kB)
(II) intel(0): 0x01400000-0x017fffff: back buffer (4096 kB) X tiled
(II) intel(0): 0x01800000-0x01bfffff: depth buffer (4096 kB) X tiled
(II) intel(0): 0x01c00000-0x03bfffff: classic textures (32768 kB)
(II) intel(0): 0x08000000:            end of aperture
(II) intel(0): Registers before mode setting
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT: 00
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT: 00
(II) intel(0): CH7017_VERTICAL_ACTIVE_LINE_OUTPUT: 00
(II) intel(0): CH7017_ACTIVE_INPUT_LINE_OUTPUT: 1a
(II) intel(0): CH7017_LVDS_PLL_VCO_CONTROL: ad
(II) intel(0): CH7017_LVDS_PLL_FEEDBACK_DIV: ad
(II) intel(0): CH7017_LVDS_CONTROL_2: 80
(II) intel(0): CH7017_OUTPUTS_ENABLE: c8
(II) intel(0): CH7017_LVDS_POWER_DOWN: 53
(II) intel(0): Registers after mode setting
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT: 00
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT: 00
(II) intel(0): CH7017_VERTICAL_ACTIVE_LINE_OUTPUT: 00
(II) intel(0): CH7017_ACTIVE_INPUT_LINE_OUTPUT: 1c
(II) intel(0): CH7017_LVDS_PLL_VCO_CONTROL: a3
(II) intel(0): CH7017_LVDS_PLL_FEEDBACK_DIV: ad
(II) intel(0): CH7017_LVDS_CONTROL_2: 20
(II) intel(0): CH7017_OUTPUTS_ENABLE: 08
(II) intel(0): CH7017_LVDS_POWER_DOWN: 0c
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 10
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 270 x 203
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Type1, removing from list!
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xd0a6e000 at 0xb7c7c000
(II) intel(0): [drm] Closed DRM master.
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

Note that this is after I ctrl+c'ed X.  I don't have a login manager, but just have startx in my ~/.bash_profile so that it starts after I login.  Curiously, this time it actually *did* bring me back to the terminal when I pressed ctrl+alt+f1, which it hasn't been usually.  I suppose I'll see if I can get a copy of the log with X still running.

Offline

#7 2008-07-19 03:26:01

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

Ok, here's the log from while it was still running in a different TTY:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686 
Current Operating System: Linux myhost 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
Build Date: 21 June 2008  05:47:59PM
 
    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 Jul 18 20:17:56 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e0a60
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,0149 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c0 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 02 class 07,03,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 1028,0149 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac56 card 3000,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 03:00:0: chip 168c,0013 card a727,6801 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [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 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe0100000 - 0xe01fffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
(--) PCI:*(0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 0xf0000000/27, 0xe0000000/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) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
    [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX 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.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "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.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(--) Chipset 845G found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [12] -1    0    0xf0000000 - 0xf7ffffff (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    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [19] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [20] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [21] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [22] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [23] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [29] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 845G
(--) intel(0): Chipset: "845G"
(--) intel(0): Linear framebuffer at 0xF0000000
(--) intel(0): IO registers at addr 0xE0000000
(II) intel(0): 1 display pipe available.
(==) intel(0): Using EXA for acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"
(II) Loading /usr/lib/xorg/modules/drivers//sil164.so
(II) Module sil164: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"
(II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"
(II) Loading /usr/lib/xorg/modules/drivers//ivch.so
(II) Module ivch: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"
(II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"
(II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
(II) Module ch7017: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): I2C device "DVOI2C_E:CH7017/7018/7019 LVDS Controller" registered at address 0xEA.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C device "DVODDC_D:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "DVODDC_D:ddc2" removed.
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output LVDS using initial mode 1024x768
(II) intel(0): detected 128 kB GTT.
(II) intel(0): detected 892 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe0000000 - 0xe007ffff (0x80000) MS[b]
    [1] 0    0    0xf0000000 - 0xf7ffffff (0x8000000) MS[b]
    [2] -1    0    0x00100000 - 0x23ffffff (0x23f00000) MX[b]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
    [7] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
    [8] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
    [9] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
    [10] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
    [11] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
    [12] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
    [13] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
    [14] -1    0    0xf0000000 - 0xf7ffffff (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] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
    [21] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
    [22] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
    [23] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
    [24] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
    [25] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
    [31] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
    [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) intel(0): Kernel reported 51712 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 206844 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 131072 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xe0000000
(II) intel(0): [drm] ring buffer = 0xf0000000
(II) intel(0): [drm] mapped front buffer at 0xf0400000, handle = 0xf0400000
(II) intel(0): [drm] mapped back buffer at 0xf1400000, handle = 0xf1400000
(II) intel(0): [drm] mapped depth buffer at 0xf1800000, handle = 0xf1800000
(II) intel(0): [drm] mapped classic textures at 0xf1c00000, handle = 0xf1c00000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xf0000000,0x8000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 12582912 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x000df000 (pgoffset 223)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00400000 (pgoffset 1024)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00800000 (pgoffset 2048)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01400000 (pgoffset 5120)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x01800000 (pgoffset 6144)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01c00000 (pgoffset 7168)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB)
(II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB)
(II) intel(0): 0x000df000:            end of stolen memory
(II) intel(0): 0x000df000-0x000dffff: overlay registers (4 kB, 0x000000000e17c000 physical
)
(II) intel(0): 0x00400000-0x007fffff: front buffer (4096 kB) X tiled
(II) intel(0): 0x00800000-0x013fffff: exa offscreen (12288 kB)
(II) intel(0): 0x01400000-0x017fffff: back buffer (4096 kB) X tiled
(II) intel(0): 0x01800000-0x01bfffff: depth buffer (4096 kB) X tiled
(II) intel(0): 0x01c00000-0x03bfffff: classic textures (32768 kB)
(II) intel(0): 0x08000000:            end of aperture
(II) intel(0): Registers before mode setting
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT: 00
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT: 00
(II) intel(0): CH7017_VERTICAL_ACTIVE_LINE_OUTPUT: 00
(II) intel(0): CH7017_ACTIVE_INPUT_LINE_OUTPUT: 1a
(II) intel(0): CH7017_LVDS_PLL_VCO_CONTROL: ad
(II) intel(0): CH7017_LVDS_PLL_FEEDBACK_DIV: ad
(II) intel(0): CH7017_LVDS_CONTROL_2: 80
(II) intel(0): CH7017_OUTPUTS_ENABLE: c8
(II) intel(0): CH7017_LVDS_POWER_DOWN: 53
(II) intel(0): Registers after mode setting
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT: 00
(II) intel(0): CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT: 00
(II) intel(0): CH7017_VERTICAL_ACTIVE_LINE_OUTPUT: 00
(II) intel(0): CH7017_ACTIVE_INPUT_LINE_OUTPUT: 1c
(II) intel(0): CH7017_LVDS_PLL_VCO_CONTROL: a3
(II) intel(0): CH7017_LVDS_PLL_FEEDBACK_DIV: ad
(II) intel(0): CH7017_LVDS_CONTROL_2: 20
(II) intel(0): CH7017_OUTPUTS_ENABLE: 08
(II) intel(0): CH7017_LVDS_POWER_DOWN: 0c
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 10
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 270 x 203
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Type1, removing from list!
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5

and the diff:

1d0
< 
9,10c8,9
<     Before reporting problems, check http://wiki.x.org
<     to make sure that you have the latest version.
---
>     Before reporting problems, check http://wiki.x.org
>     to make sure that you have the latest version.
13,15c12,14
<     (++) from command line, (!!) notice, (II) informational,
<     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
< (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 18 20:17:56 2008
---
>     (++) from command line, (!!) notice, (II) informational,
>     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 18 20:05:26 2008
26c25
<     Entry deleted from font path.
---
>     Entry deleted from font path.
29,37c28,36
<     /usr/share/fonts/misc,
<     /usr/share/fonts/100dpi:unscaled,
<     /usr/share/fonts/75dpi:unscaled,
<     /usr/share/fonts/TTF,
<     /usr/share/fonts/misc,
<     /usr/share/fonts/100dpi:unscaled,
<     /usr/share/fonts/75dpi:unscaled,
<     /usr/share/fonts/TTF,
<     /usr/share/fonts/Type1
---
>     /usr/share/fonts/misc,
>     /usr/share/fonts/100dpi:unscaled,
>     /usr/share/fonts/75dpi:unscaled,
>     /usr/share/fonts/TTF,
>     /usr/share/fonts/misc,
>     /usr/share/fonts/100dpi:unscaled,
>     /usr/share/fonts/75dpi:unscaled,
>     /usr/share/fonts/TTF,
>     /usr/share/fonts/Type1
43,47c42,46
<     X.Org ANSI C Emulation: 0.3
<     X.Org Video Driver: 2.0
<     X.Org XInput driver : 2.0
<     X.Org Server Extension : 0.3
<     X.Org Font Renderer : 0.5
---
>     X.Org ANSI C Emulation: 0.3
>     X.Org Video Driver: 2.0
>     X.Org XInput driver : 2.0
>     X.Org Server Extension : 0.3
>     X.Org Font Renderer : 0.5
52,53c51,52
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
76c75
<     [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
---
>     [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
78c77
<     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
---
>     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
80c79
<     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
---
>     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
84,87c83,86
<     [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
<     [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
<     [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
<     [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
---
>     [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
>     [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
>     [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
>     [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
89c88
<     [0] -1    0    0xe0100000 - 0xe01fffff (0x100000) MX[b]
---
>     [0] -1    0    0xe0100000 - 0xe01fffff (0x100000) MX[b]
91c90
<     [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
---
>     [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
97,98c96,97
<     [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
<     [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
---
>     [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
>     [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
100c99
<     [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
---
>     [0] -1    0    0x20000000 - 0x23ffffff (0x4000000) MX[b]
103,104c102,103
<     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
<     [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
---
>     [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
>     [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
106,111c105,110
<     [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]
---
>     [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]
114,134c113,133
<     [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
<     [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
---
>     [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
>     [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
136,156c135,155
<     [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
<     [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
---
>     [0] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [1] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [2] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [3] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [4] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [5] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [6] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [7] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [8] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
>     [9] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [10] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [11] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [12] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [14] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [19] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [20] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
158,163c157,162
<     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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]
---
>     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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]
165,191c164,190
<     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
<     [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
<     [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
<     [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
---
>     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
>     [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
>     [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
>     [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
201,202c200,201
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Server Extension, version 0.3
207,209c206,208
<     compiled for 1.4.2, module version = 1.13.0
<     Module class: X.Org Server Extension
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.13.0
>     Module class: X.Org Server Extension
>     ABI class: X.Org Server Extension, version 0.3
214,215c213,214
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Server Extension, version 0.3
221,223c220,222
<     compiled for 1.4.2, module version = 1.0.0
<     Module class: X.Org Server Extension
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     Module class: X.Org Server Extension
>     ABI class: X.Org Server Extension, version 0.3
228,230c227,229
<     compiled for 1.4.2, module version = 1.0.0
<     Module class: X.Org Server Extension
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     Module class: X.Org Server Extension
>     ABI class: X.Org Server Extension, version 0.3
235,237c234,236
<     compiled for 1.4.2, module version = 1.0.0
<     Module class: X.Org Server Extension
<     ABI class: X.Org Server Extension, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     Module class: X.Org Server Extension
>     ABI class: X.Org Server Extension, version 0.3
256,258c255,257
<     compiled for 1.4.2, module version = 2.1.0
<     Module class: X.Org Font Renderer
<     ABI class: X.Org Font Renderer, version 0.5
---
>     compiled for 1.4.2, module version = 2.1.0
>     Module class: X.Org Font Renderer
>     ABI class: X.Org Font Renderer, version 0.5
263,265c262,264
<     compiled for 1.4.2, module version = 2.3.2
<     Module class: X.Org Video Driver
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 2.3.2
>     Module class: X.Org Video Driver
>     ABI class: X.Org Video Driver, version 2.0
269,271c268,270
<     compiled for 1.4.2, module version = 1.3.0
<     Module class: X.Org XInput Driver
<     ABI class: X.Org XInput driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.3.0
>     Module class: X.Org XInput Driver
>     ABI class: X.Org XInput driver, version 2.0
275,277c274,276
<     compiled for 1.4.2, module version = 1.3.1
<     Module class: X.Org XInput Driver
<     ABI class: X.Org XInput driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.3.1
>     Module class: X.Org XInput Driver
>     ABI class: X.Org XInput driver, version 2.0
279,281c278,280
<     i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
<     E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
<     965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
---
>     i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
>     E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
>     965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
285,311c284,310
<     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
<     [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
<     [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
<     [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
---
>     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [12] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
>     [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
>     [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
>     [15] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [16] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [17] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [18] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [20] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [25] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [26] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
313,344c312,343
<     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [12] -1    0    0xf0000000 - 0xf7ffffff (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    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [19] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [20] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [21] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [22] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [23] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [28] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [29] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
<     [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
<     [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
---
>     [0] -1    0    0x00100000 - 0x23ffffff (0x23f00000) 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    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [5] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [6] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [7] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [8] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [9] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [10] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [11] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [12] -1    0    0xf0000000 - 0xf7ffffff (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    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [19] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [20] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [21] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [22] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [23] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [28] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [29] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
>     [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
>     [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
350,351c349,350
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
356,357c355,356
<     compiled for 1.4.2, module version = 1.1.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.1.0
>     ABI class: X.Org Video Driver, version 2.0
362,363c361,362
<     compiled for 1.4.2, module version = 0.1.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 0.1.0
>     ABI class: X.Org Video Driver, version 2.0
384,385c383,384
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
391,392c390,391
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
399,400c398,399
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
407,408c406,407
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
415,416c414,415
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org Video Driver, version 2.0
438,439c437,438
<     compiled for 1.4.2, module version = 1.0.0
<     ABI class: X.Org ANSI C Emulation, version 0.3
---
>     compiled for 1.4.2, module version = 1.0.0
>     ABI class: X.Org ANSI C Emulation, version 0.3
444,445c443,444
<     compiled for 1.4.2, module version = 2.2.0
<     ABI class: X.Org Video Driver, version 2.0
---
>     compiled for 1.4.2, module version = 2.2.0
>     ABI class: X.Org Video Driver, version 2.0
452,485c451,484
<     [0] 0    0    0xe0000000 - 0xe007ffff (0x80000) MS[b]
<     [1] 0    0    0xf0000000 - 0xf7ffffff (0x8000000) MS[b]
<     [2] -1    0    0x00100000 - 0x23ffffff (0x23f00000) MX[b]E(B)
<     [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
<     [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
<     [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
<     [6] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
<     [7] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
<     [8] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
<     [9] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
<     [10] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
<     [11] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
<     [12] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
<     [13] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
<     [14] -1    0    0xf0000000 - 0xf7ffffff (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] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
<     [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
<     [20] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
<     [21] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
<     [22] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
<     [23] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
<     [24] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
<     [25] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
<     [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
<     [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
<     [30] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
<     [31] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
<     [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
<     [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
---
>     [0] 0    0    0xe0000000 - 0xe007ffff (0x80000) MS[b]
>     [1] 0    0    0xf0000000 - 0xf7ffffff (0x8000000) MS[b]
>     [2] -1    0    0x00100000 - 0x23ffffff (0x23f00000) MX[b]E(B)
>     [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
>     [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
>     [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
>     [6] -1    0    0x28000000 - 0x2800ffff (0x10000) MX[b]
>     [7] -1    0    0xe0100000 - 0xe0101fff (0x2000) MX[b]
>     [8] -1    0    0xe0080800 - 0xe00808ff (0x100) MX[b]
>     [9] -1    0    0xe0080c00 - 0xe0080dff (0x200) MX[b]
>     [10] -1    0    0x24000000 - 0x240003ff (0x400) MX[b]
>     [11] -1    0    0xe0080000 - 0xe00803ff (0x400) MX[b]
>     [12] -1    0    0xe8000000 - 0xe7ffffff (0x0) MX[b]O
>     [13] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[b](B)
>     [14] -1    0    0xf0000000 - 0xf7ffffff (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] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
>     [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
>     [20] -1    0    0x00001c00 - 0x00001c7f (0x80) IX[b]
>     [21] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
>     [22] -1    0    0x00001c80 - 0x00001cbf (0x40) IX[b]
>     [23] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
>     [24] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
>     [25] -1    0    0x00002020 - 0x0000202f (0x10) IX[b]
>     [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
>     [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
>     [30] -1    0    0x00001ce0 - 0x00001cff (0x20) IX[b]
>     [31] -1    0    0x00001cc0 - 0x00001cdf (0x20) IX[b]
>     [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
>     [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
489c488,490
< drmOpenDevice: open result is 9, (OK)
---
> drmOpenDevice: open result is -1, (No such device or address)
> drmOpenDevice: open result is -1, (No such device or address)
> drmOpenDevice: Open failed
491c492,494
< drmOpenDevice: open result is 9, (OK)
---
> drmOpenDevice: open result is -1, (No such device or address)
> drmOpenDevice: open result is -1, (No such device or address)
> drmOpenDevice: Open failed
496a500
> (II) [drm] loaded kernel module for "i915" driver.
540c544
< (II) intel(0): 0x000df000-0x000dffff: overlay registers (4 kB, 0x000000000e17c000 physical
---
> (II) intel(0): 0x000df000-0x000dffff: overlay registers (4 kB, 0x000000000e1a0000 physical
656a661,664
> (II) intel(0): [drm] removed 1 reserved context for kernel
> (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xd0a6e000 at 0xb7c7c000
> (II) intel(0): [drm] Closed DRM master.
> FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
\ No newline at end of file

Offline

#8 2008-07-19 11:34:07

rooloo
Member
Registered: 2008-07-09
Posts: 218

Re: X starts... usually

I just installed Arch  on a 5-yo laptop I obtained

how do you know that the laptop was in perfect functioning order when u received it? Almost sounds like a hardware problem, because I don't exactly see an issue with the xorg.log file.

Offline

#9 2008-07-19 16:59:35

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

rooloo wrote:

I just installed Arch  on a 5-yo laptop I obtained

how do you know that the laptop was in perfect functioning order when u received it? Almost sounds like a hardware problem, because I don't exactly see an issue with the xorg.log file.

It was my sister's.  I've been keeping it alive and somewhat functioning on XP (she does all this graphics-intensive stuff, like Photoshop and Archicad), but when she graduated, she was just done with it, so she gave it to me.  The battery's crap, but other than that, it's fine.

I also haven't had any problems with Damn Small (I ran off a live CD for a while, waiting for new hard drives to come - old was dead) or my brief experience with Debian, which is still installed on another hdd.  I suppose I'll swap out hdds and play around with it more just to make sure.

I should also note that the screen doesn't turn off; it's projecting black.  Also, it will sometimes show me the TTY when I switch back to it.

Offline

#10 2008-07-19 19:45:17

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: X starts... usually

This doesn't really fix the Intel driver issue, but I'm just curious...have you considered using generic VESA driver? It works for nearly any graphics card.  Granted, you won't get fancy 3d acceleration for gaming and stuff, but if it's a 5-year old laptop with Intel graphics, then you probably won't be running hardcore 3d games anyway.

Just a thought.


thayer williams ~ cinderwick.ca

Offline

#11 2008-07-20 00:04:36

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: X starts... usually

thayer wrote:

This doesn't really fix the Intel driver issue, but I'm just curious...have you considered using generic VESA driver? It works for nearly any graphics card.  Granted, you won't get fancy 3d acceleration for gaming and stuff, but if it's a 5-year old laptop with Intel graphics, then you probably won't be running hardcore 3d games anyway.

Just a thought.

Once again, someone suggests something I really *should* have thought of. roll

I'm playing around with a different computer today, but I'll try that sometime soon and find out how well it runs.

Offline

#12 2008-07-21 01:34:26

dav7
Member
From: Australia
Registered: 2008-02-08
Posts: 674

Re: X starts... usually

Well, I have a desktop with the 82845G chipset and I will tell you here and now: 82845G + Linux = if (random()) { be_weird(); } else { play_nice(); }.

Here is my problem list:
* After I switch resolutions "enough" times (don't ask me, ask it), it'll randomly decide to go kaboom, requiring me to reboot (it even required me to reboot more than once at one time!) to get the display outputting anything again. No games (because they all too often change the resolution)...!
* [Not as often as the previous point] randomly does something to the display so its horizontal refresh/size is "tied" to my pointer's up/down axis, and the vertical refresh is tied to the left/right axis. This behavior has led me to believe that the previous point may be the driver running the screen with a height and possibly width of 0.
* If I use a compositing manager like xcompmgr, after segfaults and crashes X, often at exactly the wrong/inappapropriate/annoying/etc moment (but thanks to my "is it saved??!?!? SAVE IT AGAIN!!!1" habit, I've never lost anything) [LOL, how ironic, I just pressed CTRL+S right now in this page]

Some other fun trivia:
* With WinXP, if I put in a (half height, yes this is one of those woeful low profile cases) ATI X1550 (RV505) card, the onboard video won't be disabled big_smile and I can run 2 displays off the ATI card big_smile and 1 more display off integrated! big_smile:D BUT... with Linux, if I set the active video to "Integrated" in the BIOS and configure xorg.conf to use the ATI card, or set the BIOS to "PCI" and configure xorg.conf to use the Intel chipset, the kernel will hardlock. No ssh, num/caps/scroll lock are unresponsive, etc etc.

Thankfully, the Lord's blessed me with the opportunity to get an absolutely amazingly awesome new desktop PC with all-Nvidia graphics, so my graphics issues will soon be moot as this machine will become a server once I get the new one.

-dav7

Last edited by dav7 (2008-07-21 01:35:12)


Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.

Offline

Board footer

Powered by FluxBB