[PATCH] i810: Add workaround for bad BIOS mode on Fujitsu laptops

Tobias Knieper tobias.knieper at gmail.com
Sat Feb 10 03:23:52 PST 2007


Hello,
i believe i have a similar problem. Running the xf86-video-intel modesetting 
branch works fine for my external display at 1680x1050. Thanks so far!

But my internal display does no longer work. I'm using a Fujitsu Siemens Amilo 
M7400 Notebook. (82852/855GM)

I fetched the recent driver by doing:
git-clone git://gitweb.freedesktop.org/git/xorg/driver/xf86-video-intel
cd xf86-video-intel
git checkout modesetting
git-pull -s ours

Parts of my xorg.conf:
Section "Monitor"
        Identifier      "Monitor-LCD"
        HorizSync       30-96
        VertRefresh     47-150
        Option          "DPMS"
        Option         "PreferredMode" "1024x768"
EndSection

Section "Device"
        Identifier      "Card-LCD"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option          "MonitorLayout" "NONE,LFP"
EndSection

Section "Screen"
        Identifier      "Screen-LCD"
        Device          "Card-LCD"
        Monitor         "Monitor-LCD"
        DefaultDepth    24
        SubSection "Display"
                Viewport        0 0
                Virtual         1024 768
                Depth           24
        EndSubSection
EndSection

Important lines of Xorg.0.log:
(II) intel(0): Found panel mode in BIOS VBT tables:
(II) intel(0): Modeline "54x0"x0.0  348.40  54 310 1108 54  0 51 105 0 (6451.9 
kHz)
[,..]
(II) intel(0): Setting screen physical size to 347 x 260

If you need further information, let me know. Thanks a lot for the great work,
Tobias Knieper

