You are not logged in.

#1 2017-11-04 14:15:22

UnfinishedBusiness
Member
Registered: 2017-11-04
Posts: 3

OpenGL/GLX Broke after last update

On October 5 I did a pacman -Syu to get everything up to date and haven't done so previously for probably 6 months because I was in the middle of a large project and couldn't take the risk of breaking something and having to spend a bunch of time fixing it...

When it updated I remember it saying something about a mesa package being replaced by something else and I knew right there I was in for trouble. Since then I can't get anything that uses Open GL to work

They just say:
 
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  23
  Current serial number in output stream:  24

I've tried everything I can think of. I was using the radeon driver. Switched to AMDGPU which seems to work the same as the radeon driver. I have a 4 head display with AMD Firepro W4100 graphics card. I've been running arch for probably the last 6 years or more and this is the first time I've came across a issue that I can't seem to solve. Hope someone here can shed some light on this, I have a hot PCB project I need to get done by the end of the week and KiCad won't work because PCBNew uses OpenGL

Offline

#2 2017-11-04 14:32:59

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: OpenGL/GLX Broke after last update

paste dmesg and your xorg log.
This is not a wayland session, is it?

Offline

#3 2017-11-05 00:40:45

UnfinishedBusiness
Member
Registered: 2017-11-04
Posts: 3

Re: OpenGL/GLX Broke after last update

Dmesg:

