You are not logged in.

#1 2013-04-14 03:22:17

corban
Member
Registered: 2013-04-14
Posts: 26

Terrible graphics performance in X with nVidia GTX560

Hello Archers,

I am having a performance problem with my nVidia GTX 560. I have an Intel Core i5 2500k 3.2 GHz processor. The problem is that X Windows takes up an inordinate amount of CPU power for doing simple things. Vigorously resizing or dragging a window causes CPU usage to go to around 90% until you stop. Scrolling a web page in Google Chrome takes around 40% CPU.

I have this problem with both nouveau and nvidia drivers (and yes, I am sure I actually tried both of them). I also had Debian Testing (and later Wheezy) installed on this very computer and had exactly the same problem. I came to Arch to escape the problem but it followed me here. I have confirmed that direct rendering and hardware acceleration are both "Yes" with glxinfo. I have also remade the installation medium and reinstalled from scratch, and the problem persists.

I get no error messages in /var/log/Xorg.0.log or in dmesg.

Is there anything I can do to fix this? It seems like a serious performance problem and it's preventing me from even using the computer at all, which is disappointing because it's the most powerful computer I have. I'd been using it with Windows for a year with no such issues, and I had wanted to convert it to Linux, but it's really unusable in its current state.

Last edited by corban (2013-04-14 03:29:41)

Offline

#2 2013-04-14 04:20:51

pam
Member
Registered: 2012-12-21
Posts: 27

Re: Terrible graphics performance in X with nVidia GTX560

just to be sure its not a hardware problem...try disconnecting the 560 and use sandy bridge graphics and see if problem persists...

At lease you will get a hint and pinpoint where the problem is....try to use even a live distro like ubuntu to check..
If you know its not hardware its somewhere in the config or code..

if you are using dual channel memory, remove and check with each stick...later on..if you have tried everything.


Main workstation: HP-Pavilion G6-2005ax, AMD quad core trinity APU(devastator) with 7640 HD 512 MB radeon + 7670m 1GB Gddr3 dedicated, 240 gb zalman ssd, 8GB ddr 3 1600mhz, OS: Arch 2013, Ultimate 3.4 lite, Windows 8.
Moderator at www.ultimateeditionoz.com Admin at:http://forumubuntusoftware.info

Offline

#3 2013-04-14 04:46:45

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: Terrible graphics performance in X with nVidia GTX560

Its unlikely to be a hardware issue since OP is running windows without any issues.


LENOVO Y 580 IVYBRIDGE 660M NVIDIA
Unix is user-friendly. It just isn't promiscuous about which users it's friendly with. - Steven King

Offline

#4 2013-04-14 05:02:51

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Terrible graphics performance in X with nVidia GTX560

Try Nvidia's forum - see bug reporting.

Edit: I would check if this happens with all of the nvidia 310, 313 & 319 driver series.

Last edited by brebs (2013-04-14 05:04:27)

Offline

#5 2013-04-14 14:23:24

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:

Try Nvidia's forum - see bug reporting.

Edit: I would check if this happens with all of the nvidia 310, 313 & 319 driver series.

I just tried the nvidia-beta package from the AUR which has version 319.12-1, and it didn't help, I still get massive CPU consumption when doing just about anything. I don't know how to try an older one, the Arch Wiki doesn't say how to install an old version.

Offline

#6 2013-04-14 14:49:35

Cthulhu82
Member
From: Nantes, France
Registered: 2013-04-01
Posts: 152

Re: Terrible graphics performance in X with nVidia GTX560

You have the 304 version in the extra repo :
pacman -S nvidia-304xx nvidia-304xx-utils lib32-nvidia-304xx-utils


« En essayant continuellement, on finit par réussir.
Donc plus ça rate, plus ça a de chance de marcher. »
Devise Shadock

Offline

#7 2013-04-14 14:59:54

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

Cthulhu82 wrote:

You have the 304 version in the extra repo :
pacman -S nvidia-304xx nvidia-304xx-utils lib32-nvidia-304xx-utils

Thanks. I just tried those drivers and they are just as slow.

Offline

#8 2013-04-14 15:26:10

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Terrible graphics performance in X with nVidia GTX560

One thing that isn't mentioned much, but is in Nvidia's README, is to put in the kernel bootup commandline:

pci=nommconf

Worth a try.

Edit: Also, your interrupts aren't being balanced, they're all on CPU0:

 16:       8560          0          0          0   IO-APIC-fasteoi   nvidia
 17:        226          0          0          0   IO-APIC-fasteoi   firewire_ohci, snd_hda_intel
 18:      60189          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb3, i801_smbus
 19:      28544          0          0          0   IO-APIC-fasteoi   ata_piix, ata_piix, b43
 23:         37          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb6

So remedy that, maybe by installing irqbalance.

Last edited by brebs (2013-04-14 15:30:42)

Offline

#9 2013-04-14 15:40:16

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:

One thing that isn't mentioned much, but is in Nvidia's README, is to put in the kernel bootup commandline:

pci=nommconf

Worth a try.

Edit: Also, your interrupts aren't being balanced, they're all on CPU0:

 16:       8560          0          0          0   IO-APIC-fasteoi   nvidia
 17:        226          0          0          0   IO-APIC-fasteoi   firewire_ohci, snd_hda_intel
 18:      60189          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb3, i801_smbus
 19:      28544          0          0          0   IO-APIC-fasteoi   ata_piix, ata_piix, b43
 23:         37          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb6

So remedy that, maybe by installing irqbalance.

Ok, I tried with pci=nommconf which didn't help, and also installed irqbalance but that didn't help.

I should just leave irqbalance installed though right, since it's just generally good to have and should help performance in other ways unrelated to this issue?

Offline

#10 2013-04-14 15:58:33

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Terrible graphics performance in X with nVidia GTX560

corban wrote:

but that didn't help

Don't say that. It's totally unhelpful. Show the evidence - logfile snippets, command output, etc.

And with the interrupt balancing - do some googling yourself about it.

Offline

#11 2013-04-14 16:31:27

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:
corban wrote:

but that didn't help

Don't say that. It's totally unhelpful. Show the evidence - logfile snippets, command output, etc.

And with the interrupt balancing - do some googling yourself about it.

Sorry, by "didn't help" I meant "didn't fix the problem or cause any discernable difference in anything I've been observing." The output of the logs is the same with or without that kernel parameter, and same goes for irqbalance.

