Corrupted video with Linux 3.8 and i915

Ever since I upgraded my Linux Kernel to 3.8, I've been getting corrupted graphics after booting. I can get past the corruption if I add "nomodeset" kernel option, however this causes X to use a fallback driver instead of the Intel one.
This is the dmesg logs with the default modesetting and corrupted graphics:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b10de096-a448-4f73-b737-8a93cda3da03 ro quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000bad8bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bad8c000-0x00000000badd5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badd6000-0x00000000badddfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000badde000-0x00000000baddefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baddf000-0x00000000bae00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae01000-0x00000000bae01fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bae02000-0x00000000bae11fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae12000-0x00000000bae1ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae20000-0x00000000bae44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae45000-0x00000000bae87fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae88000-0x00000000baffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000e00fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fe407fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe800000-0x00000000fe9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: BIOSTAR Group H61MGC/H61MGC, BIOS 4.6.4 01/19/2012
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x43fe00 max_arch_pfn = 0x400000000
[ 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-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask C00000000 write-back
[ 0.000000] 1 base 400000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BB800000 mask FFF800000 uncachable
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 5 base 43FE00000 mask FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xbb800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbae02 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f] mapped at [ffff8800000fcd80]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xbae01fff]
[ 0.000000] [mem 0x00000000-0xbadfffff] page 2M
[ 0.000000] [mem 0xbae00000-0xbae01fff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xbae01fff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x43fdfffff]
[ 0.000000] [mem 0x100000000-0x43fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x43fdfffff @ [mem 0xbad7e000-0xbad8bfff]
[ 0.000000] RAMDISK: [mem 0x37982000-0x37cb8fff]
[ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000badd6068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000baddcfe0 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 00000000badd6150 06E89 (v02 ALASKA A M I 00000014 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bae17f80 00040
[ 0.000000] ACPI: APIC 00000000baddd0d8 00072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000baddd150 00102 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.000000] ACPI: MCFG 00000000baddd258 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000baddd298 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.000000] ACPI: ASPT 00000000baddd2d0 00034 (v07 ALASKA PerfTune 01072009 AMI 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000043fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43fdfffff]
[ 0.000000] NODE_DATA [mem 0x43fdfb000-0x43fdfffff]
[ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042f400000-ffff88043f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x43fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xbad8bfff]
[ 0.000000] node 0: [mem 0xbae01000-0xbae01fff]
[ 0.000000] node 0: [mem 0x100000000-0x43fdfffff]
[ 0.000000] On node 0 totalpages: 4171547
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3912 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11879 pages used for memmap
[ 0.000000] DMA32 zone: 748326 pages, LIFO batch:31
[ 0.000000] Normal zone: 53240 pages used for memmap
[ 0.000000] Normal zone: 3354120 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000bad8c000 - 00000000badd6000
[ 0.000000] PM: Registered nosave memory: 00000000badd6000 - 00000000badde000
[ 0.000000] PM: Registered nosave memory: 00000000badde000 - 00000000baddf000
[ 0.000000] PM: Registered nosave memory: 00000000baddf000 - 00000000bae01000
[ 0.000000] PM: Registered nosave memory: 00000000bae02000 - 00000000bae12000
[ 0.000000] PM: Registered nosave memory: 00000000bae12000 - 00000000bae20000
[ 0.000000] PM: Registered nosave memory: 00000000bae20000 - 00000000bae45000
[ 0.000000] PM: Registered nosave memory: 00000000bae45000 - 00000000bae88000
[ 0.000000] PM: Registered nosave memory: 00000000bae88000 - 00000000bb000000
[ 0.000000] PM: Registered nosave memory: 00000000bb000000 - 00000000bb800000
[ 0.000000] PM: Registered nosave memory: 00000000bb800000 - 00000000bfa00000
[ 0.000000] PM: Registered nosave memory: 00000000bfa00000 - 00000000d0000000
[ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000e0100000
[ 0.000000] PM: Registered nosave memory: 00000000e0100000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fe408000
[ 0.000000] PM: Registered nosave memory: 00000000fe408000 - 00000000fe800000
[ 0.000000] PM: Registered nosave memory: 00000000fe800000 - 00000000fea00000
[ 0.000000] PM: Registered nosave memory: 00000000fea00000 - 00000000feb00000
[ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000fed04000
[ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed08000
[ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed45000
[ 0.000000] PM: Registered nosave memory: 00000000fed45000 - 00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fed94000
[ 0.000000] PM: Registered nosave memory: 00000000fed94000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fef00000
[ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 00000000ff000000
[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[ 0.000000] e820: [mem 0xbfa00000-0xcfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88043fa00000 s85184 r8192 d21312 u524288
[ 0.000000] pcpu-alloc: s85184 r8192 d21312 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4106358
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b10de096-a448-4f73-b737-8a93cda3da03 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16342728k/17823744k available (4908k kernel code, 1137556k absent, 343460k reserved, 4024k data, 820k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:4352 nr_irqs:712 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 67108864 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.003333] tsc: Detected 3392.088 MHz processor
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6786.85 BogoMIPS (lpj=11306960)
[ 0.000003] pid_max: default: 32768 minimum: 301
[ 0.000022] Security Framework initialized
[ 0.000027] AppArmor: AppArmor disabled by boot time parameter
[ 0.000680] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.003594] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.004879] Mount-cache hash table entries: 256
[ 0.004996] Initializing cgroup subsys cpuacct
[ 0.004998] Initializing cgroup subsys memory
[ 0.005003] Initializing cgroup subsys devices
[ 0.005004] Initializing cgroup subsys freezer
[ 0.005005] Initializing cgroup subsys net_cls
[ 0.005006] Initializing cgroup subsys blkio
[ 0.005023] CPU: Physical Processor ID: 0
[ 0.005024] CPU: Processor Core ID: 0
[ 0.005027] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.005289] mce: CPU supports 9 MCE banks
[ 0.005298] CPU0: Thermal monitoring enabled (TM1)
[ 0.005305] process: using mwait in idle threads
[ 0.005308] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 1
[ 0.005431] Freeing SMP alternatives: 20k freed
[ 0.006105] ACPI: Core revision 20121018
[ 0.007846] ftrace: allocating 19310 entries in 76 pages
[ 0.014700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.047607] smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[ 0.047612] TSC deadline timer enabled
[ 0.047615] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
[ 0.047619] ... version: 3
[ 0.047620] ... bit width: 48
[ 0.047620] ... generic registers: 8
[ 0.047621] ... value mask: 0000ffffffffffff
[ 0.047622] ... max period: 000000007fffffff
[ 0.047622] ... fixed-purpose events: 3
[ 0.047623] ... event mask: 00000007000000ff
[ 0.084381] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.070954] smpboot: Booting Node 0, Processors #1 #2 #3 OK
[ 0.124713] Brought up 4 CPUs
[ 0.124716] smpboot: Total of 4 processors activated (27147.40 BogoMIPS)
[ 0.127034] devtmpfs: initialized
[ 0.128242] PM: Registering ACPI NVS region [mem 0xbad8c000-0xbadd5fff] (303104 bytes)
[ 0.128247] PM: Registering ACPI NVS region [mem 0xbadde000-0xbaddefff] (4096 bytes)
[ 0.128248] PM: Registering ACPI NVS region [mem 0xbae12000-0xbae1ffff] (57344 bytes)
[ 0.128249] PM: Registering ACPI NVS region [mem 0xbae45000-0xbae87fff] (274432 bytes)
[ 0.128713] RTC time: 12:28:08, date: 04/21/13
[ 0.128739] NET: Registered protocol family 16
[ 0.128821] ACPI: bus type pci registered
[ 0.128858] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.128860] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.134043] PCI: Using configuration type 1 for base access
[ 0.134456] bio: create slab <bio-0> at 0
[ 0.134491] ACPI: Added _OSI(Module Device)
[ 0.134492] ACPI: Added _OSI(Processor Device)
[ 0.134492] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.134493] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.135068] ACPI: EC: Look up EC in DSDT
[ 0.135781] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.137166] ACPI: SSDT 00000000bae16c18 0038C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.137329] ACPI: Dynamic OEM Table Load:
[ 0.137331] ACPI: SSDT (null) 0038C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.137344] ACPI: SSDT 00000000bae17e18 00084 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.137479] ACPI: Dynamic OEM Table Load:
[ 0.137480] ACPI: SSDT (null) 00084 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.137815] ACPI: Interpreter enabled
[ 0.137817] ACPI: (supports S0 S1 S4 S5)
[ 0.137825] ACPI: Using IOAPIC for interrupt routing
[ 0.137957] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.140373] ACPI: No dock devices found.
[ 0.140376] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.140460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.140461] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.140644] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.140660] PCI host bridge to bus 0000:00
[ 0.140662] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.140663] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 0.140664] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 0.140666] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 0.140667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.140668] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.140669] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[ 0.140670] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xffffffff]
[ 0.140676] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[ 0.140703] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[ 0.140710] pci 0000:00:02.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
[ 0.140714] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.140717] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
[ 0.140761] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.140782] pci 0000:00:16.0: reg 10: [mem 0xfe407000-0xfe40700f 64bit]
[ 0.140852] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.140882] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.140901] pci 0000:00:1a.0: reg 10: [mem 0xfe406000-0xfe4063ff]
[ 0.140986] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.141009] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.141022] pci 0000:00:1b.0: reg 10: [mem 0xfe400000-0xfe403fff 64bit]
[ 0.141084] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.141106] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.141179] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.141202] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.141274] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.141305] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.141327] pci 0000:00:1d.0: reg 10: [mem 0xfe405000-0xfe4053ff]
[ 0.141412] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.141435] pci 0000:00:1f.0: [8086:1c5c] type 00 class 0x060100
[ 0.141547] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018a
[ 0.141560] pci 0000:00:1f.2: reg 10: [io 0xf110-0xf117]
[ 0.141566] pci 0000:00:1f.2: reg 14: [io 0xf100-0xf103]
[ 0.141573] pci 0000:00:1f.2: reg 18: [io 0xf0f0-0xf0f7]
[ 0.141580] pci 0000:00:1f.2: reg 1c: [io 0xf0e0-0xf0e3]
[ 0.141587] pci 0000:00:1f.2: reg 20: [io 0xf0d0-0xf0df]
[ 0.141594] pci 0000:00:1f.2: reg 24: [io 0xf0c0-0xf0cf]
[ 0.141635] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.141648] pci 0000:00:1f.3: reg 10: [mem 0xfe404000-0xfe4040ff 64bit]
[ 0.141666] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
[ 0.141696] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
[ 0.141709] pci 0000:00:1f.5: reg 10: [io 0xf0b0-0xf0b7]
[ 0.141716] pci 0000:00:1f.5: reg 14: [io 0xf0a0-0xf0a3]
[ 0.141723] pci 0000:00:1f.5: reg 18: [io 0xf090-0xf097]
[ 0.141730] pci 0000:00:1f.5: reg 1c: [io 0xf080-0xf083]
[ 0.141737] pci 0000:00:1f.5: reg 20: [io 0xf070-0xf07f]
[ 0.141743] pci 0000:00:1f.5: reg 24: [io 0xf060-0xf06f]
[ 0.141821] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.141889] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.141908] pci 0000:02:00.0: reg 10: [io 0xe000-0xe0ff]
[ 0.141941] pci 0000:02:00.0: reg 18: [mem 0xe0004000-0xe0004fff 64bit pref]
[ 0.141961] pci 0000:02:00.0: reg 20: [mem 0xe0000000-0xe0003fff 64bit pref]
[ 0.142050] pci 0000:02:00.0: supports D1 D2
[ 0.142051] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.147998] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.148003] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.148013] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.148056] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.148071] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.148131] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.148233] pci0000:00: ACPI _OSC control (0x19) granted
[ 0.148555] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.148580] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.148604] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.148627] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12 14 15)
[ 0.148651] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 0.148675] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 0.148699] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.148724] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.148771] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.148772] vgaarb: loaded
[ 0.148773] vgaarb: bridge control possible 0000:00:02.0
[ 0.148791] PCI: Using ACPI for IRQ routing
[ 0.150239] PCI: pci_cache_line_size set to 64 bytes
[ 0.150274] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.150275] e820: reserve RAM buffer [mem 0xbad8c000-0xbbffffff]
[ 0.150276] e820: reserve RAM buffer [mem 0xbae02000-0xbbffffff]
[ 0.150277] e820: reserve RAM buffer [mem 0x43fe00000-0x43fffffff]
[ 0.150330] NetLabel: Initializing
[ 0.150330] NetLabel: domain hash size = 128
[ 0.150331] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.150338] NetLabel: unlabeled traffic allowed by default
[ 0.150351] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.150354] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.152358] Switching to clocksource hpet
[ 0.154978] pnp: PnP ACPI init
[ 0.154986] ACPI: bus type pnp registered
[ 0.155052] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[ 0.155054] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.155055] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.155056] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.155057] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.155060] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.155126] system 00:01: [io 0x0a00-0x0a0f] has been reserved
[ 0.155127] system 00:01: [io 0x0a30-0x0a3f] has been reserved
[ 0.155128] system 00:01: [io 0x0a20-0x0a2f] has been reserved
[ 0.155130] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155242] pnp 00:02: [dma 0 disabled]
[ 0.155272] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.155473] pnp 00:03: [dma 0 disabled]
[ 0.155550] pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.155556] pnp 00:04: [dma 4]
[ 0.155565] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.155584] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.155595] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.155622] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.155624] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155639] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.155737] system 00:09: [io 0x0400-0x0453] has been reserved
[ 0.155738] system 00:09: [io 0x0458-0x047f] has been reserved
[ 0.155740] system 00:09: [io 0x1180-0x119f] has been reserved
[ 0.155741] system 00:09: [io 0x0500-0x057f] has been reserved
[ 0.155742] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.155744] system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 0.155745] system 00:09: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.155746] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 0.155748] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.155778] system 00:0a: [io 0x0454-0x0457] has been reserved
[ 0.155779] system 00:0a: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.155841] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.155914] pnp: PnP ACPI: found 12 devices
[ 0.155915] ACPI: ACPI bus type pnp unregistered
[ 0.161646] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.161657] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.161660] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.161666] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.161686] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 0.161687] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 0.161688] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
[ 0.161689] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
[ 0.161690] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[ 0.161692] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[ 0.161693] pci_bus 0000:00: resource 10 [mem 0xbfa00000-0xffffffff]
[ 0.161694] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.161695] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.161711] NET: Registered protocol family 2
[ 0.161855] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 0.162134] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.162257] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.162268] TCP: reno registered
[ 0.162280] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.162322] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.162389] NET: Registered protocol family 1
[ 0.162397] pci 0000:00:02.0: Boot video device
[ 1.491880] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 2.821411] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 2.821534] PCI: CLS 64 bytes, default 64
[ 2.821560] Unpacking initramfs...
[ 2.860148] Freeing initrd memory: 3292k freed
[ 2.860410] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.860412] software IO TLB [mem 0xb6d7e000-0xbad7e000] (64MB) mapped at [ffff8800b6d7e000-ffff8800bad7dfff]
[ 2.860631] audit: initializing netlink socket (disabled)
[ 2.860638] type=2000 audit(1366547290.869:1): initialized
[ 2.869024] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.870168] VFS: Disk quotas dquot_6.5.2
[ 2.870192] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.870287] msgmni has been set to 31925
[ 2.870432] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 2.870451] io scheduler noop registered
[ 2.870452] io scheduler deadline registered
[ 2.870455] io scheduler cfq registered (default)
[ 2.870600] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[ 2.870600] vesafb: scrolling: redraw
[ 2.870602] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.871275] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90005c00000, using 8128k, total 8128k
[ 2.980432] Console: switching to colour frame buffer device 240x67
[ 3.089134] fb0: VESA VGA frame buffer device
[ 3.089141] intel_idle: MWAIT substates: 0x1120
[ 3.089141] intel_idle: v0.4 model 0x3A
[ 3.089142] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.089165] GHES: HEST is not enabled!
[ 3.089198] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 3.109690] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.109934] Linux agpgart interface v0.103
[ 3.109973] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.110328] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.110343] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.110406] mousedev: PS/2 mouse device common for all mice
[ 3.110446] rtc_cmos 00:05: RTC can wake from S4
[ 3.110549] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 3.110579] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.110620] cpuidle: using governor ladder
[ 3.110670] cpuidle: using governor menu
[ 3.110671] EFI Variables Facility v0.08 2004-May-17
[ 3.110696] drop_monitor: Initializing network drop monitor service
[ 3.110739] TCP: cubic registered
[ 3.110796] NET: Registered protocol family 10
[ 3.110880] NET: Registered protocol family 17
[ 3.110888] Key type dns_resolver registered
[ 3.111039] PM: Hibernation image not present or could not be loaded.
[ 3.111044] registered taskstats version 1
[ 3.111641] Magic number: 9:762:481
[ 3.111722] rtc_cmos 00:05: setting system clock to 2013-04-21 12:28:11 UTC (1366547291)
[ 3.112698] Freeing unused kernel memory: 820k freed
[ 3.112774] Write protecting the kernel read-only data: 8192k
[ 3.115117] Freeing unused kernel memory: 1224k freed
[ 3.116059] Freeing unused kernel memory: 440k freed
[ 3.120597] systemd-udevd[55]: starting version 201
[ 3.121991] [drm] Initialized drm 1.1.0 20060810
[ 3.122543] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 3.122548] ACPI: Power Button [PWRB]
[ 3.122604] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 3.122606] ACPI: Power Button [PWRF]
[ 3.124834] [drm] Memory usable by graphics device = 2048M
[ 3.124837] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
[ 3.124838] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 3.124847] Console: switching to colour dummy device 80x25
[ 3.124912] i915 0000:00:02.0: setting latency timer to 64
[ 3.147632] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[ 3.147637] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 3.147638] [drm] Driver supports precise vblank timestamp query.
[ 3.147660] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.160432] [drm:__gen6_gt_force_wake_mt_get] *ERROR* Timed out waiting for forcewake to ack request.
[ 3.170403] [drm:__gen6_gt_wait_for_thread_c0] *ERROR* GT thread status wait timed out
[ 3.223613] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 00000000 head 00000000 tail 00000000 start 00000000
[ 4.074424] [drm:__gen6_gt_force_wake_mt_get] *ERROR* Timed out waiting for forcewake to ack request.
[ 4.094365] [drm:__gen6_gt_wait_for_thread_c0] *ERROR* GT thread status wait timed out
[ 4.094384] tsc: Refined TSC clocksource calibration: 3392.294 MHz
[ 4.094386] Switching to clocksource tsc
[ 4.147630] [drm:init_ring_common] *ERROR* bsd ring initialization failed ctl 00000000 head 00000000 tail 00000000 start 00000000
[ 4.147706] [drm:i915_driver_load] *ERROR* failed to init modeset
[ 4.148415] i915: probe of 0000:00:02.0 failed with error -5
[ 4.161263] ACPI: bus type usb registered
[ 4.161317] usbcore: registered new interface driver usbfs
[ 4.161324] usbcore: registered new interface driver hub
[ 4.161413] usbcore: registered new device driver usb
[ 4.161574] SCSI subsystem initialized
[ 4.162262] ACPI: bus type scsi registered
[ 4.162335] libata version 3.00 loaded.
[ 4.162367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.162577] ehci-pci: EHCI PCI platform driver
[ 4.162612] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 4.162615] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 4.162619] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 4.162631] ehci-pci 0000:00:1a.0: debug port 2
[ 4.166507] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 4.166520] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfe406000
[ 4.174224] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 4.174406] hub 1-0:1.0: USB hub found
[ 4.174411] hub 1-0:1.0: 2 ports detected
[ 4.174488] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 4.174491] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 4.174494] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 4.174504] ehci-pci 0000:00:1d.0: debug port 2
[ 4.178376] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 4.178387] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfe405000
[ 4.187519] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 4.187706] hub 2-0:1.0: USB hub found
[ 4.187709] hub 2-0:1.0: 2 ports detected
[ 4.187805] ata_piix 0000:00:1f.2: version 2.13
[ 4.187823] ata_piix 0000:00:1f.2: MAP [
[ 4.187824] P0 P2 P1 P3 ]
[ 4.340467] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 4.340720] scsi0 : ata_piix
[ 4.341117] scsi1 : ata_piix
[ 4.341342] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf0d0 irq 14
[ 4.341347] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf0d8 irq 15
[ 4.341360] ata_piix 0000:00:1f.5: MAP [
[ 4.341360] P0 -- P1 -- ]
[ 4.480019] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 4.493313] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[ 4.493326] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 4.493538] scsi2 : ata_piix
[ 4.493885] scsi3 : ata_piix
[ 4.494108] ata3: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf070 irq 19
[ 4.494109] ata4: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf078 irq 19
[ 4.603626] hub 1-1:1.0: USB hub found
[ 4.603699] hub 1-1:1.0: 4 ports detected
[ 4.709364] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 4.832948] hub 2-1:1.0: USB hub found
[ 4.833043] hub 2-1:1.0: 6 ports detected
[ 4.898989] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
[ 4.999004] usbcore: registered new interface driver usbhid
[ 4.999005] usbhid: USB HID core driver
[ 4.999367] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input2
[ 4.999427] hid-generic 0003:046D:C521.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.1/input0
[ 5.002139] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/input/input3
[ 5.002355] hid-generic 0003:046D:C521.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.1/input1
[ 5.055167] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[ 5.360826] ata2.00: failed to resume link (SControl 0)
[ 5.424109] usb 1-1.4: new full-speed USB device number 5 using ehci-pci
[ 5.517457] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input4
[ 5.517569] hid-generic 0003:045E:0745.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4/input0
[ 5.523155] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/input/input5
[ 5.523390] hid-generic 0003:045E:0745.0004: input,hidraw3: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4/input1
[ 5.538878] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.2/input/input6
[ 5.539104] hid-generic 0003:045E:0745.0005: input,hiddev0,hidraw4: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4/input2
[ 5.616931] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[ 5.679916] ata1.01: failed to resume link (SControl 0)
[ 5.702724] input: Western Digital External HDD as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/input/input7
[ 5.702795] hid-generic 0003:1058:0705.0006: input,hidraw5: USB HID v1.10 Device [Western Digital External HDD ] on usb-0000:00:1d.0-1.3/input1
[ 5.703448] Initializing USB Mass Storage driver...
[ 5.703513] scsi4 : usb-storage 2-1.3:1.0
[ 5.703555] usbcore: registered new interface driver usb-storage
[ 5.703556] USB Mass Storage support registered.
[ 5.832877] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.832888] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 5.839930] ata1.00: ATA-8: Hitachi HDS721010CLA330, JP4OA3MA, max UDMA/133
[ 5.839934] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.853220] ata1.00: configured for UDMA/133
[ 5.853398] scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72101 JP4O PQ: 0 ANSI: 5
[ 6.381306] ata2.01: failed to resume link (SControl 0)
[ 6.392485] ata2.00: SATA link down (SStatus 4 SControl 0)
[ 6.392498] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 6.393465] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 6.393486] sd 0:0:0:0: [sda] Write Protect is off
[ 6.393488] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.393496] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.398867] sda: sda1 sda2
[ 6.399148] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.684261] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.704492] scsi 4:0:0:0: Direct-Access WD 5000BEV External 1.75 PQ: 0 ANSI: 4
[ 6.705358] sd 4:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 6.706072] sd 4:0:0:0: [sdb] Write Protect is off
[ 6.706077] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 6.706816] sd 4:0:0:0: [sdb] No Caching mode page present
[ 6.706824] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 6.709057] sd 4:0:0:0: [sdb] No Caching mode page present
[ 6.709064] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 6.709536] sdb: sdb1 sdb2 sdb3
[ 6.712170] sd 4:0:0:0: [sdb] No Caching mode page present
[ 6.712177] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 6.712182] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 7.159102] systemd[1]: systemd 201 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 7.170787] systemd[1]: Set hostname to <monolith>.
[ 7.649154] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 7.649194] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.649202] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[ 7.649209] systemd[1]: Starting Network is Online.
[ 7.649215] systemd[1]: Reached target Network is Online.
[ 7.649220] systemd[1]: Starting mnt-netfs.automount.
[ 7.661823] systemd[1]: Set up automount mnt-netfs.automount.
[ 7.661832] systemd[1]: Starting Remote File Systems.
[ 7.661838] systemd[1]: Reached target Remote File Systems.
[ 7.661843] systemd[1]: Starting Syslog Socket.
[ 7.661864] systemd[1]: Listening on Syslog Socket.
[ 7.661870] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 7.661885] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 7.661890] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 7.661900] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 7.661904] systemd[1]: Starting LVM2 metadata daemon socket.
[ 7.661918] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 7.661923] systemd[1]: Starting Delayed Shutdown Socket.
[ 7.661934] systemd[1]: Listening on Delayed Shutdown Socket.
[ 7.661940] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 7.661962] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 7.661980] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 7.662020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 7.662026] systemd[1]: Starting Journal Socket.
[ 7.662050] systemd[1]: Listening on Journal Socket.
[ 7.662059] systemd[1]: Mounting POSIX Message Queue File System...
[ 7.682703] systemd[1]: Started Set Up Additional Binary Formats.
[ 7.686581] systemd[1]: Starting Apply Kernel Variables...
[ 7.690932] systemd[1]: Mounting Debug File System...
[ 7.694343] systemd[1]: Starting Journal Service...
[ 7.700886] systemd[1]: Started Journal Service.
[ 7.712541] systemd[1]: Starting Load Kernel Modules...
[ 7.714248] systemd[1]: Starting Encrypted Volumes.
[ 7.714259] systemd[1]: Reached target Encrypted Volumes.
[ 7.714267] systemd[1]: Starting Setup Virtual Console...
[ 7.730815] systemd[1]: Starting udev Kernel Socket.
[ 7.730835] systemd[1]: Listening on udev Kernel Socket.
[ 7.730869] systemd[1]: Starting udev Control Socket.
[ 7.730884] systemd[1]: Listening on udev Control Socket.
[ 7.730912] systemd[1]: Starting udev Coldplug all Devices...
[ 7.747426] systemd[1]: Starting udev Kernel Device Manager...
[ 7.770676] systemd[1]: Mounting Huge Pages File System...
[ 7.787329] systemd[1]: Starting Swap.
[ 7.787341] systemd[1]: Reached target Swap.
[ 7.787360] systemd[1]: Started File System Check on Root Device.
[ 7.787366] systemd[1]: Mounting Temporary Directory...
[ 7.810621] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 7.817216] systemd[1]: Expecting device dev-disk-by\x2duuid-e2db39e9\x2d056c\x2d44ed\x2d8d42\x2d1b027e4a0d24.device...
[ 8.023502] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 8.045846] systemd-udevd[121]: starting version 201
[ 8.151804] loop: module loaded
[ 8.186713] vboxdrv: Found 4 processor cores.
[ 8.186976] vboxdrv: fAsync=0 offMin=0x216 offMax=0x9aea
[ 8.187033] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 8.187034] vboxdrv: Successfully loaded version 4.2.12_OSE (interface 0x001a0004).
[ 8.716904] ACPI: Requesting acpi_cpufreq
[ 8.728317] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 8.767237] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0xa
[ 8.853130] thermal LNXTHERM:00: registered as thermal_zone0
[ 8.853132] ACPI: Thermal Zone [THRM] (37 C)
[ 8.929755] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[ 9.026224] mei 0000:00:16.0: setting latency timer to 64
[ 9.026302] mei 0000:00:16.0: irq 40 for MSI/MSI-X
[ 9.032384] parport_pc 00:03: reported by Plug and Play ACPI
[ 9.032430] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
[ 9.167592] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 9.167844] r8169 0000:02:00.0: irq 41 for MSI/MSI-X
[ 9.167971] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90005c22000, b8:97:5a:0a:fc:9e, XID 0c900800 IRQ 41
[ 9.167973] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 9.345693] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0xa
[ 9.386088] ppdev: user-space parallel port driver
[ 9.386810] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0xa
[ 9.387792] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0xa
[ 9.388032] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 9.469096] media: Linux media interface: v0.10
[ 9.476345] Linux video capture interface: v2.00
[ 9.497387] uvcvideo: Found UVC 1.00 device <unnamed> (046d:081b)
[ 9.510837] input: UVC Camera (046d:081b) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input9
[ 9.510906] usbcore: registered new interface driver uvcvideo
[ 9.510907] USB Video Class driver (1.1.1)
[ 9.529106] iTCO_vendor_support: vendor-support=0
[ 9.537373] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 9.537428] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 9.537524] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 9.544558] gpio_ich: GPIO from 180 to 255 on gpio_ich
[ 9.607707] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 9.626188] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 9.626255] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 9.626287] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 9.626319] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 9.626349] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 10.336472] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 10.732413] 4:3:1: cannot set freq 16000 to ep 0x86
[ 10.881026] usbcore: registered new interface driver snd-usb-audio
[ 10.903764] r8169 0000:02:00.0 eth0: link down
[ 10.903796] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.903806] r8169 0000:02:00.0 eth0: link down
[ 11.696715] systemd-logind[297]: Watching system buttons on /dev/input/event1 (Power Button)
[ 11.696774] systemd-logind[297]: Watching system buttons on /dev/input/event0 (Power Button)
[ 12.498819] r8169 0000:02:00.0 eth0: link up
[ 12.498826] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.281485] FS-Cache: Loaded
[ 19.295688] FS-Cache: Netfs 'cifs' registered for caching
[ 19.295798] Key type cifs.spnego registered
[ 19.295811] Key type cifs.idmap registered
[ 74.361879] mtrr: no MTRR for d0000000,3ff0000 found
With modesetting disabled I no longer see " [drm:i915_driver_load] *ERROR* failed to init modeset", but get a new error that the agpgart module cannot be initialized:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b10de096-a448-4f73-b737-8a93cda3da03 ro quiet nomodeset
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000bad8bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bad8c000-0x00000000badd5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badd6000-0x00000000badddfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000badde000-0x00000000baddefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baddf000-0x00000000bae00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae01000-0x00000000bae01fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bae02000-0x00000000bae11fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae12000-0x00000000bae1ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae20000-0x00000000bae44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae45000-0x00000000bae87fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae88000-0x00000000baffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000e00fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fe407fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe800000-0x00000000fe9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: BIOSTAR Group H61MGC/H61MGC, BIOS 4.6.4 01/19/2012
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x43fe00 max_arch_pfn = 0x400000000
[ 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-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask C00000000 write-back
[ 0.000000] 1 base 400000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BB800000 mask FFF800000 uncachable
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 5 base 43FE00000 mask FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xbb800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbae02 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f] mapped at [ffff8800000fcd80]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xbae01fff]
[ 0.000000] [mem 0x00000000-0xbadfffff] page 2M
[ 0.000000] [mem 0xbae00000-0xbae01fff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xbae01fff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x43fdfffff]
[ 0.000000] [mem 0x100000000-0x43fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x43fdfffff @ [mem 0xbad7e000-0xbad8bfff]
[ 0.000000] RAMDISK: [mem 0x37982000-0x37cb8fff]
[ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000badd6068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000baddcfe0 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 00000000badd6150 06E89 (v02 ALASKA A M I 00000014 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bae17f80 00040
[ 0.000000] ACPI: APIC 00000000baddd0d8 00072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000baddd150 00102 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.000000] ACPI: MCFG 00000000baddd258 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000baddd298 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.000000] ACPI: ASPT 00000000baddd2d0 00034 (v07 ALASKA PerfTune 01072009 AMI 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000043fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43fdfffff]
[ 0.000000] NODE_DATA [mem 0x43fdfb000-0x43fdfffff]
[ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042f400000-ffff88043f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x43fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xbad8bfff]
[ 0.000000] node 0: [mem 0xbae01000-0xbae01fff]
[ 0.000000] node 0: [mem 0x100000000-0x43fdfffff]
[ 0.000000] On node 0 totalpages: 4171547
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3912 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11879 pages used for memmap
[ 0.000000] DMA32 zone: 748326 pages, LIFO batch:31
[ 0.000000] Normal zone: 53240 pages used for memmap
[ 0.000000] Normal zone: 3354120 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000bad8c000 - 00000000badd6000
[ 0.000000] PM: Registered nosave memory: 00000000badd6000 - 00000000badde000
[ 0.000000] PM: Registered nosave memory: 00000000badde000 - 00000000baddf000
[ 0.000000] PM: Registered nosave memory: 00000000baddf000 - 00000000bae01000
[ 0.000000] PM: Registered nosave memory: 00000000bae02000 - 00000000bae12000
[ 0.000000] PM: Registered nosave memory: 00000000bae12000 - 00000000bae20000
[ 0.000000] PM: Registered nosave memory: 00000000bae20000 - 00000000bae45000
[ 0.000000] PM: Registered nosave memory: 00000000bae45000 - 00000000bae88000
[ 0.000000] PM: Registered nosave memory: 00000000bae88000 - 00000000bb000000
[ 0.000000] PM: Registered nosave memory: 00000000bb000000 - 00000000bb800000
[ 0.000000] PM: Registered nosave memory: 00000000bb800000 - 00000000bfa00000
[ 0.000000] PM: Registered nosave memory: 00000000bfa00000 - 00000000d0000000
[ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000e0100000
[ 0.000000] PM: Registered nosave memory: 00000000e0100000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fe408000
[ 0.000000] PM: Registered nosave memory: 00000000fe408000 - 00000000fe800000
[ 0.000000] PM: Registered nosave memory: 00000000fe800000 - 00000000fea00000
[ 0.000000] PM: Registered nosave memory: 00000000fea00000 - 00000000feb00000
[ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000fed04000
[ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed08000
[ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed45000
[ 0.000000] PM: Registered nosave memory: 00000000fed45000 - 00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fed94000
[ 0.000000] PM: Registered nosave memory: 00000000fed94000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fef00000
[ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 00000000ff000000
[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[ 0.000000] e820: [mem 0xbfa00000-0xcfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88043fa00000 s85184 r8192 d21312 u524288
[ 0.000000] pcpu-alloc: s85184 r8192 d21312 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4106358
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b10de096-a448-4f73-b737-8a93cda3da03 ro quiet nomodeset
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16342728k/17823744k available (4908k kernel code, 1137556k absent, 343460k reserved, 4024k data, 820k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:4352 nr_irqs:712 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 67108864 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.003333] tsc: Detected 3392.360 MHz processor
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6787.41 BogoMIPS (lpj=11307866)
[ 0.000003] pid_max: default: 32768 minimum: 301
[ 0.000022] Security Framework initialized
[ 0.000027] AppArmor: AppArmor disabled by boot time parameter
[ 0.000670] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.003579] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.004861] Mount-cache hash table entries: 256
[ 0.004978] Initializing cgroup subsys cpuacct
[ 0.004980] Initializing cgroup subsys memory
[ 0.004985] Initializing cgroup subsys devices
[ 0.004986] Initializing cgroup subsys freezer
[ 0.004987] Initializing cgroup subsys net_cls
[ 0.004988] Initializing cgroup subsys blkio
[ 0.005004] CPU: Physical Processor ID: 0
[ 0.005005] CPU: Processor Core ID: 0
[ 0.005009] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.005270] mce: CPU supports 9 MCE banks
[ 0.005280] CPU0: Thermal monitoring enabled (TM1)
[ 0.005287] process: using mwait in idle threads
[ 0.005289] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 1
[ 0.005412] Freeing SMP alternatives: 20k freed
[ 0.006082] ACPI: Core revision 20121018
[ 0.007828] ftrace: allocating 19310 entries in 76 pages
[ 0.014664] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.047574] smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[ 0.047580] TSC deadline timer enabled
[ 0.047582] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
[ 0.047586] ... version: 3
[ 0.047586] ... bit width: 48
[ 0.047587] ... generic registers: 8
[ 0.047588] ... value mask: 0000ffffffffffff
[ 0.047588] ... max period: 000000007fffffff
[ 0.047589] ... fixed-purpose events: 3
[ 0.047590] ... event mask: 00000007000000ff
[ 0.087678] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.074249] smpboot: Booting Node 0, Processors #1 #2 #3 OK
[ 0.128013] Brought up 4 CPUs
[ 0.128016] smpboot: Total of 4 processors activated (27149.66 BogoMIPS)
[ 0.130345] devtmpfs: initialized
[ 0.131553] PM: Registering ACPI NVS region [mem 0xbad8c000-0xbadd5fff] (303104 bytes)
[ 0.131558] PM: Registering ACPI NVS region [mem 0xbadde000-0xbaddefff] (4096 bytes)
[ 0.131559] PM: Registering ACPI NVS region [mem 0xbae12000-0xbae1ffff] (57344 bytes)
[ 0.131560] PM: Registering ACPI NVS region [mem 0xbae45000-0xbae87fff] (274432 bytes)
[ 0.132024] RTC time: 13:15:37, date: 04/21/13
[ 0.132050] NET: Registered protocol family 16
[ 0.132136] ACPI: bus type pci registered
[ 0.132173] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.132175] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.137361] PCI: Using configuration type 1 for base access
[ 0.137775] bio: create slab <bio-0> at 0
[ 0.137809] ACPI: Added _OSI(Module Device)
[ 0.137810] ACPI: Added _OSI(Processor Device)
[ 0.137811] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.137811] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.138385] ACPI: EC: Look up EC in DSDT
[ 0.139103] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.140495] ACPI: SSDT 00000000bae16c18 0038C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.140660] ACPI: Dynamic OEM Table Load:
[ 0.140662]