[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.11-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Thu Nov 2 10:25:56 CET 2017
[    0.000000] Command line: BOOT_IMAGE=../vmlinuz-linux root=LABEL=COPPER rw amdgpu.si_support=1 radeon.si_support=0 initrd=../initramfs-linux.img
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000927ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000092800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e2c00-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7d9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf7da000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000063fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: System manufacturer System Product Name/SABERTOOTH X58, BIOS 1402    08/09/2012
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x640000 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-DFFFF write-protect
[    0.000000]   E0000-EBFFF write-through
[    0.000000]   EC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask C00000000 write-back
[    0.000000]   1 base 400000000 mask E00000000 write-back
[    0.000000]   2 base 600000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff9f0cc00ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9f0cc008c000] 8c000 size 24576
[    0.000000] BRK [0x619d64000, 0x619d64fff] PGTABLE
[    0.000000] BRK [0x619d65000, 0x619d65fff] PGTABLE
[    0.000000] BRK [0x619d66000, 0x619d66fff] PGTABLE
[    0.000000] BRK [0x619d67000, 0x619d67fff] PGTABLE
[    0.000000] BRK [0x619d68000, 0x619d68fff] PGTABLE
[    0.000000] BRK [0x619d69000, 0x619d69fff] PGTABLE
[    0.000000] BRK [0x619d6a000, 0x619d6afff] PGTABLE
[    0.000000] BRK [0x619d6b000, 0x619d6bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7f1e4000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FB940 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000BF780000 000044 (v01 080912 RSDT1157 20120809 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000BF780200 000084 (v01 080912 FACP1157 20120809 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000BF7804B0 00C469 (v01 A1682  A1682001 00000001 INTL 20060113)
[    0.000000] ACPI: FACS 0x00000000BF798000 000040
[    0.000000] ACPI: APIC 0x00000000BF780390 0000D8 (v01 080912 APIC1157 20120809 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000BF780470 00003C (v01 080912 OEMMCFG  20120809 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000BF798040 000072 (v01 080912 OEMB1157 20120809 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BF78F4B0 000038 (v01 080912 OEMHPET  20120809 MSFT 00000097)
[    0.000000] ACPI: ASPT 0x00000000BF798360 000034 (v06 080912 PerfTune 20120809 MSFT 00000097)
[    0.000000] ACPI: OSFR 0x00000000BF78F4F0 0000B0 (v01 080912 OEMOSFR  20120809 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000BF79A5E0 000363 (v01 DpgPmm CpuPm    00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000063fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x63ffe7000-0x63ffebfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000063fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000091fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bf77ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000063fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000063fffffff]
[    0.000000] On node 0 totalpages: 6289169
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3985 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12190 pages used for memmap
[    0.000000]   DMA32 zone: 780160 pages, LIFO batch:31
[    0.000000]   Normal zone: 86016 pages used for memmap
[    0.000000]   Normal zone: 5505024 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
[    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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00092000-0x00092fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00093000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e3000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7d9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf7da000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff9f12e7200000 s106520 r8192 d32744 u262144
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 6190878
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=LABEL=COPPER rw amdgpu.si_support=1 radeon.si_support=0 initrd=../initramfs-linux.img
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 24666748K/25156676K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 489928K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 28354 entries in 111 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=16.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 8448, nr_irqs: 960, preallocated irqs: 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.013333] tsc: Unable to calibrate against PIT
[    0.013333] tsc: using HPET reference calibration
[    0.013333] tsc: Detected 3073.486 MHz processor
[    0.013333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6149.09 BogoMIPS (lpj=10244953)
[    0.013333] pid_max: default: 32768 minimum: 301
[    0.013333] ACPI: Core revision 20170531
[    0.023606] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.023649] Security Framework initialized
[    0.023651] Yama: becoming mindful.
[    0.030653] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)[    0.035445] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.035548] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.035637] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.035852] CPU: Physical Processor ID: 0
[    0.035852] CPU: Processor Core ID: 0
[    0.035859] mce: CPU supports 9 MCE banks
[    0.035867] CPU0: Thermal monitoring enabled (TM1)
[    0.035880] process: using mwait in idle threads
[    0.035882] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.035883] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.035986] Freeing SMP alternatives memory: 24K
[    0.036765] smpboot: Max logical packages: 4
[    0.036771] DMAR-IR: This system BIOS has enabled interrupt remapping
[    0.036773] Switched APIC routing to physical flat.
[    0.037335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.083333] APIC calibration not consistent with PM-Timer: 123ms instead of 100ms
[    0.083333] APIC delta adjusted to PM-Timer: 835224 (1030109)
[    0.083333] smpboot: CPU0: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz (family: 0x6, model: 0x1a, stepping: 0x5)
[    0.093344] Performance Events: PEBS fmt1+, Nehalem events, 16-deep LBR, Intel PMU driver.
[    0.093362] core: CPU erratum AAJ80 worked around
[    0.093363] core: CPUID marked event: 'bus cycles' unavailable
[    0.093365] ... version:                3
[    0.093365] ... bit width:              48
[    0.093366] ... generic registers:      4
[    0.093367] ... value mask:             0000ffffffffffff
[    0.093367] ... max period:             000000007fffffff
[    0.093368] ... fixed-purpose events:   3
[    0.093368] ... event mask:             000000070000000f
[    0.100002] Hierarchical SRCU implementation.
[    0.113673] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.120013] smp: Bringing up secondary CPUs ...
[    0.146683] x86: Booting SMP configuration:
[    0.146685] .... node  #0, CPUs:        #1  #2
[    0.003333] calibrate_delay_direct() dropping min bogoMips estimate 4 = 8508428
[    0.366701]   #3
[    0.003333] calibrate_delay_direct() dropping max bogoMips estimate 1 = 12204688[    0.480018]   #4  #5
[    0.003333] calibrate_delay_direct() dropping min bogoMips estimate 3 = 8193254
[    0.700031]   #6  #7
[    0.895362] smp: Brought up 1 node, 8 CPUs
[    0.895362] smpboot: Total of 8 processors activated (49023.95 BogoMIPS)
[    0.897483] devtmpfs: initialized
[    0.897483] x86/mm: Memory block size: 128MB
[    0.901222] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7d9fff] (270336 bytes)
[    0.901222] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.901222] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.901222] pinctrl core: initialized pinctrl subsystem
[    0.901222] RTC time: 13:48:37, date: 11/04/17
[    0.901222] NET: Registered protocol family 16
[    0.901222] cpuidle: using governor ladder
[    0.901222] cpuidle: using governor menu
[    0.901222] PCCT header not found.
[    0.901222] ACPI: bus type PCI registered
[    0.901222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.901222] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.901222] PCI: not using MMCONFIG
[    0.901222] PCI: Using configuration type 1 for base access
[    0.901222] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.901222] ACPI: Added _OSI(Module Device)
[    0.901222] ACPI: Added _OSI(Processor Device)
[    0.901222] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.901222] ACPI: Added _OSI(Processor Aggregator Device)
[    0.901222] ACPI: Executed 1 blocks of module-level executable AML code
[    0.933369] ACPI: Dynamic OEM Table Load:
[    0.933380] ACPI: SSDT 0xFFFF9F12E3268000 00223C (v01 DpgPmm P001Ist  00000011 INTL 20060113)
[    0.933946] ACPI: Interpreter enabled
[    0.933965] ACPI: (supports S0 S1 S3 S4 S5)
[    0.933967] ACPI: Using IOAPIC for interrupt routing
[    0.933996] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.934835] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.934839] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    0.935251] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.941719] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.941723] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.941727] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.941953] PCI host bridge to bus 0000:00
[    0.941956] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.941957] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.941958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.941959] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.941960] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.941960] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff window]
[    0.941962] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.941972] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
[    0.942033] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.942111] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    0.942169] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.942245] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400
[    0.942300] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.942373] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    0.942430] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.942507] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    0.942561] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.942640] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    0.942743] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    0.942844] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    0.942944] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
[    0.943036] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    0.943077] pci 0000:00:1a.0: reg 0x20: [io  0xa800-0xa81f]
[    0.943174] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    0.943214] pci 0000:00:1a.1: reg 0x20: [io  0xa880-0xa89f]
[    0.943307] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    0.943349] pci 0000:00:1a.2: reg 0x20: [io  0xac00-0xac1f]
[    0.943450] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    0.943470] pci 0000:00:1a.7: reg 0x10: [mem 0xfb9ff000-0xfb9ff3ff]
[    0.943545] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.943613] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[    0.943632] pci 0000:00:1b.0: reg 0x10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    0.943696] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.943765] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    0.943833] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.943909] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
[    0.943977] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.944052] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    0.944092] pci 0000:00:1d.0: reg 0x20: [io  0xa080-0xa09f]
[    0.944186] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    0.944226] pci 0000:00:1d.1: reg 0x20: [io  0xa400-0xa41f]
[    0.944319] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    0.944359] pci 0000:00:1d.2: reg 0x20: [io  0xa480-0xa49f]
[    0.944461] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    0.944480] pci 0000:00:1d.7: reg 0x10: [mem 0xfb9fe000-0xfb9fe3ff]
[    0.944555] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.944620] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.944731] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    0.944806] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.944810] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    0.944812] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    0.944900] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    0.944916] pci 0000:00:1f.2: reg 0x10: [io  0x9c00-0x9c07]
[    0.944922] pci 0000:00:1f.2: reg 0x14: [io  0x9880-0x9883]
[    0.944928] pci 0000:00:1f.2: reg 0x18: [io  0x9800-0x9807]
[    0.944934] pci 0000:00:1f.2: reg 0x1c: [io  0x9480-0x9483]
[    0.944940] pci 0000:00:1f.2: reg 0x20: [io  0x9400-0x941f]
[    0.944947] pci 0000:00:1f.2: reg 0x24: [mem 0xfb9fc000-0xfb9fc7ff]
[    0.944983] pci 0000:00:1f.2: PME# supported from D3hot
[    0.945046] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[    0.945062] pci 0000:00:1f.3: reg 0x10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    0.945080] pci 0000:00:1f.3: reg 0x20: [io  0x1000-0x101f]
[    0.945189] pci 0000:01:00.0: [1b4b:91a3] type 00 class 0x01018f
[    0.945203] pci 0000:01:00.0: reg 0x10: [io  0xbc00-0xbc07]
[    0.945209] pci 0000:01:00.0: reg 0x14: [io  0xb880-0xb883]
[    0.945215] pci 0000:01:00.0: reg 0x18: [io  0xb800-0xb807]
[    0.945221] pci 0000:01:00.0: reg 0x1c: [io  0xb480-0xb483]
[    0.945227] pci 0000:01:00.0: reg 0x20: [io  0xb400-0xb40f]
[    0.945233] pci 0000:01:00.0: reg 0x24: [mem 0xfbaff000-0xfbaff7ff]
[    0.945240] pci 0000:01:00.0: reg 0x30: [mem 0xfbae0000-0xfbaeffff pref]
[    0.945273] pci 0000:01:00.0: PME# supported from D3hot
[    0.956697] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.956703] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    0.956706] pci 0000:00:01.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.956793] pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
[    0.956816] pci 0000:02:00.0: reg 0x10: [mem 0xfbbfe000-0xfbbfffff 64bit]
[    0.956905] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.966686] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.966691] pci 0000:00:02.0:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.966753] pci 0000:03:00.0: [1002:682c] type 00 class 0x030000
[    0.966777] pci 0000:03:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.966785] pci 0000:03:00.0: reg 0x18: [mem 0xfbc80000-0xfbcbffff 64bit]
[    0.966791] pci 0000:03:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.966801] pci 0000:03:00.0: reg 0x30: [mem 0xfbcc0000-0xfbcdffff pref]
[    0.966841] pci 0000:03:00.0: supports D1 D2
[    0.966842] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[    0.966890] pci 0000:03:00.1: [1002:aab0] type 00 class 0x040300
[    0.966906] pci 0000:03:00.1: reg 0x10: [mem 0xfbcfc000-0xfbcfffff 64bit]
[    0.966964] pci 0000:03:00.1: supports D1 D2
[    0.976700] pci 0000:00:03.0: PCI bridge to [bus 03]
[    0.976706] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    0.976709] pci 0000:00:03.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.976715] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.976788] pci 0000:00:07.0: PCI bridge to [bus 04]
[    0.976827] pci 0000:00:1c.0: PCI bridge to [bus 06]
[    0.976834] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    0.976906] pci 0000:05:00.0: [197b:2362] type 00 class 0x010185
[    0.976945] pci 0000:05:00.0: reg 0x10: [io  0xdc00-0xdc07]
[    0.976957] pci 0000:05:00.0: reg 0x14: [io  0xd880-0xd883]
[    0.976970] pci 0000:05:00.0: reg 0x18: [io  0xd800-0xd807]
[    0.976982] pci 0000:05:00.0: reg 0x1c: [io  0xd480-0xd483]
[    0.976994] pci 0000:05:00.0: reg 0x20: [io  0xd400-0xd40f]
[    0.977006] pci 0000:05:00.0: reg 0x24: [mem 0xfbdff000-0xfbdff1ff]
[    0.977019] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.977081] pci 0000:05:00.0: PME# supported from D3hot
[    0.990035] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.990039] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.990042] pci 0000:00:1c.4:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.990106] pci 0000:07:01.0: [10ec:8167] type 00 class 0x020000
[    0.990126] pci 0000:07:01.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.990134] pci 0000:07:01.0: reg 0x14: [mem 0xfbeff000-0xfbeff0ff]
[    0.990170] pci 0000:07:01.0: reg 0x30: [mem 0xfbec0000-0xfbedffff pref]
[    0.990209] pci 0000:07:01.0: supports D1 D2
[    0.990210] pci 0000:07:01.0: PME# supported from D1 D2 D3hot D3cold
[    0.990251] pci 0000:07:02.0: [1106:3044] type 00 class 0x0c0010
[    0.990269] pci 0000:07:02.0: reg 0x10: [mem 0xfbefe000-0xfbefe7ff]
[    0.990278] pci 0000:07:02.0: reg 0x14: [io  0xec00-0xec7f]
[    0.990341] pci 0000:07:02.0: supports D2
[    0.990342] pci 0000:07:02.0: PME# supported from D2 D3hot D3cold
[    0.990401] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
[    0.990403] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.990406] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.990411] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.990412] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.990413] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.990414] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.990415] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.990416] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff window] (subtractive decode)
[    0.990416] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 *11 12 14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 14 *15)
[    0.990416] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    0.990416] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *6 7 10 11 12 14 15)
[    0.990416] ACPI: Enabled 3 GPEs in block 00 to 3F
[    0.990484] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.990484] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.990484] pci 0000:03:00.0: vgaarb: bridge control possible
[    0.990484] vgaarb: loaded
[    0.990484] EDAC MC: Ver: 3.0.0
[    0.990484] PCI: Using ACPI for IRQ routing
[    0.996269] PCI: Discovered peer bus ff
[    0.996270] PCI: root bus ff: using default resources
[    0.996271] PCI: Probing PCI hardware (bus ff)
[    0.996290] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.996290] PCI host bridge to bus 0000:ff
[    0.996292] pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
[    0.996293] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
[    0.996294] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[    0.996296] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.996300] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
[    0.996334] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
[    0.996365] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
[    0.996395] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
[    0.996425] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
[    0.996456] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
[    0.996486] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
[    0.996516] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
[    0.996546] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
[    0.996575] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
[    0.996606] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
[    0.996635] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
[    0.996663] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
[    0.996696] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
[    0.996724] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
[    0.996754] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
[    0.996783] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
[    0.996814] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
[    0.996842] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
[    0.996880] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[    0.996881] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.996886] PCI: pci_cache_line_size set to 64 bytes
[    0.996960] e820: reserve RAM buffer [mem 0x00092800-0x0009ffff]
[    0.996961] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
[    0.997031] NetLabel: Initializing
[    0.997032] NetLabel:  domain hash size = 128
[    0.997032] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.997045] NetLabel:  unlabeled traffic allowed by default
[    0.997062] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.997062] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.997062] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.000025] clocksource: Switched to clocksource hpet
[    1.010884] VFS: Disk quotas dquot_6.6.0
[    1.010907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.010976] pnp: PnP ACPI init
[    1.011058] system 00:00: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.011059] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.011060] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.011061] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.011063] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.011064] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.011067] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.011126] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.011209] system 00:02: [io  0x0290-0x029f] has been reserved
[    1.011211] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.011377] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    1.011378] system 00:03: [io  0x0800-0x087f] has been reserved
[    1.011379] system 00:03: [io  0x0500-0x057f] could not be reserved
[    1.011381] system 00:03: [io  0x0600-0x0607] has been reserved
[    1.011382] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.011384] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.011385] system 00:03: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.011387] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.011478] system 00:04: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.011480] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.011568] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.011569] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.011571] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.011722] pnp 00:06: [dma 0 disabled]
[    1.011769] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.011846] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    1.011849] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.011988] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.011989] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    1.011990] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.011992] system 00:08: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.011993] system 00:08: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.011995] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.012091] pnp: PnP ACPI: found 9 devices
[    1.018044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.018074] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    1.018076] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 400000 add_align 100000
[    1.018083] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[    1.018097] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc03fffff]
[    1.018101] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.018102] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.018104] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.018106] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
[    1.018109] pci 0000:00:01.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.018114] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.018117] pci 0000:00:02.0:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.018122] pci 0000:00:03.0: PCI bridge to [bus 03]
[    1.018124] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    1.018127] pci 0000:00:03.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.018129] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.018133] pci 0000:00:07.0: PCI bridge to [bus 04]
[    1.018140] pci 0000:00:1c.0: PCI bridge to [bus 06]
[    1.018141] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.018145] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.018147] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.018152] pci 0000:05:00.0: BAR 6: assigned [mem 0xfbd00000-0xfbd0ffff pref]
[    1.018153] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.018155] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    1.018158] pci 0000:00:1c.4:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.018161] pci 0000:00:1c.4:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.018165] pci 0000:00:1e.0: PCI bridge to [bus 07]
[    1.018167] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.018170] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.018176] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.018177] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.018178] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.018179] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    1.018180] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    1.018181] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff window]
[    1.018182] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    1.018183] pci_bus 0000:01: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.018184] pci_bus 0000:02: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.018186] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    1.018187] pci_bus 0000:03: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.018188] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.018189] pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
[    1.018190] pci_bus 0000:06: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.018191] pci_bus 0000:06: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.018192] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    1.018193] pci_bus 0000:05: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.018194] pci_bus 0000:05: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.018195] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    1.018196] pci_bus 0000:07: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.018197] pci_bus 0000:07: resource 4 [io  0x0000-0x0cf7 window]
[    1.018198] pci_bus 0000:07: resource 5 [io  0x0d00-0xffff window]
[    1.018199] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.018200] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000dffff window]
[    1.018201] pci_bus 0000:07: resource 8 [mem 0xc0000000-0xdfffffff window]
[    1.018202] pci_bus 0000:07: resource 9 [mem 0xf0000000-0xfed8ffff window]
[    1.018246] pci_bus 0000:ff: resource 4 [io  0x0000-0xffff]
[    1.018247] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
[    1.018276] NET: Registered protocol family 2
[    1.018466] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)[    1.018858] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.019005] TCP: Hash tables configured (established 262144 bind 65536)
[    1.019060] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    1.019143] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    1.019253] NET: Registered protocol family 1
[    1.020829] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.020836] PCI: CLS mismatch (256 != 64), using 64 bytes
[    1.020888] Unpacking initramfs...
[    1.240733] Freeing initrd memory: 14448K
[    1.240745] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.240747] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff9f0d7b780000-ffff9f0d7f77ffff]
[    1.240972] Scanning for low memory corruption every 60 seconds
[    1.241493] Initialise system trusted keyrings
[    1.241500] Key type blacklist registered
[    1.241548] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[    1.242384] zbud: loaded
[    1.243481] Key type asymmetric registered
[    1.243506] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)[    1.243536] io scheduler noop registered
[    1.243537] io scheduler deadline registered
[    1.243557] io scheduler cfq registered (default)
[    1.243558] io scheduler mq-deadline registered
[    1.243559] io scheduler kyber registered
[    1.243576] io scheduler bfq registered
[    1.243811] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.244199] intel_idle: MWAIT substates: 0x1120
[    1.244200] intel_idle: v0.4.1 model 0x1A
[    1.244416] intel_idle: lapic_timer_reliable_states 0x2
[    1.244562] GHES: HEST is not enabled!
[    1.244625] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.267202] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.270664] rtc_cmos 00:01: RTC can wake from S4
[    1.270791] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.270816] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.271173] ledtrig-cpu: registered to indicate activity on CPUs
[    1.271213] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.271430] NET: Registered protocol family 10
[    1.276147] Segment Routing with IPv6
[    1.276174] NET: Registered protocol family 17
[    1.277297] RAS: Correctable Errors collector initialized.
[    1.277331] microcode: sig=0x106a5, pf=0x2, revision=0x15
[    1.277830] microcode: Microcode Update Driver: v2.2.
[    1.277842] sched_clock: Marking stable (1277821859, 0)->(1449981758, -172159899)
[    1.280214] registered taskstats version 1
[    1.280221] Loading compiled-in X.509 certificates
[    1.280239] zswap: loaded using pool lzo/zbud
[    1.282460] Key type big_key registered
[    1.282764]   Magic number: 9:496:836
[    1.282882] rtc_cmos 00:01: setting system clock to 2017-11-04 13:48:38 UTC (1509803318)
[    1.283398] PM: Hibernation image not present or could not be loaded.
[    1.284822] Freeing unused kernel memory: 1336K
[    1.284823] Write protecting the kernel read-only data: 10240k
[    1.288389] Freeing unused kernel memory: 1536K
[    1.295961] systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    1.296102] systemd[1]: Detected architecture x86-64.
[    1.296104] systemd[1]: Running in initial RAM disk.
[    1.296108] systemd[1]: Running with unpopulated /etc.
[    1.296300] systemd[1]: No hostname configured.
[    1.296303] systemd[1]: Set hostname to <archlinux>.
[    1.296329] systemd[1]: Initializing machine ID from random generator.
[    1.300555] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: Cannot assign requested address
[    1.305861] systemd[1]: Reached target Paths.
[    1.306488] systemd[1]: Created slice system.slice.
[    1.313142] Linux agpgart interface v0.103
[    1.324787] [drm] amdgpu kernel modesetting enabled.
[    1.325882] [drm] initializing kernel modesetting (VERDE 0x1002:0x682C 0x1002:0x2B1E 0x00).
[    1.325892] [drm] register mmio base: 0xFBC80000
[    1.325892] [drm] register mmio size: 262144
[    1.352412] [drm] BIOS signature incorrect 50 7
[    1.352450] ATOM BIOS: 113-C7550100-103
[    1.352458] [drm] GPU post is not needed
[    1.352459] [drm] Changing default dispclk from 600Mhz to 625Mhz
[    1.352619] [drm] vm size is 64 GB, block size is 13-bit
[    1.352666] amdgpu 0000:03:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    1.352668] amdgpu 0000:03:00.0: GTT: 3072M 0x0000000080000000 - 0x000000013FFFFFFF
[    1.352674] [drm] Detected VRAM RAM=2048M, BAR=256M
[    1.352675] [drm] RAM width 128bits GDDR5
[    1.352737] [TTM] Zone  kernel: Available graphics memory: 12342046 kiB
[    1.352738] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    1.352739] [TTM] Initializing pool allocator
[    1.352742] [TTM] Initializing DMA pool allocator
[    1.352763] [drm] amdgpu: 2048M of VRAM memory ready
[    1.352764] [drm] amdgpu: 3072M of GTT memory ready.
[    1.352772] [drm] GART: num cpu pages 786432, num gpu pages 786432
[    1.359715] amdgpu 0000:03:00.0: PCIE GART of 3072M enabled (table at 0x0000000000040000).
[    1.359769] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.359769] [drm] Driver supports precise vblank timestamp query.
[    1.359805] amdgpu 0000:03:00.0: amdgpu: using MSI.
[    1.359821] [drm] amdgpu: irq initialized.
[    1.359865] [drm] probing gen 2 caps for device 8086:340a = 3b3d02/0
[    1.359886] [drm] Internal thermal controller with fan control
[    1.359895] [drm] amdgpu: dpm initialized
[    1.360218] [drm] AMDGPU Display Connectors
[    1.360219] [drm] Connector 0:
[    1.360219] [drm]   DP-1
[    1.360219] [drm]   HPD4
[    1.360221] [drm]   DDC: 0x1950 0x1950 0x1951 0x1951 0x1952 0x1952 0x1953 0x1953[    1.360221] [drm]   Encoders:
[    1.360221] [drm]     DFP1: INTERNAL_UNIPHY2
[    1.360222] [drm] Connector 1:
[    1.360222] [drm]   DP-2
[    1.360223] [drm]   HPD5
[    1.360224] [drm]   DDC: 0x194c 0x194c 0x194d 0x194d 0x194e 0x194e 0x194f 0x194f[    1.360224] [drm]   Encoders:
[    1.360224] [drm]     DFP2: INTERNAL_UNIPHY1
[    1.360225] [drm] Connector 2:
[    1.360225] [drm]   DP-3
[    1.360225] [drm]   HPD1
[    1.360226] [drm]   DDC: 0x1958 0x1958 0x1959 0x1959 0x195a 0x195a 0x195b 0x195b[    1.360226] [drm]   Encoders:
[    1.360227] [drm]     DFP3: INTERNAL_UNIPHY1
[    1.360227] [drm] Connector 3:
[    1.360228] [drm]   DP-4
[    1.360228] [drm]   HPD2
[    1.360229] [drm]   DDC: 0x1960 0x1960 0x1961 0x1961 0x1962 0x1962 0x1963 0x1963[    1.360229] [drm]   Encoders:
[    1.360230] [drm]     DFP4: INTERNAL_UNIPHY
[    1.362102] amdgpu 0000:03:00.0: fence driver on ring 0 use gpu addr 0x0000000080000010, cpu addr 0xffff9f12df7c5010
[    1.362151] amdgpu 0000:03:00.0: fence driver on ring 1 use gpu addr 0x0000000080000020, cpu addr 0xffff9f12df7c5020
[    1.362195] amdgpu 0000:03:00.0: fence driver on ring 2 use gpu addr 0x0000000080000030, cpu addr 0xffff9f12df7c5030
[    1.362240] amdgpu 0000:03:00.0: fence driver on ring 3 use gpu addr 0x0000000080000040, cpu addr 0xffff9f12df7c5040
[    1.362274] amdgpu 0000:03:00.0: fence driver on ring 4 use gpu addr 0x0000000080000050, cpu addr 0xffff9f12df7c5050
[    1.362421] [drm] probing gen 2 caps for device 8086:340a = 3b3d02/0
[    1.362424] [drm] PCIE gen 2 link speeds already enabled
[    1.366793] i8042: PNP: No PS/2 controller found.
[    1.366794] i8042: Probing ports directly.
[    1.369551] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.369594] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.371854] SCSI subsystem initialized
[    1.371876] ACPI: bus type USB registered
[    1.371905] usbcore: registered new interface driver usbfs
[    1.371916] usbcore: registered new interface driver hub
[    1.371963] usbcore: registered new device driver usb
[    1.372635] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.372941] ehci-pci: EHCI PCI platform driver
[    1.373170] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.373178] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1[    1.373190] ehci-pci 0000:00:1a.7: debug port 1
[    1.377091] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.377112] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.377201] libata version 3.00 loaded.
[    1.390029] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.390189] hub 1-0:1.0: USB hub found
[    1.390196] hub 1-0:1.0: 6 ports detected
[    1.390355] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.390362] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2[    1.390480] xhci_hcd 0000:02:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    1.390748] hub 2-0:1.0: USB hub found
[    1.390754] hub 2-0:1.0: 2 ports detected
[    1.390829] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.390832] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3[    1.390841] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.390847] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4[    1.390857] ehci-pci 0000:00:1d.7: debug port 1
[    1.393858] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.394026] hub 3-0:1.0: USB hub found
[    1.394041] hub 3-0:1.0: 2 ports detected
[    1.394758] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.394776] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.406685] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.406833] hub 4-0:1.0: USB hub found
[    1.406841] hub 4-0:1.0: 6 ports detected
[    1.407023] ahci 0000:00:1f.2: version 3.0
[    1.407233] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    1.407286] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.407332] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    1.407335] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pmp pio slum part ccc ems sxs
[    1.407421] uhci_hcd: USB Universal Host Controller Interface driver
[    1.443587] firewire_ohci 0000:07:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    1.457467] scsi host0: ahci
[    1.457765] scsi host1: ahci
[    1.458049] scsi host2: ahci
[    1.458240] scsi host3: ahci
[    1.458412] scsi host4: ahci
[    1.458513] scsi host5: ahci
[    1.458557] ata1: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc100 irq 35[    1.458559] ata2: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc180 irq 35[    1.458560] ata3: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc200 irq 35[    1.458562] ata4: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc280 irq 35[    1.458563] ata5: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc300 irq 35[    1.458564] ata6: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc380 irq 35[    1.458771] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.458776] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 5[    1.458778] ahci 0000:01:00.0: controller can do FBS, turning on CAP_FBS
[    1.458782] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.458803] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
[    1.459067] hub 5-0:1.0: USB hub found
[    1.459131] hub 5-0:1.0: 2 ports detected
[    1.459353] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.459356] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 6[    1.459361] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.459382] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
[    1.459605] hub 6-0:1.0: USB hub found
[    1.459620] hub 6-0:1.0: 2 ports detected
[    1.459878] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.459883] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 7[    1.459888] uhci_hcd 0000:00:1a.2: detected 2 ports
[    1.459908] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000ac00
[    1.460136] hub 7-0:1.0: USB hub found
[    1.460155] hub 7-0:1.0: 2 ports detected
[    1.460420] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.460424] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 8[    1.460429] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.460446] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
[    1.460658] hub 8-0:1.0: USB hub found
[    1.460675] hub 8-0:1.0: 2 ports detected
[    1.460880] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.460885] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 9[    1.460890] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.460906] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
[    1.461029] hub 9-0:1.0: USB hub found
[    1.461034] hub 9-0:1.0: 2 ports detected
[    1.461200] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.461204] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 10
[    1.463681] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.463708] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
[    1.463877] hub 10-0:1.0: USB hub found
[    1.463882] hub 10-0:1.0: 2 ports detected
[    1.468973] ahci 0000:01:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl IDE mode
[    1.468975] ahci 0000:01:00.0: flags: 64bit ncq fbs pio
[    1.469712] scsi host6: ahci
[    1.469811] scsi host7: ahci
[    1.469884] scsi host8: ahci
[    1.469957] scsi host9: ahci
[    1.470037] scsi host10: ahci
[    1.470114] scsi host11: ahci
[    1.470180] scsi host12: ahci
[    1.470265] scsi host13: ahci
[    1.470301] ata7: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff100 irq 37[    1.470303] ata8: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff180 irq 37[    1.470304] ata9: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff200 irq 37[    1.470305] ata10: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff280 irq 37
[    1.470307] ata11: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff300 irq 37
[    1.470308] ata12: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff380 irq 37
[    1.470309] ata13: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff400 irq 37
[    1.470311] ata14: SATA max UDMA/133 abar m2048@0xfbaff000 port 0xfbaff480 irq 37
[    1.470464] ahci 0000:05:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.470466] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[    1.470683] scsi host14: ahci
[    1.470756] scsi host15: ahci
[    1.470791] ata15: SATA max UDMA/133 abar m512@0xfbdff000 port 0xfbdff100 irq 16[    1.470794] ata16: SATA max UDMA/133 abar m512@0xfbdff000 port 0xfbdff180 irq 16[    1.578896] [drm] ring test on 0 succeeded in 10 usecs
[    1.580903] [drm] ring test on 1 succeeded in 1 usecs
[    1.580908] [drm] ring test on 2 succeeded in 1 usecs
[    1.580916] [drm] ring test on 3 succeeded in 3 usecs
[    1.580924] [drm] ring test on 4 succeeded in 3 usecs
[    1.581196] [drm] ib test on ring 0 succeeded
[    1.581213] [drm] ib test on ring 1 succeeded
[    1.581230] [drm] ib test on ring 2 succeeded
[    1.581245] [drm] ib test on ring 3 succeeded
[    1.581258] [drm] ib test on ring 4 succeeded
[    1.582139] [drm:si_dpm_set_power_state [amdgpu]] *ERROR* si_enable_smc_cac failed
[    1.727023] usb 4-5: new high-speed USB device number 2 using ehci-pci
[    1.755361] [drm] fb mappable at 0xD0644000
[    1.755363] [drm] vram apper at 0xD0000000
[    1.755364] [drm] size 8294400
[    1.755365] [drm] fb depth is 24
[    1.755365] [drm]    pitch is 7680
[    1.755588] fbcon: amdgpudrmfb (fb0) is primary device
[    1.784783] ata12: SATA link down (SStatus 0 SControl 300)
[    1.784801] ata13: SATA link down (SStatus 0 SControl 300)
[    1.784845] ata7: SATA link down (SStatus 0 SControl 300)
[    1.784859] ata16: SATA link down (SStatus 0 SControl 300)
[    1.784861] ata11: SATA link down (SStatus 0 SControl 300)
[    1.784881] ata14: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.784892] ata15: SATA link down (SStatus 0 SControl 300)
[    1.784900] ata10: SATA link down (SStatus 0 SControl 300)
[    1.784915] ata9: SATA link down (SStatus 0 SControl 300)
[    1.784929] ata8: SATA link down (SStatus 0 SControl 300)
[    1.785054] ata14.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[    1.785326] ata14.00: configured for UDMA/66
[    1.868983] usb-storage 4-5:1.0: USB Mass Storage device detected
[    1.869102] scsi host16: usb-storage 4-5:1.0
[    1.869177] usbcore: registered new interface driver usb-storage
[    1.869545] usbcore: registered new interface driver uas
[    1.913450] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    1.923458] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.925081] ata1.00: ATAPI: Optiarc DVD RW AD-7260S, 1.01, max UDMA/100
[    1.927024] ata1.00: configured for UDMA/100
[    1.928777] scsi 0:0:0:0: CD-ROM            Optiarc  DVD RW AD-7260S  1.01 PQ: 0 ANSI: 5
[    1.958464] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.958466] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.958602] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.994022] [drm:si_dpm_set_power_state [amdgpu]] *ERROR* si_enable_smc_cac failed
[    1.994431] firewire_core 0000:07:02.0: created device fw0: GUID 001fc6000006bbc0, S400
[    2.113427] hidraw: raw HID events driver (C) Jiri Kosina
[    2.120488] usbcore: registered new interface driver usbhid
[    2.120489] usbhid: USB HID core driver
[    2.121279] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.2-1/input2
[    2.222436] Console: switching to colour frame buffer device 240x67
[    2.226833] amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
[    2.247019] [drm] Initialized amdgpu 3.18.0 20150101 for 0000:03:00.0 on minor 0[    2.247557] input: Logitech M510 as /devices/pci0000:00/0000:00:1a.2/usb7/7-1/7-1:1.2/0003:046D:C52B.0003/0003:046D:1025.0004/input/input2
[    2.247630] logitech-hidpp-device 0003:046D:1025.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M510] on usb-0000:00:1a.2-1:1
[    2.253698] ata2: SATA link down (SStatus 0 SControl 300)
[    2.266999] tsc: Refined TSC clocksource calibration: 3073.635 MHz
[    2.267011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c4dfd9afb6, max_idle_ns: 440795215205 ns
[    2.569742] ata3: SATA link down (SStatus 0 SControl 300)
[    2.856864] usb 7-2: new full-speed USB device number 3 using uhci_hcd
[    2.878032] scsi 16:0:0:0: Direct-Access     WD       3200AAK External 1.65 PQ: 0 ANSI: 4
[    2.880369] sd 16:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.881365] sd 16:0:0:0: [sda] Write Protect is off
[    2.881367] sd 16:0:0:0: [sda] Mode Sense: 21 00 00 00
[    2.882363] sd 16:0:0:0: [sda] No Caching mode page found
[    2.882389] sd 16:0:0:0: [sda] Assuming drive cache: write through
[    2.885618] ata4: SATA link down (SStatus 0 SControl 300)
[    2.887996]  sda: sda1
[    2.891274] sd 16:0:0:0: [sda] Attached SCSI disk
[    3.056102] logitech-djreceiver 0003:046D:C52B.0007: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.2-2/input2
[    3.180680] input: Logitech K360 as /devices/pci0000:00/0000:00:1a.2/usb7/7-2/7-2:1.2/0003:046D:C52B.0007/0003:046D:4004.0008/input/input3
[    3.180846] logitech-hidpp-device 0003:046D:4004.0008: input,hidraw3: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:00:1a.2-2:1
[    3.277280] clocksource: Switched to clocksource tsc
[    3.360232] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.368168] ata5.00: ATA-8: KINGSTON SV300S37A120G, 605ABBF2, max UDMA/133
[    3.368171] ata5.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    3.374207] ata5.00: configured for UDMA/133
[    3.374636] scsi 4:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF2 PQ: 0 ANSI: 5
[    3.431016] sd 4:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    3.431076] sd 4:0:0:0: [sdb] Write Protect is off
[    3.431079] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.431313] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.433935]  sdb: sdb1 sdb2
[    3.434992] sd 4:0:0:0: [sdb] Attached SCSI disk
[    3.494284] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    3.903894] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.911760] ata6.00: ATA-8: KINGSTON SV300S37A120G, 605ABBF2, max UDMA/133
[    3.911762] ata6.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    3.917774] ata6.00: configured for UDMA/133
[    3.918206] scsi 5:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF2 PQ: 0 ANSI: 5
[    3.960854] sd 5:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    3.960956] scsi 13:0:0:0: Processor         Marvell  91xx Config      1.01 PQ: 0 ANSI: 5
[    3.960973] sd 5:0:0:0: [sdc] Write Protect is off
[    3.960976] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.961147] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.962354]  sdc: sdc1 sdc2
[    3.963498] sd 5:0:0:0: [sdc] Attached SCSI disk
[    4.019585] systemd-journald[144]: Received SIGTERM from PID 1 (systemd).
[    4.036193] systemd: 18 output lines suppressed due to ratelimiting
[    4.142472] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.269034] EXT4-fs (sdb1): re-mounted. Opts: data=ordered
[    4.295048] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    4.295084] sd 16:0:0:0: Attached scsi generic sg1 type 0
[    4.295118] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    4.295154] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    4.295189] scsi 13:0:0:0: Attached scsi generic sg4 type 3
[    4.298783] loop: module loaded
[    4.307715] vboxdrv: loading out-of-tree module taints kernel.
[    4.310095] vboxdrv: Found 8 processor cores
[    4.330373] vboxdrv: TSC mode is Invariant, tentative frequency 3073618359 Hz
[    4.330374] vboxdrv: Successfully loaded version 5.2.0 (interface 0x00290000)
[    4.331152] VBoxPciLinuxInit
[    4.332654] vboxpci: IOMMU not found (not registered)
[    4.333144] VBoxNetAdp: Successfully started.
[    4.333866] VBoxNetFlt: Successfully started.
[    4.364800] systemd-journald[286]: Received request to flush runtime journal from PID 1
[    4.757134] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    4.757148] ACPI: Power Button [PWRB]
[    4.757207] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5[    4.757238] ACPI: Power Button [PWRF]
[    4.761265] ATK0110 ATK0110:00: Overriding interface detection
[    4.761416] ATK0110 ATK0110:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    4.773478] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.800045] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT)
[    4.800253] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[    4.800261] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[    4.800503] i5500_temp 0000:00:14.3: Sensor seems to be disabled
[    4.817325] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20170531/utaddress-247)
[    4.817333] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.817335] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20170531/utaddress-247)
[    4.817339] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.817340] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20170531/utaddress-247)
[    4.817343] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.817344] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.817935] ACPI Warning: SystemIO range 0x0000000000001000-0x000000000000101F conflicts with OpRegion 0x0000000000001000-0x000000000000100F (\SMRG) (20170531/utaddress-247)
[    4.817941] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.818225] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.828535] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.828622] r8169 0000:07:01.0 (unnamed net_device) (uninitialized): not PCI Express
[    4.829360] r8169 0000:07:01.0 eth0: RTL8169sc/8110sc at 0xffffb797032f1000, bc:ae:c5:17:6e:fd, XID 18000000 IRQ 19
[    4.829362] r8169 0000:07:01.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[    4.873886] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[    4.874545] iTCO_vendor_support: vendor-support=0
[    4.875907] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    4.876014] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
[    4.876557] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.890936] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[    4.890939] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[    4.896950] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    4.896952] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.896957] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.896959] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.896960] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    4.896961] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.896963] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    4.896964] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.896969] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    4.900143] mousedev: PS/2 mouse device common for all mice
[    4.905044] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input8
[    4.905112] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input9
[    4.905172] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input10
[    4.905236] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input11
[    4.905298] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input12
[    4.905354] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input13
[    4.917512] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    4.917554] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    4.917594] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    4.917665] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    4.917732] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    4.917812] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    4.917912] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    4.917984] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    5.094294] r8169 0000:07:01.0 eth0: link down
[    5.094295] r8169 0000:07:01.0 eth0: link down
[    5.094349] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.072303] r8169 0000:07:01.0 eth0: link up
[    8.072314] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   28.929587] logitech-hidpp-device 0003:046D:4004.0008: HID++ 2.0 device connected.
[   29.164454] random: crng init done
[  109.995591] logitech-hidpp-device 0003:046D:1025.0004: HID++ 1.0 device connected.
[  561.990064] perf: interrupt took too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[  769.990874] perf: interrupt took too long (3142 > 3138), lowering kernel.perf_event_max_sample_rate to 63600
[ 1219.854678] INFO: NMI handler (perf_event_nmi_handler) took too long to run: 2.568 msecs
[ 1219.854682] perf: interrupt took too long (23495 > 3927), lowering kernel.perf_event_max_sample_rate to 8400
[ 1307.696348] INFO: NMI handler (nmi_cpu_backtrace_handler) took too long to run: 2.543 msecs
[ 1699.924755] [drm:si_dpm_set_power_state [amdgpu]] *ERROR* si_enable_smc_cac failed

