Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 15:04:15 GMT
From:      Kazuo Dohzono <dohzono@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133465: X crashes with mplayer -vo xv with xf86-video-intel (it worked before)
Message-ID:  <200904071504.n37F4F63071064@www.freebsd.org>
Resent-Message-ID: <200904071510.n37FA4H2077275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133465
>Category:       ports
>Synopsis:       X crashes with mplayer -vo xv with xf86-video-intel (it worked before)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 07 15:10:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kazuo Dohzono
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD abacus3 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Tue Apr  7 13:01:22 JST
2009     dohzono@abacus3:/usr/local/tmp/obj/usr/src/sys/GENERIC  i386

>Description:
I updated whole system/ports today, and I noticed:

1) X's default background gray-scale pattern
disappeared (as if I executed "xsetroot -solid black").
mlterm/twm works OK. 

2) mplayer -vo xv doesn't work (it worked fine with
xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn
switching is working without any display output). And memory usage
is added to Xorg.0.log (after mplayer is executed, perhaps). 

architechre: DELL Latitude D530 (i965GM)

Here is my xorg.conf and Xorg.0.log. 

| Section "Module"
| EndSection
| 
| Section "Files"
|     FontPath   "/usr/local/lib/X11/fonts/misc/"
|     FontPath   "/usr/local/lib/X11/fonts/TTF/"
|     FontPath   "/usr/local/lib/X11/fonts/OTF"
|     FontPath   "/usr/local/lib/X11/fonts/Type1/"
|     FontPath   "/usr/local/lib/X11/fonts/100dpi/"
|     FontPath   "/usr/local/lib/X11/fonts/75dpi/"
|     FontPath   "/usr/local/lib/X11/fonts/local/"
|     FontPath   "/usr/local/lib/X11/fonts/Speedo/"
|     FontPath   "/usr/local/lib/X11/fonts/TrueType/"
|     FontPath   "/usr/local/lib/X11/fonts/freefont/"
| EndSection
| 
| Section "ServerFlags"
| EndSection
| 
| Section "InputDevice"
|     Identifier        "Keyboard1"
|     Driver        "kbd"
|     Option "AutoRepeat" "500 30"
|     Option "XkbRules"        "xorg"
|     Option "XkbModel"        "latitude"
|     Option "XkbOptions"        "ctrl:swapcaps,keypad:legacy"
| EndSection
| 
| Section "InputDevice"
|     Identifier        "Mouse1"
|     Driver        "mouse"
|     Option "Protocol"    "Auto"        # Auto detect
|     Option "Device"      "/dev/sysmouse"
|     Option "ZAxisMapping"   "4 5 6 7"
|     Option "Emulate3Buttons"
| EndSection
| 
| Section "Monitor"
|     Identifier  "SXGA+"
|     HorizSync   63.5 - 64.5
|     VertRefresh 59.5 - 60.5
|     Modeline "1400x1050" 108.00 1400 1448 1560 1688 1050 1051 1055 1066 -hsync -vsync
|     Gamma   0.83 0.75 0.66
|     Option "dpms"
| EndSection
| 
| Section "Device"
|            Identifier "965GM"
|            Driver     "intel"
|         Option "DRI" "true"
|         Option "ModeDebug" "true"
|        Option "XvMC" "true"
| EndSection
| 
| Section "Screen"
|     Identifier  "Screen 1"
|     Device      "965GM"
|     Monitor     "SXGA+"
|     DefaultDepth 24
|     Subsection "Display"
|         Depth       8
|         Modes       "1400x1050" "1280x1024" "1024x768" "800x600"
|         ViewPort    0 0
|     EndSubsection
|     Subsection "Display"
|         Depth       16
|         Modes       "1400x1050" "1280x1024" "1024x768" "800x600"
|         ViewPort    0 0
|     EndSubsection
|     Subsection "Display"
|         Depth       24
|         Modes       "1400x1050" "1280x1024" "1024x768" "800x600"
|         ViewPort    0 0
|     EndSubsection
| EndSection
| 
| Section "ServerLayout"
|     Identifier  "Simple Layout"
|     Screen "Screen 1"
|     InputDevice "Mouse1" "CorePointer"
|     InputDevice "Keyboard1" "CoreKeyboard"
|         Option "AIGLX" "true"
|         Option "AllowEmptyInput" "off"
| EndSection
| 
| Section "DRI"
|         Group        "video"
|         Mode 0666
| EndSection
| 
| Section "Extensions"
|         Option "Composite" "true"
| EndSection