Meanwhile, I encountered it seems to be a problem of the gdm in conjunction with the gpu and the intel driver - once again :-(
Look at this thread: https://bbs.archlinux.org/viewtopic.php?id=161964
Actually, I can start my DE (Gnome 3.8) manually with the following workaround:
First, I disable gdm on my machine
# systemctl disable gdm
After bootin the machine, I'm logging in into the console
$ startx
stopping the X system again
$ sudo systemctl start gdm
logging in into the Gnome Shell.
I need to start the X server first manually. Otherwise the gdm will hang again.
Last edited by thesofty (2013-04-24 21:12:10)

Similar Messages

  • I took a video with my iphone 5c and now i can't get it back to photo mode

    I took a video with my iphone 5c and now i can't get it back to photo mode.  Any suggestions?
    Laura

    In the camera app, tap and hold and slide from video to photo.

  • Flash video with linux and Shockwave Flash 7.0 r63

    I'm trying to get flashvideo working with a simple swf:
    message = "";
    var connection_nc:NetConnection = new NetConnection();
    connection_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connection_nc);
    videoObject.attachVideo(stream_ns);
    stream_ns.play("test.flv");
    stream_ns.onStatus = function(infoObject)
    message += "\r"+infoObject.code;
    This is working with windows xp/2003 but not with the version
    7 of the flashplayer with linux. The output only shows:
    NetStream.Play.StreamNotfound
    The move file (test.flv) is located inthe same directory as
    the main.swf.
    Is flashvideo supported with the linuxplayer?

    Hi!
    I am trying really hard to do what you are trying to get rid of!
    I am new to iWeb and know very little about what coding is, but am trying to get this to happen...
    1) have "welcome" page automatically play a very short 2 or 3 second full screen video (heavily compressed I guess?)
    2) As soon as the video ends, the actual, static, welcome screen opens / shows itself.
    That's it!
    But I have no idea as to how to make it happen. Can I copy and paste the code you have in your message? I would really, really appreciate any and all help you can offer.
    Thanks!
    James

  • I've made videos with my iPhone 4S and transfered to my iPad, but they do not appear on my iPad's iMovie. What can I do?

    I've made several videos with my iPhone 4S. I transfered all to iTunes and then to my iPad 2. They appear on the "Videos" app on the iPad, but not on iMovie. What can I do to change this? I would like to use iMovie on the iPad to edit these videos.

    I have found that a good way to get them to the pad camera roll is thru an app called photosync   Transfers the videos   Wireleesly to the pad.   If you already have them in the camera roll, just fire up I movie, create a new project, and the will show up in the selection of clips in the upper left.  Drag them into the movie pane and do your thing. You really don't need to visit I tunes unless you need to get them onto the pad via the way Fred has described.

  • Does anyone know how you can play video with the screen locked and not just recorded video. Like downloaded video?

    So I want to be able to play video mp4 for my kids and lock the screen so that they don't disable or stop the video. Is there anyway you can lock the screen and play video? I've seen an app that tries to do this, but it only plays video recorded from the device. Also, it's not very good. I've also looked at IOS 5, but it only seems to support audio, not video, unless I am not doing something correctly? What happened to the simple old manual 'hold' switches that most devices have, like the PSP etc? It seems like all of the touch devices have neglected a simple touch disable button? Anyway, please provide any enlightenment here. 

    actually nevermind, it's working now. I closed iTunes, then waited a little, then double clicked one of my iTunes video files from my documents, which opened up iTunes again and the video started playing. I tried restarting iTunes before and that didn't work, so maybe for those who have similar problems, just try clicking on the video file in your documents/desktop of your computer, rather than directly from iTunes.

  • Memory corruption detected with linux 3.9.2-1

    I have this message with dmesg and kernel 3.9.2-1, it disappears with kernel downgrade (3.8.11), what can i do ??
    p.s.
    the system seems to be stable.
    [   61.584649] Corrupted low memory at ffff880000006598 (6598 phys) = ff0000000000
    [   61.584695] ------------[ cut here ]------------
    [   61.584709] WARNING: at arch/x86/kernel/check.c:140 check_for_bios_corruption+0x10f/0x120()
    [   61.584712] Hardware name: HP Pavilion dv6 Notebook PC
    [   61.584714] Memory corruption detected in low memory
    [   61.584719] Modules linked in: fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core joydev videodev media hp_wmi sparse_keymap iTCO_wdt iTCO_vendor_support arc4 snd_hda_codec_hdmi intel_powerclamp coretemp microcode psmouse serio_raw pcspkr i2c_i801 intel_ips acpi_cpufreq mperf ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 r8168(O) rfkill thermal wmi snd_hda_codec_idt battery snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc hp_accel snd_timer lis3lv02d input_polldev snd ac evdev mei soundcore lpc_ich processor radeon ttm nfs lockd sunrpc fscache ext4 crc16 mbcache jbd2 sr_mod cdrom sd_mod ahci libahci ehci_pci ehci_hcd libata scsi_mod usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    [   61.584832] Pid: 23, comm: kworker/0:1 Tainted: G           O 3.9.2-1-ARCH #1
    [   61.584835] Call Trace:
    [   61.584845]  [<ffffffff81058090>] warn_slowpath_common+0x70/0xa0
    [   61.584851]  [<ffffffff8105810c>] warn_slowpath_fmt+0x4c/0x50
    [   61.584858]  [<ffffffff8104543f>] check_for_bios_corruption+0x10f/0x120
    [   61.584865]  [<ffffffff8104545e>] check_corruption+0xe/0x40
    [   61.584873]  [<ffffffff81075e30>] process_one_work+0x170/0x440
    [   61.584880]  [<ffffffff81076905>] worker_thread+0x115/0x3d0
    [   61.584886]  [<ffffffff810767f0>] ? manage_workers+0x340/0x340
    [   61.584892]  [<ffffffff8107b5d0>] kthread+0xc0/0xd0
    [   61.584898]  [<ffffffff8107b510>] ? kthread_create_on_node+0x120/0x120
    [   61.584905]  [<ffffffff814d96ac>] ret_from_fork+0x7c/0xb0
    [   61.584910]  [<ffffffff8107b510>] ? kthread_create_on_node+0x120/0x120
    [   61.584914] ---[ end trace 1563130596fe98e7 ]---

    Nekos wrote:
    I have this message with dmesg and kernel 3.9.2-1, it disappears with kernel downgrade (3.8.11), what can i do ??
    p.s.
    the system seems to be stable.
    Well, the pithy answer would be to buy a computer from a vendor who supports free operating systems.
    Of course, I own and love my DV4.
    What does it mean?  Some BIOS implementations use areas of low memory without properly allocating it (letting the operating system know it is in use).  Windows just does not use that area of memory, and some vendors do a sloppy job in their software quality; it only has to work with Redmond code, so why fix it?
    Linux is forced to implement a bunch of ridiculous hacks to work around low quality hardware and firmware.  You found one.  The kernel was watching that memory to see if it could be trusted.  Something changed that memory when nothing (in the kernel's view) should have touched it.  Since it changed, the kernel has taken note that that memory should not be trusted.  Kind of analogous to finding a bad block on a disk drive and subsequently ignoring it by adding it to a list of bad blocks.
    So, aside from sucking it up because you lost some usable memory, you need do nothing.
    EDIT: BTW, it probably means the new kernel is more stable.
    Last edited by ewaller (2013-05-16 15:03:00)

  • FX5600 Corrupt video with 61.77 drivers

    When install the 61.77 drivers in any game appear a lot of corruption images.. like when your antenna is broken in TV....
    Can anyone help me?
    I got an MSI FX5600 128M with Athlon 64 3.2 GHz and a ASUS K8V SE DELUXE Mobo.
    By the way, with 56.xx drivers works fine but the performance is not good

    i still get lots of video issues, the 56.72 seemed to solve a few games, but i had not tried them all. its constant. i tried newer drivers and the issue does not go away, i tried card on a second machine and the issue is still there. i really think this card is bad. i tried a couple driver removal programs but the issue returns. Day of Defeat works fine, Dawn of War works fine.  Call of Duty works fine. But Men of Valor demo, Rome Total War demo, 3dmark 2005 and several others all have the same problem as can be seen here. i posted in another thread here. ill update that one next.  video errors here
    http://images7.fotki.com/v114/photos/1/179909/1225444/05FubAR-vi.jpg
    http://images6.fotki.com/v102/photos/1/179909/1225444/romedemo-vi.jpg
    http://images7.fotki.com/v113/photos/1/179909/1225444/romecutsceneerror-vi.jpg
    http://images8.fotki.com/v115/photos/1/179909/1225444/newdriversstill-vi.jpg
    http://images7.fotki.com/v114/photos/1/179909/1225444/menofvalor-vi.jpg
    http://images6.fotki.com/v94/photos/1/179909/1225444/doom3fubar2-vi.jpg
    http://images6.fotki.com/v100/photos/1/179909/1225444/gc2fubar-vi.jpg

  • Can't play a single downloaded video, with all updated softwares and O.S.

    Problem : Attempting to play any downloaded iTunes video content from my iTunes Library prompts me with the following message:
    Authorize Computer
    This computer is not authorized to play "any iTunes Video That You Just finished downloading.m4v".
    If you purchased this content you can open iTunes and authorize this computer to play this content by entering your Apple ID and Password.
    Cancel Open iTunes
    Now, keep in mind, iTunes has BEEN open the whole time, it was a necessary prerequisite to purchase an episode of a T.V. show from the iTunes store and download it so I could watch it before bed. So, clicking "Open iTunes", simply brings up another prompt:
    Waiting for iTunes to authorize this computer to play "The Video You Just PURCHASED and DOWNLOADED.m4v"
    iTunes will open and prompt you for a password. You will not be able to play the content on this computer until you successfully authorize it using iTunes.
    Cancel
    I decide not to cancel, and do as the Apple tells me. I wait. Id does not prompt me . . . (maybe because iTunes has been launched the whole time . . . I dunno), instead, the message just eventually disappears and iTunes is left playing a silent, grey screen for my entertainment.
    I thought to check that I was running the most current updates on all software (I am), OS 10.5.5,
    Quicktime Payer Version 7.5.5 (240)
    Quicktime Version 7.5.5 (975)
    and YES, I am running iTunes 8. Everything was playing back beautifully BEFORE I updated. NOW, I can not watch a a single purchased tv episode from 2 years ago, last week or right now.
    I am signed in as the Admin. I am the ONLY user and absolute ADMINISTRATOR of this machine.
    I authorized the computer from the store menu. I was told that it is already authorized. 2 computers out of 5.
    I quit.
    Restarted.
    Authorized.
    Opened "TV episode".
    "Not Authorized" message.
    I quit iTunes.
    Relaunched.
    Deauthorized computer.
    Quit iTunes
    Relaunched.
    Authorized computer.
    Quit iTunes.
    Relaunched.
    Opened episode.
    Not Authorized.
    so, I - Quit iTunes and any other open applications until only Finder was open.
    Choose Go > Go to Folder.
    Typed /Users/Shared/SC Info and clicked Go.
    Set finder to Column View
    Selected the SC Info folder and moved it to the Trash by choosing File > Move to Trash.
    Restarted the computer and opened iTunes.
    Authorized my computer to play my purchases.
    Already authorized.
    No Play.
    Quit iTunes and all apps.
    Repeated trash SC procedure.
    Shut down.
    Restart.
    Launch iTunes.
    De-authorised.
    Quit iTunes and all apps.
    Repeated trash SC procedure.
    Restart.
    Launched iTunes.
    Authorized.
    Opened tv episode.
    No play.
    FRACK ME!
    I've been slaving over two computers running final cut studio, logic studio 2, ableton live, NI Komplete, DJay, Traktor scratch, safari, firefox, aperture, photoshop CS3, iPhoto, Quicktime pro, Toast, text edit, acrobat, preview, reason, avmixer pro, and Riff Works for fifteen hours. I just wanted to chill with a nice old episode of BSG, that I lost in a harddrive crash a while back and now have finally been able to D.L. from iTunes, to relax off to bed. Instead, I've spent one and a half the amout of time I would have spent with my show, jumping through the help hoops and documenting all this (I don't have T.V., I hate it. iTunes is the only way I will allow myself to watch a T.V. program . . . occasionally).
    Is my brain just fried from working too hard, for too long outside the consumer realm , and missing something fundamentally obvious to iTunes users who don't work all day and night with every conceivable form of digital media? My brain is totally FRACKED now. Gotta find something to watch to unwind.

    See Chapter 2 here.

  • How do I create an entire class as a long video with quizzes every now and then.

    I am creating classes documentary video style. I would like my students to watch them and take quizzes at certain points in the video to make sure they are watching.  I also want to control their playback. I can't have them skipping forwards, yet I want them to be able to go back. Is there a way to do this in captivate? Is captivate the right program for me?
    Thanks,
    Jesse

    Hi Jesse,
    This seems possible with Captivate.
    Do you have an already made video for that documentary in any video file format?
    If you have a video then in Captivate, you can insert that video as a multi slide synchronized video (Video > Insert video > Multi slide video ), it means that single video will be distributed to a number of slides in Captivate.
    You can also, later on decide how much part of video should stay on which slide and the slide duration, from video management in Captivate (Video > Video Management).
    Within those slides you can insert question slides in Captivate.
    If you do not want the play bar at the bottom, or want to customize that, you can do so, by going into Project > Skin Editor in Captivate.
    You can also insert a table of contents and check the option to navigate visited slides only.
    Thanks.

  • Videos with syncing, back ups and iCloud

    When you sync or back up does it make a copy or save the video (that you made)?  Does iCloud cover videos you make?

    It saves them in your back up file.
    When you sync or back up
    For the avoidance of doubt syncing and backup are not the same thing, your device will only back up to iCloud when back up is turned on, otherwise it will back up to iTunes when connected to your computer.
    Photostream does not save videos.

  • Encoding small videos with something like ffmpeg and viewable from safari

    Hello,
    Using ffmpeg, I am able to convert working video for the iPhone when they are transfered by iTunes.
    ffmpeg -r 25 -f mp4 -vcodec mpeg4 -ar 48000 -ab 128000 -b 700000 -s 480x320 -i any.video video.mp4
    However, I wish to be able to download small videos that I daily put on a webserver, and this is not working when downloading video.mp4:: "This movie could not be played."
    Does anyone know the accepted format by Safari+Quicktime ?

    Hey d3yv. I'm not sure if it's enough info for you but here's what I found on p. 138 of the manual...
    The following video file formats are supported by iPhone:
    - H.264 (Baseline Profile Level 3.0)
    - MPEG-4 (Simple Profile)
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • Swtiching between vdpau output and "*" output creates corrupted video

    Hey all, when i switch from using vdpau in mplayer to any other video output in any other video player (xine, gstreamer, vlc, etc), i get corrupted video playback. it becomes choppy and my CPU gets eaten up. The only way to fix it is to restart X. My current system is:
    [dankles@mercury ~]$ pacman -Qs nvidia
    local/libvdpau 0.4-1
    Nvidia VDPAU library
    local/nvidia 195.36.08-1
    NVIDIA drivers for kernel26.
    local/nvidia-utils 195.36.08-1
    NVIDIA drivers utilities and libraries.
    [dankles@mercury ~]$ pacman -Qs mplayer
    local/gecko-mediaplayer 0.9.9.2-1
    Browser plugin that uses gnome-mplayer to play media in a web browser
    local/gnome-mplayer 0.9.9.2-1
    A simple MPlayer GUI
    local/mplayer 30526-1
    A movie player for linux
    local/smplayer 0.6.9-2
    A complete front-end for MPlayer
    [dankles@mercury ~]$ uname -a
    Linux mercury 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz GenuineIntel GNU/Linux
    [dankles@mercury ~]$ xvinfo
    X-Video Extension version 2.2
    screen #0
    Adaptor #0: "NV17 Video Texture"
    number of ports: 32
    port base: 310
    operations supported: PutImage
    supported visuals:
    depth 24, visualID 0x21
    depth 24, visualID 0x24
    depth 24, visualID 0x25
    depth 24, visualID 0x26
    depth 24, visualID 0x27
    depth 24, visualID 0x28
    depth 24, visualID 0x29
    depth 24, visualID 0x2a
    depth 24, visualID 0x2b
    depth 24, visualID 0x2c
    depth 24, visualID 0x2d
    depth 24, visualID 0x2e
    depth 24, visualID 0x2f
    depth 24, visualID 0x30
    depth 24, visualID 0x31
    depth 24, visualID 0x32
    depth 24, visualID 0x33
    depth 24, visualID 0x34
    depth 24, visualID 0x35
    depth 24, visualID 0x36
    depth 24, visualID 0x37
    depth 24, visualID 0x38
    depth 24, visualID 0x39
    depth 24, visualID 0x3a
    depth 24, visualID 0x3b
    depth 24, visualID 0x3c
    depth 24, visualID 0x3d
    depth 24, visualID 0x3e
    depth 24, visualID 0x22
    depth 24, visualID 0x3f
    depth 24, visualID 0x40
    depth 24, visualID 0x41
    depth 24, visualID 0x42
    depth 24, visualID 0x43
    depth 24, visualID 0x44
    depth 24, visualID 0x45
    depth 24, visualID 0x46
    depth 24, visualID 0x47
    depth 24, visualID 0x48
    depth 24, visualID 0x49
    depth 24, visualID 0x4a
    depth 24, visualID 0x4b
    depth 24, visualID 0x4c
    depth 24, visualID 0x4d
    depth 24, visualID 0x4e
    depth 24, visualID 0x4f
    depth 24, visualID 0x50
    depth 24, visualID 0x51
    depth 24, visualID 0x52
    depth 24, visualID 0x53
    depth 24, visualID 0x54
    depth 24, visualID 0x55
    depth 24, visualID 0x56
    depth 24, visualID 0x57
    depth 24, visualID 0x58
    depth 24, visualID 0x59
    number of attributes: 7
    "XV_SET_DEFAULTS" (range 0 to 0)
    client settable attribute
    "XV_ITURBT_709" (range 0 to 1)
    client settable attribute
    client gettable attribute (current value is 0)
    "XV_SYNC_TO_VBLANK" (range 0 to 1)
    client settable attribute
    client gettable attribute (current value is 1)
    "XV_BRIGHTNESS" (range -1000 to 1000)
    client settable attribute
    client gettable attribute (current value is 0)
    "XV_CONTRAST" (range -1000 to 1000)
    client settable attribute
    client gettable attribute (current value is 0)
    "XV_SATURATION" (range -1000 to 1000)
    client settable attribute
    client gettable attribute (current value is 0)
    "XV_HUE" (range -1000 to 1000)
    client settable attribute
    client gettable attribute (current value is 0)
    maximum XvImage size: 2046 x 2046
    Number of image formats: 4
    id: 0x32595559 (YUY2)
    guid: 59555932-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x32315659 (YV12)
    guid: 59563132-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    id: 0x59565955 (UYVY)
    guid: 55595659-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x30323449 (I420)
    guid: 49343230-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    [dankles@mercury proc]$ lspci | grep VGA
    01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260M] (rev a2)
    [dankles@mercury proc]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260M] (rev a2)
    06:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
    07:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller
    07:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
    07:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
    07:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
    08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    This problem has been going on for awhile. It happens now with the 195 nvidia driver and with the 190 driver i dont know aobut the 185 driver... though i'm not even sure if this is video driver related. Maybe the vdpau lib?
    [dankles@mercury proc]$ pacman -Qs vdpau
    local/libvdpau 0.4-1
    Nvidia VDPAU library
    I dont know.... Any help would be awesome

    Yeah. It kind of stinks when you have to swap platforms just to finish a project. AE is also a pain for longform, so I don't want to mislead you.
    I would imagine that Motion would be fine as long as you break the Project up in sections. My workflow is usually like this:
    Generate a matte or slug in a layer above the footage to fill the area where I need the Super or Composite. This should be fairly short (below 1 minute if possible) I may also have to RAZOR out the footage below the matte to match the matte timing. Select the Matte and footage below it if you wish to see the footage and sound in Motion.
    Select File/Send to/ Motion Project
    Create a new Motion Project. Name it for the section I'm editing.
    Add overlays and animations, filters, etc.
    Save project
    switch back to FCP and view/render from FCP.
    then move on to next section of timeline that needs overlays, repeat the procedure. Just copy paste the layers from one Motion project to another if you want to maintain certain layer continuity.
    This way, the Motion projects are managable size and you don't have to re-render the whole FCP project at once. The clips are not long enough for sync issues to appear. And Motion performs much better when the footage is short enough to load into RAM (sub 20seconds for most people).
    Also, to get the most out of Motion, you might want to turn off one of your monitors if you use 2 of them. Motion can use far more VRAM from your graphics card if only one monitor is active.

  • Watching CNN and Yahoo videos with mplayer-plugin [SOLVED]

    I had a hell of a time trying to view CNN videos (http://www.cnn.com) and Yahoo videos with mplayer-plugin (firefox) and didn't seem to find any solutions in a forum search.
    The following worked for me:
    To get it working at all, I had to edit /etc/mplayerplug-in.conf and add/edit the following options:
    noembed=1
    To get smooth video and sound without choppy playback, I had to add/edit the following options to /etc/mplayerplug-in.conf:
    cachesize = 1024
    These value for cachesize will obviously vary depending on your internet connection.  But, with my DSL/broadband connection, the default cachesize of 512 was for some reason resulting in *very* choppy playback.  The cachsize of 1024 fixed everything. 
    I can now view CNN and Yahoo videos with no problem.
    Just thought I'd share if anyone is having similar problems.

    Thanks

  • Is it permissible to upload a video on youtube with music, sounds effects, and video effects from imovie?

    Lately, I've been editing and making videos for a local church in Mexico. I am not selling any of the videos. The are free to watch. However, is it permissible to upload a video with music, sound effects, and video effects from imovie? I using imovie version 10.0.2

    This question comes up from time to time.
    There are a number of con-men who think that they can earn a quick buck from claiming that they own the copyright to Apple’s royalty-free jingles and sound effects included with the iLife applications. These are all free to use, as clearly stated in section 2.C of the iLife Software License Agreement:
    “You may use the Apple and third party audio content (“Audio Content”) contained in or otherwise included with the Apple software, on a royalty-free basis, to create your own original soundtracks for your video and audio projects. You may broadcast and/or distribute your own soundtracks that were created using the Audio Content, however, individual samples, sound sets, or audio content may not be commercially or otherwise distributed on a standalone basis, nor may they be repackaged in whole or in part as audio samples, sound files, sound effects or music beds.”
    http://images.apple.com/legal/sla/docs/ilife09.pdf
    You should quote this (also providing the above link) when following any dispute process with YouTube.

  • Hibernate not working with linux 3.7

    Greetings folks.
    Since kernel 3.7 I have not been able to hibernate my computer. Suspension, though, works fine.
    I do not know how to log that kernel panic, I manage to shoot a video with my mobile phone and apparently there is a
    WARNING: at arch/x86/kernel/smp.c:119 native_smp_send_reschedule
    and
    kernel BUG at kernel/hrtimer.c:1259!
    I would like to provide more detailed information, please, tell me how I could log that KP in a file and if you need anything else.
    Needless to say that with the kernel 3.6 everything works fine.

    It seems that it has been fixed in 3.7.5. From the changelog:
    The 'intel_idle_probe' probes the CPU and sets the CPU notifier.
        But if later on during the module initialization we fail (say
        in cpuidle_register_driver), we stop loading, but we neglect
        to unregister the CPU notifier.  This means that during CPU
        hotplug events the system will fail:
        This patch fixes that by moving the CPU notifier registration
        as the last item to be done by the module.

Maybe you are looking for

  • Posting Key Field Status changes - unable to generate Transport request

    Dear All, I did posting key field status change from suppress to optional ( P.Key 24). However I am unable to generate a transport request. Please share your inputs Thanks Sanjai 

  • Flat File to Mail Adapter

    Hi, I have the mail contenent in the flat file, so i want to send this flat file to my Gmail account through the XI system. How can i do that. Please give me some links or information related to this. What interface we need to take for file and Mail,

  • Premiere Pro 1.5 won't initialize

    I am trying to run Premiere Pro 1.5 upgrade (I previously installed Adobe Premiere 5.1). I have a 32-bit, Windows XP system. I opted to activate my product later (for some reason couldn't activate online, yes my copy is legitamite, I have the origina

  • CRM 2015 Installing fails: Action MicrosoftCrm.Setup.Server.BackupUpgradeDataAction Failed Could not find the file 'C:\intpub\wwwroot\web.config'.

    I don't have many issues... but when I do it is usually a bad one.    I took my CRM 2013 install running on Server 2008 and did an upgrade to server 2012 R2.  No issues.   All updates applied.  From there I run the CRM 2015 installer to run the upgra

  • Saving & Desktop Icon

    Hi, I just started playing with webservers and jnlp/JWS for a beta project that I'm working on. I am on a Linux RH7 box, jdk 1.3 & running Apache (latest stable version). I can get the app to launch with out a problem but I can't get a desktop icon o