Xorg Log:

[   662.428]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[   662.440] X Protocol Version 11, Revision 0
[   662.443] Build Operating System: Linux 4.9.54-1-lts x86_64
[   662.446] Current Operating System: Linux box 4.13.11-1-ARCH #1 SMP PREEMPT Thu Nov 2 10:25:56 CET 2017 x86_64
[   662.446] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=LABEL=COPPER rw amdgpu.si_support=1 radeon.si_support=0 initrd=../initramfs-linux.img
[   662.455] Build Date: 12 October 2017  09:59:53PM
[   662.458]
[   662.461] Current version of pixman: 0.34.0
[   662.467]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   662.467] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   662.480] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov  4 09:59:39 2017
[   662.483] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   662.486] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   662.488] (==) No Layout section.  Using the first Screen section.
[   662.488] (==) No screen section available. Using defaults.
[   662.488] (**) |-->Screen "Default Screen Section" (0)
[   662.488] (**) |   |-->Monitor "<default monitor>"
[   662.488] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   662.488] (**) |   |-->Device "AMD Graphics"
[   662.488] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   662.488] (==) Automatically adding devices
[   662.488] (==) Automatically enabling devices
[   662.488] (==) Automatically adding GPU devices
[   662.488] (==) Automatically binding GPU devices
[   662.488] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   662.488] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   662.488]    Entry deleted from font path.
[   662.489]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   662.489] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   662.489]    Entry deleted from font path.
[   662.489]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   662.489] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/
[   662.489] (==) ModulePath set to "/usr/lib/xorg/modules"
[   662.489] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.[   662.489] (II) Loader magic: 0x555cf6b14d60
[   662.489] (II) Module ABI versions:
[   662.489]    X.Org ANSI C Emulation: 0.4
[   662.489]    X.Org Video Driver: 23.0
[   662.489]    X.Org XInput driver : 24.1
[   662.489]    X.Org Server Extension : 10.0
[   662.490] (++) using VT number 1

[   662.490] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   662.493] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   662.493] (II) xfree86: Adding drm device (/dev/dri/card0)
[   662.494] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   662.499] (--) PCI:*(0:3:0:0) 1002:682c:1002:2b1e rev 0, Mem @ 0xd0000000/268435456, 0xfbc80000/262144, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[   662.499] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   662.499] (II) LoadModule: "glx"
[   662.499] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   662.517] (II) Module glx: vendor="X.Org Foundation"
[   662.517]    compiled for 1.19.5, module version = 1.0.0
[   662.517]    ABI class: X.Org Server Extension, version 10.0
[   662.517] (II) LoadModule: "amdgpu"
[   662.518] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   662.520] (II) Module amdgpu: vendor="X.Org Foundation"
[   662.520]    compiled for 1.19.3, module version = 1.4.0
[   662.520]    Module class: X.Org Video Driver
[   662.520]    ABI class: X.Org Video Driver, version 23.0
[   662.520] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[   662.520] (II) [KMS] Kernel modesetting enabled.
[   662.520] (II) AMDGPU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   662.520] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   662.520] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   662.520] (==) AMDGPU(0): Default visual is TrueColor
[   662.520] (**) AMDGPU(0): Option "DRI" "3"
[   662.520] (==) AMDGPU(0): RGB weight 888
[   662.520] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   662.520] (--) AMDGPU(0): Chipset: "AMD FirePro W4100" (ChipID = 0x682c)
[   662.520] (II) Loading sub module "fb"
[   662.520] (II) LoadModule: "fb"
[   662.520] (II) Loading /usr/lib/xorg/modules/libfb.so
[   662.524] (II) Module fb: vendor="X.Org Foundation"
[   662.524]    compiled for 1.19.5, module version = 1.0.0
[   662.524]    ABI class: X.Org ANSI C Emulation, version 0.4
[   662.524] (II) Loading sub module "dri2"
[   662.524] (II) LoadModule: "dri2"
[   662.524] (II) Module "dri2" already built-in
[   662.637] (II) Loading sub module "glamoregl"
[   662.637] (II) LoadModule: "glamoregl"
[   662.637] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   662.637] (II) Module glamoregl: vendor="X.Org Foundation"
[   662.637]    compiled for 1.19.5, module version = 1.0.0
[   662.637]    ABI class: X.Org ANSI C Emulation, version 0.4
[   662.637] (II) glamor: OpenGL accelerated X.org driver based.
[   662.638] (EE) AMDGPU(0): eglGetDisplay() failed
[   662.638] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[   662.638] (II) Loading sub module "shadow"
[   662.638] (II) LoadModule: "shadow"
[   662.638] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   662.638] (II) Module shadow: vendor="X.Org Foundation"
[   662.638]    compiled for 1.19.5, module version = 1.1.0
[   662.638]    ABI class: X.Org ANSI C Emulation, version 0.4
[   662.638] (II) AMDGPU(0): KMS Pageflipping: enabled
[   662.679] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   662.724] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   662.766] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   662.807] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[   662.851] (II) AMDGPU(0): EDID for output DisplayPort-0
[   662.851] (II) AMDGPU(0): Manufacturer: AOC  Model: 2267  Serial#: 407
[   662.851] (II) AMDGPU(0): Year: 2016  Week: 38
[   662.851] (II) AMDGPU(0): EDID Version: 1.3
[   662.851] (II) AMDGPU(0): Digital Display Input
[   662.851] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[   662.851] (II) AMDGPU(0): Gamma: 2.20
[   662.851] (II) AMDGPU(0): DPMS capabilities: Off
[   662.851] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   662.851] (II) AMDGPU(0): First detailed timing is preferred mode
[   662.851] (II) AMDGPU(0): redX: 0.641 redY: 0.337   greenX: 0.313 greenY: 0.623
[   662.851] (II) AMDGPU(0): blueX: 0.151 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   662.851] (II) AMDGPU(0): Supported established timings:
[   662.851] (II) AMDGPU(0): 720x400@70Hz
[   662.851] (II) AMDGPU(0): 640x480@60Hz
[   662.851] (II) AMDGPU(0): 640x480@67Hz
[   662.851] (II) AMDGPU(0): 640x480@72Hz
[   662.851] (II) AMDGPU(0): 640x480@75Hz
[   662.851] (II) AMDGPU(0): 800x600@56Hz
[   662.851] (II) AMDGPU(0): 800x600@60Hz
[   662.851] (II) AMDGPU(0): 800x600@72Hz
[   662.851] (II) AMDGPU(0): 800x600@75Hz
[   662.851] (II) AMDGPU(0): 832x624@75Hz
[   662.851] (II) AMDGPU(0): 1024x768@60Hz
[   662.851] (II) AMDGPU(0): 1024x768@70Hz
[   662.851] (II) AMDGPU(0): 1024x768@75Hz
[   662.851] (II) AMDGPU(0): 1280x1024@75Hz
[   662.851] (II) AMDGPU(0): Manufacturer's mask: 0
[   662.851] (II) AMDGPU(0): Supported standard timings:
[   662.851] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   662.851] (II) AMDGPU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   662.851] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   662.851] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   662.851] (II) AMDGPU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   662.851] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   662.851] (II) AMDGPU(0): Supported detailed timing:
[   662.851] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[   662.851] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   662.851] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   662.851] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   662.851] (II) AMDGPU(0): Monitor name: 2267W
[   662.851] (II) AMDGPU(0): Serial No: ALHG99A000407
[   662.851] (II) AMDGPU(0): EDID (in hex):
[   662.851] (II) AMDGPU(0):    00ffffffffffff0005e3672297010000
[   662.851] (II) AMDGPU(0):    261a010380301b782a16c5a456509f26
[   662.851] (II) AMDGPU(0):    125054bfef00d1c0b300950081808140
[   662.851] (II) AMDGPU(0):    81c001010101023a801871382d40582c
[   662.851] (II) AMDGPU(0):    4500dc0c1100001e000000fd00324c1e
[   662.851] (II) AMDGPU(0):    5311000a202020202020000000fc0032
[   662.851] (II) AMDGPU(0):    323637570a20202020202020000000ff
[   662.851] (II) AMDGPU(0):    00414c48473939413030303430370086
[   662.851] (II) AMDGPU(0): Printing probed modes for output DisplayPort-0
[   662.851] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   662.851] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   662.851] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   662.894] (II) AMDGPU(0): EDID for output DisplayPort-1
[   662.894] (II) AMDGPU(0): Manufacturer: AOC  Model: 2267  Serial#: 408
[   662.894] (II) AMDGPU(0): Year: 2016  Week: 38
[   662.894] (II) AMDGPU(0): EDID Version: 1.3
[   662.894] (II) AMDGPU(0): Digital Display Input
[   662.894] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[   662.894] (II) AMDGPU(0): Gamma: 2.20
[   662.894] (II) AMDGPU(0): DPMS capabilities: Off
[   662.894] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   662.894] (II) AMDGPU(0): First detailed timing is preferred mode
[   662.894] (II) AMDGPU(0): redX: 0.641 redY: 0.337   greenX: 0.313 greenY: 0.623
[   662.894] (II) AMDGPU(0): blueX: 0.151 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   662.894] (II) AMDGPU(0): Supported established timings:
[   662.894] (II) AMDGPU(0): 720x400@70Hz
[   662.894] (II) AMDGPU(0): 640x480@60Hz
[   662.894] (II) AMDGPU(0): 640x480@67Hz
[   662.894] (II) AMDGPU(0): 640x480@72Hz
[   662.894] (II) AMDGPU(0): 640x480@75Hz
[   662.894] (II) AMDGPU(0): 800x600@56Hz
[   662.894] (II) AMDGPU(0): 800x600@60Hz
[   662.894] (II) AMDGPU(0): 800x600@72Hz
[   662.894] (II) AMDGPU(0): 800x600@75Hz
[   662.894] (II) AMDGPU(0): 832x624@75Hz
[   662.894] (II) AMDGPU(0): 1024x768@60Hz
[   662.894] (II) AMDGPU(0): 1024x768@70Hz
[   662.894] (II) AMDGPU(0): 1024x768@75Hz
[   662.894] (II) AMDGPU(0): 1280x1024@75Hz
[   662.894] (II) AMDGPU(0): Manufacturer's mask: 0
[   662.894] (II) AMDGPU(0): Supported standard timings:
[   662.894] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   662.894] (II) AMDGPU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   662.894] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   662.894] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   662.894] (II) AMDGPU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   662.894] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   662.894] (II) AMDGPU(0): Supported detailed timing:
[   662.894] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[   662.894] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   662.894] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   662.894] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   662.894] (II) AMDGPU(0): Monitor name: 2267W
[   662.894] (II) AMDGPU(0): Serial No: ALHG99A000408
[   662.894] (II) AMDGPU(0): EDID (in hex):
[   662.894] (II) AMDGPU(0):    00ffffffffffff0005e3672298010000
[   662.894] (II) AMDGPU(0):    261a010380301b782a16c5a456509f26
[   662.894] (II) AMDGPU(0):    125054bfef00d1c0b300950081808140
[   662.894] (II) AMDGPU(0):    81c001010101023a801871382d40582c
[   662.894] (II) AMDGPU(0):    4500dc0c1100001e000000fd00324c1e
[   662.894] (II) AMDGPU(0):    5311000a202020202020000000fc0032
[   662.894] (II) AMDGPU(0):    323637570a20202020202020000000ff
[   662.894] (II) AMDGPU(0):    00414c48473939413030303430380084
[   662.894] (II) AMDGPU(0): Printing probed modes for output DisplayPort-1
[   662.894] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   662.894] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   662.894] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   662.937] (II) AMDGPU(0): EDID for output DisplayPort-2
[   662.937] (II) AMDGPU(0): Manufacturer: AOC  Model: 2267  Serial#: 404
[   662.937] (II) AMDGPU(0): Year: 2016  Week: 38
[   662.937] (II) AMDGPU(0): EDID Version: 1.3
[   662.937] (II) AMDGPU(0): Digital Display Input
[   662.937] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[   662.937] (II) AMDGPU(0): Gamma: 2.20
[   662.937] (II) AMDGPU(0): DPMS capabilities: Off
[   662.937] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   662.937] (II) AMDGPU(0): First detailed timing is preferred mode
[   662.937] (II) AMDGPU(0): redX: 0.641 redY: 0.337   greenX: 0.313 greenY: 0.623
[   662.937] (II) AMDGPU(0): blueX: 0.151 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   662.937] (II) AMDGPU(0): Supported established timings:
[   662.937] (II) AMDGPU(0): 720x400@70Hz
[   662.937] (II) AMDGPU(0): 640x480@60Hz
[   662.937] (II) AMDGPU(0): 640x480@67Hz
[   662.937] (II) AMDGPU(0): 640x480@72Hz
[   662.937] (II) AMDGPU(0): 640x480@75Hz
[   662.937] (II) AMDGPU(0): 800x600@56Hz
[   662.937] (II) AMDGPU(0): 800x600@60Hz
[   662.937] (II) AMDGPU(0): 800x600@72Hz
[   662.937] (II) AMDGPU(0): 800x600@75Hz
[   662.937] (II) AMDGPU(0): 832x624@75Hz
[   662.937] (II) AMDGPU(0): 1024x768@60Hz
[   662.937] (II) AMDGPU(0): 1024x768@70Hz
[   662.937] (II) AMDGPU(0): 1024x768@75Hz
[   662.937] (II) AMDGPU(0): 1280x1024@75Hz
[   662.937] (II) AMDGPU(0): Manufacturer's mask: 0
[   662.937] (II) AMDGPU(0): Supported standard timings:
[   662.937] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   662.937] (II) AMDGPU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   662.937] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   662.937] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   662.937] (II) AMDGPU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   662.937] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   662.937] (II) AMDGPU(0): Supported detailed timing:
[   662.937] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[   662.937] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   662.937] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   662.937] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   662.937] (II) AMDGPU(0): Monitor name: 2267W
[   662.937] (II) AMDGPU(0): Serial No: ALHG99A000404
[   662.937] (II) AMDGPU(0): EDID (in hex):
[   662.937] (II) AMDGPU(0):    00ffffffffffff0005e3672294010000
[   662.937] (II) AMDGPU(0):    261a010380301b782a16c5a456509f26
[   662.937] (II) AMDGPU(0):    125054bfef00d1c0b300950081808140
[   662.937] (II) AMDGPU(0):    81c001010101023a801871382d40582c
[   662.937] (II) AMDGPU(0):    4500dc0c1100001e000000fd00324c1e
[   662.937] (II) AMDGPU(0):    5311000a202020202020000000fc0032
[   662.937] (II) AMDGPU(0):    323637570a20202020202020000000ff
[   662.937] (II) AMDGPU(0):    00414c4847393941303030343034008c
[   662.937] (II) AMDGPU(0): Printing probed modes for output DisplayPort-2
[   662.937] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   662.937] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   662.937] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   662.980] (II) AMDGPU(0): EDID for output DisplayPort-3
[   662.980] (II) AMDGPU(0): Manufacturer: AOC  Model: 2267  Serial#: 241
[   662.980] (II) AMDGPU(0): Year: 2016  Week: 38
[   662.980] (II) AMDGPU(0): EDID Version: 1.3
[   662.980] (II) AMDGPU(0): Digital Display Input
[   662.980] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[   662.980] (II) AMDGPU(0): Gamma: 2.20
[   662.980] (II) AMDGPU(0): DPMS capabilities: Off
[   662.980] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   662.980] (II) AMDGPU(0): First detailed timing is preferred mode
[   662.980] (II) AMDGPU(0): redX: 0.641 redY: 0.337   greenX: 0.313 greenY: 0.623
[   662.980] (II) AMDGPU(0): blueX: 0.151 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   662.980] (II) AMDGPU(0): Supported established timings:
[   662.980] (II) AMDGPU(0): 720x400@70Hz
[   662.980] (II) AMDGPU(0): 640x480@60Hz
[   662.980] (II) AMDGPU(0): 640x480@67Hz
[   662.980] (II) AMDGPU(0): 640x480@72Hz
[   662.980] (II) AMDGPU(0): 640x480@75Hz
[   662.980] (II) AMDGPU(0): 800x600@56Hz
[   662.980] (II) AMDGPU(0): 800x600@60Hz
[   662.980] (II) AMDGPU(0): 800x600@72Hz
[   662.980] (II) AMDGPU(0): 800x600@75Hz
[   662.980] (II) AMDGPU(0): 832x624@75Hz
[   662.980] (II) AMDGPU(0): 1024x768@60Hz
[   662.980] (II) AMDGPU(0): 1024x768@70Hz
[   662.981] (II) AMDGPU(0): 1024x768@75Hz
[   662.981] (II) AMDGPU(0): 1280x1024@75Hz
[   662.981] (II) AMDGPU(0): Manufacturer's mask: 0
[   662.981] (II) AMDGPU(0): Supported standard timings:
[   662.981] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   662.981] (II) AMDGPU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   662.981] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   662.981] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   662.981] (II) AMDGPU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   662.981] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   662.981] (II) AMDGPU(0): Supported detailed timing:
[   662.981] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[   662.981] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   662.981] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   662.981] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   662.981] (II) AMDGPU(0): Monitor name: 2267W
[   662.981] (II) AMDGPU(0): Serial No: ALHG99A000241
[   662.981] (II) AMDGPU(0): EDID (in hex):
[   662.981] (II) AMDGPU(0):    00ffffffffffff0005e36722f1000000
[   662.981] (II) AMDGPU(0):    261a010380301b782a16c5a456509f26
[   662.981] (II) AMDGPU(0):    125054bfef00d1c0b300950081808140
[   662.981] (II) AMDGPU(0):    81c001010101023a801871382d40582c
[   662.981] (II) AMDGPU(0):    4500dc0c1100001e000000fd00324c1e
[   662.981] (II) AMDGPU(0):    5311000a202020202020000000fc0032
[   662.981] (II) AMDGPU(0):    323637570a20202020202020000000ff
[   662.981] (II) AMDGPU(0):    00414c48473939413030303234310031
[   662.981] (II) AMDGPU(0): Printing probed modes for output DisplayPort-3
[   662.981] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   662.981] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   662.981] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   662.981] (II) AMDGPU(0): Output DisplayPort-0 connected
[   662.981] (II) AMDGPU(0): Output DisplayPort-1 connected
[   662.981] (II) AMDGPU(0): Output DisplayPort-2 connected
[   662.981] (II) AMDGPU(0): Output DisplayPort-3 connected
[   662.981] (II) AMDGPU(0): Using spanning desktop for initial modes
[   662.981] (II) AMDGPU(0): Output DisplayPort-0 using initial mode 1920x1080 +0+0[   662.981] (II) AMDGPU(0): Output DisplayPort-1 using initial mode 1920x1080 +1920+0
[   662.981] (II) AMDGPU(0): Output DisplayPort-2 using initial mode 1920x1080 +3840+0
[   662.981] (II) AMDGPU(0): Output DisplayPort-3 using initial mode 1920x1080 +5760+0
[   662.981] (II) AMDGPU(0): mem size init: gart size :bfee5000 vram size: s:7f1d4000 visible:f1d4000
[   662.981] (==) AMDGPU(0): DPI set to (96, 96)
[   662.981] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   662.981] (II) Loading sub module "ramdac"
[   662.981] (II) LoadModule: "ramdac"
[   662.981] (II) Module "ramdac" already built-in
[   662.981] (--) Depth 24 pixmap format is 32 bpp
[   662.981] (II) AMDGPU(0): Front buffer pitch: 30720 bytes
[   662.981] (==) AMDGPU(0): DRI3 disabled
[   662.981] (==) AMDGPU(0): Backing store enabled
[   662.981] (WW) AMDGPU(0): Direct rendering disabled
[   662.981] (II) AMDGPU(0): 2D and 3D acceleration disabled
[   662.981] (==) AMDGPU(0): DPMS enabled
[   662.981] (==) AMDGPU(0): Silken mouse enabled
[   662.981] (II) AMDGPU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   662.981] (--) RandR disabled
[   662.984] (II) AIGLX: Screen 0 is not DRI2 capable
[   662.984] (EE) AIGLX: reverting to software rendering
[   662.985] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[   662.986] (II) IGLX: Loaded and initialized swrast
[   662.986] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   662.986] (II) AMDGPU(0): Setting screen physical size to 2032 x 285
[   663.042] (II) config/udev: Adding input device Power Button (/dev/input/event3)[   663.042] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   663.042] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   663.042] (II) LoadModule: "libinput"
[   663.043] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   663.045] (II) Module libinput: vendor="X.Org Foundation"
[   663.045]    compiled for 1.19.3, module version = 0.26.0
[   663.045]    Module class: X.Org XInput Driver
[   663.045]    ABI class: X.Org XInput driver, version 24.1
[   663.045] (II) Using input driver 'libinput' for 'Power Button'
[   663.046] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0[   663.046] (**) Power Button: always reports core events
[   663.046] (**) Option "Device" "/dev/input/event3"
[   663.046] (**) Option "_source" "server/udev"
[   663.047] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   663.047] (II) event3  - (II) Power Button: (II) device is a keyboard
[   663.047] (II) event3  - (II) Power Button: (II) device removed
[   663.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[   663.047] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   663.047] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   663.047] (II) event3  - (II) Power Button: (II) device is a keyboard
[   663.050] (II) config/udev: Adding input device Power Button (/dev/input/event2)[   663.050] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   663.050] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   663.050] (II) Using input driver 'libinput' for 'Power Button'
[   663.051] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0[   663.051] (**) Power Button: always reports core events
[   663.051] (**) Option "Device" "/dev/input/event2"
[   663.051] (**) Option "_source" "server/udev"
[   663.051] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   663.052] (II) event2  - (II) Power Button: (II) device is a keyboard
[   663.052] (II) event2  - (II) Power Button: (II) device removed
[   663.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[   663.052] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   663.052] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   663.052] (II) event2  - (II) Power Button: (II) device is a keyboard
[   663.053] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event7)
[   663.053] (II) No input driver specified, ignoring this device.
[   663.053] (II) This device may have been added with another device file.
[   663.053] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event8)
[   663.053] (II) No input driver specified, ignoring this device.
[   663.053] (II) This device may have been added with another device file.
[   663.053] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event9)
[   663.053] (II) No input driver specified, ignoring this device.
[   663.053] (II) This device may have been added with another device file.
[   663.054] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event10)
[   663.054] (II) No input driver specified, ignoring this device.
[   663.054] (II) This device may have been added with another device file.
[   663.054] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[   663.054] (II) No input driver specified, ignoring this device.
[   663.054] (II) This device may have been added with another device file.
[   663.054] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event6)
[   663.054] (II) No input driver specified, ignoring this device.
[   663.054] (II) This device may have been added with another device file.
[   663.055] (II) config/udev: Adding input device Logitech M510 (/dev/input/event0)
[   663.055] (**) Logitech M510: Applying InputClass "evdev pointer catchall"
[   663.055] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[   663.055] (II) Using input driver 'libinput' for 'Logitech M510'
[   663.056] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0[   663.056] (**) Logitech M510: always reports core events
[   663.056] (**) Option "Device" "/dev/input/event0"
[   663.056] (**) Option "_source" "server/udev"
[   663.056] (II) event0  - (II) Logitech M510: (II) is tagged by udev as: Mouse
[   663.056] (II) event0  - (II) Logitech M510: (II) device set to 800 DPI
[   663.056] (II) event0  - (II) Logitech M510: (II) device is a pointer
[   663.056] (II) event0  - (II) Logitech M510: (II) device removed
[   663.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb7/7-1/7-1:1.2/0003:046D:C52B.0003/0003:046D:1025.0004/input/input2/event0"
[   663.056] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 8)
[   663.056] (**) Option "AccelerationScheme" "none"
[   663.056] (**) Logitech M510: (accel) selected scheme none/0
[   663.056] (**) Logitech M510: (accel) acceleration factor: 2.000
[   663.056] (**) Logitech M510: (accel) acceleration threshold: 4
[   663.057] (II) event0  - (II) Logitech M510: (II) is tagged by udev as: Mouse
[   663.057] (II) event0  - (II) Logitech M510: (II) device set to 800 DPI
[   663.057] (II) event0  - (II) Logitech M510: (II) device is a pointer
[   663.057] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse0)
[   663.057] (II) No input driver specified, ignoring this device.
[   663.057] (II) This device may have been added with another device file.
[   663.058] (II) config/udev: Adding input device Logitech K360 (/dev/input/event1)
[   663.058] (**) Logitech K360: Applying InputClass "evdev keyboard catchall"
[   663.058] (**) Logitech K360: Applying InputClass "libinput keyboard catchall"
[   663.058] (II) Using input driver 'libinput' for 'Logitech K360'
[   663.059] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0[   663.059] (**) Logitech K360: always reports core events
[   663.059] (**) Option "Device" "/dev/input/event1"
[   663.059] (**) Option "_source" "server/udev"
[   663.059] (II) event1  - (II) Logitech K360: (II) is tagged by udev as: Keyboard[   663.059] (II) event1  - (II) Logitech K360: (II) device is a keyboard
[   663.059] (II) event1  - (II) Logitech K360: (II) device removed
[   663.059] (II) libinput: Logitech K360: needs a virtual subdevice
[   663.059] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb7/7-2/7-2:1.2/0003:046D:C52B.0007/0003:046D:4004.0008/input/input3/event1"
[   663.059] (II) XINPUT: Adding extended input device "Logitech K360" (type: MOUSE, id 9)
[   663.059] (**) Option "AccelerationScheme" "none"
[   663.059] (**) Logitech K360: (accel) selected scheme none/0
[   663.059] (**) Logitech K360: (accel) acceleration factor: 2.000
[   663.060] (**) Logitech K360: (accel) acceleration threshold: 4
[   663.060] (II) event1  - (II) Logitech K360: (II) is tagged by udev as: Keyboard[   663.060] (II) event1  - (II) Logitech K360: (II) device is a keyboard
[   663.060] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event11)
[   663.060] (II) No input driver specified, ignoring this device.
[   663.060] (II) This device may have been added with another device file.
[   663.061] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event12)
[   663.061] (II) No input driver specified, ignoring this device.
[   663.061] (II) This device may have been added with another device file.
[   663.061] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event13)
[   663.061] (II) No input driver specified, ignoring this device.
[   663.061] (II) This device may have been added with another device file.
[   663.061] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event14)
[   663.061] (II) No input driver specified, ignoring this device.
[   663.061] (II) This device may have been added with another device file.
[   663.061] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event15)
[   663.061] (II) No input driver specified, ignoring this device.
[   663.061] (II) This device may have been added with another device file.
[   663.062] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event16)
[   663.062] (II) No input driver specified, ignoring this device.
[   663.062] (II) This device may have been added with another device file.
[   663.062] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event17)
[   663.062] (II) No input driver specified, ignoring this device.
[   663.062] (II) This device may have been added with another device file.
[   663.062] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event18)
[   663.062] (II) No input driver specified, ignoring this device.
[   663.062] (II) This device may have been added with another device file.
[   663.062] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   663.062] (II) No input driver specified, ignoring this device.
[   663.062] (II) This device may have been added with another device file.
[   663.068] (**) Logitech K360: Applying InputClass "evdev keyboard catchall"
[   663.068] (**) Logitech K360: Applying InputClass "libinput keyboard catchall"
[   663.068] (II) Using input driver 'libinput' for 'Logitech K360'
[   663.068] (II) systemd-logind: returning pre-existing fd for /dev/input/event1 13:65
[   663.068] (**) Logitech K360: always reports core events
[   663.068] (**) Option "Device" "/dev/input/event1"
[   663.068] (**) Option "_source" "_driver/libinput"
[   663.068] (II) libinput: Logitech K360: is a virtual subdevice
[   663.068] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb7/7-2/7-2:1.2/0003:046D:C52B.0007/0003:046D:4004.0008/input/input3/event1"
[   663.068] (II) XINPUT: Adding extended input device "Logitech K360" (type: KEYBOARD, id 10)

It is not a Wayland session

Offline

#4 2017-11-05 08:55:10

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: OpenGL/GLX Broke after last update

[   662.981] (==) AMDGPU(0): DRI3 disabled
[   662.981] (WW) AMDGPU(0): Direct rendering disabled
[   662.981] (II) AMDGPU(0): 2D and 3D acceleration disabled
[   662.984] (II) AIGLX: Screen 0 is not DRI2 capable
[   662.984] (EE) AIGLX: reverting to software rendering
[   662.986] (II) GLX: Initialized DRISWRAST GL provider for screen 0

Do you use any relevant packages from AUR or conducted a partial update?

pacman -Qs 'mesa|llvm|amd|drm'

Try uninstalling xf86-video-amdgpu to use the modesetting driver.

Offline

#5 2017-11-05 22:44:21

UnfinishedBusiness
Member
Registered: 2017-11-04
Posts: 3

Re: OpenGL/GLX Broke after last update

I don't use any relevant packages from AUR that I know of and the Update was not partial.

pacman -Qs 'mesa|llvm|amd|drm'

local/clang 5.0.0-1
    C language family frontend for LLVM
local/glu 9.0.0-4
    Mesa OpenGL Utility library
local/lib32-glu 9.0.0-3
    Mesa OpenGL utility library (32 bits)