Here's my full log:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux spack 2.6.18.061212 #1 Tue Dec 12 20:43:11 CET 
2006 i686
Build Date: 07 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 10 11:40:18 2007
(==) Using config file: "/etc/X11/xorg.conf"
(**) Option "defaultserverlayout" "LCD"
(**) ServerLayout "LCD"
(**) |-->Screen "Screen-LCD" (0)
(**) |   |-->Monitor "Monitor-LCD"
(**) |   |-->Device "Card-LCD"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "Standard USB Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/truetype,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3580 card 1734,1033 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1734,1033 rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1734,1033 rev 02 class 08,80,00 hdr 80
(II) PCI: 00:02:0: chip 8086,3582 card 1734,1033 rev 02 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3582 card 1734,1033 rev 02 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,24c2 card 1734,1033 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1734,1033 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1734,1033 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1734,1033 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1734,1033 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1734,1033 rev 03 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1734,1033 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1734,1033 rev 03 class 07,03,00 hdr 00
(II) PCI: 02:03:0: chip 11c1,5811 card 1734,1033 rev 61 class 0c,00,10 hdr 00
(II) PCI: 02:05:0: chip 14e4,4401 card 17c0,1082 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:06:0: chip 8086,1043 card 8086,2527 rev 04 class 02,80,00 hdr 00
(II) PCI: 02:09:0: chip 104c,ac56 card 3000,0000 rev 00 class 06,07,00 hdr 02
(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,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x00003000 - 0x00003fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x52ffffff (0x3000000) 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:9:0), (2,3,6), BCTRL: 0x03c0 (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       0x50000000 - 0x51ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 
2, Mem @ 0xe8000000/27, 0xe0000000/19, I/O @ 0x1800/3
(--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 
2, Mem @ 0xf0000000/27, 0xe0080000/19
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [1] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [2] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [3] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [4] -1  0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [5] -1  0       0x53000000 - 0x530003ff (0x400) MX[B]
        [6] -1  0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [7] -1  0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [8] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [12] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [13] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [14] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [15] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [16] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [17] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [18] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [19] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [20] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [1] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [2] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [3] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [4] -1  0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [5] -1  0       0x53000000 - 0x530003ff (0x400) MX[B]
        [6] -1  0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [7] -1  0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [8] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [10] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [11] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [12] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [13] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [14] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [15] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [16] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [17] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [18] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [19] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [20] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [5] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [6] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [7] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [8] -1  0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [9] -1  0       0x53000000 - 0x530003ff (0x400) MX[B]
        [10] -1 0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [11] -1 0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [14] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [18] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [19] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [20] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [21] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [22] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [23] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [24] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [25] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [26] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dga"
(WW) Warning, couldn't open module dga
(II) UnloadModule: "dga"
(EE) Failed to load module "dga" (module does not exist, 0)
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.1.1, 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 7.1.1, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.7.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:02:0
(--) Chipset 852GM/855GM found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [5] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [6] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [7] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [8] -1  0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [9] -1  0       0x53000000 - 0x530003ff (0x400) MX[B]
        [10] -1 0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [11] -1 0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [14] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [18] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [19] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [20] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [21] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [22] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [23] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [24] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [25] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [26] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [5] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [6] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [7] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [8] -1  0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [9] -1  0       0x53000000 - 0x530003ff (0x400) MX[B]
        [10] -1 0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [11] -1 0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [14] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [15] 1  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 1  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 1  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [21] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [22] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [23] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [24] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [25] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [26] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [27] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [28] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [29] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
        [30] 1  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [31] 1  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 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.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) 855GM
(--) intel(0): Chipset: "852GM/855GM"
(--) intel(0): Linear framebuffer at 0xE8000000
(--) intel(0): IO registers at addr 0xE0000000
(II) intel(0): Hardware state on X startup:
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):            DPLL_TEST: 0x00000000 (, DPLLA input buffer 
disabled, DPLLB input buffer disabled)
(II) intel(0):              D_STATE: 0x0000030f
(II) intel(0):        DSPCLK_GATE_D: 0x00000000
(II) intel(0):       RENCLK_GATE_D1: 0x00000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):                SDVOC: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00015455
(II) intel(0):               DSPFW1: 0x00000000
(II) intel(0):               DSPFW2: 0x00000000
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00001c18
(II) intel(0):                 LVDS: 0xc0000300 (enabled, pipe B)
(II) intel(0):                 DVOA: 0x00000000
(II) intel(0):                 DVOB: 0x00000000
(II) intel(0):                 DVOC: 0x00000000
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000001 (power target: on)
(II) intel(0):            PP_STATUS: 0xc0000008 (on, ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x80000668
(II) intel(0):      PFIT_PGM_RATIOS: 0x00000000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000000
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x00000000 (disabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEASRC: 0x027f01df (640, 480)
(II) intel(0):                 FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):                 FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, 
unknown mode, default clock, p1 = 1, p2 = 0)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_A: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_A: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_A: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_A: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_A: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x95000000 (enabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000800 (2048 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x02ff03ff (1024, 768)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEBSRC: 0x03ff02ff (1024, 768)
(II) intel(0):                 FPB0: 0x00061207 (n = 6, m1 = 18, m2 = 7)
(II) intel(0):                 FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_B: 0x90016000 (enabled, non-dvo, unknown 
mode, unknown clock, p1 = 1, p2 = 0)
(II) intel(0):            DPLL_B_MD: 0x00000000
(II) intel(0):             HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
(II) intel(0):             HBLANK_B: 0x053f03ff (1024 start, 1344 end)
(II) intel(0):              HSYNC_B: 0x049f0417 (1048 start, 1184 end)
(II) intel(0):             VTOTAL_B: 0x032502ff (768 active, 806 total)
(II) intel(0):             VBLANK_B: 0x032502ff (768 start, 806 end)
(II) intel(0):              VSYNC_B: 0x03080302 (771 start, 777 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):             VGACNTRL: 0xa204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x06
(II) intel(0):                 CR0f: 0x66
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x8e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(WW) intel(0): p1 out of range
(II) intel(0): pipe A dot 261600 n 2 m1 18 m2 7 p1 1 p2 10
(II) intel(0): pipe B dot 136250 n 6 m1 18 m2 7 p1 1 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): 2 display pipes available.
(II) intel(0): detected 128 kB GTT.
(II) intel(0): detected 8060 kB stolen memory.
(II) intel(0): Kernel reported 208896 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 835580 kB available
(==) intel(0): Using XAA for acceleration
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
        for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) intel(0): initializing int10
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules/libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 8000 kB
(II) intel(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip 
Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 
Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): Found BDB block type 254
(II) intel(0): Found BDB block type 1
(II) intel(0): Found BDB block type 254
(II) intel(0): Found BDB block type 2
(II) intel(0): Found BDB block type 3
(II) intel(0): Found BDB block type 4
(II) intel(0): Found BDB block type 254
(II) intel(0): Found BDB block type 5
(II) intel(0): Found BDB block type 6
(II) intel(0): Found BDB block type 7
(II) intel(0): Found BDB block type 8
(II) intel(0): Found BDB block type 10
(II) intel(0): Found BDB block type 11
(II) intel(0): Found BDB block type 12
(II) intel(0): Found BDB block type 13
(II) intel(0): Found BDB block type 14
(II) intel(0): Found BDB block type 15
(II) intel(0): Found BDB block type 16
(II) intel(0): Found BDB block type 17
(II) intel(0): Found BDB block type 18
(II) intel(0): Found BDB block type 19
(II) intel(0): Found BDB block type 40
(II) intel(0): Found BDB block type 41
(II) intel(0): Found panel mode in BIOS VBT tables:
(II) intel(0): Modeline "54x0"x0.0  348.40  54 310 1108 54  0 51 105 0 (6451.9 
kHz)
(II) intel(0): Found BDB block type 42
(II) intel(0): I2C bus "LVDSDDC_C" 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 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(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 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVODDC_D" removed.
chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32, p1 6, 
p2 1))
clock regs: 0x90860000, 0x0004140e
chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32, p1 6, 
p2 1))
clock regs: 0x90860000, 0x0004140e
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): EDID for output VGA
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x768" (width too large for virtual 
size)
(II) intel(0): Not using default mode "1280x800" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual 
size)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1440x900" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1600x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1680x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Printing probed modes for output VGA
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "640x350" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x400" (exceeds panel dimensions)
(II) intel(0): Not using default mode "720x400" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x768" (width too large for virtual 
size)
(II) intel(0): Not using default mode "1280x800" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual 
size)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1440x900" (height too large for virtual 
size)
(II) intel(0): Not using default mode "1600x1024" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1680x1050" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1200" (height too large for 
virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for 
virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "54x0"x0.0  348.40  54 310 1108 54  0 51 105 0 (6451.9 
kHz)
(II) intel(0): Monitoring connected displays enabled
(--) intel(0): Pre-allocated VideoRam: 8060 kByte
(==) intel(0): Potential VideoRam: 131072 kByte
(==) intel(0): video overlay key set to 0x101fe
(**) intel(0): page flipping disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) intel(0): DRM memory manager will be disabled
        to make room for video memory
(==) intel(0): VideoRam: 28672 KB
(==) intel(0): DPI set to (75, 75)
(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 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.0
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 
0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 1   0       0xe0000000 - 0xe007ffff (0x80000) MS[B]
        [1] 1   0       0xe8000000 - 0xefffffff (0x8000000) MS[B]
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xe0203000 - 0xe0203fff (0x1000) MX[B]
        [7] -1  0       0xe0200000 - 0xe0201fff (0x2000) MX[B]
        [8] -1  0       0xe0202000 - 0xe0202fff (0x1000) MX[B]
        [9] -1  0       0xe0100800 - 0xe01008ff (0x100) MX[B]
        [10] -1 0       0xe0100c00 - 0xe0100dff (0x200) MX[B]
        [11] -1 0       0x53000000 - 0x530003ff (0x400) MX[B]
        [12] -1 0       0xe0100000 - 0xe01003ff (0x400) MX[B]
        [13] -1 0       0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [16] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [17] 1  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [18] 1  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [19] 1  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [20] 1  0       0x00001800 - 0x00001807 (0x8) IS[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0       0x00002000 - 0x0000207f (0x80) IX[B]
        [24] -1 0       0x00002400 - 0x000024ff (0x100) IX[B]
        [25] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]
        [26] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [27] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
        [28] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
        [29] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
        [30] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
        [31] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
        [32] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
        [33] 1  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [34] 1  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Allocated 128 kB for the ring buffer at 0x0
(II) intel(0): Allocating at least 4344 scanlines for pixmap cache
(II) intel(0): Initial framebuffer allocation size: 21472 kByte
(II) intel(0): Allocated 4 kB for HW cursor at 0x7fff000 (0x2f638000)
(II) intel(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000 (0x334d8000)
(II) intel(0): Allocated 4 kB for HW cursor at 0x7ffa000 (0x2cbce000)
(II) intel(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ff6000 (0x269f4000)
(II) intel(0): Allocated 4 kB for Overlay registers at 0x7ff5000 (0x33541000).
(II) intel(0): Allocated 64 kB for the scratch buffer at 0x7fe5000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): [drm] DRM interface version 1.2
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0xf8bf5000
(II) intel(0): [drm] mapped SAREA 0xf8bf5000 to 0xb7b7e000
(II) intel(0): [drm] framebuffer handle = 0xe8020000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Allocated 32 kB for the logical context at 0x7fdd000.
(II) intel(0): Allocated 3072 kB for the back buffer at 0x7800000.
(II) intel(0): Allocated 3072 kB for the depth buffer at 0x7400000.
(II) intel(0): Allocated 784 kB for textures at 0x733c000
(II) intel(0): 0x8200b28: Memory at offset 0x00020000, size 21472 kBytes
(II) intel(0): 0x820326c: Memory at offset 0x07fff000, size 4 kBytes
(II) intel(0): 0x820328c: Memory at offset 0x07ffb000, size 16 kBytes
(II) intel(0): 0x8203734: Memory at offset 0x07ffa000, size 4 kBytes
(II) intel(0): 0x8203754: Memory at offset 0x07ff6000, size 16 kBytes
(II) intel(0): 0x820e124: Memory at offset 0x00000000, size 128 kBytes
(II) intel(0): 0x8200b68: Memory at offset 0x07fe5000, size 64 kBytes
(II) intel(0): 0x82023a8: Memory at offset 0x07ff5000, size 4 kBytes
(II) intel(0): 0x8200c38: Memory at offset 0x07fdd000, size 32 kBytes
(II) intel(0): 0x8200c58: Memory at offset 0x07800000, size 3072 kBytes
(II) intel(0): 0x8200c78: Memory at offset 0x07400000, size 3072 kBytes
(II) intel(0): 0x8200c98: Memory at offset 0x0733c000, size 784 kBytes
(II) intel(0): Activating tiled memory for the back buffer.
(II) intel(0): Activating tiled memory for the depth buffer.
(II) intel(0): [drm] Registers = 0xe0000000
(II) intel(0): [drm] ring buffer = 0xe8000000
(II) intel(0): [drm] init sarea width,height = 1024 x 768 (pitch 1024)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0xe8020000
(II) intel(0): [drm] Back Buffer = 0xef800000
(II) intel(0): [drm] Depth Buffer = 0xef400000
(II) intel(0): [drm] textures = 0xef33c000
(II) intel(0): [drm] Initialized kernel agp heap manager, 802816
(II) intel(0): [dri] visual configs initialized
(==) intel(0): Write-combining range (0xe8000000,0x8000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) intel(0): xf86BindGARTMemory: bind key 10 at 0x007df000 (pgoffset 2015)
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x07ff6000 (pgoffset 32758)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x07fe5000 (pgoffset 32741)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x07ff5000 (pgoffset 32757)
(II) intel(0): xf86BindGARTMemory: bind key 6 at 0x07fdd000 (pgoffset 32733)
(II) intel(0): xf86BindGARTMemory: bind key 7 at 0x07800000 (pgoffset 30720)
(II) intel(0): xf86BindGARTMemory: bind key 8 at 0x07400000 (pgoffset 29696)
(II) intel(0): xf86BindGARTMemory: bind key 9 at 0x0733c000 (pgoffset 29500)
chosen: dotclock 25200 vco 1209600 ((m 126, m1 20, m2 14), n 3, (p 48, p1 10, 
p2 1))
clock regs: 0x908a0000, 0x0003140e
chosen: dotclock 336000 vco 1344000 ((m 140, m1 23, m2 13), n 3, (p 4, p1 0, 
p2 0))
clock regs: 0x90000000, 0x0003170d
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):            DPLL_TEST: 0x00000000 (, DPLLA input buffer 
disabled, DPLLB input buffer disabled)
(II) intel(0):              D_STATE: 0x0000030f
(II) intel(0):        DSPCLK_GATE_D: 0x00000000
(II) intel(0):       RENCLK_GATE_D1: 0x00000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):                SDVOC: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00015455
(II) intel(0):               DSPFW1: 0x00000000
(II) intel(0):               DSPFW2: 0x00000000
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x80000000
(II) intel(0):                 LVDS: 0xc0000300 (enabled, pipe B)
(II) intel(0):                 DVOA: 0x00000000
(II) intel(0):                 DVOB: 0x00000000
(II) intel(0):                 DVOC: 0x00000000
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000001 (power target: on)
(II) intel(0):            PP_STATUS: 0xd000000a (on, ready, sequencing on)
(II) intel(0):         PFIT_CONTROL: 0x80000668
(II) intel(0):      PFIT_PGM_RATIOS: 0x00000000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000000
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0xd8000000 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001000 (4096 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x01df027f (640, 480)
(II) intel(0):             DSPABASE: 0x00020000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEASRC: 0x027f01df (640, 480)
(II) intel(0):                 FPA0: 0x0003140e (n = 3, m1 = 20, m2 = 14)
(II) intel(0):                 FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_A: 0x908a0000 (enabled, non-dvo, unknown 
mode, default clock, p1 = 2, p2 = 0)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_A: 0x031f027f (640 start, 800 end)
(II) intel(0):              HSYNC_A: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_A: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_A: 0x020c01df (480 start, 525 end)
(II) intel(0):              VSYNC_A: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0xd9000000 (enabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00001000 (4096 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x07ff0035 (54, 2048)
(II) intel(0):             DSPBBASE: 0x00020000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEBSRC: 0x07ff07ff (2048, 2048)
(II) intel(0):                 FPB0: 0x0003170d (n = 3, m1 = 23, m2 = 13)
(II) intel(0):                 FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_B: 0x90000000 (enabled, non-dvo, unknown 
mode, default clock, p1 = 0, p2 = 0)
(II) intel(0):            DPLL_B_MD: 0x00000000
(II) intel(0):             HTOTAL_B: 0x00350035 (54 active, 54 total)
(II) intel(0):             HBLANK_B: 0x04530035 (54 start, 1108 end)
(II) intel(0):              HSYNC_B: 0x04530135 (310 start, 1108 end)
(II) intel(0):             VTOTAL_B: 0x0fff07ff (2048 active, 4096 total)
(II) intel(0):             VBLANK_B: 0x0fff0fff (4096 start, 4096 end)
(II) intel(0):              VSYNC_B: 0x00680032 (51 start, 105 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):             VGACNTRL: 0x80000000 (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x06
(II) intel(0):                 CR0f: 0x66
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x0e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(WW) intel(0): p1 out of range
(II) intel(0): pipe A dot 241920 n 3 m1 20 m2 14 p1 1 p2 10
(WW) intel(0): p1 out of range
(II) intel(0): pipe B dot 268800 n 3 m1 23 m2 13 p1 1 p2 10
(II) intel(0): DumpRegsEnd
(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):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe A
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                26 256x256 slots
                8 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 11
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR enabled, ignore the following RandR disabled message.
(WW) intel(0): Option "MonitorLayout" is not used
(WW) intel(0): Option "PreferredMode" is not used
(--) 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 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 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
(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/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 347 x 260
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de(nodeadkeys)"
(**) Generic Keyboard: XkbLayout: "de(nodeadkeys)"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "HorizEdgeScroll" "false"
(--) Synaptics Touchpad touchpad found
(**) Option "CorePointer"
(**) Synaptics Touchpad: Core Pointer
(**) Option "Protocol" "ImPS/2"
(**) Standard USB Mouse: Device: "/dev/input/mice"
(**) Standard USB Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Standard USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Standard USB Mouse: ZAxisMapping: buttons 4 and 5
(**) Standard USB Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Standard USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de(nodeadkeys)" };
    xkb_geometry             { include "pc(pc105)" };
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(--) Synaptics Touchpad touchpad found
(II) Standard USB Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOff called
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): Comparing regs from server start up to After LeaveVT
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 
0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):            DPLL_TEST: 0x00000000 (, DPLLA input buffer 
disabled, DPLLB input buffer disabled)
(II) intel(0):              D_STATE: 0x0000030f
(II) intel(0):        DSPCLK_GATE_D: 0x00000000
(II) intel(0):       RENCLK_GATE_D1: 0x00000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):                SDVOC: 0x00000000 (disabled, pipe A, stall 
disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00015455
(II) intel(0):               DSPFW1: 0x00000000
(II) intel(0):               DSPFW2: 0x00000000
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00001c18
(II) intel(0):                 LVDS: 0xc0000300 (enabled, pipe B)
(II) intel(0):                 DVOA: 0x00000000
(II) intel(0):                 DVOB: 0x00000000
(II) intel(0):                 DVOC: 0x00000000
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000001 (power target: on)
(II) intel(0):            PP_STATUS: 0xd0000009 (on, ready, sequencing on)
(II) intel(0):         PFIT_CONTROL: 0x80000668
(II) intel(0):      PFIT_PGM_RATIOS: 0x00000000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000000
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x00000000 (disabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEASRC: 0x027f01df (640, 480)
(II) intel(0):                 FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):                 FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, 
unknown mode, default clock, p1 = 1, p2 = 0)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_A: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_A: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_A: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_A: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_A: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x95000000 (enabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000800 (2048 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x02ff03ff (1024, 768)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x80000000 (enabled, single-wide)
(II) intel(0):             PIPEBSRC: 0x03ff02ff (1024, 768)
(II) intel(0):                 FPB0: 0x00061207 (n = 6, m1 = 18, m2 = 7)
(II) intel(0):                 FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
(II) intel(0):               DPLL_B: 0x90016000 (enabled, non-dvo, unknown 
mode, unknown clock, p1 = 1, p2 = 0)
(II) intel(0):            DPLL_B_MD: 0x00000000
(II) intel(0):             HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
(II) intel(0):             HBLANK_B: 0x053f03ff (1024 start, 1344 end)
(II) intel(0):              HSYNC_B: 0x049f0417 (1048 start, 1184 end)
(II) intel(0):             VTOTAL_B: 0x032502ff (768 active, 806 total)
(II) intel(0):             VBLANK_B: 0x032502ff (768 start, 806 end)
(II) intel(0):              VSYNC_B: 0x03080302 (771 start, 777 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00021207
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x0000888b
(II) intel(0):             VGACNTRL: 0xa204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x06
(II) intel(0):                 CR0f: 0x66
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x8e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(WW) intel(0): p1 out of range
(II) intel(0): pipe A dot 261600 n 2 m1 18 m2 7 p1 1 p2 10
(II) intel(0): pipe B dot 136250 n 6 m1 18 m2 7 p1 1 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): xf86UnbindGARTMemory: unbind key 10
(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 5
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 6
(II) intel(0): xf86UnbindGARTMemory: unbind key 7
(II) intel(0): xf86UnbindGARTMemory: unbind key 8
(II) intel(0): xf86UnbindGARTMemory: unbind key 9



More information about the xorg mailing list