Here is the output of dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.8.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 (GCC) ) #1 SMP PREEMPT Sat Apr 6 07:27:01 CEST 2013
[    0.000000] Command line: root=/dev/sda1 ro initrd=../initramfs-linux.img pci=nommconf BOOT_IMAGE=../vmlinuz-linux 
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df77ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df780000-0x00000000df7a2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000df7a3000-0x00000000df7dffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000df7e0000-0x00000000df7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z68X-UD3-B3/Z68X-UD3-B3, BIOS F1 04/15/2011
[    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 = 0x21f800 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-CCFFF write-protect
[    0.000000]   CD000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   2 base 100000000 mask F00000000 write-back
[    0.000000]   3 base 200000000 mask FE0000000 write-back
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    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 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf780 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5c20-0x000f5c2f] mapped at [ffff8800000f5c20]
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0xdf77ffff]
[    0.000000]  [mem 0x00000000-0xdf5fffff] page 2M
[    0.000000]  [mem 0xdf600000-0xdf77ffff] page 4k
[    0.000000] kernel direct mapping tables up to 0xdf77ffff @ [mem 0x1fffa000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x21f7fffff]
[    0.000000]  [mem 0x100000000-0x21f7fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x21f7fffff @ [mem 0xdf77a000-0xdf77ffff]
[    0.000000] RAMDISK: [mem 0x7fd1c000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f77e0 00014 (v00 GBT   )
[    0.000000] ACPI: RSDT 00000000df7a3040 00050 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: FACP 00000000df7a3100 00074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: DSDT 00000000df7a31c0 04D19 (v01 GBT    GBTUACPI 00001000 MSFT 04000000)
[    0.000000] ACPI: FACS 00000000df780000 00040
[    0.000000] ACPI: HPET 00000000df7a8040 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)
[    0.000000] ACPI: MCFG 00000000df7a80c0 0003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: ASPT 00000000df7a8200 00034 (v07 GBT    PerfTune 312E3042 UTBG 01010101)
[    0.000000] ACPI: SSPT 00000000df7a8240 02340 (v01 GBT    SsptHead 312E3042 UTBG 01010101)
[    0.000000] ACPI: EUDS 00000000df7aa580 000C0 (v01 GBT             00000000      00000000)
[    0.000000] ACPI: MATS 00000000df7aa640 00034 (v01 GBT             00000000      00000000)
[    0.000000] ACPI: TAMG 00000000df7aa6a0 00ABA (v01 GBT    GBT   B0 5455312E BG?? 53450101)
[    0.000000] ACPI: APIC 00000000df7a7f40 000BC (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: SSDT 00000000df7ab180 018B8 (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: MATS 00000000df7aca40 0A7AC (v01        MATS RCM 80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x21f7fffff]
[    0.000000]   NODE_DATA [mem 0x21f7fb000-0x21f7fffff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216e00000-ffff88021edfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x21f7fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xdf77ffff]
[    0.000000]   node   0: [mem 0x100000000-0x21f7fffff]
[    0.000000] On node 0 totalpages: 2092815
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3913 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14238 pages used for memmap
[    0.000000]   DMA32 zone: 896994 pages, LIFO batch:31
[    0.000000]   Normal zone: 18400 pages used for memmap
[    0.000000]   Normal zone: 1159200 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[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000df780000 - 00000000df7a3000
[    0.000000] PM: Registered nosave memory: 00000000df7a3000 - 00000000df7e0000
[    0.000000] PM: Registered nosave memory: 00000000df7e0000 - 00000000df800000
[    0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xdf800000-0xefffffff] 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:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021f400000 s85184 r8192 d21312 u262144
[    0.000000] pcpu-alloc: s85184 r8192 d21312 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2060107
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img pci=nommconf BOOT_IMAGE=../vmlinuz-linux 
[    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: 8158796k/8904704k available (4908k kernel code, 533444k absent, 212464k reserved, 4024k data, 820k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[    0.000000] NR_IRQS:4352 nr_irqs:744 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 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 3292.344 MHz processor
[    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.05 BogoMIPS (lpj=10974480)
[    0.000003] pid_max: default: 32768 minimum: 301
[    0.000023] Security Framework initialized
[    0.000029] AppArmor: AppArmor disabled by boot time parameter
[    0.000374] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.001534] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002020] Mount-cache hash table entries: 256
[    0.002136] Initializing cgroup subsys cpuacct
[    0.002138] Initializing cgroup subsys memory
[    0.002143] Initializing cgroup subsys devices
[    0.002144] Initializing cgroup subsys freezer
[    0.002145] Initializing cgroup subsys net_cls
[    0.002146] Initializing cgroup subsys blkio
[    0.002162] CPU: Physical Processor ID: 0
[    0.002163] CPU: Processor Core ID: 0
[    0.002166] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002168] mce: CPU supports 9 MCE banks
[    0.002177] CPU0: Thermal monitoring enabled (TM1)
[    0.002182] process: using mwait in idle threads
[    0.002185] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[    0.002295] Freeing SMP alternatives: 20k freed
[    0.003128] ACPI: Core revision 20121018
[    0.009483] ftrace: allocating 19310 entries in 76 pages
[    0.016685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.049686] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (fam: 06, model: 2a, stepping: 07)
[    0.049691] TSC deadline timer enabled
[    0.049693] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.049697] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[    0.049698] ... version:                3
[    0.049699] ... bit width:              48
[    0.049700] ... generic registers:      8
[    0.049701] ... value mask:             0000ffffffffffff
[    0.049701] ... max period:             000000007fffffff
[    0.049702] ... fixed-purpose events:   3
[    0.049703] ... event mask:             00000007000000ff
[    0.086233] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.073057] smpboot: Booting Node   0, Processors  #1 #2 #3
[    0.119631] Brought up 4 CPUs
[    0.119634] smpboot: Total of 4 processors activated (26349.20 BogoMIPS)
[    0.121974] devtmpfs: initialized
[    0.122870] PM: Registering ACPI NVS region [mem 0xdf780000-0xdf7a2fff] (143360 bytes)
[    0.123343] RTC time: 16:03:12, date: 04/14/13
[    0.123370] NET: Registered protocol family 16
[    0.123457] ACPI: bus type pci registered
[    0.123489] PCI: Using configuration type 1 for base access
[    0.123873] bio: create slab <bio-0> at 0
[    0.123909] ACPI: Added _OSI(Module Device)
[    0.123910] ACPI: Added _OSI(Processor Device)
[    0.123911] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.123912] ACPI: Added _OSI(Processor Aggregator Device)
[    0.124377] ACPI: EC: Look up EC in DSDT
[    0.126880] ACPI BIOS Bug: Warning: Incorrect checksum in table [TAMG] - 0x84, should be 0x83 (20121018/tbutils-324)
[    0.127200] ACPI: Interpreter enabled
[    0.127203] ACPI: (supports S0 S3 S4 S5)
[    0.127212] ACPI: Using IOAPIC for interrupt routing
[    0.129155] ACPI: No dock devices found.
[    0.129158] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.129186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.129187] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.129246] pci_root PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.129247] pci_root PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.129284] pci_root PNP0A03:00: MMCONFIG is disabled, can't access extended PCI configuration space under this bridge.
[    0.129305] PCI host bridge to bus 0000:00
[    0.129307] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.129308] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.129309] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.129311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.129312] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.129313] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.129314] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff]
[    0.129320] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[    0.129346] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.129369] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.129406] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.129426] pci 0000:00:16.0: reg 10: [mem 0xfbfff000-0xfbfff00f 64bit]
[    0.129495] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.129524] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.129543] pci 0000:00:1a.0: reg 10: [mem 0xfbffe000-0xfbffe3ff]
[    0.129626] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.129649] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.129661] pci 0000:00:1b.0: reg 10: [mem 0xfbff8000-0xfbffbfff 64bit]
[    0.129722] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.129740] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.129811] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.129834] pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
[    0.129906] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.129927] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.129998] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.130019] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.130090] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.130112] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[    0.130182] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.130203] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
[    0.130274] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.130298] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.130317] pci 0000:00:1d.0: reg 10: [mem 0xfbffd000-0xfbffd3ff]
[    0.130401] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.130423] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
[    0.130535] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018f
[    0.130548] pci 0000:00:1f.2: reg 10: [io  0xff00-0xff07]
[    0.130555] pci 0000:00:1f.2: reg 14: [io  0xfe00-0xfe03]
[    0.130561] pci 0000:00:1f.2: reg 18: [io  0xfd00-0xfd07]
[    0.130568] pci 0000:00:1f.2: reg 1c: [io  0xfc00-0xfc03]
[    0.130574] pci 0000:00:1f.2: reg 20: [io  0xfb00-0xfb0f]
[    0.130581] pci 0000:00:1f.2: reg 24: [io  0xfa00-0xfa0f]
[    0.130620] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.130633] pci 0000:00:1f.3: reg 10: [mem 0xfbffc000-0xfbffc0ff 64bit]
[    0.130652] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.130681] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
[    0.130693] pci 0000:00:1f.5: reg 10: [io  0xf800-0xf807]
[    0.130700] pci 0000:00:1f.5: reg 14: [io  0xf700-0xf703]
[    0.130706] pci 0000:00:1f.5: reg 18: [io  0xf600-0xf607]
[    0.130713] pci 0000:00:1f.5: reg 1c: [io  0xf500-0xf503]
[    0.130719] pci 0000:00:1f.5: reg 20: [io  0xf400-0xf40f]
[    0.130726] pci 0000:00:1f.5: reg 24: [io  0xf300-0xf30f]
[    0.130785] pci 0000:01:00.0: [10de:1201] type 00 class 0x030000
[    0.130792] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf7ffffff]
[    0.130800] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xe7ffffff 64bit pref]
[    0.130808] pci 0000:01:00.0: reg 1c: [mem 0xec000000-0xefffffff 64bit pref]
[    0.130814] pci 0000:01:00.0: reg 24: [io  0xbf00-0xbf7f]
[    0.130819] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[    0.130861] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
[    0.130868] pci 0000:01:00.1: reg 10: [mem 0xf9ffc000-0xf9ffffff]
[    0.135157] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.135159] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    0.135161] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf9ffffff]
[    0.135164] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.135204] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.135272] pci 0000:03:00.0: [1283:8892] type 01 class 0x060401
[    0.135425] pci 0000:03:00.0: supports D1 D2
[    0.135427] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.135450] pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
[    0.135453] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.135456] pci 0000:00:1c.3:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.135461] pci 0000:00:1c.3:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.135462] pci 0000:00:1c.3:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.135463] pci 0000:00:1c.3:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.135464] pci 0000:00:1c.3:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.135465] pci 0000:00:1c.3:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.135466] pci 0000:00:1c.3:   bridge window [mem 0xe0000000-0xfebfffff] (subtractive decode)
[    0.135543] pci 0000:04:00.0: [14e4:4320] type 00 class 0x028000
[    0.135570] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfdfff]
[    0.135720] pci 0000:04:02.0: [1106:3044] type 00 class 0x0c0010
[    0.135756] pci 0000:04:02.0: reg 10: [mem 0xfbbff000-0xfbbff7ff]
[    0.135775] pci 0000:04:02.0: reg 14: [io  0xef00-0xef7f]
[    0.135927] pci 0000:04:02.0: supports D2
[    0.135928] pci 0000:04:02.0: PME# supported from D2 D3hot D3cold
[    0.136020] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.136031] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.136037] pci 0000:03:00.0:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.136047] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff] (subtractive decode)
[    0.136048] pci 0000:03:00.0:   bridge window [mem 0xfbb00000-0xfbbfffff] (subtractive decode)
[    0.136050] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.136051] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.136052] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.136053] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.136054] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.136056] pci 0000:03:00.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.136057] pci 0000:03:00.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.136058] pci 0000:03:00.0:   bridge window [mem 0xe0000000-0xfebfffff] (subtractive decode)
[    0.136131] pci 0000:05:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.136154] pci 0000:05:00.0: reg 10: [mem 0xfbaf8000-0xfbafffff 64bit]
[    0.136275] pci 0000:05:00.0: supports D1 D2
[    0.136276] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.141828] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.141833] pci 0000:00:1c.4:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.141897] pci 0000:06:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.141920] pci 0000:06:00.0: reg 10: [mem 0xfbef8000-0xfbefffff 64bit]
[    0.142040] pci 0000:06:00.0: supports D1 D2
[    0.142041] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148496] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.148501] pci 0000:00:1c.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.148565] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[    0.148582] pci 0000:07:00.0: reg 10: [io  0xde00-0xdeff]
[    0.148615] pci 0000:07:00.0: reg 18: [mem 0xfbdff000-0xfbdfffff 64bit pref]
[    0.148635] pci 0000:07:00.0: reg 20: [mem 0xfbdf8000-0xfbdfbfff 64bit pref]
[    0.148723] pci 0000:07:00.0: supports D1 D2
[    0.148724] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.155164] pci 0000:00:1c.6: PCI bridge to [bus 07]
[    0.155167] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.155174] pci 0000:00:1c.6:   bridge window [mem 0xfbd00000-0xfbdfffff 64bit pref]
[    0.155231] pci 0000:08:00.0: [1b4b:917a] type 00 class 0x01018f
[    0.155246] pci 0000:08:00.0: reg 10: [io  0xcf00-0xcf07]
[    0.155258] pci 0000:08:00.0: reg 14: [io  0xce00-0xce03]
[    0.155270] pci 0000:08:00.0: reg 18: [io  0xcd00-0xcd07]
[    0.155281] pci 0000:08:00.0: reg 1c: [io  0xcc00-0xcc03]
[    0.155293] pci 0000:08:00.0: reg 20: [io  0xcb00-0xcb0f]
[    0.155304] pci 0000:08:00.0: reg 24: [mem 0xfbcff000-0xfbcff1ff]
[    0.155316] pci 0000:08:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.155374] pci 0000:08:00.0: PME# supported from D3hot
[    0.161829] pci 0000:00:1c.7: PCI bridge to [bus 08]
[    0.161832] pci 0000:00:1c.7:   bridge window [io  0xc000-0xcfff]
[    0.161835] pci 0000:00:1c.7:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.161871] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    0.161889] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.161905] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[    0.161919] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.161934] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[    0.161948] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
[    0.161962] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[    0.161986] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.162607] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
[    0.162633] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[    0.162657] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.162681] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.162706] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.162730] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.162754] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.162778] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.162828] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.162829] vgaarb: loaded
[    0.162830] vgaarb: bridge control possible 0000:01:00.0
[    0.162850] PCI: Using ACPI for IRQ routing
[    0.162851] PCI: pci_cache_line_size set to 64 bytes
[    0.162921] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.162923] e820: reserve RAM buffer [mem 0xdf780000-0xdfffffff]
[    0.162924] e820: reserve RAM buffer [mem 0x21f800000-0x21fffffff]
[    0.162977] NetLabel: Initializing
[    0.162978] NetLabel:  domain hash size = 128
[    0.162979] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.162988] NetLabel:  unlabeled traffic allowed by default
[    0.162999] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.163003] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.165011] Switching to clocksource hpet
[    0.167861] pnp: PnP ACPI init
[    0.167871] ACPI: bus type pnp registered
[    0.167952] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.167953] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.167955] system 00:00: [io  0x0800-0x0805] has been reserved
[    0.167956] system 00:00: [io  0x0290-0x0294] has been reserved
[    0.167958] system 00:00: [io  0x0880-0x088f] has been reserved
[    0.167961] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.167967] pnp 00:01: [dma 4]
[    0.167979] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.168021] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.168049] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.168062] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.168079] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.168251] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.168299] system 00:07: [io  0x0400-0x04cf] has been reserved
[    0.168301] system 00:07: [io  0x04d2-0x04ff] has been reserved
[    0.168302] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.168325] system 00:08: [io  0x1000-0x107f] has been reserved
[    0.168326] system 00:08: [io  0x1080-0x10ff] has been reserved
[    0.168327] system 00:08: [io  0x1100-0x117f] has been reserved
[    0.168329] system 00:08: [io  0x1180-0x11ff] has been reserved
[    0.168331] system 00:08: Plug and Play ACPI device, IDs ICD0001 PNP0c02 (active)
[    0.168445] system 00:09: [io  0x0454-0x0457] has been reserved
[    0.168447] system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.168476] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.168478] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.168589] system 00:0b: [mem 0x000cdc00-0x000cffff] has been reserved
[    0.168590] system 00:0b: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.168592] system 00:0b: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.168593] system 00:0b: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.168594] system 00:0b: [mem 0xdf780000-0xdf7dffff] could not be reserved
[    0.168596] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.168597] system 00:0b: [mem 0x00100000-0xdf77ffff] could not be reserved
[    0.168599] system 00:0b: [mem 0xdf7e0000-0xdf7fffff] has been reserved
[    0.168600] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.168601] system 00:0b: [mem 0xfed10000-0xfed1dfff] has been reserved
[    0.168603] system 00:0b: [mem 0xfed20000-0xfed8ffff] could not be reserved
[    0.168604] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.168605] system 00:0b: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.168607] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
[    0.168608] system 00:0b: [mem 0x000e0000-0x000effff] has been reserved
[    0.168609] system 00:0b: [mem 0x20000000-0x201fffff] could not be reserved
[    0.168611] system 00:0b: [mem 0x40000000-0x400fffff] could not be reserved
[    0.168612] system 00:0b: [mem 0xdf800000-0xdfffffff] could not be reserved
[    0.168614] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.168634] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
[    0.168637] pnp: PnP ACPI: found 13 devices
[    0.168637] ACPI: ACPI bus type pnp unregistered
[    0.174352] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.174354] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.174357] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.174405] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.174407] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.174408] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.174412] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf4000000-0xf41fffff]
[    0.174414] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf4200000-0xf43fffff 64bit pref]
[    0.174415] pci 0000:00:1c.7: BAR 15: assigned [mem 0xf4400000-0xf44fffff pref]
[    0.174417] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.174419] pci 0000:01:00.0: BAR 6: assigned [mem 0xe8000000-0xe807ffff pref]
[    0.174421] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.174422] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    0.174425] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf9ffffff]
[    0.174426] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.174429] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.174431] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.174435] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf41fffff]
[    0.174438] pci 0000:00:1c.0:   bridge window [mem 0xf4200000-0xf43fffff 64bit pref]
[    0.174443] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.174447] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.174455] pci 0000:03:00.0:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.174470] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.174473] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.174477] pci 0000:00:1c.3:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.174484] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.174488] pci 0000:00:1c.4:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.174494] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.174498] pci 0000:00:1c.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.174505] pci 0000:00:1c.6: PCI bridge to [bus 07]
[    0.174507] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.174513] pci 0000:00:1c.6:   bridge window [mem 0xfbd00000-0xfbdfffff 64bit pref]
[    0.174519] pci 0000:08:00.0: BAR 6: assigned [mem 0xf4400000-0xf440ffff pref]
[    0.174520] pci 0000:00:1c.7: PCI bridge to [bus 08]
[    0.174522] pci 0000:00:1c.7:   bridge window [io  0xc000-0xcfff]
[    0.174526] pci 0000:00:1c.7:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.174529] pci 0000:00:1c.7:   bridge window [mem 0xf4400000-0xf44fffff pref]
[    0.174543] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.174563] pci 0000:03:00.0: setting latency timer to 64
[    0.174583] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.174584] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.174586] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.174587] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.174588] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[    0.174589] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfebfffff]
[    0.174591] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    0.174592] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf9ffffff]
[    0.174593] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.174594] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.174595] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf41fffff]
[    0.174597] pci_bus 0000:02: resource 2 [mem 0xf4200000-0xf43fffff 64bit pref]
[    0.174598] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.174599] pci_bus 0000:03: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.174600] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.174601] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.174602] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.174604] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff]
[    0.174605] pci_bus 0000:03: resource 8 [mem 0xfed40000-0xfed44fff]
[    0.174606] pci_bus 0000:03: resource 9 [mem 0xe0000000-0xfebfffff]
[    0.174607] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.174608] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.174609] pci_bus 0000:04: resource 4 [io  0xe000-0xefff]
[    0.174611] pci_bus 0000:04: resource 5 [mem 0xfbb00000-0xfbbfffff]
[    0.174612] pci_bus 0000:04: resource 8 [io  0x0000-0x0cf7]
[    0.174613] pci_bus 0000:04: resource 9 [io  0x0d00-0xffff]
[    0.174614] pci_bus 0000:04: resource 10 [mem 0x000a0000-0x000bffff]
[    0.174615] pci_bus 0000:04: resource 11 [mem 0x000c0000-0x000dffff]
[    0.174616] pci_bus 0000:04: resource 12 [mem 0xfed40000-0xfed44fff]
[    0.174618] pci_bus 0000:04: resource 13 [mem 0xe0000000-0xfebfffff]
[    0.174619] pci_bus 0000:05: resource 1 [mem 0xfba00000-0xfbafffff]
[    0.174620] pci_bus 0000:06: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.174621] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.174622] pci_bus 0000:07: resource 2 [mem 0xfbd00000-0xfbdfffff 64bit pref]
[    0.174624] pci_bus 0000:08: resource 0 [io  0xc000-0xcfff]
[    0.174625] pci_bus 0000:08: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.174626] pci_bus 0000:08: resource 2 [mem 0xf4400000-0xf44fffff pref]
[    0.174644] NET: Registered protocol family 2
[    0.174761] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.174909] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.175014] TCP: Hash tables configured (established 65536 bind 65536)
[    0.175033] TCP: reno registered
[    0.175041] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.175064] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.175111] NET: Registered protocol family 1
[    0.201711] pci 0000:01:00.0: Boot video device
[    0.201793] PCI: CLS 4 bytes, default 64
[    0.201817] Unpacking initramfs...
[    0.237653] Freeing initrd memory: 2956k freed
[    0.237888] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.237890] software IO TLB [mem 0xdb77a000-0xdf77a000] (64MB) mapped at [ffff8800db77a000-ffff8800df779fff]
[    0.238135] audit: initializing netlink socket (disabled)
[    0.238142] type=2000 audit(1365955392.233:1): initialized
[    0.246397] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.247399] VFS: Disk quotas dquot_6.5.2
[    0.247427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.247529] msgmni has been set to 15940
[    0.247686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.247709] io scheduler noop registered
[    0.247710] io scheduler deadline registered
[    0.247714] io scheduler cfq registered (default)
[    0.247993] intel_idle: MWAIT substates: 0x1120
[    0.247994] intel_idle: v0.4 model 0x2A
[    0.247995] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.248018] GHES: HEST is not enabled!
[    0.248045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.268618] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.268877] Linux agpgart interface v0.103
[    0.268919] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.302312] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    0.302313] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    0.551762] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.551820] mousedev: PS/2 mouse device common for all mice
[    0.551861] rtc_cmos 00:03: RTC can wake from S4
[    0.551963] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.551986] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.552033] cpuidle: using governor ladder
[    0.552089] cpuidle: using governor menu
[    0.552090] EFI Variables Facility v0.08 2004-May-17
[    0.552114] drop_monitor: Initializing network drop monitor service
[    0.552161] TCP: cubic registered
[    0.552216] NET: Registered protocol family 10
[    0.552304] NET: Registered protocol family 17
[    0.552310] Key type dns_resolver registered
[    0.552457] PM: Hibernation image not present or could not be loaded.
[    0.552462] registered taskstats version 1
[    0.553011]   Magic number: 9:249:85
[    0.553014] event_source uncore_cbox_3: hash matches
[    0.553090] rtc_cmos 00:03: setting system clock to 2013-04-14 16:03:12 UTC (1365955392)
[    0.554070] Freeing unused kernel memory: 820k freed
[    0.554143] Write protecting the kernel read-only data: 8192k
[    0.556584] Freeing unused kernel memory: 1224k freed
[    0.557578] Freeing unused kernel memory: 440k freed
[    0.562271] systemd-udevd[55]: starting version 201
[    0.573768] ACPI: bus type usb registered
[    0.573788] usbcore: registered new interface driver usbfs
[    0.573795] usbcore: registered new interface driver hub
[    0.573828] usbcore: registered new device driver usb
[    0.574276] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.574365] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    0.574370] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 1
[    0.574554] xhci_hcd 0000:05:00.0: irq 40 for MSI/MSI-X
[    0.574642] ehci-pci: EHCI PCI platform driver
[    0.574665] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.574668] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.574960] xHCI xhci_add_endpoint called for root hub
[    0.574961] xHCI xhci_check_bandwidth called for root hub
[    0.575000] hub 1-0:1.0: USB hub found
[    0.575025] hub 1-0:1.0: 2 ports detected
[    0.575094] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    0.575097] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 2
[    0.575184] xHCI xhci_add_endpoint called for root hub
[    0.575186] xHCI xhci_check_bandwidth called for root hub
[    0.575207] hub 2-0:1.0: USB hub found
[    0.575215] hub 2-0:1.0: 2 ports detected
[    0.575297] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.575308] ehci-pci 0000:00:1a.0: debug port 2
[    0.575520] SCSI subsystem initialized
[    0.576221] ACPI: bus type scsi registered
[    0.576265] libata version 3.00 loaded.
[    0.576674] ahci 0000:08:00.0: version 3.0
[    0.576750] ahci 0000:08:00.0: irq 41 for MSI/MSI-X
[    0.576826] ahci 0000:08:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl IDE mode
[    0.576828] ahci 0000:08:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.577028] scsi0 : ahci
[    0.577097] scsi1 : ahci
[    0.577203] ata1: SATA max UDMA/133 abar m512@0xfbcff000 port 0xfbcff100 irq 41
[    0.577207] ata2: SATA max UDMA/133 abar m512@0xfbcff000 port 0xfbcff180 irq 41
[    0.579204] ehci-pci 0000:00:1a.0: cache line size of 4 is not supported
[    0.579216] ehci-pci 0000:00:1a.0: irq 18, io mem 0xfbffe000
[    0.581720] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    0.581726] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[    0.581917] xhci_hcd 0000:06:00.0: irq 42 for MSI/MSI-X
[    0.582059] xHCI xhci_add_endpoint called for root hub
[    0.582060] xHCI xhci_check_bandwidth called for root hub
[    0.582096] hub 4-0:1.0: USB hub found
[    0.582103] hub 4-0:1.0: 2 ports detected
[    0.582223] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    0.582226] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
[    0.582294] xHCI xhci_add_endpoint called for root hub
[    0.582295] xHCI xhci_check_bandwidth called for root hub
[    0.582319] hub 5-0:1.0: USB hub found
[    0.582326] hub 5-0:1.0: 2 ports detected
[    0.588350] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.588523] hub 3-0:1.0: USB hub found
[    0.588526] hub 3-0:1.0: 2 ports detected
[    0.588618] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.588621] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.588624] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    0.588635] ehci-pci 0000:00:1d.0: debug port 2
[    0.592540] ehci-pci 0000:00:1d.0: cache line size of 4 is not supported
[    0.592550] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbffd000
[    0.601727] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.601937] hub 6-0:1.0: USB hub found
[    0.601940] hub 6-0:1.0: 2 ports detected
[    0.602050] ata_piix 0000:00:1f.2: version 2.13
[    0.602060] ata_piix 0000:00:1f.2: MAP [
[    0.602061]  P0 P2 P1 P3 ]
[    0.602085] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.602616] scsi2 : ata_piix
[    0.602789] scsi3 : ata_piix
[    0.602912] ata3: SATA max UDMA/133 cmd 0xff00 ctl 0xfe00 bmdma 0xfb00 irq 19
[    0.602916] ata4: SATA max UDMA/133 cmd 0xfd00 ctl 0xfc00 bmdma 0xfb08 irq 19
[    0.602932] ata_piix 0000:00:1f.5: MAP [
[    0.602933]  P0 -- P1 -- ]
[    0.602963] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.603096] scsi4 : ata_piix
[    0.603207] scsi5 : ata_piix
[    0.603295] ata5: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
[    0.603297] ata6: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
[    0.625102] firewire_ohci 0000:04:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    0.895056] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    0.895068] ata1: SATA link down (SStatus 0 SControl 300)
[    0.898405] ata2: SATA link down (SStatus 0 SControl 300)
[    0.932524] ata5: SATA link down (SStatus 0 SControl 300)
[    0.943354] ata6: SATA link down (SStatus 0 SControl 300)
[    1.019189] hub 3-1:1.0: USB hub found
[    1.019270] hub 3-1:1.0: 6 ports detected
[    1.125165] usb 6-1: new high-speed USB device number 2 using ehci-pci
[    1.125223] firewire_core 0000:04:02.0: created device fw0: GUID 0049e55042f80000, S400
[    1.238374] tsc: Refined TSC clocksource calibration: 3292.520 MHz
[    1.238380] Switching to clocksource tsc
[    1.248877] hub 6-1:1.0: USB hub found
[    1.249008] hub 6-1:1.0: 8 ports detected
[    1.315147] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
[    1.395105] ata3.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.395122] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.395283] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.395296] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.404644] usbcore: registered new interface driver usbhid
[    1.404646] usbhid: USB HID core driver
[    1.404946] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0
[    1.405030] hid-generic 0003:1B1C:0A60.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:1a.0-1.1/input0
[    1.405288] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1
[    1.405374] hid-generic 0003:1B1C:0A60.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:1a.0-1.1/input1
[    1.405627] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.2/input/input2
[    1.405741] hid-generic 0003:1B1C:0A60.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:1a.0-1.1/input2
[    1.408724] ata4.00: ATAPI: ATAPI   iHAS324   B, AL15, max UDMA/100
[    1.409426] ata3.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
[    1.409430] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.409620] ata3.01: ATA-8: WDC WD3200AAKX-001CA0, 15.01H15, max UDMA/133
[    1.409622] ata3.01: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.415439] ata3.00: configured for UDMA/133
[    1.429452] ata3.01: configured for UDMA/133
[    1.429695] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
[    1.429967] scsi 2:0:1:0: Direct-Access     ATA      WDC WD3200AAKX-0 15.0 PQ: 0 ANSI: 5
[    1.453554] ata4.01: ATA-7: ST380815AS, 4.AAB, max UDMA/133
[    1.453559] ata4.01: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.465292] ata4.00: configured for UDMA/100
[    1.468520] usb 3-1.4: new full-speed USB device number 4 using ehci-pci
[    1.528490] ata4.01: configured for UDMA/133
[    1.532735] scsi 3:0:0:0: CD-ROM            ATAPI    iHAS324   B      AL15 PQ: 0 ANSI: 5
[    1.533056] scsi 3:0:1:0: Direct-Access     ATA      ST380815AS       4.AA PQ: 0 ANSI: 5
[    1.534754] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.534781] sd 2:0:1:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.534783] sd 2:0:0:0: [sda] Write Protect is off
[    1.534785] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.534797] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.534812] sd 2:0:1:0: [sdb] Write Protect is off
[    1.534814] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.534867] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.536150] sd 3:0:1:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.538256] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.538258] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.538285] sd 3:0:1:0: [sdc] Write Protect is off
[    1.538288] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.538305] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.538439] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.555783]  sda: sda1 sda2 sda3
[    1.557188] input: Saitek Cyborg R.A.T.7 Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input3
[    1.557292] hid-generic 0003:06A3:0CD7.0004: input,hidraw3: USB HID v1.11 Mouse [Saitek Cyborg R.A.T.7 Mouse] on usb-0000:00:1a.0-1.4/input0
[    1.558338]  sdb: sdb1 sdb2 sdb3
[    1.558424] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.558510] sd 2:0:1:0: [sdb] Attached SCSI disk
[    1.576507]  sdc: sdc1
[    1.616837] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.100691] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.611792] systemd[1]: systemd 201 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.623831] systemd[1]: Set hostname to <arch>.
[    2.816100] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.816131] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.816139] systemd[1]: Starting Remote File Systems.
[    2.816575] systemd[1]: Reached target Remote File Systems.
[    2.816582] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.817015] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.817021] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.817453] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.817458] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.817891] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.817896] systemd[1]: Starting Delayed Shutdown Socket.
[    2.818329] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.818365] systemd[1]: Starting udev Kernel Socket.
[    2.818792] systemd[1]: Listening on udev Kernel Socket.
[    2.818821] systemd[1]: Starting udev Control Socket.
[    2.819250] systemd[1]: Listening on udev Control Socket.
[    2.819259] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.819280] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.819285] systemd[1]: Starting Paths.
[    2.819702] systemd[1]: Reached target Paths.
[    2.819719] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.820200] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.820205] systemd[1]: Starting Encrypted Volumes.
[    2.820624] systemd[1]: Reached target Encrypted Volumes.
[    2.820630] systemd[1]: Starting Journal Socket.
[    2.821071] systemd[1]: Listening on Journal Socket.
[    2.821375] systemd[1]: Starting Apply Kernel Variables...
[    2.828774] systemd[1]: Started Set Up Additional Binary Formats.
[    2.828785] systemd[1]: Starting Setup Virtual Console...
[    2.835163] systemd[1]: Mounting Huge Pages File System...
[    2.845018] systemd[1]: Starting udev Kernel Device Manager...
[    2.848454] systemd[1]: Mounting POSIX Message Queue File System...
[    2.868002] systemd[1]: Started Load Kernel Modules.
[    2.868014] systemd[1]: Mounting Configuration File System...
[    2.874986] systemd[1]: Mounted FUSE Control File System.
[    2.875054] systemd[1]: Starting udev Coldplug all Devices...
[    2.881675] systemd[1]: Mounting Debug File System...
[    2.891727] systemd[1]: Starting Journal Service...
[    2.898834] systemd[1]: Started Journal Service.
[    2.898853] systemd[1]: Expecting device dev-disk-by\x2duuid-a295e0dc\x2d67e9\x2d4c06\x2db4f9\x2d88d4ddc6f37c.device...
[    2.899162] systemd[1]: Started File System Check on Root Device.
[    2.899171] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.911668] systemd[1]: Mounting Temporary Directory...
[    2.935043] systemd[1]: Expecting device dev-disk-by\x2duuid-46dc709d\x2da87e\x2d4885\x2db5b8\x2da0f80c16939b.device...
[    2.942074] systemd[1]: Started Apply Kernel Variables.
[    2.956553] systemd-udevd[124]: starting version 201
[    3.065182] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    3.384083] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    3.384086] ACPI: Power Button [PWRB]
[    3.384081] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20121018/utaddress-251)
[    3.384088] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.384108] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.384139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    3.384141] ACPI: Power Button [PWRF]
[    3.454570] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    3.493540] wmi: Mapper loaded
[    3.501377] mei 0000:00:16.0: setting latency timer to 64
[    3.501437] mei 0000:00:16.0: irq 43 for MSI/MSI-X
[    3.596052] ssb: Found chip with id 0x4306, rev 0x03 and package 0x00
[    3.596063] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x04, vendor 0x4243)
[    3.596071] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x05, vendor 0x4243)
[    3.596080] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x02, vendor 0x4243)
[    3.596088] ssb: Core 3 found: V90 (cc 0x807, rev 0x02, vendor 0x4243)
[    3.596097] ssb: Core 4 found: PCI (cc 0x804, rev 0x09, vendor 0x4243)
[    3.599595] ssb: Sonics Silicon Backplane found on PCI device 0000:04:00.0
[    3.611058] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.611275] r8169 0000:07:00.0: irq 44 for MSI/MSI-X
[    3.611404] r8169 0000:07:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000e78000, 50:e5:49:37:07:a1, XID 0c900800 IRQ 44
[    3.611405] r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    3.612222] ACPI: Requesting acpi_cpufreq
[    3.689359] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    3.758408] iTCO_vendor_support: vendor-support=0
[    3.844720] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.853856] gpio_ich: GPIO from 164 to 239 on gpio_ich
[    3.867837] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x14
[    3.872306] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    3.872356] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    3.877325] cfg80211: Calling CRDA to update world regulatory domain
[    3.934388] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x14
[    3.934606] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x14
[    3.934786] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x14
[    3.934997] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.055830] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    4.055889] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    4.055929] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.055965] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    4.056002] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.056036] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    4.056071] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    4.056105] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    4.056252] hda_intel: Disabling MSI
[    4.056257] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    4.109855] nvidia: module license 'NVIDIA' taints kernel.
[    4.109859] Disabling lock debugging due to kernel taint
[    4.128831] systemd-udevd[158]: renamed network interface eth0 to enp7s0
[    4.157538] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
[    4.174931] b43-phy0: Found PHY: Analog 2, Type 2 (G), Revision 2
[    4.195109] Broadcom 43xx driver loaded [ Features: PMNLS ]
[    4.327367] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.442503] Adding 19530748k swap on /dev/sda2.  Priority:-1 extents:1 across:19530748k 
[    4.738388] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    4.738601] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    4.738869] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    4.739085] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    4.739928] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    4.740151] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  313.30  Wed Mar 27 16:56:45 PDT 2013
[    4.792710] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[    5.489358] systemd-logind[239]: Watching system buttons on /dev/input/event5 (Power Button)
[    5.489403] systemd-logind[239]: Watching system buttons on /dev/input/event4 (Power Button)
[    7.548335] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[    7.612817] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.211320] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   17.051547] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[   17.432494] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
[  421.684959] cfg80211: Calling CRDA to update world regulatory domain
[  423.440909] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[  423.511439] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  427.124147] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[  427.201699] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  428.460478] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