local/lib32-libdrm 2.4.87-1
    Userspace interface to kernel DRM services (32-bit)
local/lib32-libtxc_dxtn 1.0.1-5
    S3 Texture Compression (S3TC) library for Mesa (32-bit)
local/lib32-llvm-libs 5.0.0-1
    Low Level Virtual Machine (runtime library)(32-bit)
local/lib32-mesa 17.2.4-1
    an open-source implementation of the OpenGL specification (32-bit)
local/libdrm 2.4.87-1
    Userspace interface to kernel DRM services
local/libtxc_dxtn 1.0.1-6
    S3 Texture Compression (S3TC) library for Mesa
local/llvm 5.0.0-1
    Low Level Virtual Machine
local/llvm-libs 5.0.0-1
    Low Level Virtual Machine (runtime libraries)
local/mesa 17.2.4-1
    an open-source implementation of the OpenGL specification
local/mesa-demos 8.3.0-4
    Mesa demos and tools incl. glxinfo + glxgears
local/opencl-mesa 17.2.4-1
    OpenCL support for AMD/ATI Radeon mesa drivers

I uninstalled the xf86-video-amdgpu package and it didn't make any difference. I believe the AMDGPU module is built into the kernel, so I blacklisted it along with RADEON to try to use the modesetting driver and I can't get an X Session like that. I don't understand why all the trouble in the first place. I've been running the RADEON module with this Firepro W4100 card for over 2 years without any issues at all.

I appreciate your help, this issue is really starting to burn me.

Offline

#6 2017-11-06 08:12:04

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: OpenGL/GLX Broke after last update

xf86-video-amdgpu is NOT the kernel module, but the X11 driver - the X11 error messages should have changed after uninstalling this (but keeping the amdgpu module)

If you want to use the radeon kernel module, this "amdgpu.si_support=1 radeon.si_support=0" kernel parameter is what enforces using the amdgpu module in the first place. Why did you put it there?

Offline

Board footer

Powered by FluxBB