| X.Org X Server 1.6.0
| Release Date: 2009-2-25
| X Protocol Version 11, Revision 0
| Build Operating System: FreeBSD 7.2-PRERELEASE i386 
| Current Operating System: FreeBSD abacus3 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0:
| Tue Apr  7 13:01:22 JST 2009    
| dohzono@abacus3:/usr/local/tmp/obj/usr/src/sys/GENERIC i386
| Build Date: 07 April 2009  03:56:22PM
|  
|         Before reporting problems, check http://wiki.x.org
|         to make sure that you have the latest version.
| 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: Tue Apr  7 23:32:41 2009
| (==) Using config file: "/etc/X11/xorg.conf"
| (==) ServerLayout "Simple Layout"
| (**) |-->Screen "Screen 1" (0)
| (**) |   |-->Monitor "SXGA+"
| (**) |   |-->Device "965GM"
| (**) |-->Input Device "Mouse1"
| (**) |-->Input Device "Keyboard1"
| (**) Option "AIGLX" "true"
| (**) Option "AllowEmptyInput" "off"
| (==) Not automatically adding devices
| (==) Not automatically enabling devices
| (**) FontPath set to:
|         /usr/local/lib/X11/fonts/misc/,
|         /usr/local/lib/X11/fonts/TTF/,
|         /usr/local/lib/X11/fonts/OTF,
|         /usr/local/lib/X11/fonts/Type1/,
|         /usr/local/lib/X11/fonts/100dpi/,
|         /usr/local/lib/X11/fonts/75dpi/,
|         /usr/local/lib/X11/fonts/local/,
|         /usr/local/lib/X11/fonts/Speedo/,
|         /usr/local/lib/X11/fonts/TrueType/,
|         /usr/local/lib/X11/fonts/freefont/,
|         /usr/local/lib/X11/fonts/misc/,
|         /usr/local/lib/X11/fonts/TTF/,
|         /usr/local/lib/X11/fonts/OTF,
|         /usr/local/lib/X11/fonts/Type1/,
|         /usr/local/lib/X11/fonts/100dpi/,
|         /usr/local/lib/X11/fonts/75dpi/,
|         built-ins
| (==) ModulePath set to "/usr/local/lib/xorg/modules"
| (**) Extension "Composite" is enabled
| (II) Loader magic: 0x6a0
| (II) Module ABI versions:
|         X.Org ANSI C Emulation: 0.4
|         X.Org Video Driver: 5.0
|         X.Org XInput driver : 4.0
|         X.Org Server Extension : 2.0
| (II) Loader running on freebsd
| (--) Using syscons driver with X support (version 2.0)
| (--) using VT number 9
| 
| (--) PCI:*(0@0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics
| Controller rev 12, Mem @ 0xf6e00000/1048576, 0xe0000000/268435456, I/O @
| 0x0000eff0/8, BIOS @ 0x????????/65536
| (--) PCI: (0@0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics
| Controller rev 12, Mem @ 0xf6f00000/1048576
| (II) System resource ranges:
|         [0] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
|         [1] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
|         [2] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
|         [3] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
|         [4] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
| (II) "extmod" will be loaded by default.
| (II) "dbe" will be loaded by default.
| (II) "glx" will be loaded by default.
| (II) "record" will be loaded by default.
| (II) "dri" will be loaded by default.
| (II) "dri2" will be loaded by default.
| (II) LoadModule: "extmod"
| (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
| (II) Module extmod: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         Module class: X.Org Server Extension
|         ABI class: X.Org Server Extension, version 2.0
| (II) Loading extension MIT-SCREEN-SAVER
| (II) Loading extension XFree86-VidModeExtension
| (II) Loading extension XFree86-DGA
| (II) Loading extension DPMS
| (II) Loading extension XVideo
| (II) Loading extension XVideo-MotionCompensation
| (II) Loading extension X-Resource
| (II) LoadModule: "dbe"
| (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
| (II) Module dbe: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         Module class: X.Org Server Extension
|         ABI class: X.Org Server Extension, version 2.0
| (II) Loading extension DOUBLE-BUFFER
| (II) LoadModule: "glx"
| (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
| (II) Module glx: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         ABI class: X.Org Server Extension, version 2.0
| (**) AIGLX enabled
| (II) Loading extension GLX
| (II) LoadModule: "record"
| (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
| (II) Module record: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.13.0
|         Module class: X.Org Server Extension
|         ABI class: X.Org Server Extension, version 2.0
| (II) Loading extension RECORD
| (II) LoadModule: "dri"
| (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
| (II) Module dri: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         ABI class: X.Org Server Extension, version 2.0
| (II) Loading extension XFree86-DRI
| (II) LoadModule: "dri2"
| (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so
| (II) Module dri2: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         ABI class: X.Org Server Extension, version 2.0
| (II) Loading extension DRI2
| (II) LoadModule: "intel"
| (II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so
| (II) Module intel: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 2.6.3
|         Module class: X.Org Video Driver
|         ABI class: X.Org Video Driver, version 5.0
| (II) LoadModule: "mouse"
| (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
| (II) Module mouse: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.4.0
|         Module class: X.Org XInput Driver
|         ABI class: X.Org XInput driver, version 4.0
| (II) LoadModule: "kbd"
| (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
| (II) Module kbd: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.3.2
|         Module class: X.Org XInput Driver
|         ABI class: X.Org XInput driver, version 4.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,
|         Mobile Intel&#12484;&#12519; GM45 Express Chipset,
|         Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
| (II) Primary Device is: PCI 00@00:02:0
| (II) resource ranges after xf86ClaimFixedResources() call:
|         [0] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
|         [1] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
|         [2] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
|         [3] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
|         [4] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
| (II) resource ranges after probing:
|         [0] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
|         [1] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
|         [2] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
|         [3] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
|         [4] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
|         [5] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
|         [6] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
|         [7] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
|         [8] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
|         [9] 0        0        0x000003c0 - 0x000003df (0x20) IS[B]
| (II) Loading sub module "vgahw"
| (II) LoadModule: "vgahw"
| (II) Loading /usr/local/lib/xorg/modules//libvgahw.so
| (II) Module vgahw: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 0.1.0
|         ABI class: X.Org Video Driver, version 5.0
| (**) intel(0): Depth 24, (--) framebuffer bpp 32
| (==) intel(0): RGB weight 888
| (==) intel(0): Default visual is TrueColor
| (**) intel(0): Option "DRI" "true"
| (**) intel(0): Option "ModeDebug" "true"
| (**) intel(0): Option "XvMC" "true"
| (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
| (--) intel(0): Chipset: "965GM"
| (--) intel(0): Linear framebuffer at 0xE0000000
| (--) intel(0): IO registers at addr 0xF6E00000
| (==) intel(0): Using EXA for acceleration
| (II) intel(0): Hardware state on X startup:
| (II) intel(0): DumpRegsBegin
| (II) intel(0):            CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh
| disabled, ch0 enh disabled, flex disabled, ep not present)
| (II) intel(0):               C0DRB0: 0x000f0002 (0x0002)
| (II) intel(0):               C0DRB1: 0x0000000f (0x000f)
| (II) intel(0):               C0DRB2: 0x00000000 (0x0000)
| (II) intel(0):               C0DRB3: 0x0e000000 (0x0000)
| (II) intel(0):               C1DRB0: 0x17cbe000 (0xe000)
| (II) intel(0):               C1DRB1: 0x000017cb (0x17cb)
| (II) intel(0):               C1DRB2: 0x00000000 (0x0000)
| (II) intel(0):               C1DRB3: 0x00000000 (0x0000)
| (II) intel(0):              C0DRA01: 0x00030e00 (0x0e00)
| (II) intel(0):              C0DRA23: 0x000c0003 (0x0003)
| (II) intel(0):              C1DRA01: 0x00000000 (0x0000)
| (II) intel(0):              C1DRA23: 0x00000000 (0x0000)
| (II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
| (II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2,
| p2 = 2)
| (II) intel(0):            DPLL_TEST: 0x00010001 ()
| (II) intel(0):         CACHE_MODE_0: 0x00006800
| (II) intel(0):              D_STATE: 0x00000000
| (II) intel(0):        DSPCLK_GATE_D: 0x00001000 (clock gates disabled: DPLUNIT)
| (II) intel(0):       RENCLK_GATE_D1: 0x00000000
| (II) intel(0):       RENCLK_GATE_D2: 0x00000000
| (II) intel(0):                SDVOB: 0x0008001c (disabled, pipe A, stall disabled,
| detected)
| (II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled,
| not detected)
| (II) intel(0):              SDVOUDI: 0x00000000
| (II) intel(0):               DSPARB: 0x00001d9c
| (II) intel(0):               DSPFW1: 0x3f8f0f0f
| (II) intel(0):               DSPFW2: 0x00000f0f
| (II) intel(0):               DSPFW3: 0x00000000
| (II) intel(0):                 ADPA: 0x40008c18 (disabled, pipe B, +hsync, +vsync)
| (II) intel(0):                 LVDS: 0xc230833c (enabled, pipe B, 18 bit, 2 channels)
| (II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync,
| -vsync)
| (II) intel(0):                 DVOB: 0x0008001c (disabled, pipe A, no stall, +hsync,
| +vsync)
| (II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync,
| +vsync)
| (II) intel(0):          DVOA_SRCDIM: 0x00000000
| (II) intel(0):          DVOB_SRCDIM: 0x00000000
| (II) intel(0):          DVOC_SRCDIM: 0x00000000
| (II) intel(0):           PP_CONTROL: 0x00000003 (power target: on)
| (II) intel(0):            PP_STATUS: 0xc0000008 (on, ready, sequencing idle)
| (II) intel(0):         PP_ON_DELAYS: 0x012c0fff
| (II) intel(0):        PP_OFF_DELAYS: 0x00fa07d0
| (II) intel(0):           PP_DIVISOR: 0x003e7f07
| (II) intel(0):         PFIT_CONTROL: 0xa0000000
| (II) intel(0):      PFIT_PGM_RATIOS: 0x06180750
| (II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
| (II) intel(0):    PORT_HOTPLUG_STAT: 0x00000400
| (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: 0x00000000 (disabled, inactive)
| (II) intel(0):             PIPEASRC: 0x027f01df (640, 480)
| (II) intel(0):            PIPEASTAT: 0x00000203 (status: VSYNC_INT_STATUS
| VBLANK_INT_STATUS OREG_UPDATE_STATUS)
| (II) intel(0):                 FPA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):               DPLL_A: 0x04800c00 (disabled, non-dvo, VGA, default
| clock, DAC/serial mode, p1 = 8, p2 = 10)
| (II) intel(0):            DPLL_A_MD: 0x00000303
| (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: 0x49000000 (disabled, pipe B)
| (II) intel(0):           DSPBSTRIDE: 0x00000280 (640 bytes)
| (II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
| (II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
| (II) intel(0):             DSPBBASE: 0x00000000
| (II) intel(0):             DSPBSURF: 0x00000000
| (II) intel(0):          DSPBTILEOFF: 0x00000000
| (II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
| (II) intel(0):             PIPEBSRC: 0x027f018f (640, 400)
| (II) intel(0):            PIPEBSTAT: 0x80000206 (status: FIFO_UNDERRUN
| VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
| (II) intel(0):                 FPB0: 0x00021509 (n = 2, m1 = 21, m2 = 9)
| (II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):               DPLL_B: 0x99086a00 (enabled, non-dvo, spread spectrum
| clock, LVDS mode, p1 = 4, p2 = 7)
| (II) intel(0):            DPLL_B_MD: 0x00000003
| (II) intel(0):             HTOTAL_B: 0x06970577 (1400 active, 1688 total)
| (II) intel(0):             HBLANK_B: 0x06970577 (1400 start, 1688 end)
| (II) intel(0):              HSYNC_B: 0x061705a7 (1448 start, 1560 end)
| (II) intel(0):             VTOTAL_B: 0x04290419 (1050 active, 1066 total)
| (II) intel(0):             VBLANK_B: 0x04290419 (1050 start, 1066 end)
| (II) intel(0):              VSYNC_B: 0x041e041a (1051 start, 1055 end)
| (II) intel(0):            BCLRPAT_B: 0x00000000
| (II) intel(0):         VSYNCSHIFT_B: 0x00000000
| (II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
| (II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
| (II) intel(0):        VCLK_POST_DIV: 0x00020002
| (II) intel(0):             VGACNTRL: 0x22c4008e (enabled)
| (II) intel(0):               TV_CTL: 0x100000c0
| (II) intel(0):               TV_DAC: 0x70000000
| (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):         FBC_CFB_BASE: 0x00000000
| (II) intel(0):          FBC_LL_BASE: 0x00000000
| (II) intel(0):          FBC_CONTROL: 0x00000000
| (II) intel(0):          FBC_COMMAND: 0x00000000
| (II) intel(0):           FBC_STATUS: 0x20000000
| (II) intel(0):         FBC_CONTROL2: 0x00000000
| (II) intel(0):        FBC_FENCE_OFF: 0x00000000
| (II) intel(0):          FBC_MOD_NUM: 0x00000000
| (II) intel(0):              MI_MODE: 0x00000200
| (II) intel(0):         MI_ARB_STATE: 0x00000044
| (II) intel(0):       MI_RDRET_STATE: 0x00000000
| (II) intel(0):              ECOSKPD: 0x00000307
| (II) intel(0):                 DP_B: 0x00000000
| (II) intel(0):       DPB_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA5: 0x00000000
| (II) intel(0):                 DP_C: 0x00000000
| (II) intel(0):       DPC_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA5: 0x00000000
| (II) intel(0):                 DP_D: 0x00000000
| (II) intel(0):       DPD_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA5: 0x00000000
| (II) intel(0): pipe A dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
| (II) intel(0): SDVO phase shift 5 out of range -- probobly not an issue.
| (II) intel(0): pipe B dot 112500 n 2 m1 21 m2 9 p1 4 p2 7
| (II) intel(0): DumpRegsEnd
| (II) intel(0): 2 display pipes available.
| (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 SXGA+
| (II) intel(0): Output LVDS has no monitor section
| (II) intel(0): I2C bus "LVDSDDC_C" initialized.
| (II) intel(0): Attempting to determine panel fixed mode.
| (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address
| 0x60.
| (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
| (II) intel(0): EDID vendor "SEC", prod id 18000
| (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
| (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at
| address 0x70.
| (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
| (II) intel(0): SDVOB: W: 02                         (SDVO_CMD_GET_DEVICE_CAPS)
| (II) intel(0): SDVOB: R: 04 AA 03 01 01 01 01 00 (Success)
| (II) intel(0): SDVOB: W: 9D                         (SDVO_CMD_GET_SUPP_ENCODE)
| (II) intel(0): SDVOB: R: 00 00                   (Not supported)
| (II) intel(0): Output TMDS-1 has no monitor section
| (II) intel(0): SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 1D                        
| (SDVO_CMD_GET_INPUT_PIXEL_CLOCK_RANGE)
| (II) intel(0): SDVOB: R: C4 09 74 40             (Success)
| (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
| (II) intel(0): SDVOB: 1 input channel
| (II) intel(0): SDVOB: TMDS0 output reported
| (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
| (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at
| address 0x72.
| (II) intel(0): No SDVO device found on SDVOC
| (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
| (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
| (II) intel(0): Output TV has no monitor section
| (II) intel(0): SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
| (II) intel(0): SDVOB: R: 01                      (Success)
| (II) intel(0): Current clock rate multiplier: 1
| (II) intel(0): SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R: 00 00                   (Success)
| (II) intel(0): SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R: 00 00 00 00 00 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
| (II) intel(0): SDVOB: R: 00 00 00 00 1E 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 18                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R: 00 00 00 00 00 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 19                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART2)
| (II) intel(0): SDVOB: R: 00 00 00 00 1E 00 00 00 (Success)
| (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
| (II) intel(0): Resizable framebuffer: not available (1 3)
| (II) intel(0): EDID for output VGA
| (II) intel(0): EDID for output LVDS
| (II) intel(0): Manufacturer: SEC  Model: 4650  Serial#: 0
| (II) intel(0): Year: 2008  Week: 0
| (II) intel(0): EDID Version: 1.4
| (II) intel(0): Digital Display Input
| (II) intel(0): Undefined color depth
| (II) intel(0): Digital interface is undefined
| (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 23
| (II) intel(0): Gamma: 2.20
| (II) intel(0): No DPMS capabilities specified
| (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
| (II) intel(0): First detailed timing is preferred mode
| (II) intel(0): Preferred mode is native pixel format and refresh rate
| (II) intel(0): Display is continuous-frequency
| (II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
| (II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
| (II) intel(0): Manufacturer's mask: 0
| (II) intel(0): Supported additional Video Mode:
| (II) intel(0): clock: 108.0 MHz   Image Size:  304 x 228 mm
| (II) intel(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688
| h_border: 0
| (II) intel(0): v_active: 1050  v_sync: 1051  v_sync_end 1055 v_blanking: 1066
| v_border: 0
| (II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
| (II) intel(0):  U805G
| (II) intel(0):  &#12512;&#12477;&#12540;&#25540;nK
| (II) intel(0): EDID (in hex):
| (II) intel(0):         00ffffffffffff004ca3504600000000
| (II) intel(0):         00120104801e17780a87f594574f8c27
| (II) intel(0):         27505400000001010101010101010101
| (II) intel(0):         010101010101302a7820511a10403070
| (II) intel(0):         140030e4100000190000000f00000000
| (II) intel(0):         00000000000ff2024b00000000fe0055
| (II) intel(0):         383035470031353050460a20000000fe
| (II) intel(0):         00d1bfb09d896e4b00020a20202000de
| (II) intel(0): EDID vendor "SEC", prod id 18000
| (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
| (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
| (II) intel(0): Printing probed modes for output LVDS
| (II) intel(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1688  1050 1051
| 1055 1066 -hsync -vsync (64.0 kHz)
| (II) intel(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052
| 1064 1090 +hsync +vsync (81.5 kHz)
| (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052
| 1064 1082 +hsync +vsync (64.9 kHz)
| (II) intel(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025
| 1028 1072 +hsync +vsync (91.1 kHz)
| (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025
| 1028 1066 +hsync +vsync (80.0 kHz)
| (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025
| 1028 1066 +hsync +vsync (64.0 kHz)
| (II) intel(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964
| 1011 +hsync +vsync (85.9 kHz)
| (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964
| 1000 +hsync +vsync (60.0 kHz)
| (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868
| 900 +hsync +vsync (67.5 kHz)
| (II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772
| 808 +hsync +vsync (68.7 kHz)
| (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772
| 800 +hsync +vsync (60.0 kHz)
| (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777
| 806 -hsync -vsync (56.5 kHz)
| (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 "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667
| -hsync -vsync (49.7 kHz)
| (II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631
| +hsync +vsync (53.7 kHz)
| (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666
| +hsync +vsync (48.1 kHz)
| (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625
| +hsync +vsync (46.9 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 "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625
| +hsync +vsync (35.2 kHz)
| (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509
| -hsync -vsync (43.3 kHz)
| (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520
| -hsync -vsync (37.9 kHz)
| (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500
| -hsync -vsync (37.5 kHz)
| (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525
| -hsync -vsync (31.5 kHz)
| (II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446
| -hsync +vsync (37.9 kHz)
| (II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445
| -hsync +vsync (37.9 kHz)
| (II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445
| +hsync -vsync (37.9 kHz)
| (II) intel(0): SDVOB: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
| (II) intel(0): SDVOB: R: 00 00                   (Success)
| (II) intel(0): EDID for output TMDS-1
| (II) intel(0): Mode for pipe A:
| (II) intel(0): Modeline "NTSC 480i"x0.0  107.52  1280 1368 1496 1712  1024 1027 1034
| 1104 (62.8 kHz)
| (II) intel(0): Adjusted mode for pipe A:
| (II) intel(0): Modeline "NTSC 480i"x0.0  108.00  1280 1368 1496 1712  1024 1027 1034
| 1104 (63.1 kHz)
| (II) intel(0): chosen: dotclock 108000 vco 2160000 ((m 90, m1 14, m2 8), n 2, (p 20,
| p1 2, p2 10))
| (II) intel(0): No TV connection detected
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): EDID for output TV
| (II) intel(0): Output VGA disconnected
| (II) intel(0): Output LVDS connected
| (II) intel(0): Output TMDS-1 disconnected
| (II) intel(0): Output TV disconnected
| (II) intel(0): Using user preference for initial modes
| (II) intel(0): Output LVDS using initial mode 1400x1050
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 16 00 00 00 00 00 00 00 00 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R:                         (Not supported)
| (II) intel(0): SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 14 00 00 00 00 00 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 15 00 00 00 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
| (II) intel(0): detected 512 kB GTT.
| (II) intel(0): detected 7676 kB stolen memory.
| (==) intel(0): video overlay key set to 0x101fe
| (==) intel(0): Will not try to enable page flipping
| (==) intel(0): Triple buffering disabled
| (**) intel(0): Using gamma correction (0.8, 0.8, 0.7)
| (==) intel(0): DPI set to (96, 96)
| (II) Loading sub module "fb"
| (II) LoadModule: "fb"
| (II) Loading /usr/local/lib/xorg/modules//libfb.so
| (II) Module fb: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 1.0.0
|         ABI class: X.Org ANSI C Emulation, version 0.4
| (II) Loading sub module "exa"
| (II) LoadModule: "exa"
| (II) Loading /usr/local/lib/xorg/modules//libexa.so
| (II) Module exa: vendor="X.Org Foundation"
|         compiled for 1.6.0, module version = 2.4.0
|         ABI class: X.Org Video Driver, version 5.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
| (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
| (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000207
| (WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
| OREG_UPDATE_STATUS
| (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS
| VBLANK_INT_STATUS OREG_UPDATE_STATUS
| (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c00c0
| (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
| (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
| (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
| (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
| (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
| (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
| (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00404000
| (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
| (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
| (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
| (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
| (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
| (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
| (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
| (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
| (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
| (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
| (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
| (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710087
| (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x6b405140
| (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
| (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
| (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e
| (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
| (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
| (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
| (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
| (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
| (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
| (II) Loading sub module "dri"
| (II) LoadModule: "dri"
| (II) Reloading /usr/local/lib/xorg/modules/extensions//libdri.so
| (II) Loading sub module "dri2"
| (II) LoadModule: "dri2"
| (II) Reloading /usr/local/lib/xorg/modules/extensions//libdri2.so
| (==) Depth 24 pixmap format is 32 bpp
| (II) do I need RAC?  No, I don't.
| (II) resource ranges after preInit:
|         [0] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
|         [1] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
|         [2] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
|         [3] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
|         [4] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
|         [5] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
|         [6] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
|         [7] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
|         [8] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
|         [9] 0        0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)
| (II) intel(0): Kernel reported 491520 total, 0 used
| (II) intel(0): I830CheckAvailableMemory: 1966080 kB available
| (WW) intel(0): DRI2 requires UXA
| drmOpenDevice: node name is /dev/dri/card0
| drmOpenDevice: open result is -1, (No such file or directory)
| drmOpenDevice: open result is -1, (No such file or directory)
| drmOpenDevice: Open failed
| drmOpenDevice: node name is /dev/dri/card0
| drmOpenDevice: open result is -1, (No such file or directory)
| drmOpenDevice: open result is -1, (No such file or directory)
| drmOpenDevice: Open failed
| drmOpenByBusid: Searching for BusID pci:0000:00:02.0
| drmOpenDevice: node name is /dev/dri/card0
| drmOpenDevice: open result is 11, (OK)
| drmOpenByBusid: drmOpenMinor returns 11
| drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
| (II) [drm] loaded kernel module for "i915" driver.
| (II) [drm] DRM interface version 1.2
| (II) [drm] DRM open master succeeded.
| (II) 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: 262144 KB
| (II) intel(0): Attempting memory allocation with tiled buffers.
| (II) intel(0): Tiled allocation successful.
| (II) intel(0): [drm] Registers = 0xf6e00000
| (II) intel(0): [drm] ring buffer = 0xe0000000
| (II) intel(0): [drm] mapped front buffer at 0xe012b000, handle = 0xe012b000
| (II) intel(0): [drm] mapped back buffer at 0xe1f40000, handle = 0xe1f40000
| (II) intel(0): [drm] mapped depth buffer at 0xe26d0000, handle = 0xe26d0000
| (II) intel(0): [drm] mapped classic textures at 0xe2e60000, handle = 0xe2e60000
| (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
| (II) intel(0): [dri] visual configs initialized
| (II) intel(0): Page Flipping disabled
| (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
| (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
| (II) EXA(0): Offscreen pixmap area of 23654400 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): SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
| (II) intel(0): SDVOB: R: 01                      (Success)
| (II) intel(0): Current clock rate multiplier: 1
| (II) intel(0): SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R: 00 00                   (Success)
| (II) intel(0): SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R: 00 00 00 00 00 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
| (II) intel(0): SDVOB: R: 00 00 00 00 1E 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): SDVOB: W: 18                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART1)
| (II) intel(0): SDVOB: R: 00 00 00 00 00 00 00 00 (Success)
| (II) intel(0): SDVOB: W: 19                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART2)
| (II) intel(0): SDVOB: R: 00 00 00 00 1E 00 00 00 (Success)
| (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0077f000 (pgoffset 1919)
| (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x008b0000 (pgoffset 2224)
| (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01f3f000 (pgoffset 7999)
| (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x01f40000 (pgoffset 8000)
| (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x026d0000 (pgoffset 9936)
| (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x02e60000 (pgoffset 11872)
| (II) intel(0): Fixed memory allocation layout:
| (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
| (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
| (II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
| (II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
| (II) intel(0): 0x0012b000-0x008affff: front buffer (7700 kB)
| (II) intel(0): 0x0077f000:            end of stolen memory
| (II) intel(0): 0x008b0000-0x01f3efff: exa offscreen (23100 kB)
| (II) intel(0): 0x01f3f000-0x01f3ffff: power context (4 kB)
| (II) intel(0): 0x01f40000-0x026cffff: back buffer (7744 kB)
| (II) intel(0): 0x026d0000-0x02e5ffff: depth buffer (7744 kB)
| (II) intel(0): 0x02e60000-0x04e5ffff: classic textures (32768 kB)
| (II) intel(0): 0x10000000:            end of aperture
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): using SSC reference clock of 96 MHz
| (II) intel(0): Mode for pipe B:
| (II) intel(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1688  1050 1051
| 1055 1066 -hsync -vsync (64.0 kHz)
| (II) intel(0): chosen: dotclock 107885 vco 2265600 ((m 118, m1 20, m2 6), n 3, (p
| 21, p1 3, p2 7))
| (II) intel(0): Selecting standard 18 bit TMDS pixel format.
| (II) intel(0): Mode for pipe A:
| (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520
| -hsync -vsync (37.9 kHz)
| (II) intel(0): chosen: dotclock 31500 vco 2520000 ((m 105, m1 17, m2 8), n 2, (p 80,
| p1 8, p2 10))
| (II) intel(0): SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
| (II) intel(0): SDVOB: R:                         (Success)
| (II) intel(0): Hardware state at EnterVT:
| (II) intel(0): DumpRegsBegin
| (II) intel(0):            CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh
| disabled, ch0 enh disabled, flex disabled, ep not present)
| (II) intel(0):               C0DRB0: 0x000f0002 (0x0002)
| (II) intel(0):               C0DRB1: 0x0000000f (0x000f)
| (II) intel(0):               C0DRB2: 0x00000000 (0x0000)
| (II) intel(0):               C0DRB3: 0x0e000000 (0x0000)
| (II) intel(0):               C1DRB0: 0x17cbe000 (0xe000)
| (II) intel(0):               C1DRB1: 0x000017cb (0x17cb)
| (II) intel(0):               C1DRB2: 0x00000000 (0x0000)
| (II) intel(0):               C1DRB3: 0x00000000 (0x0000)
| (II) intel(0):              C0DRA01: 0x00030e00 (0x0e00)
| (II) intel(0):              C0DRA23: 0x000c0003 (0x0003)
| (II) intel(0):              C1DRA01: 0x00000000 (0x0000)
| (II) intel(0):              C1DRA23: 0x00000000 (0x0000)
| (II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
| (II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2,
| p2 = 2)
| (II) intel(0):            DPLL_TEST: 0x00010001 ()
| (II) intel(0):         CACHE_MODE_0: 0x00006800
| (II) intel(0):              D_STATE: 0x00000000
| (II) intel(0):        DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
| (II) intel(0):       RENCLK_GATE_D1: 0x20000000
| (II) intel(0):       RENCLK_GATE_D2: 0x00000000
| (II) intel(0):                SDVOB: 0x0008001c (disabled, pipe A, stall disabled,
| detected)
| (II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled,
| not detected)
| (II) intel(0):              SDVOUDI: 0x00000000
| (II) intel(0):               DSPARB: 0x00003f80
| (II) intel(0):               DSPFW1: 0x3f8f0f0f
| (II) intel(0):               DSPFW2: 0x00000f0f
| (II) intel(0):               DSPFW3: 0x00000000
| (II) intel(0):                 ADPA: 0x40008c18 (disabled, pipe B, +hsync, +vsync)
| (II) intel(0):                 LVDS: 0xc230833c (enabled, pipe B, 18 bit, 2 channels)
| (II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync,
| -vsync)
| (II) intel(0):                 DVOB: 0x0008001c (disabled, pipe A, no stall, +hsync,
| +vsync)
| (II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync,
| +vsync)
| (II) intel(0):          DVOA_SRCDIM: 0x00000000
| (II) intel(0):          DVOB_SRCDIM: 0x00000000
| (II) intel(0):          DVOC_SRCDIM: 0x00000000
| (II) intel(0):           PP_CONTROL: 0x00000003 (power target: on)
| (II) intel(0):            PP_STATUS: 0xd0000009 (on, ready, sequencing on)
| (II) intel(0):         PP_ON_DELAYS: 0x012c0fff
| (II) intel(0):        PP_OFF_DELAYS: 0x00fa07d0
| (II) intel(0):           PP_DIVISOR: 0x003e7f07
| (II) intel(0):         PFIT_CONTROL: 0x00000000
| (II) intel(0):      PFIT_PGM_RATIOS: 0x06180750
| (II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
| (II) intel(0):    PORT_HOTPLUG_STAT: 0x00000400
| (II) intel(0):             DSPACNTR: 0x58000000 (disabled, pipe A)
| (II) intel(0):           DSPASTRIDE: 0x00001600 (5632 bytes)
| (II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
| (II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
| (II) intel(0):             DSPABASE: 0x00000000
| (II) intel(0):             DSPASURF: 0x0012b000
| (II) intel(0):          DSPATILEOFF: 0x00000000
| (II) intel(0):            PIPEACONF: 0x00000000 (disabled, inactive)
| (II) intel(0):             PIPEASRC: 0x027f01df (640, 480)
| (II) intel(0):            PIPEASTAT: 0x80040207 (status: FIFO_UNDERRUN
| SVBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
| OREG_UPDATE_STATUS)
| (II) intel(0):                 FPA0: 0x00021108 (n = 2, m1 = 17, m2 = 8)
| (II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):               DPLL_A: 0x14800c00 (disabled, non-dvo, default clock,
| DAC/serial mode, p1 = 8, p2 = 10)
| (II) intel(0):            DPLL_A_MD: 0x00000000
| (II) intel(0):             HTOTAL_A: 0x033f027f (640 active, 832 total)
| (II) intel(0):             HBLANK_A: 0x033f027f (640 start, 832 end)
| (II) intel(0):              HSYNC_A: 0x02bf0297 (664 start, 704 end)
| (II) intel(0):             VTOTAL_A: 0x020701df (480 active, 520 total)
| (II) intel(0):             VBLANK_A: 0x020701df (480 start, 520 end)
| (II) intel(0):              VSYNC_A: 0x01ea01e8 (489 start, 491 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: 0x00001600 (5632 bytes)
| (II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
| (II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
| (II) intel(0):             DSPBBASE: 0x00000000
| (II) intel(0):             DSPBSURF: 0x0012b000
| (II) intel(0):          DSPBTILEOFF: 0x00000000
| (II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
| (II) intel(0):             PIPEBSRC: 0x05770419 (1400, 1050)
| (II) intel(0):            PIPEBSTAT: 0x80000206 (status: FIFO_UNDERRUN
| VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
| (II) intel(0):                 FPB0: 0x00031406 (n = 3, m1 = 20, m2 = 6)
| (II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
| (II) intel(0):               DPLL_B: 0x99046c00 (enabled, non-dvo, spread spectrum
| clock, LVDS mode, p1 = 3, p2 = 7)
| (II) intel(0):            DPLL_B_MD: 0x00000000
| (II) intel(0):             HTOTAL_B: 0x06970577 (1400 active, 1688 total)
| (II) intel(0):             HBLANK_B: 0x06970577 (1400 start, 1688 end)
| (II) intel(0):              HSYNC_B: 0x061705a7 (1448 start, 1560 end)
| (II) intel(0):             VTOTAL_B: 0x04290419 (1050 active, 1066 total)
| (II) intel(0):             VBLANK_B: 0x04290419 (1050 start, 1066 end)
| (II) intel(0):              VSYNC_B: 0x041e041a (1051 start, 1055 end)
| (II) intel(0):            BCLRPAT_B: 0x00000000
| (II) intel(0):         VSYNCSHIFT_B: 0x00000000
| (II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
| (II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
| (II) intel(0):        VCLK_POST_DIV: 0x00020002
| (II) intel(0):             VGACNTRL: 0xa2c4008e (disabled)
| (II) intel(0):               TV_CTL: 0x000c00c0
| (II) intel(0):               TV_DAC: 0x70000000
| (II) intel(0):             TV_CSC_Y: 0x0332012d
| (II) intel(0):            TV_CSC_Y2: 0x07d30104
| (II) intel(0):             TV_CSC_U: 0x0733052d
| (II) intel(0):            TV_CSC_U2: 0x05c70200
| (II) intel(0):             TV_CSC_V: 0x0340030c
| (II) intel(0):            TV_CSC_V2: 0x06d00200
| (II) intel(0):         TV_CLR_KNOBS: 0x00404000
| (II) intel(0):         TV_CLR_LEVEL: 0x010b00e1
| (II) intel(0):           TV_H_CTL_1: 0x00400359
| (II) intel(0):           TV_H_CTL_2: 0x80480022
| (II) intel(0):           TV_H_CTL_3: 0x007c0344
| (II) intel(0):           TV_V_CTL_1: 0x00f01415
| (II) intel(0):           TV_V_CTL_2: 0x00060607
| (II) intel(0):           TV_V_CTL_3: 0x80120001
| (II) intel(0):           TV_V_CTL_4: 0x000900f0
| (II) intel(0):           TV_V_CTL_5: 0x000a00f0
| (II) intel(0):           TV_V_CTL_6: 0x000900f0
| (II) intel(0):           TV_V_CTL_7: 0x000a00f0
| (II) intel(0):          TV_SC_CTL_1: 0xc1710087
| (II) intel(0):          TV_SC_CTL_2: 0x6b405140
| (II) intel(0):          TV_SC_CTL_3: 0x00000000
| (II) intel(0):           TV_WIN_POS: 0x00360024
| (II) intel(0):          TV_WIN_SIZE: 0x02640198
| (II) intel(0):      TV_FILTER_CTL_1: 0x8000085e
| (II) intel(0):      TV_FILTER_CTL_2: 0x00012d2d
| (II) intel(0):      TV_FILTER_CTL_3: 0x00009696
| (II) intel(0):        TV_CC_CONTROL: 0x00000000
| (II) intel(0):           TV_CC_DATA: 0x00000000
| (II) intel(0):          TV_H_LUMA_0: 0xb1403000
| (II) intel(0):         TV_H_LUMA_59: 0x0000b060
| (II) intel(0):        TV_H_CHROMA_0: 0xb1403000
| (II) intel(0):       TV_H_CHROMA_59: 0x0000b060
| (II) intel(0):         FBC_CFB_BASE: 0x00000000
| (II) intel(0):          FBC_LL_BASE: 0x00000000
| (II) intel(0):          FBC_CONTROL: 0x00000000
| (II) intel(0):          FBC_COMMAND: 0x00000000
| (II) intel(0):           FBC_STATUS: 0x20000000
| (II) intel(0):         FBC_CONTROL2: 0x00000000
| (II) intel(0):        FBC_FENCE_OFF: 0x00000000
| (II) intel(0):          FBC_MOD_NUM: 0x00000000
| (II) intel(0):              MI_MODE: 0x00000200
| (II) intel(0):         MI_ARB_STATE: 0x00000044
| (II) intel(0):       MI_RDRET_STATE: 0x00000000
| (II) intel(0):              ECOSKPD: 0x00000307
| (II) intel(0):                 DP_B: 0x00000000
| (II) intel(0):       DPB_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPB_AUX_CH_DATA5: 0x00000000
| (II) intel(0):                 DP_C: 0x00000000
| (II) intel(0):       DPC_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPC_AUX_CH_DATA5: 0x00000000
| (II) intel(0):                 DP_D: 0x00000000
| (II) intel(0):       DPD_AUX_CH_CTL: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA1: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA2: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA3: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA4: 0x00000000
| (II) intel(0):     DPD_AUX_CH_DATA5: 0x00000000
| (II) intel(0): pipe A dot 31500 n 2 m1 17 m2 8 p1 8 p2 10
| (II) intel(0): pipe B dot 112380 n 3 m1 20 m2 6 p1 3 p2 7
| (II) intel(0): DumpRegsEnd
| (II) intel(0): Output configuration:
| (II) intel(0):   Pipe A is off
| (II) intel(0):   Display plane A is now disabled 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 none
| (II) intel(0):   Output LVDS is connected to pipe B
| (II) intel(0):   Output TMDS-1 is connected to pipe none
| (II) intel(0):   Output TV is connected to pipe none
| (II) intel(0): [drm] dma control initialized, using IRQ 16
| (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
| (**) Option "dpms"
| (**) intel(0): DPMS enabled
| (**) intel(0): Intel XvMC decoder enabled
| (II) intel(0): Set up textured video
| (II) intel(0): Set up overlay video
| (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x04e60000 (pgoffset 20064)
| (II) intel(0): [XvMC] i965_xvmc driver initialized.
| (II) intel(0): direct rendering: XF86DRI Enabled
| (--) RandR disabled
| (II) Initializing built-in extension Generic Event Extension
| (II) Initializing built-in extension SHAPE
| (II) Initializing built-in extension MIT-SHM
| (II) Initializing built-in extension XInputExtension
| (II) Initializing built-in extension XTEST
| (II) Initializing built-in extension BIG-REQUESTS
| (II) Initializing built-in extension SYNC
| (II) Initializing built-in extension XKEYBOARD
| (II) Initializing built-in extension XC-MISC
| (II) Initializing built-in extension XINERAMA
| (II) Initializing built-in extension XFIXES
| (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) AIGLX: Screen 0 is not DRI2 capable
| drmOpenDevice: node name is /dev/dri/card0
| drmOpenDevice: open result is 12, (OK)
| drmOpenByBusid: Searching for BusID pci:0000:00:02.0
| drmOpenDevice: node name is /dev/dri/card0
| drmOpenDevice: open result is 12, (OK)
| drmOpenByBusid: drmOpenMinor returns 12
| drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
| (II) AIGLX: enabled GLX_SGI_make_current_read
| (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
| (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
| (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
| (II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
| (II) GLX: Initialized DRI GL provider for screen 0
| (II) intel(0): Setting screen physical size to 304 x 228
| (**) Option "Protocol" "Auto"
| (**) Mouse1: Device: "/dev/sysmouse"
| (**) Mouse1: Protocol: "Auto"
| (**) Option "CorePointer"
| (**) Mouse1: always reports core events
| (**) Option "Device" "/dev/sysmouse"
| (**) Option "Emulate3Buttons"
| (**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
| (**) Option "ZAxisMapping" "4 5 6 7"
| (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
| (**) Mouse1: Buttons: 11
| (**) Mouse1: Sensitivity: 1
| (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
| (**) Mouse1: (accel) keeping acceleration scheme 1
| (**) Mouse1: (accel) filter chain progression: 2.00
| (**) Mouse1: (accel) filter stage 0: 20.00 ms
| (**) Mouse1: (accel) set acceleration profile 0
| (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
| (II) Mouse1: SetupAuto: protocol is SysMouse
| (**) Option "CoreKeyboard"
| (**) Keyboard1: always reports core events
| (**) Option "Protocol" "standard"
| (**) Keyboard1: Protocol: standard
| (**) Option "AutoRepeat" "500 30"
| (**) Option "XkbRules" "xorg"
| (**) Keyboard1: XkbRules: "xorg"
| (**) Option "XkbModel" "latitude"
| (**) Keyboard1: XkbModel: "latitude"
| (**) Option "XkbLayout" "us"
| (**) Keyboard1: XkbLayout: "us"
| (**) Option "XkbOptions" "ctrl:swapcaps,keypad:legacy"
| (**) Keyboard1: XkbOptions: "ctrl:swapcaps,keypad:legacy"
| (**) Option "CustomKeycodes" "off"
| (**) Keyboard1: CustomKeycodes disabled
| (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
| Memory heap 0x286333a0:
|   Offset:0002a000, Size:00001000, ..
|   Offset:0002b000, Size:00001000, ..
|   Offset:0002c000, Size:000fe000, F.
| 
| Free list:
|  FREE Offset:0002c000, Size:000fe000, F.
| End of memory blocks


>How-To-Repeat:
1) startx
2) try mplayer -vo xv
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071504.n37F4F63071064>