and the contents of /var/log/Xorg.0.log:

[     6.870] 
X.Org X Server 1.14.0
Release Date: 2013-03-05
[     6.870] X Protocol Version 11, Revision 0
[     6.870] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[     6.870] Current Operating System: Linux arch 3.8.6-1-ARCH #1 SMP PREEMPT Sat Apr 6 07:27:01 CEST 2013 x86_64
[     6.870] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img pci=nommconf BOOT_IMAGE=../vmlinuz-linux 
[     6.870] Build Date: 09 March 2013  11:43:05AM
[     6.870]  
[     6.870] Current version of pixman: 0.28.2
[     6.870] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.870] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.870] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 14 11:03:18 2013
[     6.933] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.934] (==) No Layout section.  Using the first Screen section.
[     6.934] (==) No screen section available. Using defaults.
[     6.934] (**) |-->Screen "Default Screen Section" (0)
[     6.934] (**) |   |-->Monitor "<default monitor>"
[     6.934] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.934] (==) Automatically adding devices
[     6.934] (==) Automatically enabling devices
[     6.934] (==) Automatically adding GPU devices
[     6.945] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     6.945] 	Entry deleted from font path.
[     6.945] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     6.945] 	Entry deleted from font path.
[     6.945] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     6.945] 	Entry deleted from font path.
[     6.945] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     6.946] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     6.946] 	Entry deleted from font path.
[     6.946] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     6.946] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[     6.946] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.946] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.946] (II) Loader magic: 0x7fdc20
[     6.946] (II) Module ABI versions:
[     6.946] 	X.Org ANSI C Emulation: 0.4
[     6.946] 	X.Org Video Driver: 14.1
[     6.946] 	X.Org XInput driver : 19.1
[     6.946] 	X.Org Server Extension : 7.0
[     6.947] (--) PCI:*(0:1:0:0) 10de:1201:1043:83b4 rev 161, Mem @ 0xf6000000/33554432, 0xe0000000/134217728, 0xec000000/67108864, I/O @ 0x0000bf00/128, BIOS @ 0x????????/524288
[     6.947] Initializing built-in extension Generic Event Extension
[     6.947] Initializing built-in extension SHAPE
[     6.947] Initializing built-in extension MIT-SHM
[     6.947] Initializing built-in extension XInputExtension
[     6.947] Initializing built-in extension XTEST
[     6.947] Initializing built-in extension BIG-REQUESTS
[     6.947] Initializing built-in extension SYNC
[     6.947] Initializing built-in extension XKEYBOARD
[     6.947] Initializing built-in extension XC-MISC
[     6.947] Initializing built-in extension SECURITY
[     6.947] Initializing built-in extension XINERAMA
[     6.947] Initializing built-in extension XFIXES
[     6.947] Initializing built-in extension RENDER
[     6.947] Initializing built-in extension RANDR
[     6.947] Initializing built-in extension COMPOSITE
[     6.947] Initializing built-in extension DAMAGE
[     6.947] Initializing built-in extension MIT-SCREEN-SAVER
[     6.947] Initializing built-in extension DOUBLE-BUFFER
[     6.947] Initializing built-in extension RECORD
[     6.947] Initializing built-in extension DPMS
[     6.947] Initializing built-in extension X-Resource
[     6.947] Initializing built-in extension XVideo
[     6.947] Initializing built-in extension XVideo-MotionCompensation
[     6.947] Initializing built-in extension XFree86-VidModeExtension
[     6.947] Initializing built-in extension XFree86-DGA
[     6.947] Initializing built-in extension XFree86-DRI
[     6.947] Initializing built-in extension DRI2
[     6.947] (II) LoadModule: "glx"
[     7.113] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.633] (II) Module glx: vendor="NVIDIA Corporation"
[     7.633] 	compiled for 4.0.2, module version = 1.0.0
[     7.633] 	Module class: X.Org Server Extension
[     7.633] (II) NVIDIA GLX Module  313.30  Wed Mar 27 15:51:21 PDT 2013
[     7.633] Loading extension GLX
[     7.633] (==) Matched nouveau as autoconfigured driver 0
[     7.633] (==) Matched nvidia as autoconfigured driver 1
[     7.633] (==) Matched nv as autoconfigured driver 2
[     7.633] (==) Matched vesa as autoconfigured driver 3
[     7.633] (==) Matched modesetting as autoconfigured driver 4
[     7.633] (==) Matched fbdev as autoconfigured driver 5
[     7.633] (==) Assigned the driver to the xf86ConfigLayout
[     7.633] (II) LoadModule: "nouveau"
[     7.647] (WW) Warning, couldn't open module nouveau
[     7.647] (II) UnloadModule: "nouveau"
[     7.647] (II) Unloading nouveau
[     7.647] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     7.647] (II) LoadModule: "nvidia"
[     7.647] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     7.694] (II) Module nvidia: vendor="NVIDIA Corporation"
[     7.694] 	compiled for 4.0.2, module version = 1.0.0
[     7.694] 	Module class: X.Org Video Driver
[     7.699] (II) LoadModule: "nv"
[     7.700] (WW) Warning, couldn't open module nv
[     7.700] (II) UnloadModule: "nv"
[     7.700] (II) Unloading nv
[     7.700] (EE) Failed to load module "nv" (module does not exist, 0)
[     7.700] (II) LoadModule: "vesa"
[     7.700] (WW) Warning, couldn't open module vesa
[     7.700] (II) UnloadModule: "vesa"
[     7.700] (II) Unloading vesa
[     7.700] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.700] (II) LoadModule: "modesetting"
[     7.700] (WW) Warning, couldn't open module modesetting
[     7.700] (II) UnloadModule: "modesetting"
[     7.700] (II) Unloading modesetting
[     7.700] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     7.700] (II) LoadModule: "fbdev"
[     7.700] (WW) Warning, couldn't open module fbdev
[     7.700] (II) UnloadModule: "fbdev"
[     7.700] (II) Unloading fbdev
[     7.700] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.700] (II) NVIDIA dlloader X Driver  313.30  Wed Mar 27 15:33:21 PDT 2013
[     7.700] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     7.700] (++) using VT number 7
[     7.706] (II) Loading sub module "wfb"
[     7.706] (II) LoadModule: "wfb"
[     7.706] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     7.728] (II) Module wfb: vendor="X.Org Foundation"
[     7.728] 	compiled for 1.14.0, module version = 1.0.0
[     7.728] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.728] (II) Loading sub module "ramdac"
[     7.728] (II) LoadModule: "ramdac"
[     7.728] (II) Module "ramdac" already built-in
[     7.729] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     7.729] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     7.729] (==) NVIDIA(0): RGB weight 888
[     7.729] (==) NVIDIA(0): Default visual is TrueColor
[     7.729] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.730] (**) NVIDIA(0): Enabling 2D acceleration
[     8.423] (II) NVIDIA(GPU-0): Display does not support NVIDIA 3D Vision
[     8.423] (II) NVIDIA(GPU-0):     stereo.
[     8.424] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)
[     8.424] (--) NVIDIA(0): Memory: 1048576 kBytes
[     8.424] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
[     8.424] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     8.425] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 at PCI:1:0:0
[     8.425] (--) NVIDIA(0):     CRT-0
[     8.425] (--) NVIDIA(0):     CRT-1
[     8.425] (--) NVIDIA(0):     DFP-0
[     8.425] (--) NVIDIA(0):     DFP-1
[     8.425] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[     8.425] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[     8.425] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[     8.425] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[     8.425] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[     8.425] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[     8.425] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     8.425] (**) NVIDIA(0):     enabled on all display devices.)
[     8.426] (==) NVIDIA(0): 
[     8.426] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     8.426] (==) NVIDIA(0):     will be used as the requested mode.
[     8.426] (==) NVIDIA(0): 
[     8.426] (II) NVIDIA(0): Validated MetaModes:
[     8.426] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     8.426] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     8.650] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[     8.650] (--) NVIDIA(0):     option
[     8.650] (--) Depth 24 pixmap format is 32 bpp
[     8.651] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[     8.651] (II) NVIDIA:     access.
[     8.688] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     8.688] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     8.688] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     8.688] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     8.688] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     8.688] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     8.688] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     8.688] (II) NVIDIA(0):     Config Options in the README.
[     8.690] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     8.776] Loading extension NV-GLX
[     8.844] (==) NVIDIA(0): Disabling shared memory pixmaps
[     8.844] (==) NVIDIA(0): Backing store disabled
[     8.844] (==) NVIDIA(0): Silken mouse enabled
[     8.845] (==) NVIDIA(0): DPMS enabled
[     8.845] Loading extension NV-CONTROL
[     8.845] Loading extension XINERAMA
[     8.845] (II) Loading sub module "dri2"
[     8.845] (II) LoadModule: "dri2"
[     8.845] (II) Module "dri2" already built-in
[     8.845] (II) NVIDIA(0): [DRI2] Setup complete
[     8.845] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     8.845] (--) RandR disabled
[     8.848] (II) Initializing extension GLX
[     9.114] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     9.114] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.114] (II) LoadModule: "evdev"
[     9.114] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     9.134] (II) Module evdev: vendor="X.Org Foundation"
[     9.134] 	compiled for 1.14.0, module version = 2.8.0
[     9.134] 	Module class: X.Org XInput Driver
[     9.134] 	ABI class: X.Org XInput driver, version 19.1
[     9.134] (II) Using input driver 'evdev' for 'Power Button'
[     9.134] (**) Power Button: always reports core events
[     9.134] (**) evdev: Power Button: Device: "/dev/input/event5"
[     9.134] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.134] (--) evdev: Power Button: Found keys
[     9.134] (II) evdev: Power Button: Configuring as keyboard
[     9.134] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     9.134] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.134] (**) Option "xkb_rules" "evdev"
[     9.134] (**) Option "xkb_model" "evdev"
[     9.134] (**) Option "xkb_layout" "us"
[     9.152] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     9.152] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.152] (II) Using input driver 'evdev' for 'Power Button'
[     9.152] (**) Power Button: always reports core events
[     9.152] (**) evdev: Power Button: Device: "/dev/input/event4"
[     9.152] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.152] (--) evdev: Power Button: Found keys
[     9.152] (II) evdev: Power Button: Configuring as keyboard
[     9.152] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event4"
[     9.152] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     9.152] (**) Option "xkb_rules" "evdev"
[     9.152] (**) Option "xkb_model" "evdev"
[     9.152] (**) Option "xkb_layout" "us"
[     9.152] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     9.152] (II) No input driver specified, ignoring this device.
[     9.152] (II) This device may have been added with another device file.
[     9.153] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     9.153] (II) No input driver specified, ignoring this device.
[     9.153] (II) This device may have been added with another device file.
[     9.153] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[     9.153] (II) No input driver specified, ignoring this device.
[     9.153] (II) This device may have been added with another device file.
[     9.153] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[     9.153] (II) No input driver specified, ignoring this device.
[     9.153] (II) This device may have been added with another device file.
[     9.153] (II) config/udev: Adding input device Corsair Corsair Vengeance K60 Keyboard (/dev/input/event0)
[     9.153] (**) Corsair Corsair Vengeance K60 Keyboard: Applying InputClass "evdev keyboard catchall"
[     9.153] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance K60 Keyboard'
[     9.153] (**) Corsair Corsair Vengeance K60 Keyboard: always reports core events
[     9.153] (**) evdev: Corsair Corsair Vengeance K60 Keyboard: Device: "/dev/input/event0"
[     9.153] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Vendor 0x1b1c Product 0xa60
[     9.153] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found keys
[     9.153] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Configuring as keyboard
[     9.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0/event0"
[     9.153] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance K60 Keyboard" (type: KEYBOARD, id 8)
[     9.153] (**) Option "xkb_rules" "evdev"
[     9.153] (**) Option "xkb_model" "evdev"
[     9.153] (**) Option "xkb_layout" "us"
[     9.154] (II) config/udev: Adding input device Corsair Corsair Vengeance K60 Keyboard (/dev/input/event1)
[     9.154] (**) Corsair Corsair Vengeance K60 Keyboard: Applying InputClass "evdev keyboard catchall"
[     9.154] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance K60 Keyboard'
[     9.154] (**) Corsair Corsair Vengeance K60 Keyboard: always reports core events
[     9.154] (**) evdev: Corsair Corsair Vengeance K60 Keyboard: Device: "/dev/input/event1"
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Vendor 0x1b1c Product 0xa60
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found 1 mouse buttons
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found scroll wheel(s)
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found relative axes
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Forcing relative x/y axes to exist.
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found absolute axes
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Forcing absolute x/y axes to exist.
[     9.154] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found keys
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Configuring as mouse
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Configuring as keyboard
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Adding scrollwheel support
[     9.154] (**) evdev: Corsair Corsair Vengeance K60 Keyboard: YAxisMapping: buttons 4 and 5
[     9.154] (**) evdev: Corsair Corsair Vengeance K60 Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.154] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1/event1"
[     9.154] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance K60 Keyboard" (type: KEYBOARD, id 9)
[     9.154] (**) Option "xkb_rules" "evdev"
[     9.154] (**) Option "xkb_model" "evdev"
[     9.154] (**) Option "xkb_layout" "us"
[     9.154] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: initialized for relative axes.
[     9.154] (WW) evdev: Corsair Corsair Vengeance K60 Keyboard: ignoring absolute axes.
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: (accel) keeping acceleration scheme 1
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: (accel) acceleration profile 0
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: (accel) acceleration factor: 2.000
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: (accel) acceleration threshold: 4
[     9.155] (II) config/udev: Adding input device Corsair Corsair Vengeance K60 Keyboard (/dev/input/event2)
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: Applying InputClass "evdev keyboard catchall"
[     9.155] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance K60 Keyboard'
[     9.155] (**) Corsair Corsair Vengeance K60 Keyboard: always reports core events
[     9.155] (**) evdev: Corsair Corsair Vengeance K60 Keyboard: Device: "/dev/input/event2"
[     9.155] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Vendor 0x1b1c Product 0xa60
[     9.155] (--) evdev: Corsair Corsair Vengeance K60 Keyboard: Found keys
[     9.155] (II) evdev: Corsair Corsair Vengeance K60 Keyboard: Configuring as keyboard
[     9.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.2/input/input2/event2"
[     9.155] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance K60 Keyboard" (type: KEYBOARD, id 10)
[     9.155] (**) Option "xkb_rules" "evdev"
[     9.155] (**) Option "xkb_model" "evdev"
[     9.155] (**) Option "xkb_layout" "us"
[     9.156] (II) config/udev: Adding input device Saitek Cyborg R.A.T.7 Mouse (/dev/input/event3)
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: Applying InputClass "evdev pointer catchall"
[     9.156] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.7 Mouse'
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: always reports core events
[     9.156] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: Device: "/dev/input/event3"
[     9.156] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Vendor 0x6a3 Product 0xcd7
[     9.156] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found 17 mouse buttons
[     9.156] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found scroll wheel(s)
[     9.156] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found relative axes
[     9.156] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found x and y relative axes
[     9.156] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: Configuring as mouse
[     9.156] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: Adding scrollwheel support
[     9.156] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: YAxisMapping: buttons 4 and 5
[     9.156] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input3/event3"
[     9.156] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.7 Mouse" (type: MOUSE, id 11)
[     9.156] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: initialized for relative axes.
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) keeping acceleration scheme 1
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration profile 0
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration factor: 2.000
[     9.156] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration threshold: 4
[     9.157] (II) config/udev: Adding input device Saitek Cyborg R.A.T.7 Mouse (/dev/input/mouse0)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event11)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.157] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[     9.157] (II) No input driver specified, ignoring this device.
[     9.157] (II) This device may have been added with another device file.
[     9.158] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     9.158] (II) No input driver specified, ignoring this device.
[     9.158] (II) This device may have been added with another device file.
[    14.930] (II) NVIDIA(GPU-0): Display does not support NVIDIA 3D Vision
[    14.930] (II) NVIDIA(GPU-0):     stereo.
[    14.930] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    14.930] (**) NVIDIA(0):     device (Using EDID frequencies has been
[    14.930] (**) NVIDIA(0):     enabled on all display devices.)
[    60.538] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[    60.634] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    60.634] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    60.634] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    60.634] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    60.634] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    60.634] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    60.634] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    60.634] (II) NVIDIA(0):     Config Options in the README.
[    60.682] (II) NVIDIA(GPU-0): Display does not support NVIDIA 3D Vision
[    60.682] (II) NVIDIA(GPU-0):     stereo.
[    60.682] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    60.682] (**) NVIDIA(0):     device (Using EDID frequencies has been
[    60.682] (**) NVIDIA(0):     enabled on all display devices.)

Offline

#12 2013-04-14 16:43:00

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Terrible graphics performance in X with nVidia GTX560

This is something that can be tested easily with a LiveCD, so that's what I'd do next - livecds of Ubuntu, opensuse, heck, even PC-BSD or GhostBSD if they have a livecd option. To see what works.

Offline

#13 2013-04-14 17:58:38

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:

This is something that can be tested easily with a LiveCD, so that's what I'd do next - livecds of Ubuntu, opensuse, heck, even PC-BSD or GhostBSD if they have a livecd option. To see what works.

I tried OpenSuse and Ubuntu and both had the same problem.

Offline

#14 2013-04-14 19:12:29

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:

This is something that can be tested easily with a LiveCD, so that's what I'd do next - livecds of Ubuntu, opensuse, heck, even PC-BSD or GhostBSD if they have a livecd option. To see what works.

I also happened to have an oldish nVidia 9600 GSO lying around, so I tried it as well. It seems to actually perform a lot less laggier even though it is a weaker card, however the CPU usage still spikes to ~90% when dragging a window. I still get noticable tearing and window repaint delay.

Offline

#15 2013-04-14 19:37:06

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Terrible graphics performance in X with nVidia GTX560

Google your PC/mobo model number, along with "Linux".

Offline

#16 2013-04-14 20:03:28

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

brebs wrote:

Google your PC/mobo model number, along with "Linux".

Good idea. I have a Gigabyte Z68X-UD3-B3. I googled for about half an hour and the only thing I found is an Engrish advisory from the manufacturer's website (they don't offer driver downloads for linux):

Due to different Linux support condition provided by chipset vendors, please download Linux driver from chipset vendors' website or 3rd party website.

That's just the nVidia drivers I've downloaded right? Other than that I didn't see anything that would indicate some problem with the motherboard for linux.

Last edited by corban (2013-04-14 20:06:06)

Offline

#17 2013-04-14 22:43:34

corban
Member
Registered: 2013-04-14
Posts: 26

Re: Terrible graphics performance in X with nVidia GTX560

I have just finished:

  • Trying Fedora 18 with KDE and the GTX 560

  • Trying the BackingStore=True in xorg.conf

  • Setting PowerMizer to maximum speed

  • Setting InitialPixmapPlacement to 1,2,3 and 4

And nothing results in a performance boost.

Offline

#18 2013-04-21 21:09:01

walmartshopper
Member
Registered: 2010-03-31
Posts: 37

Re: Terrible graphics performance in X with nVidia GTX560

I had similar problems with a GTX 660, slow & choppy performance running 4 monitors in Kwin.  I tried all the different settings that people typically suggest, but what really helped was upgrading to the 319 beta and disabling VSync.  I disabled VSync both in nvidia-settings and Kwin settings, and it runs buttery smooth now.  I would like to be able to turn VSync back on to get rid of the tearing, but at least it's usable for now.

Edit:  Forgot to mention, make sure Qt graphics system is set to Raster.  When resizing windows, I get 55fps with Raster and 19fps with Native.

Last edited by walmartshopper (2013-04-22 17:32:59)

Offline

Board footer

Powered by FluxBB