Re: [PATCH] drm/i915: preserve pipe A quirk in i9xx_set_pipeconf

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

 



> Ville brough up the idea that this is just the pipe A quirk gone
> wrong.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66462
> References: https://lkml.org/lkml/2013/8/26/238
> Cc: Meelis Roos <mroos@xxxxx>
> Cc: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxx>
> ---
>  drivers/gpu/drm/i915/intel_display.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index f7d868e..be97b42 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -4833,7 +4833,11 @@ static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
>  	struct drm_i915_private *dev_priv = dev->dev_private;
>  	uint32_t pipeconf;
>  
> -	pipeconf = 0;
> +	if (dev_priv->quirks & QUIRK_PIPEA_FORCE) {
> +		pipeconf =
> +			I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
> +	} else
> +		pipeconf = 0;
>  
>  	if (intel_crtc->config.double_wide)
>  		pipeconf |= PIPECONF_DOUBLE_WIDE;
> 

It works, thank you! No more WARNING.

However, it now keeps spamming dmesg every 10 seconds about CRT not 
connected:

[    0.000000] Linux version 3.12.0-rc1-00273-g2457aaf-dirty (mroos@x30) (gcc version 4.8.1 (Debian 4.8.1-10) ) #33 Mon Sep 23 14:26:36 EEST 2013
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f76ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f770000-0x000000001f77dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000001f77e000-0x000000001f77ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000001f780000-0x000000001fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: IBM 26724XG/26724XG, BIOS 1KET48WW (1.09 ) 06/16/2006
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1f770 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DBFFF uncachable
[    0.000000]   DC000-DFFFF write-back
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 01FF80000 mask FFFF80000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 512MB, type WB
[    0.000000] reg 1, base: 523776KB, range: 512KB, type UC
[    0.000000] total RAM covered: 511M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 1M 	num_reg: 2  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 512MB, type WB
[    0.000000] reg 1, base: 523776KB, range: 512KB, type UC
[    0.000000] initial memory mapped: [mem 0x00000000-0x017fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3fffff]
[    0.000000]  [mem 0x1f000000-0x1f3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x18000000-0x1effffff]
[    0.000000]  [mem 0x18000000-0x1effffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x17ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1f400000-0x1f76ffff]
[    0.000000]  [mem 0x1f400000-0x1f76ffff] page 4k
[    0.000000] BRK [0x014da000, 0x014dafff] PGTABLE
[    0.000000] ACPI: RSDP 000f7090 00024 (v02 IBM   )
[    0.000000] ACPI: XSDT 1f772a76 0004C (v01 IBM    TP-1K    00001090  LTP 00000000)
[    0.000000] ACPI: FACP 1f772b00 00081 (v01 IBM    TP-1K    00001090 IBM  00000001)
[    0.000000] ACPI: DSDT 1f772be7 0B22C (v01 IBM    TP-1K    00001090 MSFT 0100000D)
[    0.000000] ACPI: FACS 1f77f000 00040
[    0.000000] ACPI: SSDT 1f772bb4 00033 (v01 IBM    TP-1K    00001090 MSFT 0100000D)
[    0.000000] ACPI: ECDT 1f77de13 00052 (v01 IBM    TP-1K    00001090 IBM  00000001)
[    0.000000] ACPI: TCPA 1f77de65 00032 (v01 IBM    TP-1K    00001090 PTL  00000001)
[    0.000000] ACPI: BOOT 1f77dfd8 00028 (v01 IBM    TP-1K    00001090  LTP 00000001)
[    0.000000] 503MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1f770000
[    0.000000]   low ram: 0 - 1f770000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x1f76ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f76ffff]
[    0.000000] On node 0 totalpages: 128782
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 975 pages used for memmap
[    0.000000]   Normal zone: 124784 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] Local APIC disabled by BIOS -- reenabling.
[    0.000000] Found and enabled local APIC!
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[    0.000000] e820: [mem 0x20000000-0xff7fffff] available for PCI devices
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 127775
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.0-rc1-00273-g2457aaf-dirty root=/dev/sda1 ro lapic drm.debug=0xe
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 505528K/515128K available (3142K kernel code, 233K rwdata, 916K rodata, 320K init, 320K bss, 9600K reserved)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa2000 - 0xfffff000   ( 372 kB)
[    0.000000]     vmalloc : 0xdff70000 - 0xfffa0000   ( 512 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdf770000   ( 503 MB)
[    0.000000]       .init : 0xc1433000 - 0xc1483000   ( 320 kB)
[    0.000000]       .data : 0xc1311cf9 - 0xc14325c0   (1154 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1311cf9   (3143 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=dec06000 soft=dec08000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1195.946 MHz processor
[    0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2391.89 BogoMIPS (lpj=4783784)
[    0.008146] pid_max: default: 32768 minimum: 301
[    0.008312] Mount-cache hash table entries: 512
[    0.012315] mce: CPU supports 5 MCE banks
[    0.012433] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 2
[    0.012433] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
[    0.012433] tlb_flushall_shift: 6
[    0.012603] CPU: Mobile Intel(R) Pentium(R) III CPU - M  1200MHz (fam: 06, model: 0b, stepping: 04)
[    0.012820] ACPI: Core revision 20130725
[    0.022231] ACPI: All ACPI Tables successfully acquired
[    0.022620] ACPI: setting ELCR to 0200 (from 0820)
[    0.024189] Performance Events: p6 PMU driver.
[    0.028011] ... version:                0
[    0.028332] ... bit width:              32
[    0.028642] ... generic registers:      2
[    0.028953] ... value mask:             00000000ffffffff
[    0.029273] ... max period:             000000007fffffff
[    0.029603] ... fixed-purpose events:   0
[    0.029914] ... event mask:             0000000000000003
[    0.030489] Enabling APIC mode:  Flat.  Using 0 I/O APICs
[    0.032000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.032000] devtmpfs: initialized
[    0.032000] PM: Registering ACPI NVS region [mem 0x1f77e000-0x1f77ffff] (8192 bytes)
[    0.032000] NET: Registered protocol family 16
[    0.032000] cpuidle: using governor ladder
[    0.032000] cpuidle: using governor menu
[    0.032000] ACPI: bus type PCI registered
[    0.032000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032000] PCI: PCI BIOS revision 2.10 entry at 0xfd90e, last bus=7
[    0.032000] PCI: Using configuration type 1 for base access
[    0.032000] bio: create slab <bio-0> at 0
[    0.032000] ACPI: Added _OSI(Module Device)
[    0.032000] ACPI: Added _OSI(Processor Device)
[    0.032000] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032000] ACPI: Added _OSI(Processor Aggregator Device)
[    0.033554] ACPI: EC: EC description table is found, configuring boot EC
[    0.044782] ACPI: Interpreter enabled
[    0.044782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[    0.044840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[    0.045018] ACPI: (supports S0 S3 S4 S5)
[    0.045087] ACPI: Using PIC for interrupt routing
[    0.045193] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.049118] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.056682] ACPI: Power Resource [PUBS] (on)
[    0.061426] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.064473] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11)
[    0.064972] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.065466] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.066228] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.066932] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.067924] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.068945] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.069880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.070240] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.070853] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.071532] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.071539] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.071545] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.071552] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.071558] acpi PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.071564] acpi PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.071570] acpi PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] (ignored)
[    0.071576] PCI: root bus 00: using default resources
[    0.071583] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.072184] PCI host bridge to bus 0000:00
[    0.072500] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.072831] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.073191] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.073330] pci 0000:00:00.0: [8086:3575] type 00 class 0x060000
[    0.073476] pci 0000:00:02.0: [8086:3577] type 00 class 0x030000
[    0.073492] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
[    0.073502] pci 0000:00:02.0: reg 0x14: [mem 0xd0000000-0xd007ffff]
[    0.073535] pci 0000:00:02.0: supports D1
[    0.073641] pci 0000:00:02.1: [8086:3577] type 00 class 0x038000
[    0.073655] pci 0000:00:02.1: reg 0x10: [mem 0xe8000000-0xefffffff pref]
[    0.073665] pci 0000:00:02.1: reg 0x14: [mem 0xd0080000-0xd00fffff]
[    0.073697] pci 0000:00:02.1: supports D1
[    0.073823] pci 0000:00:1d.0: [8086:2482] type 00 class 0x0c0300
[    0.073864] pci 0000:00:1d.0: reg 0x20: [io  0x1800-0x181f]
[    0.074042] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.074042] pci 0000:00:1d.1: [8086:2484] type 00 class 0x0c0300
[    0.074042] pci 0000:00:1d.1: reg 0x20: [io  0x1820-0x183f]
[    0.074042] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.074042] pci 0000:00:1d.2: [8086:2487] type 00 class 0x0c0300
[    0.074042] pci 0000:00:1d.2: reg 0x20: [io  0x1840-0x185f]
[    0.074042] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.074042] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
[    0.074042] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.074042] pci 0000:00:1f.0: [8086:248c] type 00 class 0x060100
[    0.074042] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
[    0.074042] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
[    0.076105] pci 0000:00:1f.1: [8086:248a] type 00 class 0x01018a
[    0.076124] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.076136] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.076148] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.076161] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.076173] pci 0000:00:1f.1: reg 0x20: [io  0x1860-0x186f]
[    0.076185] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
[    0.076308] pci 0000:00:1f.3: [8086:2483] type 00 class 0x0c0500
[    0.076350] pci 0000:00:1f.3: reg 0x20: [io  0x1880-0x189f]
[    0.076469] pci 0000:00:1f.5: [8086:2485] type 00 class 0x040100
[    0.076486] pci 0000:00:1f.5: reg 0x10: [io  0x1c00-0x1cff]
[    0.076498] pci 0000:00:1f.5: reg 0x14: [io  0x18c0-0x18ff]
[    0.076640] pci 0000:00:1f.6: [8086:2486] type 00 class 0x070300
[    0.076657] pci 0000:00:1f.6: reg 0x10: [io  0x2400-0x24ff]
[    0.076670] pci 0000:00:1f.6: reg 0x14: [io  0x2000-0x207f]
[    0.076775] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    0.077028] acpiphp: Slot [1] registered
[    0.077118] pci 0000:01:00.0: [1180:0476] type 02 class 0x060700
[    0.077137] pci 0000:01:00.0: reg 0x10: [mem 0x50000000-0x50000fff]
[    0.077162] pci 0000:01:00.0: supports D1 D2
[    0.077168] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.077278] pci 0000:01:00.1: [1180:0476] type 02 class 0x060700
[    0.077297] pci 0000:01:00.1: reg 0x10: [mem 0x50100000-0x50100fff]
[    0.077322] pci 0000:01:00.1: supports D1 D2
[    0.077328] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.077435] pci 0000:01:00.2: [1180:0552] type 00 class 0x0c0010
[    0.077454] pci 0000:01:00.2: reg 0x10: [mem 0xd0205000-0xd02057ff]
[    0.077512] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    0.077618] pci 0000:01:02.0: [14b9:a504] type 00 class 0x028000
[    0.077637] pci 0000:01:02.0: reg 0x10: [io  0x7000-0x70ff]
[    0.077649] pci 0000:01:02.0: reg 0x14: [mem 0xd0200000-0xd0203fff]
[    0.077661] pci 0000:01:02.0: reg 0x18: [mem 0xd0400000-0xd07fffff]
[    0.077689] pci 0000:01:02.0: reg 0x30: [mem 0x00000000-0x001fffff pref]
[    0.077719] pci 0000:01:02.0: supports D1 D2
[    0.077811] pci 0000:01:08.0: [8086:1031] type 00 class 0x020000
[    0.077829] pci 0000:01:08.0: reg 0x10: [mem 0xd0204000-0xd0204fff]
[    0.077841] pci 0000:01:08.0: reg 0x14: [io  0x7400-0x743f]
[    0.077892] pci 0000:01:08.0: supports D1 D2
[    0.077898] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.078002] pci 0000:00:1e.0: PCI bridge to [bus 01-07] (subtractive decode)
[    0.078081] pci 0000:00:1e.0:   bridge window [io  0x3000-0x7fff]
[    0.078089] pci 0000:00:1e.0:   bridge window [mem 0xd0200000-0xdfffffff]
[    0.078098] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.078104] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.078110] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.078177] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 01-07] (conflicts with (null) [bus 01-07])
[    0.078187] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
[    0.078255] pci_bus 0000:06: busn_res: can not insert [bus 06-ff] under [bus 01-07] (conflicts with (null) [bus 01-07])
[    0.078264] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[    0.078279] pci_bus 0000:00: on NUMA node 0
[    0.080122] ACPI: \_SB_.PCI0: notify handler is installed
[    0.080193] Found 1 acpi root devices
[    0.080335] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.080570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.080693] vgaarb: loaded
[    0.080759] vgaarb: bridge control possible 0000:00:02.0
[    0.081010] SCSI subsystem initialized
[    0.081180] libata version 3.00 loaded.
[    0.081249] PCI: Using ACPI for IRQ routing
[    0.081420] PCI: pci_cache_line_size set to 32 bytes
[    0.081468] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.081474] e820: reserve RAM buffer [mem 0x1f770000-0x1fffffff]
[    0.081750] Switched to clocksource refined-jiffies
[    0.081886] pnp: PnP ACPI init
[    0.082200] ACPI: bus type PNP registered
[    0.083609] pnp 00:00: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.084013] pnp 00:00: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.084678] pnp 00:00: disabling [mem 0x000c4000-0x000c7fff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.085339] pnp 00:00: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.086001] pnp 00:00: disabling [mem 0x000cc000-0x000cffff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.086663] pnp 00:00: disabling [mem 0x000d0000-0x000cffff disabled] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.087324] pnp 00:00: disabling [mem 0x000d4000-0x000d3fff disabled] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.088008] pnp 00:00: disabling [mem 0x000d8000-0x000d7fff disabled] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.088665] pnp 00:00: disabling [mem 0x000dc000-0x000dffff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.089316] pnp 00:00: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.089917] pnp 00:00: disabling [mem 0x000e4000-0x000e7fff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.090044] pnp 00:00: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.091104] pnp 00:00: disabling [mem 0x000ec000-0x000effff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.091231] pnp 00:00: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.091358] pnp 00:00: disabling [mem 0x00100000-0x1fffffff] because it overlaps 0000:01:02.0 BAR 6 [mem 0x00000000-0x001fffff pref]
[    0.091548] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.091627] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.092059] system 00:01: [io  0x1000-0x107f] could not be reserved
[    0.092135] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.092209] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.092284] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.092359] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.092392] pnp 00:02: [dma 4]
[    0.092437] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.092499] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.092573] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.092636] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.092711] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.092779] pnp 00:07: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
[    0.092841] pnp 00:08: [dma 2]
[    0.092911] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.093205] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.093494] pnp 00:0a: [dma 0]
[    0.093644] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.093829] pnp 00:0b: [dma 3]
[    0.093991] pnp 00:0b: Plug and Play ACPI device, IDs IBM0071 PNP0511 (active)
[    0.094050] pnp: PnP ACPI: found 12 devices
[    0.094050] ACPI: bus type PNP unregistered
[    0.133175] Switched to clocksource acpi_pm
[    0.133532] pci 0000:00:1f.0: BAR 7: [io  0x1000-0x107f] has bogus alignment
[    0.133886] pci 0000:00:1f.1: BAR 5: assigned [mem 0x20000000-0x200003ff]
[    0.134239] pci 0000:01:00.0: res[9]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.134246] pci 0000:01:00.0: res[10]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.134254] pci 0000:01:00.1: res[9]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.134260] pci 0000:01:00.1: res[10]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.134267] pci 0000:01:00.0: res[7]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.134273] pci 0000:01:00.0: res[8]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.134279] pci 0000:01:00.1: res[7]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.134286] pci 0000:01:00.1: res[8]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.134293] pci 0000:01:00.0: BAR 9: assigned [mem 0xf0000000-0xf3ffffff pref]
[    0.134894] pci 0000:01:00.0: BAR 10: assigned [mem 0xd4000000-0xd7ffffff]
[    0.135235] pci 0000:01:00.1: BAR 9: assigned [mem 0xf4000000-0xf7ffffff pref]
[    0.135845] pci 0000:01:00.1: BAR 10: assigned [mem 0xd8000000-0xdbffffff]
[    0.135845] pci 0000:01:02.0: BAR 6: assigned [mem 0xd0800000-0xd09fffff pref]
[    0.135845] pci 0000:01:00.0: BAR 7: assigned [io  0x3000-0x30ff]
[    0.135988] pci 0000:01:00.0: BAR 8: assigned [io  0x3400-0x34ff]
[    0.136351] pci 0000:01:00.1: BAR 7: assigned [io  0x3800-0x38ff]
[    0.136691] pci 0000:01:00.1: BAR 8: assigned [io  0x3c00-0x3cff]
[    0.137045] pci 0000:01:00.0: CardBus bridge to [bus 02-05]
[    0.137375] pci 0000:01:00.0:   bridge window [io  0x3000-0x30ff]
[    0.137726] pci 0000:01:00.0:   bridge window [io  0x3400-0x34ff]
[    0.138077] pci 0000:01:00.0:   bridge window [mem 0xf0000000-0xf3ffffff pref]
[    0.138689] pci 0000:01:00.0:   bridge window [mem 0xd4000000-0xd7ffffff]
[    0.139004] pci 0000:01:00.1: CardBus bridge to [bus 06]
[    0.139077] pci 0000:01:00.1:   bridge window [io  0x3800-0x38ff]
[    0.139153] pci 0000:01:00.1:   bridge window [io  0x3c00-0x3cff]
[    0.139229] pci 0000:01:00.1:   bridge window [mem 0xf4000000-0xf7ffffff pref]
[    0.139347] pci 0000:01:00.1:   bridge window [mem 0xd8000000-0xdbffffff]
[    0.139424] pci 0000:00:1e.0: PCI bridge to [bus 01-07]
[    0.139498] pci 0000:00:1e.0:   bridge window [io  0x3000-0x7fff]
[    0.139575] pci 0000:00:1e.0:   bridge window [mem 0xd0200000-0xdfffffff]
[    0.139652] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.139774] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.139781] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.139787] pci_bus 0000:01: resource 0 [io  0x3000-0x7fff]
[    0.139793] pci_bus 0000:01: resource 1 [mem 0xd0200000-0xdfffffff]
[    0.139799] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff pref]
[    0.139805] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.139810] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.139817] pci_bus 0000:02: resource 0 [io  0x3000-0x30ff]
[    0.139822] pci_bus 0000:02: resource 1 [io  0x3400-0x34ff]
[    0.139828] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf3ffffff pref]
[    0.139834] pci_bus 0000:02: resource 3 [mem 0xd4000000-0xd7ffffff]
[    0.139840] pci_bus 0000:06: resource 0 [io  0x3800-0x38ff]
[    0.139846] pci_bus 0000:06: resource 1 [io  0x3c00-0x3cff]
[    0.139852] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff pref]
[    0.139858] pci_bus 0000:06: resource 3 [mem 0xd8000000-0xdbffffff]
[    0.139947] NET: Registered protocol family 2
[    0.140399] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.140546] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.140658] TCP: Hash tables configured (established 4096 bind 4096)
[    0.140785] TCP: reno registered
[    0.140858] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.140939] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.141139] NET: Registered protocol family 1
[    0.141245] pci 0000:00:02.0: Boot video device
[    0.141699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.141774] PCI: setting IRQ 11 as level-triggered
[    0.142145] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.142572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.142740] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
[    0.142869] PCI: CLS 32 bytes, default 32
[    0.142966] Simple Boot Flag at 0x35 set to 0x1
[    0.143553] audit: initializing netlink socket (disabled)
[    0.143649] type=2000 audit(1379936447.140:1): initialized
[    0.144196] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.147890] msgmni has been set to 987
[    0.148619] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.149243] io scheduler noop registered
[    0.149677] io scheduler cfq registered (default)
[    0.150078] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.150624] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.151268] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 921600) is a NS16550A
[    0.152192] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 921600) is a NS16550A
[    0.153619] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[    0.153965] PCI: setting IRQ 5 as level-triggered
[    0.154172] Non-volatile memory driver v1.3
[    0.154488] Linux agpgart interface v0.103
[    0.154830] agpgart-intel 0000:00:00.0: Intel 830M Chipset
[    0.155185] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[    0.156433] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.156840] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
[    0.157051] ata_piix 0000:00:1f.1: version 2.13
[    0.157071] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.157272] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.158429] scsi0 : ata_piix
[    0.158615] scsi1 : ata_piix
[    0.158761] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[    0.158837] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[    0.159048] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.164288] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.164933] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.165515] mousedev: PS/2 mouse device common for all mice
[    0.165927] rtc_cmos 00:05: RTC can wake from S4
[    0.166440] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.166823] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram
[    0.167388] TCP: cubic registered
[    0.167983] NET: Registered protocol family 10
[    0.168811] NET: Registered protocol family 17
[    0.169353] Using IPI Shortcut mode
[    0.169858] PM: Hibernation image not present or could not be loaded.
[    0.169883] registered taskstats version 1
[    0.170320] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.171478] rtc_cmos 00:05: setting system clock to 2013-09-23 11:40:47 UTC (1379936447)
[    0.328452] ata1.00: ATA-7: ST96023A, 3.06, max UDMA/100
[    0.328527] ata1.00: 117210240 sectors, multi 16: LBA48 
[    0.344310] ata1.00: configured for UDMA/100
[    0.344597] scsi 0:0:0:0: Direct-Access     ATA      ST96023A         3.06 PQ: 0 ANSI: 5
[    0.345070] sd 0:0:0:0: [sda] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    0.345290] sd 0:0:0:0: [sda] Write Protect is off
[    0.345363] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.345413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.392013]  sda: sda1 sda2 < sda5 >
[    0.392577] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.415717] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[    0.416571] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[    0.444393] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    0.444535] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[    0.472969] devtmpfs: mounted
[    0.473421] Freeing unused kernel memory: 320K (c1433000 - c1483000)
[    0.473644] Write protecting the kernel text: 3144k
[    0.473750] Write protecting the kernel read-only data: 920k
[    1.140036] tsc: Refined TSC clocksource calibration: 1196.015 MHz
[    2.140567] Switched to clocksource tsc
[    2.291673] systemd-udevd[144]: starting version 204
[    3.118142] intel_rng: FWH not detected
[    3.203184] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    3.207361] ACPI: Lid Switch [LID]
[    3.207616] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    3.207745] ACPI: Sleep Button [SLPB]
[    3.207940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.208082] ACPI: Power Button [PWRF]
[    3.247666] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.316580] ACPI: Requesting acpi_cpufreq
[    3.317204] tsc: Marking TSC unstable due to TSC halts in idle
[    3.317564] ACPI: acpi_idle registered with cpuidle
[    3.324874] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    3.325076] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
[    3.328140] Switched to clocksource acpi_pm
[    3.392369] parport_pc 00:0a: reported by Plug and Play ACPI
[    3.392498] parport0: PC-style at 0x3bc (0x7bc), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[    3.445781] Floppy drive(s): fd0 is 1.44M
[    3.463059] FDC 0 is a National Semiconductor PC87306
[    3.495947] ACPI: AC Adapter [AC] (on-line)
[    3.653880] ACPI: Battery Slot [BAT0] (battery absent)
[    3.688387] thermal LNXTHERM:00: registered as thermal_zone0
[    3.688474] ACPI: Thermal Zone [THM0] (62 C)
[    3.825651] pci 0000:00:1e.0: setting latency timer to 64
[    3.825783] yenta_cardbus 0000:01:00.0: CardBus bridge found [1014:0185]
[    3.952555] yenta_cardbus 0000:01:00.0: ISA IRQ mask 0x0418, PCI irq 11
[    3.952923] yenta_cardbus 0000:01:00.0: Socket status: 30000006
[    3.953277] yenta_cardbus 0000:01:00.0: pcmcia: parent PCI bridge window: [io  0x3000-0x7fff]
[    3.953908] yenta_cardbus 0000:01:00.0: pcmcia: parent PCI bridge window: [mem 0xd0200000-0xdfffffff]
[    3.954544] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0200000-0xdfffffff:
[    3.954847]  excluding 0xd0200000-0xd09fffff 0xd3a00000-0xdc1fffff 0xdfa00000-0xe01fffff
[    3.955085] yenta_cardbus 0000:01:00.0: pcmcia: parent PCI bridge window: [mem 0xf0000000-0xf7ffffff pref]
[    3.955212] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0000000-0xf7ffffff:
[    3.955350]  excluding 0xf0000000-0xf7ffffff
[    3.960121] yenta_cardbus 0000:01:00.1: CardBus bridge found [1014:0185]
[    4.088451] yenta_cardbus 0000:01:00.1: ISA IRQ mask 0x0418, PCI irq 5
[    4.089513] yenta_cardbus 0000:01:00.1: Socket status: 30000006
[    4.089609] yenta_cardbus 0000:01:00.1: pcmcia: parent PCI bridge window: [io  0x3000-0x7fff]
[    4.089740] yenta_cardbus 0000:01:00.1: pcmcia: parent PCI bridge window: [mem 0xd0200000-0xdfffffff]
[    4.089872] pcmcia_socket pcmcia_socket1: cs: memory probe 0xd0200000-0xdfffffff:
[    4.090130]  excluding 0xd0200000-0xd09fffff 0xd3a00000-0xdc1fffff 0xdfa00000-0xe01fffff
[    4.090391] yenta_cardbus 0000:01:00.1: pcmcia: parent PCI bridge window: [mem 0xf0000000-0xf7ffffff pref]
[    4.090522] pcmcia_socket pcmcia_socket1: cs: memory probe 0xf0000000-0xf7ffffff:
[    4.090664]  excluding 0xf0000000-0xf7ffffff
[    4.152666] airo(): Probing for PCI adapters
[    4.168088] firewire_ohci 0000:01:00.2: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    4.170585] airo(): Found an MPI350 card
[    4.455762] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    4.455856] e100: Copyright(c) 1999-2006 Intel Corporation
[    4.613329] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[    4.668385] firewire_core 0000:01:00.2: created device fw0: GUID 00061b0201022780, S400
[    4.767058] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    4.767412] thinkpad_acpi: http://ibm-acpi.sf.net/
[    4.767733] thinkpad_acpi: ThinkPad BIOS 1KET48WW (1.09 ), EC 1KHT18WW-1.06
[    4.772832] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    4.786615] ACPI: bus type USB registered
[    4.787074] usbcore: registered new interface driver usbfs
[    4.787450] usbcore: registered new interface driver hub
[    4.788713] usbcore: registered new device driver usb
[    4.808505] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    4.811983] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    4.861003] [drm] Initialized drm 1.1.0 20060810
[    4.883832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.121662] airo(eth0): Firmware version 5.2.19
[    5.121751] airo(eth0): WPA unsupported with firmware versions older than 5.30.17.
[    5.121873] airo(eth0): MAC enabled 00:02:8a:25:27:a8
[    5.125568] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
[    5.151479] airo(): Finished probing for PCI adapters
[    5.155526] e100 0000:01:08.0 eth1: addr 0xd0204000, irq 11, MAC addr 00:09:6b:a0:c7:55
[    5.171468] snd_intel8x0m: `-2' invalid for parameter `index'
[    5.180940] intel8x0_measure_ac97_clock: measured 56155 usecs (2698 samples)
[    5.181341] intel8x0: clocking to 48000
[    5.185703] uhci_hcd: USB Universal Host Controller Interface driver
[    5.186303] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.186315] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.186677] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    5.187351] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[    5.196139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    5.196235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.196854] usb usb1: Product: UHCI Host Controller
[    5.197185] usb usb1: Manufacturer: Linux 3.12.0-rc1-00273-g2457aaf-dirty uhci_hcd
[    5.197804] usb usb1: SerialNumber: 0000:00:1d.0
[    5.199764] hub 1-0:1.0: USB hub found
[    5.204065] hub 1-0:1.0: 2 ports detected
[    5.204940] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.204951] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.205043] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    5.205214] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[    5.223218] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.223312] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.223435] usb usb2: Product: UHCI Host Controller
[    5.223511] usb usb2: Manufacturer: Linux 3.12.0-rc1-00273-g2457aaf-dirty uhci_hcd
[    5.223633] usb usb2: SerialNumber: 0000:00:1d.1
[    5.224132] hub 2-0:1.0: USB hub found
[    5.227256] hub 2-0:1.0: 2 ports detected
[    5.227811] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.227822] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.227910] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    5.228111] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
[    5.229698] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.230068] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.230676] usb usb3: Product: UHCI Host Controller
[    5.231017] usb usb3: Manufacturer: Linux 3.12.0-rc1-00273-g2457aaf-dirty uhci_hcd
[    5.231627] usb usb3: SerialNumber: 0000:00:1d.2
[    5.237390] hub 3-0:1.0: USB hub found
[    5.237745] hub 3-0:1.0: 2 ports detected
[    5.323408] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    5.405389] microcode: CPU0 sig=0x6b4, pf=0x20, revision=0x2
[    5.688222] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    5.831333] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
[    5.831714]  excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xdc000-0xfffff
[    5.832524] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[    5.832873]  excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xdc000-0xfffff
[    5.833332] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[    5.833958]  clean.
[    5.834282] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[    5.834991] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
[    5.835612]  clean.
[    5.835937] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff:
[    5.836680]  clean.
[    5.837770]  clean.
[    5.872508] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    6.211228] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    6.224814] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input7
[    6.812577] systemd-udevd[192]: renamed network interface eth0 to rename2
[    6.813244] systemd-udevd[181]: renamed network interface eth1 to eth0
[    6.864107] systemd-udevd[192]: renamed network interface rename2 to eth1
[    7.651916] [drm:i915_dump_device_info], i915 device info: gen=2, pciid=0x3577 flags=is_mobile,cursor_needs_physical,has_overlay,overlay_needs_physical,
[    7.652155] [drm] Memory usable by graphics device = 128M
[    7.652512] [drm:i915_gem_gtt_init], GMADR size = 128M
[    7.652518] [drm:i915_gem_gtt_init], GTT stolen size = 8M
[    7.652541] i915 0000:00:02.0: setting latency timer to 64
[    7.653623] [drm:intel_detect_pch], No PCH found?
[    7.654688] [drm:intel_opregion_setup], graphic opregion physical addr: 0x0
[    7.654696] [drm:intel_opregion_setup], ACPI OpRegion not supported!
[    7.654725] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.654810] [drm] Driver supports precise vblank timestamp query.
[    7.654887] [drm:init_vbt_defaults], Set default to SSC at 66MHz
[    7.654984] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    7.654993] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    7.655002] [drm:parse_sdvo_device_mapping], different child size is found. Invalid.
[    7.655008] [drm:parse_device_mapping], different child size is found. Invalid.
[    7.655021] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    7.655058] [drm] applying pipe a force quirk
[    7.655136] [drm:intel_modeset_init], 2 display pipes available.
[    7.655150] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    7.655164] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    7.655171] [drm:intel_shared_dpll_init], 0 shared PLLs initialized
[    7.655183] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.655870] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 2
[    7.656188] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus dpb. force bit now 1
[    7.656196] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 2
[    7.656461] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus dpb. force bit now 1
[    7.656467] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 2
[    7.656730] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus dpb. force bit now 1
[    7.656737] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus ssc. force bit now 2
[    7.662719] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus ssc. force bit now 1
[    7.663142] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7fff000]
[    7.666989] [drm:i915_gem_context_init], Disabling HW Contexts; old hardware
[    7.667352] [drm] initialized overlay support
[    7.667453] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: enabled
[    7.667467] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    7.667477] [drm:intel_modeset_readout_hw_state], [ENCODER:6:DAC-6] hw state readout: disabled, pipe=0
[    7.667486] [drm:intel_modeset_readout_hw_state], [ENCODER:7:None-7] hw state readout: enabled, pipe=0
[    7.668931] [drm:intel_modeset_readout_hw_state], [CONNECTOR:8:LVDS-1] hw state readout: enabled
[    7.668942] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:VGA-1] hw state readout: disabled
[    7.668953] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    7.668960] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    7.668965] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    7.668971] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    7.668979] [drm:intel_dump_pipe_config], requested mode:
[    7.668984] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1024 0 0 0 768 0 0 0 0x0 0x0
[    7.668995] [drm:intel_dump_pipe_config], adjusted mode:
[    7.669000] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 0 0 0 0 0 0 0 0 0x0 0x5
[    7.669010] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    7.669017] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    7.669023] [drm:intel_dump_pipe_config], ips: 0
[    7.674009] [drm:intel_sanitize_crtc], [CRTC:4] hw state adjusted, was enabled, now disabled
[    7.674017] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    7.674024] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    7.674029] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    7.674034] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    7.674042] [drm:intel_dump_pipe_config], requested mode:
[    7.674047] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 480 0 0 0 0x0 0x0
[    7.674058] [drm:intel_dump_pipe_config], adjusted mode:
[    7.674062] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 25153 0 0 0 0 0 0 0 0 0x0 0x0
[    7.674073] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    7.674079] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    7.674085] [drm:intel_dump_pipe_config], ips: 0
[    7.674952] [drm:intel_connector_check_state], [CONNECTOR:8:LVDS-1]
[    7.674960] [drm:check_encoder_state], [ENCODER:6:DAC-6]
[    7.674968] [drm:check_encoder_state], [ENCODER:7:None-7]
[    7.674974] [drm:check_crtc_state], [CRTC:3]
[    7.674989] [drm:check_crtc_state], [CRTC:4]
[    7.675013] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1]
[    7.675020] [drm:intel_dvo_detect], [CONNECTOR:8:LVDS-1]
[    7.675286] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[    7.675302] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1] probed modes :
[    7.675309] [drm:drm_mode_debug_printmodeline], Modeline 9:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[    7.675322] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[    7.675329] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[    7.675593] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    7.675599] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    7.675607] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[    7.675614] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[    7.675876] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    7.675883] [drm:drm_setup_crtcs], 
[    7.675888] [drm:drm_enable_connectors], connector 8 enabled? yes
[    7.675894] [drm:drm_enable_connectors], connector 5 enabled? no
[    7.675901] [drm:drm_target_preferred], looking for cmdline mode on connector 8
[    7.675907] [drm:drm_target_preferred], looking for preferred mode on connector 8
[    7.675912] [drm:drm_target_preferred], found mode 1024x768
[    7.675918] [drm:drm_setup_crtcs], picking CRTCs for 2048x2048 config
[    7.675926] [drm:drm_setup_crtcs], desired mode 1024x768 set on crtc 3
[    7.688239] [drm:intelfb_create], allocated 1024x768 fb: 0x00060000, bo db02f2a0
[    7.690188] fbcon: inteldrmfb (fb0) is primary device
[    7.691682] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[    7.691690] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    7.691694] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    7.691703] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    7.691713] [drm:drm_mode_debug_printmodeline], Modeline 10:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[    7.691718] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    7.691725] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[    7.691733] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    7.691744] [drm:connected_sink_compute_bpp], [CONNECTOR:8:LVDS-1] checking for sink bpp constrains
[    7.691753] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[    7.691758] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    7.691762] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    7.691765] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    7.691771] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    7.691774] [drm:intel_dump_pipe_config], requested mode:
[    7.691784] [drm:drm_mode_debug_printmodeline], Modeline 0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[    7.691787] [drm:intel_dump_pipe_config], adjusted mode:
[    7.691796] [drm:drm_mode_debug_printmodeline], Modeline 0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[    7.691801] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    7.691805] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    7.691808] [drm:intel_dump_pipe_config], ips: 0
[    7.752394] [drm:i9xx_update_plane], Writing base 00060000 00000000 0 0 4096
[    7.752407] [drm:intel_crtc_mode_set], [ENCODER:7:None-7] set [MODE:0:1024x768]
[    7.754990] VR00: 0xa202
[    7.755848] VR01: 0x0000
[    7.762736] VR30: 0x0000
[    7.763607] VR40: 0x3400
[    7.764509] VR80: 0x0000
[    7.765367] VR81: 0x0000
[    7.766224] VR82: 0x000a
[    7.770470] VR83: 0x000a
[    7.771337] VR84: 0x000a
[    7.772232] VR85: 0x000a
[    7.773089] VR86: 0x000a
[    7.773946] VR87: 0x000a
[    7.774803] VR88: 0x000a
[    7.775660] VR8E: 0x0002
[    7.780881] VR8F: 0x0003
[    7.780900] [drm:i830_get_fifo_size], FIFO size - (0x00017e5f) A: 47
[    7.780904] [drm:intel_calculate_wm], FIFO entries required for mode: 41
[    7.780908] [drm:intel_calculate_wm], FIFO watermark level: 4
[    7.780912] [drm:i830_update_wm], Setting FIFO watermarks - A: 4
[    7.816256] [drm:intel_connector_check_state], [CONNECTOR:8:LVDS-1]
[    7.816265] [drm:check_encoder_state], [ENCODER:6:DAC-6]
[    7.816270] [drm:check_encoder_state], [ENCODER:7:None-7]
[    7.816275] [drm:check_crtc_state], [CRTC:3]
[    7.816293] [drm:check_crtc_state], [CRTC:4]
[    7.816305] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    7.816314] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    7.816322] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[    7.816816] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[    7.816825] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    7.816831] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[    7.832349] Console: switching to colour frame buffer device 128x48
[    7.832532] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[    7.832539] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    7.832544] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[    7.849565] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.849755] i915 0000:00:02.0: registered panic notifier
[    7.850106] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    9.027571] Adding 1028092k swap on /dev/sda5.  Priority:-1 extents:1 across:1028092k 
[    9.087665] EXT4-fs (sda1): re-mounted. Opts: (null)
[    9.324311] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   10.248429] fuse init (API version 7.22)
[   10.303437] loop: module loaded
[   12.037957] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.043006] e100 0000:01:08.0 eth0: NIC Link is Up 100 Mbps Full Duplex
[   12.051778] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.673814] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[   12.673825] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   12.673832] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   14.423202] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input8
[   15.899381] Bluetooth: Core ver 2.16
[   15.907156] NET: Registered protocol family 31
[   15.913654] Bluetooth: HCI device and connection manager initialized
[   15.920212] Bluetooth: HCI socket layer initialized
[   15.927435] Bluetooth: L2CAP socket layer initialized
[   15.934490] Bluetooth: SCO socket layer initialized
[   15.998906] Bluetooth: RFCOMM TTY layer initialized
[   16.005486] Bluetooth: RFCOMM socket layer initialized
[   16.011478] Bluetooth: RFCOMM ver 1.11
[   16.073520] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.079486] Bluetooth: BNEP filters: protocol multicast
[   16.088161] Bluetooth: BNEP socket layer initialized
[   17.707578] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[   17.707590] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   17.707598] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   17.856045] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   17.856331] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   17.856339] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   20.198236] [drm:i915_driver_open], 
[   20.198378] [drm:intel_crtc_cursor_set], cursor off
[   20.198389] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[   20.198405] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   20.198416] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.198425] [drm:intel_crtc_cursor_set], cursor off
[   20.198431] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   20.198438] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   20.198446] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.198546] [drm:i915_driver_open], 
[   20.198727] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[2] ENCODERS[2]
[   20.228148] [drm:intel_crtc_cursor_set], cursor off
[   20.228169] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[   20.228185] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   20.228196] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.228205] [drm:intel_crtc_cursor_set], cursor off
[   20.228211] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   20.228218] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   20.228226] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.228637] [drm:i915_driver_open], 
[   20.228713] [drm:intel_crtc_cursor_set], cursor off
[   20.228721] [drm:intel_crtc_set_config], [CRTC:3] [FB:11] #connectors=1 (x y) (0 0)
[   20.228732] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   20.228741] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.228748] [drm:intel_crtc_cursor_set], cursor off
[   20.228753] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   20.228760] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   20.228767] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.228863] [drm:i915_driver_open], 
[   20.229781] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[2] ENCODERS[2]
[   20.229795] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[2] ENCODERS[2]
[   20.229944] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[   20.229956] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1]
[   20.229964] [drm:intel_dvo_detect], [CONNECTOR:8:LVDS-1]
[   20.230244] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[   20.230263] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1] probed modes :
[   20.230272] [drm:drm_mode_debug_printmodeline], Modeline 9:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[   20.230289] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[   20.230860] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   20.230871] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   20.230879] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[   20.231147] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.231154] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   20.231163] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[   20.231170] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   20.231433] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.231444] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   20.231452] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   20.231458] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[   20.231721] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.231727] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   20.231734] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[   20.231741] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   20.233431] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.233572] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[   20.233582] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1]
[   20.233589] [drm:intel_dvo_detect], [CONNECTOR:8:LVDS-1]
[   20.233858] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[   20.233874] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:LVDS-1] probed modes :
[   20.233881] [drm:drm_mode_debug_printmodeline], Modeline 9:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0x5
[   20.233897] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[   20.237065] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   20.237084] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   20.237092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[   20.237366] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.237373] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   20.237382] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[   20.237389] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   20.237651] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.237664] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   20.237671] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   20.237678] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[   20.237941] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.237947] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   20.237954] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[   20.237960] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   20.238222] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   20.308925] [drm:drm_mode_addfb], [FB:12]
[   20.309103] [drm:drm_mode_setcrtc], [CRTC:3]
[   20.309119] [drm:drm_mode_setcrtc], [CONNECTOR:8:LVDS-1]
[   20.309128] [drm:intel_crtc_set_config], [CRTC:3] [FB:12] #connectors=1 (x y) (0 0)
[   20.309143] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=1
[   20.309152] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   20.321323] [drm:i9xx_update_plane], Writing base 00400000 00000000 0 0 4096
[   20.328180] [drm:drm_mode_setcrtc], [CRTC:4]
[   20.328192] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   20.328202] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   20.328214] [drm:intel_modeset_stage_output_state], [CONNECTOR:8:LVDS-1] to [CRTC:3]
[   27.872111] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   27.872428] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   27.872434] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   29.870055] [drm:intel_dvo_detect], [CONNECTOR:8:LVDS-1]
[   29.870129] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=1
[   29.870412] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   29.870419] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   29.870428] [drm:intel_get_load_detect_pipe], [CONNECTOR:5:VGA-1], [ENCODER:6:DAC-6]
[   29.870436] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   30.265901] [drm:i8xx_irq_handler], pipe B underrun
[   37.888104] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   37.888391] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   37.888398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   47.904080] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   47.904369] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   47.904377] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   57.920083] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   57.920372] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   57.920379] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   67.936105] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   67.936393] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   67.936401] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   77.952075] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   77.952363] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   77.952370] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   87.968066] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   87.968357] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   87.968365] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[   97.984095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[   97.984386] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   97.984393] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  108.000102] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  108.000393] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  108.000400] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  118.016059] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  118.016342] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  118.016350] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  128.032093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  128.032383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  128.032390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  138.048068] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  138.048356] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  138.048363] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  148.064108] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  148.064399] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  148.064407] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  158.080093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  158.080383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  158.080390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  168.096067] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  168.096358] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  168.096366] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  178.112061] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  178.112349] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  178.112356] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  188.128099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  188.128389] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  188.128396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  198.144070] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  198.144358] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  198.144365] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  208.160105] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  208.160394] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  208.160402] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  218.176089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  218.176373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  218.176380] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  228.192107] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  228.192397] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  228.192405] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  238.208098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  238.208388] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  238.208396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  248.224092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  248.224381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  248.224389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  258.240062] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  258.240353] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  258.240361] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  268.256118] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  268.256409] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  268.256417] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  278.272096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  278.272386] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  278.272394] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  288.288101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  288.288390] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  288.288398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  298.304109] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  298.304401] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  298.304408] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  308.320092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  308.320380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  308.320388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  318.336097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  318.336381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  318.336388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  328.352096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  328.352388] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  328.352396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  338.368097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  338.368386] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  338.368395] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  348.384089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  348.384379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  348.384386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  358.400102] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  358.400391] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  358.400398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  368.416094] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  368.416382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  368.416389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  378.432100] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  378.432391] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  378.432398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  388.448092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  388.448382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  388.448390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  398.464098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  398.464386] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  398.464394] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  408.480099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  408.480389] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  408.480396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  418.496101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  418.496391] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  418.496398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  428.512095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  428.512383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  428.512390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  438.528101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  438.528390] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  438.528398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  448.544098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  448.544390] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  448.544398] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  458.560112] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  458.560401] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  458.560409] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  468.576097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  468.576388] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  468.576396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  478.592101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  478.592393] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  478.592401] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  488.608098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  488.608387] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  488.608394] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  498.624094] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  498.624385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  498.624393] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  508.640098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  508.640389] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  508.640396] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  518.656095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  518.656385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  518.656392] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  528.672104] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  528.672393] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  528.672401] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  538.688093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  538.688383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  538.688391] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  548.704095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  548.704385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  548.704392] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  558.720105] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  558.720395] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  558.720402] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  568.736102] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  568.736392] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  568.736400] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  578.752095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  578.752385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  578.752393] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  588.768099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  588.768389] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  588.768397] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  598.784101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  598.784392] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  598.784400] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  608.800093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  608.800383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  608.800392] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  618.816095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  618.816385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  618.816393] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  622.820966] [drm:check_encoder_state], [ENCODER:6:DAC-6]
[  622.820982] [drm:check_encoder_state], [ENCODER:7:None-7]
[  622.820990] [drm:check_crtc_state], [CRTC:3]
[  622.821005] [drm:check_crtc_state], [CRTC:4]
[  628.832093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  628.832381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  628.832389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  638.848090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  638.848373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  638.848381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  648.864101] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  648.864385] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  648.864392] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  658.880091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  658.880374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  658.880382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  668.896089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  668.896373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  668.896380] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  678.912096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  678.912379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  678.912386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  688.928102] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  688.928387] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  688.928394] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  698.944090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  698.944374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  698.944381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  708.960092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  708.960376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  708.960383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  718.976098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  718.976382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  718.976389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  728.992086] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  728.992370] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  728.992377] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  739.008092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  739.008376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  739.008383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  749.024092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  749.024376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  749.024384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  759.040093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  759.040377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  759.040384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  769.056087] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  769.056372] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  769.056379] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  779.072093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  779.072376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  779.072384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  789.088090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  789.088375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  789.088382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  799.104096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  799.104380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  799.104388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  809.120093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  809.120378] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  809.120385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  819.136093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  819.136378] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  819.136385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  829.152095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  829.152379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  829.152386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  839.168098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  839.168382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  839.168389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  849.184089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  849.184373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  849.184381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  859.200093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  859.200377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  859.200384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  869.216093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  869.216377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  869.216385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  879.232093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  879.232377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  879.232385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  889.248089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  889.248373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  889.248380] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  899.264096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  899.264380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  899.264387] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  909.280093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  909.280378] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  909.280385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  919.296105] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  919.296389] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  919.296397] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  929.312092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  929.312377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  929.312384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  939.328091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  939.328375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  939.328383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  949.344097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  949.344382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  949.344389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  959.360092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  959.360376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  959.360383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  969.376092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  969.376376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  969.376384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  979.392096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  979.392381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  979.392388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  989.408097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  989.408382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  989.408389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[  999.424092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[  999.424376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[  999.424383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1009.440092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1009.440376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1009.440383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1019.456089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1019.456374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1019.456381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1029.472092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1029.472377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1029.472384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1039.488089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1039.488373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1039.488380] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1049.504093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1049.504376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1049.504384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1059.520092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1059.520376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1059.520383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1069.536095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1069.536379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1069.536386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1079.552093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1079.552377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1079.552385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1089.568091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1089.568376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1089.568383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1099.584096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1099.584381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1099.584388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1109.600097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1109.600381] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1109.600388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1119.616090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1119.616375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1119.616382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1129.632091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1129.632375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1129.632383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1139.648099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1139.648384] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1139.648391] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1149.664099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1149.664383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1149.664390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1159.680096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1159.680380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1159.680387] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1169.696091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1169.696375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1169.696382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1179.712096] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1179.712380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1179.712388] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1189.728091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1189.728376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1189.728383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1199.744094] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1199.744379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1199.744386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1209.760092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1209.760376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1209.760384] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1219.776098] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1219.776383] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1219.776390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1229.792090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1229.792374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1229.792381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1239.808095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1239.808379] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1239.808386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1249.824092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1249.824376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1249.824383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1259.840099] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1259.840382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1259.840390] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1269.856090] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1269.856375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1269.856382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1279.872095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1279.872380] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1279.872387] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1289.888051] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1289.888336] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1289.888343] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1299.904097] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1299.904382] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1299.904389] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1309.920091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1309.920375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1309.920382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1319.936088] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1319.936373] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1319.936381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1329.952091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1329.952375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1329.952383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1339.968092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1339.968376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1339.968383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1349.984089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1349.984374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1349.984381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1360.000089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1360.000374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1360.000381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1370.016054] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1370.016335] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1370.016342] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1380.032086] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1380.032368] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1380.032376] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1390.048089] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1390.048371] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1390.048378] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1400.064092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1400.064374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1400.064381] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1410.080095] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1410.080378] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1410.080386] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1420.096088] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1420.096369] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1420.096377] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1430.112094] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1430.112377] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1430.112385] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1440.128091] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1440.128374] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1440.128382] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1450.144092] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1450.144375] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1450.144383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1460.160080] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1460.160363] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1460.160371] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1470.176093] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1470.176376] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1470.176383] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1480.192059] [drm:intel_crt_detect], [CONNECTOR:5:VGA-1] force=0
[ 1480.192342] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1480.192349] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]

-- 
Meelis Roos (mroos@xxxxxxxx)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux