You are not logged in.

#1 2017-09-14 17:44:04

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

[SOLVED] AMD Radeon RX Vega 56: failed rendering

I'm trying to get my fancy new Radeon RX Vega 56 card up and running. This is my first graphics card outside of integrated Intel graphics, so I might be missing some obvious things.

First, what I've done. I've installed mesa-git, xorg-video-amdgpu, linux-amd-staging and the various llvm-svn packages by adding lcarlier's repo from pkgbuild.com (https://pkgbuild.com/~lcarlier/$repo/$arch). I have also tried linux-amd-staging-drm-next-git from the AUR. For the firmware, I've installed linux-firmware-git from the AUR.

$ pacman -Qs "mesagit|[Aa][Mm][Dd]|linux-firmware"
local/clang-svn 313143-1 (mesagit)
    C language family frontend for LLVM (svn version)
local/clang-tools-extra-svn 313143-1 (mesagit)
    Extra tools built using Clang's tooling APIs (svn version)
local/lib32-libdrm-git 6143.d55d0804-1 (mesagit)
    Userspace interface to kernel DRM services (32-bit) (git version)
local/lib32-llvm-libs-svn 313144-1 (mesagit)
    Low Level Virtual Machine library (runtime library)(32-bit)(svn version)
local/lib32-llvm-svn 313144-1 (mesagit)
    Low Level Virtual Machine (32-bit)(svn version)
local/lib32-mesa-git 95727.2f6ffab1ce-1 (mesagit)
    an open-source implementation of the OpenGL specification (32-bit) (git version)
local/lib32-vulkan-intel-git 95727.2f6ffab1ce-1 (mesagit)
    Intel's Vulkan mesa driver (32-bit) (git version)
local/lib32-vulkan-radeon-git 95727.2f6ffab1ce-1 (mesagit)
    Radeon's Vulkan mesa driver (32-bit) (git version)
local/libclc-git 361.201709131319-1 (mesagit)
    Library requirements of the OpenCL C programming language (git version)
local/libdrm-git 6143.d55d0804-1 (mesagit)
    Userspace interface to kernel DRM services (git version)
local/linux-amd-staging 4.12.0.681043.7d2e764e19da-1
    The Linux-amd-staging kernel and modules
local/linux-amd-staging-drm-next-git 4.13.694992.2e210b8d53b5-3
    The Linux kernel and modules with AMDGPU DC patches
local/linux-amd-staging-drm-next-git-headers 4.13.694992.2e210b8d53b5-3
    Header files and scripts for building modules for Linux kernel with AMDGPU DC patches
local/linux-amd-staging-headers 4.12.0.681043.7d2e764e19da-1
    Header files and scripts for building modules for Linux-amd-staging kernel
local/linux-firmware-git 20170906.a61ac5c-1
    Firmware files for Linux
local/llvm-libs-svn 313143-1 (mesagit)
    Low Level Virtual Machine library (svn version)
local/llvm-ocaml-svn 313143-1 (mesagit)
    OCaml bindings for LLVM (svn version)
local/llvm-svn 313143-1 (mesagit)
    Low Level Virtual Machine (svn version)
local/mesa-git 95727.2f6ffab1ce-1 (mesagit)
    an open-source implementation of the OpenGL specification (git version)
local/opencl-mesa-git 95727.2f6ffab1ce-1 (mesagit)
    OpenCL support for mesa drivers (git version)
local/vulkan-intel-git 95727.2f6ffab1ce-1 (mesagit)
    Intel's Vulkan mesa driver (git version)
local/vulkan-radeon-git 95727.2f6ffab1ce-1 (mesagit)
    Radeon's Vulkan mesa driver (git version)
local/xf86-video-amdgpu-git 344.cf1767a-1 (xorg-drivers)
    X.org AMD video driver for the Xorg X server (git version)

Some games I've tested appear to run fine (Apotheon, Antichamber). However, others end up with most of the rendered items being very dark (Stacking, This War Of Mine).  In the latter cases, llvm is giving a lot of errors about failing to compile shaders.  Example (Stacking):

LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR15<def> = V_MADMK_F32 %SGPR3, -2147483648, %VGPR11, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR20<def> = V_MADMK_F32 %SGPR3, -1077936128, %VGPR11, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR7<def> = V_MADMK_F32 %SGPR2, 1069547520, %VGPR10, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR8<def> = V_MADMK_F32 %SGPR3, 1069547520, %VGPR11, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
<snip>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR3<def> = V_MADMK_F32 %SGPR5, -1083808154, %VGPR8, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR2<def> = V_MADMK_F32 %SGPR4, 1063675494, %VGPR0, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR4<def> = V_MADMK_F32 %SGPR4, -1083808154, %VGPR0, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR5<def> = V_MADMK_F32 %SGPR5, 1063675494, %VGPR8, %EXEC<imp-use>
LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR5<def> = V_MADMK_F32 %SGPR4, -1070805811, %VGPR0, %EXEC<imp-use>
LLVM failed to compile shader
<snip>

The LLVM errors stink of development code but I'm not sure.  I was under the impression that this code should be working by now (and indeed, others seem to be using mesa-git for Radeon RX Vega).  AMDGPU-PRO is unmaintained and out-dated in the AUR so not really an option until someone fixes that up.  I'd rather not go that route due to needing old kernels and such, and I'm not in a position to wrestle with the PKGBUILD at the moment.

Here are some relevant logs:

# journalctl -b
-- Logs begin at Fri 2017-07-07 20:52:50 BST, end at Thu 2017-09-14 18:32:17 BST. --
Sep 14 17:35:26 jackalope kernel: microcode: microcode updated early to revision 0x5e, date = 2017-04-06
Sep 14 17:35:26 jackalope kernel: random: get_random_bytes called from start_kernel+0x42/0x457 with crng_init=0
Sep 14 17:35:26 jackalope kernel: Linux version 4.13.0-rc5-2e210b8d53b5 (brandon@jackalope) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Wed Sep 13 18:56:49 BST 2017
Sep 14 17:35:26 jackalope kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-amd-staging-drm-next-git root=UUID=6775cc36-a84e-4449-aac0-4437b110b227 rw quiet
Sep 14 17:35:26 jackalope kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 14 17:35:26 jackalope kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 14 17:35:26 jackalope kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 14 17:35:26 jackalope kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 14 17:35:26 jackalope kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 14 17:35:26 jackalope kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 14 17:35:26 jackalope kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 14 17:35:26 jackalope kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 14 17:35:26 jackalope kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 14 17:35:26 jackalope kernel: e820: BIOS-provided physical RAM map:
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000086e2bfff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000086e2c000-0x0000000086e2cfff] ACPI NVS
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000086e2d000-0x0000000086e2dfff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000086e2e000-0x000000008ead1fff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008ead2000-0x000000008edd8fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008edd9000-0x000000008ef40fff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008ef41000-0x000000008f5e6fff] ACPI NVS
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008f5e7000-0x000000008fb9cfff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008fb9d000-0x000000008fbfefff] type 20
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008fbff000-0x000000008fbfffff] usable
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x000000008fc00000-0x000000008fffffff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 14 17:35:26 jackalope kernel: BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
Sep 14 17:35:26 jackalope kernel: NX (Execute Disable) protection: active
Sep 14 17:35:26 jackalope kernel: efi: EFI v2.50 by American Megatrends
Sep 14 17:35:26 jackalope kernel: efi:  ACPI 2.0=0x8f241000  ACPI=0x8f241000  SMBIOS=0x8facf000  MPS=0xfca10  ESRT=0x8ce5b3d8 
Sep 14 17:35:26 jackalope kernel: random: fast init done
Sep 14 17:35:26 jackalope kernel: SMBIOS 3.0 present.
Sep 14 17:35:26 jackalope kernel: DMI: MSI MS-7A67/H270I GAMING PRO AC (MS-7A67), BIOS 2.00 12/15/2016
Sep 14 17:35:26 jackalope kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 14 17:35:26 jackalope kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 14 17:35:26 jackalope kernel: e820: last_pfn = 0x26f000 max_arch_pfn = 0x400000000
Sep 14 17:35:26 jackalope kernel: MTRR default type: write-back
Sep 14 17:35:26 jackalope kernel: MTRR fixed ranges enabled:
Sep 14 17:35:26 jackalope kernel:   00000-9FFFF write-back
Sep 14 17:35:26 jackalope kernel:   A0000-BFFFF uncachable
Sep 14 17:35:26 jackalope kernel:   C0000-FFFFF write-protect
Sep 14 17:35:26 jackalope kernel: MTRR variable ranges enabled:
Sep 14 17:35:26 jackalope kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Sep 14 17:35:26 jackalope kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Sep 14 17:35:26 jackalope kernel:   2 base 0090000000 mask 7FF0000000 uncachable
Sep 14 17:35:26 jackalope kernel:   3 disabled
Sep 14 17:35:26 jackalope kernel:   4 disabled
Sep 14 17:35:26 jackalope kernel:   5 disabled
Sep 14 17:35:26 jackalope kernel:   6 disabled
Sep 14 17:35:26 jackalope kernel:   7 disabled
Sep 14 17:35:26 jackalope kernel:   8 disabled
Sep 14 17:35:26 jackalope kernel:   9 disabled
Sep 14 17:35:26 jackalope kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Sep 14 17:35:26 jackalope kernel: e820: last_pfn = 0x8fc00 max_arch_pfn = 0x400000000
Sep 14 17:35:26 jackalope kernel: found SMP MP-table at [mem 0x000fcce0-0x000fccef] mapped at [ffff8800000fcce0]
Sep 14 17:35:26 jackalope kernel: esrt: Reserving ESRT space from 0x000000008ce5b3d8 to 0x000000008ce5b410.
Sep 14 17:35:26 jackalope kernel: Scanning 1 areas for low memory corruption
Sep 14 17:35:26 jackalope kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
Sep 14 17:35:26 jackalope kernel: Using GB pages for direct mapping
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5a000, 0x02d5afff] PGTABLE
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5b000, 0x02d5bfff] PGTABLE
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5c000, 0x02d5cfff] PGTABLE
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5d000, 0x02d5dfff] PGTABLE
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5e000, 0x02d5efff] PGTABLE
Sep 14 17:35:26 jackalope kernel: BRK [0x02d5f000, 0x02d5ffff] PGTABLE
Sep 14 17:35:26 jackalope kernel: Secure boot could not be determined
Sep 14 17:35:26 jackalope kernel: RAMDISK: [mem 0x37093000-0x37840fff]
Sep 14 17:35:26 jackalope kernel: ACPI: Early table checksum verification disabled
Sep 14 17:35:26 jackalope kernel: ACPI: RSDP 0x000000008F241000 000024 (v02 ALASKA)
Sep 14 17:35:26 jackalope kernel: ACPI: XSDT 0x000000008F2410A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: FACP 0x000000008F267BD0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: DSDT 0x000000008F241200 0269CD (v02 ALASKA A M I    01072009 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: FACS 0x000000008F5E6C40 000040
Sep 14 17:35:26 jackalope kernel: ACPI: APIC 0x000000008F267CE8 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: FPDT 0x000000008F267D70 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: MCFG 0x000000008F267DB8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F267DF8 0003BC (v01 SataRe SataTabl 00001000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: FIDT 0x000000008F2681B8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F268258 003159 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F26B3B8 00255F (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: HPET 0x000000008F26D918 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F26D950 000DE5 (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F26E738 000A29 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: UEFI 0x000000008F26F168 000042 (v01 INTEL  EDK2     00000002      01000013)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F26F1B0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: LPIT 0x000000008F270090 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Sep 14 17:35:26 jackalope kernel: ACPI: WSMT 0x000000008F270128 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F270150 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0x000000008F2703F0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: DBGP 0x000000008F2733F8 000034 (v01 INTEL           00000002 MSFT 0000005F)
Sep 14 17:35:26 jackalope kernel: ACPI: DBG2 0x000000008F273430 000054 (v00 INTEL           00000002 MSFT 0000005F)
Sep 14 17:35:26 jackalope kernel: ACPI: BGRT 0x000000008F273488 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 14 17:35:26 jackalope kernel: ACPI: Local APIC address 0xfee00000
Sep 14 17:35:26 jackalope kernel: No NUMA configuration found
Sep 14 17:35:26 jackalope kernel: Faking a node at [mem 0x0000000000000000-0x000000026effffff]
Sep 14 17:35:26 jackalope kernel: NODE_DATA(0) allocated [mem 0x26eff7000-0x26effbfff]
Sep 14 17:35:26 jackalope kernel: Zone ranges:
Sep 14 17:35:26 jackalope kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 14 17:35:26 jackalope kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 14 17:35:26 jackalope kernel:   Normal   [mem 0x0000000100000000-0x000000026effffff]
Sep 14 17:35:26 jackalope kernel:   Device   empty
Sep 14 17:35:26 jackalope kernel: Movable zone start for each node
Sep 14 17:35:26 jackalope kernel: Early memory node ranges
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x0000000000100000-0x0000000086e2bfff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x0000000086e2e000-0x000000008ead1fff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x000000008edd9000-0x000000008ef40fff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x000000008fbff000-0x000000008fbfffff]
Sep 14 17:35:26 jackalope kernel:   node   0: [mem 0x0000000100000000-0x000000026effffff]
Sep 14 17:35:26 jackalope kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
Sep 14 17:35:26 jackalope kernel: On node 0 totalpages: 2087894
Sep 14 17:35:26 jackalope kernel:   DMA zone: 64 pages used for memmap
Sep 14 17:35:26 jackalope kernel:   DMA zone: 25 pages reserved
Sep 14 17:35:26 jackalope kernel:   DMA zone: 3997 pages, LIFO batch:0
Sep 14 17:35:26 jackalope kernel:   DMA32 zone: 9073 pages used for memmap
Sep 14 17:35:26 jackalope kernel:   DMA32 zone: 580665 pages, LIFO batch:31
Sep 14 17:35:26 jackalope kernel:   Normal zone: 23488 pages used for memmap
Sep 14 17:35:26 jackalope kernel:   Normal zone: 1503232 pages, LIFO batch:31
Sep 14 17:35:26 jackalope kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 14 17:35:26 jackalope kernel: ACPI: Local APIC address 0xfee00000
Sep 14 17:35:26 jackalope kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 14 17:35:26 jackalope kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 14 17:35:26 jackalope kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 14 17:35:26 jackalope kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 14 17:35:26 jackalope kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 14 17:35:26 jackalope kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 14 17:35:26 jackalope kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 14 17:35:26 jackalope kernel: ACPI: IRQ0 used by override.
Sep 14 17:35:26 jackalope kernel: ACPI: IRQ9 used by override.
Sep 14 17:35:26 jackalope kernel: Using ACPI (MADT) for SMP configuration information
Sep 14 17:35:26 jackalope kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Sep 14 17:35:26 jackalope kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x86e2c000-0x86e2cfff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x86e2d000-0x86e2dfff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x8ead2000-0x8edd8fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x8ef41000-0x8f5e6fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x8f5e7000-0x8fb9cfff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x8fb9d000-0x8fbfefff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x8fc00000-0x8fffffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Sep 14 17:35:26 jackalope kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Sep 14 17:35:26 jackalope kernel: e820: [mem 0x90000000-0xdfffffff] available for PCI devices
Sep 14 17:35:26 jackalope kernel: Booting paravirtualized kernel on bare hardware
Sep 14 17:35:26 jackalope kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 14 17:35:26 jackalope kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Sep 14 17:35:26 jackalope kernel: percpu: Embedded 37 pages/cpu @ffff88026ec00000 s114200 r8192 d29160 u524288
Sep 14 17:35:26 jackalope kernel: pcpu-alloc: s114200 r8192 d29160 u524288 alloc=1*2097152
Sep 14 17:35:26 jackalope kernel: pcpu-alloc: [0] 0 1 2 3 
Sep 14 17:35:26 jackalope kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2055244
Sep 14 17:35:26 jackalope kernel: Policy zone: Normal
Sep 14 17:35:26 jackalope kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-amd-staging-drm-next-git root=UUID=6775cc36-a84e-4449-aac0-4437b110b227 rw quiet
Sep 14 17:35:26 jackalope kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Sep 14 17:35:26 jackalope kernel: Calgary: detecting Calgary via BIOS EBDA area
Sep 14 17:35:26 jackalope kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Sep 14 17:35:26 jackalope kernel: Memory: 8002708K/8351576K available (6413K kernel code, 1111K rwdata, 2016K rodata, 1332K init, 896K bss, 348868K reserved, 0K cma-reserved)
Sep 14 17:35:26 jackalope kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Sep 14 17:35:26 jackalope kernel: ftrace: allocating 27715 entries in 109 pages
Sep 14 17:35:26 jackalope kernel: Preemptible hierarchical RCU implementation.
Sep 14 17:35:26 jackalope kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Sep 14 17:35:26 jackalope kernel:         Tasks RCU enabled.
Sep 14 17:35:26 jackalope kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Sep 14 17:35:26 jackalope kernel: NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 16
Sep 14 17:35:26 jackalope kernel: Console: colour dummy device 80x25
Sep 14 17:35:26 jackalope kernel: console [tty0] enabled
Sep 14 17:35:26 jackalope kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Sep 14 17:35:26 jackalope kernel: hpet clockevent registered
Sep 14 17:35:26 jackalope kernel: tsc: Detected 3500.000 MHz processor
Sep 14 17:35:26 jackalope kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7010.00 BogoMIPS (lpj=11680000)
Sep 14 17:35:26 jackalope kernel: pid_max: default: 32768 minimum: 301
Sep 14 17:35:26 jackalope kernel: ACPI: Core revision 20170531
Sep 14 17:35:26 jackalope kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Sep 14 17:35:26 jackalope kernel: Security Framework initialized
Sep 14 17:35:26 jackalope kernel: Yama: becoming mindful.
Sep 14 17:35:26 jackalope kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Sep 14 17:35:26 jackalope kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Sep 14 17:35:26 jackalope kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Sep 14 17:35:26 jackalope kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Sep 14 17:35:26 jackalope kernel: CPU: Physical Processor ID: 0
Sep 14 17:35:26 jackalope kernel: CPU: Processor Core ID: 0
Sep 14 17:35:26 jackalope kernel: mce: CPU supports 10 MCE banks
Sep 14 17:35:26 jackalope kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 14 17:35:26 jackalope kernel: process: using mwait in idle threads
Sep 14 17:35:26 jackalope kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
Sep 14 17:35:26 jackalope kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 14 17:35:26 jackalope kernel: Freeing SMP alternatives memory: 24K
Sep 14 17:35:26 jackalope kernel: smpboot: Max logical packages: 1
Sep 14 17:35:26 jackalope kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Sep 14 17:35:26 jackalope kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 14 17:35:26 jackalope kernel: TSC deadline timer enabled
Sep 14 17:35:26 jackalope kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Sep 14 17:35:26 jackalope kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 14 17:35:26 jackalope kernel: ... version:                4
Sep 14 17:35:26 jackalope kernel: ... bit width:              48
Sep 14 17:35:26 jackalope kernel: ... generic registers:      8
Sep 14 17:35:26 jackalope kernel: ... value mask:             0000ffffffffffff
Sep 14 17:35:26 jackalope kernel: ... max period:             00007fffffffffff
Sep 14 17:35:26 jackalope kernel: ... fixed-purpose events:   3
Sep 14 17:35:26 jackalope kernel: ... event mask:             00000007000000ff
Sep 14 17:35:26 jackalope kernel: Hierarchical SRCU implementation.
Sep 14 17:35:26 jackalope kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Sep 14 17:35:26 jackalope kernel: smp: Bringing up secondary CPUs ...
Sep 14 17:35:26 jackalope kernel: x86: Booting SMP configuration:
Sep 14 17:35:26 jackalope kernel: .... node  #0, CPUs:      #1 #2 #3
Sep 14 17:35:26 jackalope kernel: smp: Brought up 1 node, 4 CPUs
Sep 14 17:35:26 jackalope kernel: smpboot: Total of 4 processors activated (28047.05 BogoMIPS)
Sep 14 17:35:26 jackalope kernel: devtmpfs: initialized
Sep 14 17:35:26 jackalope kernel: x86/mm: Memory block size: 128MB
Sep 14 17:35:26 jackalope kernel: PM: Registering ACPI NVS region [mem 0x86e2c000-0x86e2cfff] (4096 bytes)
Sep 14 17:35:26 jackalope kernel: PM: Registering ACPI NVS region [mem 0x8ef41000-0x8f5e6fff] (6971392 bytes)
Sep 14 17:35:26 jackalope kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 14 17:35:26 jackalope kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Sep 14 17:35:26 jackalope kernel: pinctrl core: initialized pinctrl subsystem
Sep 14 17:35:26 jackalope kernel: RTC time: 16:35:25, date: 09/14/17
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 16
Sep 14 17:35:26 jackalope kernel: cpuidle: using governor ladder
Sep 14 17:35:26 jackalope kernel: cpuidle: using governor menu
Sep 14 17:35:26 jackalope kernel: PCCT header not found.
Sep 14 17:35:26 jackalope kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep 14 17:35:26 jackalope kernel: ACPI: bus type PCI registered
Sep 14 17:35:26 jackalope kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 14 17:35:26 jackalope kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Sep 14 17:35:26 jackalope kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Sep 14 17:35:26 jackalope kernel: PCI: Using configuration type 1 for base access
Sep 14 17:35:26 jackalope kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Sep 14 17:35:26 jackalope kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Sep 14 17:35:26 jackalope kernel: ACPI: Added _OSI(Module Device)
Sep 14 17:35:26 jackalope kernel: ACPI: Added _OSI(Processor Device)
Sep 14 17:35:26 jackalope kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 14 17:35:26 jackalope kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 36 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D23000 000738 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D1BC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D13E00 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D13A00 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D25000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D13000 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Dynamic OEM Table Load:
Sep 14 17:35:26 jackalope kernel: ACPI: SSDT 0xFFFF880264D13400 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Sep 14 17:35:26 jackalope kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep 14 17:35:26 jackalope kernel: ACPI: Interpreter enabled
Sep 14 17:35:26 jackalope kernel: ACPI: (supports S0 S3 S4 S5)
Sep 14 17:35:26 jackalope kernel: ACPI: Using IOAPIC for interrupt routing
Sep 14 17:35:26 jackalope kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [PG00] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [PG01] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [PG02] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [WRST] (on)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [FN00] (off)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [FN01] (off)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [FN02] (off)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [FN03] (off)
Sep 14 17:35:26 jackalope kernel: ACPI: Power Resource [FN04] (off)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Sep 14 17:35:26 jackalope kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Sep 14 17:35:26 jackalope kernel: acpi PNP0A08:00: _OSC: platform does not support [PME AER]
Sep 14 17:35:26 jackalope kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PCIeCapability]
Sep 14 17:35:26 jackalope kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Sep 14 17:35:26 jackalope kernel: PCI host bridge to bus 0000:00
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
Sep 14 17:35:26 jackalope kernel: pci 0000:00:08.0: reg 0x10: [mem 0xdff2f000-0xdff2ffff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
Sep 14 17:35:26 jackalope kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdff10000-0xdff1ffff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
Sep 14 17:35:26 jackalope kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdff2e000-0xdff2efff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
Sep 14 17:35:26 jackalope kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdff2d000-0xdff2dfff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:16.0: PME# supported from D3hot
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdff28000-0xdff29fff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdff2c000-0xdff2c0ff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdff2b000-0xdff2b7ff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:17.0: PME# supported from D3hot
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0: [8086:a2eb] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0: [8086:a294] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7: [8086:a297] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.0: [8086:a2c4] type 00 class 0x060100
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdff24000-0xdff27fff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdff20000-0xdff23fff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdff00000-0xdff0ffff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdff2a000-0xdff2a0ff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0: [1022:1470] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0: reg 0x10: [mem 0xdfb00000-0xdfb03fff]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [mem 0xdfa00000-0xdfbfffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0: [1022:1471] type 01 class 0x060400
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: [1002:687f] type 00 class 0x030000
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: reg 0x20: [io  0xe000-0xe0ff]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: reg 0x24: [mem 0xdfa00000-0xdfa7ffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: reg 0x30: [mem 0xdfa80000-0xdfa9ffff pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.1: [1002:aaf8] type 00 class 0x040300
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.1: reg 0x10: [mem 0xdfaa0000-0xdfaa3fff]
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:04:00.0: [144d:a804] type 00 class 0x010802
Sep 14 17:35:26 jackalope kernel: pci 0000:04:00.0: reg 0x10: [mem 0xdfe00000-0xdfe03fff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0: PCI bridge to [bus 04]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0:   bridge window [mem 0xdfe00000-0xdfefffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: reg 0x10: [io  0xd000-0xd0ff]
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: reg 0x18: [mem 0xdfd04000-0xdfd04fff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: reg 0x20: [mem 0xdfd00000-0xdfd03fff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: supports D1 D2
Sep 14 17:35:26 jackalope kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:06:00.0: [8086:24fd] type 00 class 0x028000
Sep 14 17:35:26 jackalope kernel: pci 0000:06:00.0: reg 0x10: [mem 0xdfc00000-0xdfc01fff 64bit]
Sep 14 17:35:26 jackalope kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7: PCI bridge to [bus 06]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7:   bridge window [mem 0xdfc00000-0xdfcfffff]
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Sep 14 17:35:26 jackalope kernel: ACPI: Enabled 4 GPEs in block 00 to 7F
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Sep 14 17:35:26 jackalope kernel: vgaarb: loaded
Sep 14 17:35:26 jackalope kernel: EDAC MC: Ver: 3.0.0
Sep 14 17:35:26 jackalope kernel: Registered efivars operations
Sep 14 17:35:26 jackalope kernel: PCI: Using ACPI for IRQ routing
Sep 14 17:35:26 jackalope kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x86e2c000-0x87ffffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x8ead2000-0x8fffffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x8ef41000-0x8fffffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x8fc00000-0x8fffffff]
Sep 14 17:35:26 jackalope kernel: e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
Sep 14 17:35:26 jackalope kernel: NetLabel: Initializing
Sep 14 17:35:26 jackalope kernel: NetLabel:  domain hash size = 128
Sep 14 17:35:26 jackalope kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 14 17:35:26 jackalope kernel: NetLabel:  unlabeled traffic allowed by default
Sep 14 17:35:26 jackalope kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep 14 17:35:26 jackalope kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Sep 14 17:35:26 jackalope kernel: clocksource: Switched to clocksource hpet
Sep 14 17:35:26 jackalope kernel: VFS: Disk quotas dquot_6.6.0
Sep 14 17:35:26 jackalope kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 14 17:35:26 jackalope kernel: pnp: PnP ACPI init
Sep 14 17:35:26 jackalope kernel: system 00:00: [io  0x0a00-0x0a0f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:00: [io  0x0a10-0x0a1f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:00: [io  0x0a20-0x0a2f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Sep 14 17:35:26 jackalope kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
Sep 14 17:35:26 jackalope kernel: pnp 00:03: [dma 0 disabled]
Sep 14 17:35:26 jackalope kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0x0680-0x069f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0xffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0xffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0xffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0x1800-0x18fe] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: [io  0x164e-0x164f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: system 00:05: [io  0x0800-0x087f] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 14 17:35:26 jackalope kernel: system 00:07: [io  0x1854-0x1857] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: [mem 0xdffc0000-0xdffdffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfd000000-0xfdabffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfdad0000-0xfdadffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfdb00000-0xfdffffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfe000000-0xfe01ffff] could not be reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfe036000-0xfe03bfff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: [mem 0xfe03d000-0xfe3fffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: system 00:0a: [io  0xff00-0xfffe] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved
Sep 14 17:35:26 jackalope kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 14 17:35:26 jackalope kernel: pnp: PnP ACPI: found 12 devices
Sep 14 17:35:26 jackalope kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [mem 0xdfa00000-0xdfbfffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0: PCI bridge to [bus 04]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1b.0:   bridge window [mem 0xdfe00000-0xdfefffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7: PCI bridge to [bus 06]
Sep 14 17:35:26 jackalope kernel: pci 0000:00:1c.7:   bridge window [mem 0xdfc00000-0xdfcfffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:01: resource 1 [mem 0xdfa00000-0xdfbfffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:03: resource 1 [mem 0xdfa00000-0xdfafffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:04: resource 1 [mem 0xdfe00000-0xdfefffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:05: resource 1 [mem 0xdfd00000-0xdfdfffff]
Sep 14 17:35:26 jackalope kernel: pci_bus 0000:06: resource 1 [mem 0xdfc00000-0xdfcfffff]
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 2
Sep 14 17:35:26 jackalope kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Sep 14 17:35:26 jackalope kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Sep 14 17:35:26 jackalope kernel: TCP: Hash tables configured (established 65536 bind 65536)
Sep 14 17:35:26 jackalope kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Sep 14 17:35:26 jackalope kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 1
Sep 14 17:35:26 jackalope kernel: pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 14 17:35:26 jackalope kernel: PCI: CLS 64 bytes, default 64
Sep 14 17:35:26 jackalope kernel: Unpacking initramfs...
Sep 14 17:35:26 jackalope kernel: Freeing initrd memory: 7864K
Sep 14 17:35:26 jackalope kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 14 17:35:26 jackalope kernel: software IO TLB [mem 0x82a6b000-0x86a6b000] (64MB) mapped at [ffff880082a6b000-ffff880086a6afff]
Sep 14 17:35:26 jackalope kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3282142a9b0, max_idle_ns: 440795384778 ns
Sep 14 17:35:26 jackalope kernel: Scanning for low memory corruption every 60 seconds
Sep 14 17:35:26 jackalope kernel: Initialise system trusted keyrings
Sep 14 17:35:26 jackalope kernel: workingset: timestamp_bits=40 max_order=21 bucket_order=0
Sep 14 17:35:26 jackalope kernel: zbud: loaded
Sep 14 17:35:26 jackalope kernel: Key type asymmetric registered
Sep 14 17:35:26 jackalope kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Sep 14 17:35:26 jackalope kernel: io scheduler noop registered
Sep 14 17:35:26 jackalope kernel: io scheduler deadline registered
Sep 14 17:35:26 jackalope kernel: io scheduler cfq registered (default)
Sep 14 17:35:26 jackalope kernel: io scheduler mq-deadline registered
Sep 14 17:35:26 jackalope kernel: io scheduler kyber registered
Sep 14 17:35:26 jackalope kernel: efifb: probing for efifb
Sep 14 17:35:26 jackalope kernel: efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
Sep 14 17:35:26 jackalope kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Sep 14 17:35:26 jackalope kernel: efifb: scrolling: redraw
Sep 14 17:35:26 jackalope kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 14 17:35:26 jackalope kernel: Console: switching to colour frame buffer device 128x48
Sep 14 17:35:26 jackalope kernel: fb0: EFI VGA frame buffer device
Sep 14 17:35:26 jackalope kernel: intel_idle: MWAIT substates: 0x142120
Sep 14 17:35:26 jackalope kernel: intel_idle: v0.4.1 model 0x9E
Sep 14 17:35:26 jackalope kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Sep 14 17:35:26 jackalope kernel: GHES: HEST is not enabled!
Sep 14 17:35:26 jackalope kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Sep 14 17:35:26 jackalope kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 14 17:35:26 jackalope kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Sep 14 17:35:26 jackalope kernel: Linux agpgart interface v0.103
Sep 14 17:35:26 jackalope kernel: rtc_cmos 00:06: RTC can wake from S4
Sep 14 17:35:26 jackalope kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Sep 14 17:35:26 jackalope kernel: rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Sep 14 17:35:26 jackalope kernel: intel_pstate: Intel P-state driver initializing
Sep 14 17:35:26 jackalope kernel: intel_pstate: HWP enabled
Sep 14 17:35:26 jackalope kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 10
Sep 14 17:35:26 jackalope kernel: Segment Routing with IPv6
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 17
Sep 14 17:35:26 jackalope kernel: microcode: sig=0x906e9, pf=0x2, revision=0x5e
Sep 14 17:35:26 jackalope kernel: microcode: Microcode Update Driver: v2.2.
Sep 14 17:35:26 jackalope kernel: sched_clock: Marking stable (669467808, 0)->(673082993, -3615185)
Sep 14 17:35:26 jackalope kernel: registered taskstats version 1
Sep 14 17:35:26 jackalope kernel: Loading compiled-in X.509 certificates
Sep 14 17:35:26 jackalope kernel: zswap: loaded using pool lzo/zbud
Sep 14 17:35:26 jackalope kernel:   Magic number: 1:796:590
Sep 14 17:35:26 jackalope kernel: acpi INT343E:00: hash matches
Sep 14 17:35:26 jackalope kernel: rtc_cmos 00:06: setting system clock to 2017-09-14 16:35:25 UTC (1505406925)
Sep 14 17:35:26 jackalope kernel: PM: Hibernation image not present or could not be loaded.
Sep 14 17:35:26 jackalope kernel: Freeing unused kernel memory: 1332K
Sep 14 17:35:26 jackalope kernel: Write protecting the kernel read-only data: 10240k
Sep 14 17:35:26 jackalope kernel: Freeing unused kernel memory: 1768K
Sep 14 17:35:26 jackalope kernel: Freeing unused kernel memory: 32K
Sep 14 17:35:26 jackalope kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Sep 14 17:35:26 jackalope kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 14 17:35:26 jackalope kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 14 17:35:26 jackalope kernel: ACPI: bus type USB registered
Sep 14 17:35:26 jackalope kernel: usbcore: registered new interface driver usbfs
Sep 14 17:35:26 jackalope kernel: usbcore: registered new interface driver hub
Sep 14 17:35:26 jackalope kernel: usbcore: registered new device driver usb
Sep 14 17:35:26 jackalope kernel: SCSI subsystem initialized
Sep 14 17:35:26 jackalope kernel: libata version 3.00 loaded.
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Sep 14 17:35:26 jackalope kernel: hub 1-0:1.0: USB hub found
Sep 14 17:35:26 jackalope kernel: hub 1-0:1.0: 16 ports detected
Sep 14 17:35:26 jackalope kernel: nvme nvme0: pci function 0000:04:00.0
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 14 17:35:26 jackalope kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 14 17:35:26 jackalope kernel: hub 2-0:1.0: USB hub found
Sep 14 17:35:26 jackalope kernel: hub 2-0:1.0: 8 ports detected
Sep 14 17:35:26 jackalope kernel: usb: port power management may be unreliable
Sep 14 17:35:26 jackalope kernel: ahci 0000:00:17.0: version 3.0
Sep 14 17:35:26 jackalope kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 14 17:35:26 jackalope kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
Sep 14 17:35:26 jackalope kernel:  nvme0n1: p1 p2 p3 p4
Sep 14 17:35:26 jackalope kernel: scsi host0: ahci
Sep 14 17:35:26 jackalope kernel: scsi host1: ahci
Sep 14 17:35:26 jackalope kernel: scsi host2: ahci
Sep 14 17:35:26 jackalope kernel: scsi host3: ahci
Sep 14 17:35:26 jackalope kernel: scsi host4: ahci
Sep 14 17:35:26 jackalope kernel: scsi host5: ahci
Sep 14 17:35:26 jackalope kernel: ata1: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b100 irq 121
Sep 14 17:35:26 jackalope kernel: ata2: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b180 irq 121
Sep 14 17:35:26 jackalope kernel: ata3: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b200 irq 121
Sep 14 17:35:26 jackalope kernel: ata4: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b280 irq 121
Sep 14 17:35:26 jackalope kernel: ata5: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b300 irq 121
Sep 14 17:35:26 jackalope kernel: ata6: SATA max UDMA/133 abar m2048@0xdff2b000 port 0xdff2b380 irq 121
Sep 14 17:35:26 jackalope kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Sep 14 17:35:26 jackalope kernel: hidraw: raw HID events driver (C) Jiri Kosina
Sep 14 17:35:26 jackalope kernel: usbcore: registered new interface driver usbhid
Sep 14 17:35:26 jackalope kernel: usbhid: USB HID core driver
Sep 14 17:35:26 jackalope kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
Sep 14 17:35:26 jackalope kernel: usb 1-11: new full-speed USB device number 3 using xhci_hcd
Sep 14 17:35:26 jackalope kernel: ata6: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: ata5: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: ata3: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: ata4: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: ata2: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: ata1: SATA link down (SStatus 4 SControl 300)
Sep 14 17:35:26 jackalope kernel: input: Logitech K400 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input2
Sep 14 17:35:26 jackalope kernel: logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:14.0-2:1
Sep 14 17:35:26 jackalope kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Sep 14 17:35:26 jackalope kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Sep 14 17:35:26 jackalope systemd[1]: systemd 234 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)
Sep 14 17:35:26 jackalope systemd[1]: Detected architecture x86-64.
Sep 14 17:35:26 jackalope systemd[1]: Set hostname to <jackalope>.
Sep 14 17:35:26 jackalope systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Remote File Systems.
Sep 14 17:35:26 jackalope systemd[1]: Listening on Process Core Dump Socket.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Login Prompts.
Sep 14 17:35:26 jackalope systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 14 17:35:26 jackalope systemd[1]: Listening on Journal Socket (/dev/log).
Sep 14 17:35:26 jackalope systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 14 17:35:26 jackalope kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: data=ordered
Sep 14 17:35:26 jackalope kernel: clocksource: Switched to clocksource tsc
Sep 14 17:35:26 jackalope systemd-journald[162]: Journal started
Sep 14 17:35:26 jackalope systemd-journald[162]: Runtime journal (/run/log/journal/70de6957737c475e962002d0db38f9f8) is 8.0M, max 397.5M, 389.5M free.
Sep 14 17:35:26 jackalope systemd-modules-load[158]: Inserted module 'sg'
Sep 14 17:35:26 jackalope systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 14 17:35:26 jackalope systemd-journald[162]: Time spent on flushing to /var is 3.432ms for 652 entries.
Sep 14 17:35:26 jackalope systemd-journald[162]: System journal (/var/log/journal/70de6957737c475e962002d0db38f9f8) is 384.1M, max 2.9G, 2.5G free.
Sep 14 17:35:26 jackalope systemd[1]: Started udev Coldplug all Devices.
Sep 14 17:35:26 jackalope systemd[1]: Started udev Kernel Device Manager.
Sep 14 17:35:26 jackalope systemd[1]: Started Flush Journal to Persistent Storage.
Sep 14 17:35:26 jackalope kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
Sep 14 17:35:26 jackalope kernel: ACPI: Sleep Button [SLPB]
Sep 14 17:35:26 jackalope kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
Sep 14 17:35:26 jackalope kernel: ACPI: Power Button [PWRB]
Sep 14 17:35:26 jackalope kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Sep 14 17:35:26 jackalope kernel: ACPI: Power Button [PWRF]
Sep 14 17:35:26 jackalope kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 14 17:35:26 jackalope kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 14 17:35:26 jackalope kernel: ACPI: Thermal Zone [TZ00] (28 C)
Sep 14 17:35:26 jackalope kernel: thermal LNXTHERM:01: registered as thermal_zone1
Sep 14 17:35:26 jackalope kernel: ACPI: Thermal Zone [TZ01] (30 C)
Sep 14 17:35:26 jackalope kernel: Bluetooth: Core ver 2.22
Sep 14 17:35:26 jackalope kernel: NET: Registered protocol family 31
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI device and connection manager initialized
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI socket layer initialized
Sep 14 17:35:26 jackalope kernel: Bluetooth: L2CAP socket layer initialized
Sep 14 17:35:26 jackalope kernel: Bluetooth: SCO socket layer initialized
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART driver ver 2.3
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol H4 registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol BCSP registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol ATH3K registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol Intel registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol Broadcom registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol QCA registered
Sep 14 17:35:26 jackalope kernel: Bluetooth: HCI UART protocol AG6XX registered
Sep 14 17:35:26 jackalope mtp-probe[193]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 14 17:35:26 jackalope mtp-probe[193]: bus: 1, device: 2 was not an MTP device
Sep 14 17:35:26 jackalope kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Sep 14 17:35:26 jackalope kernel: usbcore: registered new interface driver btusb
Sep 14 17:35:26 jackalope kernel: mousedev: PS/2 mouse device common for all mice
Sep 14 17:35:26 jackalope kernel: Bluetooth: hci0: Firmware revision 0.1 build 103 week 50 2016
Sep 14 17:35:26 jackalope kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Sep 14 17:35:26 jackalope kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Sep 14 17:35:26 jackalope kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 14 17:35:26 jackalope kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 14 17:35:26 jackalope kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 14 17:35:26 jackalope kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 14 17:35:26 jackalope kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Sep 14 17:35:26 jackalope kernel: AVX2 version of gcm_enc/dec engaged.
Sep 14 17:35:26 jackalope kernel: AES CTR mode by8 optimization enabled
Sep 14 17:35:26 jackalope kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 14 17:35:26 jackalope kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 14 17:35:26 jackalope kernel: snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
Sep 14 17:35:26 jackalope kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 14 17:35:26 jackalope kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Sep 14 17:35:26 jackalope kernel: r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
Sep 14 17:35:26 jackalope systemd-udevd[181]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 14 17:35:26 jackalope systemd[1]: Found device /dev/nvme0n1p3.
Sep 14 17:35:26 jackalope systemd[1]: Activating swap Swap Partition...
Sep 14 17:35:26 jackalope systemd[1]: Found device /dev/disk/by-uuid/cd3c1395-8cfd-4f7a-abb8-e24f3c48f5ca.
Sep 14 17:35:26 jackalope systemd[1]: Starting File System Check on /dev/disk/by-uuid/cd3c1395-8cfd-4f7a-abb8-e24f3c48f5ca...
Sep 14 17:35:26 jackalope kernel: r8169 0000:05:00.0 eth0: RTL8168h/8111h at 0xffffc90000da1000, 4c:cc:6a:ba:39:f0, XID 14100800 IRQ 129
Sep 14 17:35:26 jackalope kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Sep 14 17:35:26 jackalope systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 14 17:35:26 jackalope systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 14 17:35:26 jackalope swapon[229]: swapon: /dev/nvme0n1p3: read swap header failed
Sep 14 17:35:26 jackalope systemd[1]: dev-nvme0n1p3.swap: Swap process exited, code=exited status=255
Sep 14 17:35:26 jackalope systemd[1]: Failed to activate swap Swap Partition.
Sep 14 17:35:26 jackalope systemd[1]: dev-nvme0n1p3.swap: Unit entered failed state.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Swap.
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input8
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input9
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input10
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input11
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input12
Sep 14 17:35:26 jackalope systemd[1]: Mounting Temporary Directory (/tmp)...
Sep 14 17:35:26 jackalope systemd[1]: Reached target Bluetooth.
Sep 14 17:35:26 jackalope systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 14 17:35:26 jackalope kernel: input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input13
Sep 14 17:35:26 jackalope systemd[1]: Mounted Temporary Directory (/tmp).
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Sep 14 17:35:26 jackalope kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Sep 14 17:35:26 jackalope kernel: iTCO_vendor_support: vendor-support=0
Sep 14 17:35:26 jackalope kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Sep 14 17:35:26 jackalope kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Sep 14 17:35:26 jackalope kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 14 17:35:26 jackalope systemd-udevd[188]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 14 17:35:26 jackalope kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Sep 14 17:35:26 jackalope systemd[1]: Reached target Sound Card.
Sep 14 17:35:26 jackalope kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Sep 14 17:35:26 jackalope kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Sep 14 17:35:26 jackalope kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Sep 14 17:35:26 jackalope kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Sep 14 17:35:26 jackalope kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Sep 14 17:35:26 jackalope systemd-fsck[231]: /dev/nvme0n1p4: recovering journal
Sep 14 17:35:26 jackalope kernel: Intel(R) Wireless WiFi driver for Linux
Sep 14 17:35:26 jackalope kernel: Copyright(c) 2003- 2015 Intel Corporation
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-8265-33.ucode failed with error -2
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-8265-32.ucode failed with error -2
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: capa flags index 3 larger than supported by driver
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: loaded firmware version 31.532993.0 op_mode iwlmvm
Sep 14 17:35:26 jackalope systemd-fsck[231]: /dev/nvme0n1p4: clean, 365561/13008896 files, 20061667/52005632 blocks
Sep 14 17:35:26 jackalope systemd[1]: Started File System Check on /dev/disk/by-uuid/cd3c1395-8cfd-4f7a-abb8-e24f3c48f5ca.
Sep 14 17:35:26 jackalope systemd[1]: Mounting /home...
Sep 14 17:35:26 jackalope kernel: intel_rapl: Found RAPL domain package
Sep 14 17:35:26 jackalope kernel: intel_rapl: Found RAPL domain core
Sep 14 17:35:26 jackalope kernel: intel_rapl: Found RAPL domain dram
Sep 14 17:35:26 jackalope systemd[1]: Mounted /home.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Local File Systems.
Sep 14 17:35:26 jackalope kernel: EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: data=ordered
Sep 14 17:35:26 jackalope systemd[1]: Starting Create Volatile Files and Directories...
Sep 14 17:35:26 jackalope systemd[1]: Started Create Volatile Files and Directories.
Sep 14 17:35:26 jackalope systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Sep 14 17:35:26 jackalope systemd[1]: Started Update UTMP about System Boot/Shutdown.
Sep 14 17:35:26 jackalope systemd[1]: Reached target System Initialization.
Sep 14 17:35:26 jackalope systemd[1]: Started Daily verification of password and group files.
Sep 14 17:35:26 jackalope systemd[1]: Started Daily rotation of log files.
Sep 14 17:35:26 jackalope systemd[1]: Started Daily man-db cache update.
Sep 14 17:35:26 jackalope systemd[1]: Listening on CUPS Scheduler.
Sep 14 17:35:26 jackalope systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Timers.
Sep 14 17:35:26 jackalope systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 14 17:35:26 jackalope systemd[1]: Started CUPS Scheduler.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Paths.
Sep 14 17:35:26 jackalope systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Sockets.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Basic System.
Sep 14 17:35:26 jackalope systemd[1]: Starting Login Service...
Sep 14 17:35:26 jackalope systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 14 17:35:26 jackalope systemd[1]: Started dhclient on enp2s0.
Sep 14 17:35:26 jackalope systemd[1]: Started D-Bus System Message Bus.
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Sep 14 17:35:26 jackalope avahi-daemon[260]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu kernel modesetting enabled.
Sep 14 17:35:26 jackalope avahi-daemon[260]: Successfully dropped root privileges.
Sep 14 17:35:26 jackalope avahi-daemon[260]: avahi-daemon 0.7 starting up.
Sep 14 17:35:26 jackalope kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Sep 14 17:35:26 jackalope kernel: AMD IOMMUv2 functionality not available on this system
Sep 14 17:35:26 jackalope dhclient[261]: Internet Systems Consortium DHCP Client 4.3.5
Sep 14 17:35:26 jackalope dhclient[261]: Internet Systems Consortium DHCP Client 4.3.5
Sep 14 17:35:26 jackalope dhclient[261]: Copyright 2004-2016 Internet Systems Consortium.
Sep 14 17:35:26 jackalope dhclient[261]: Copyright 2004-2016 Internet Systems Consortium.
Sep 14 17:35:26 jackalope dhclient[261]: All rights reserved.
Sep 14 17:35:26 jackalope dhclient[261]: For info, please visit https://www.isc.org/software/dhcp/
Sep 14 17:35:26 jackalope kernel: CRAT table not found
Sep 14 17:35:26 jackalope kernel: Finished initializing topology ret=0
Sep 14 17:35:26 jackalope kernel: kfd kfd: Initialized module
Sep 14 17:35:26 jackalope kernel: checking generic (c0000000 300000) vs hw (c0000000 10000000)
Sep 14 17:35:26 jackalope kernel: fb: switching to amdgpudrmfb from EFI VGA
Sep 14 17:35:26 jackalope kernel: Console: switching to colour dummy device 80x25
Sep 14 17:35:26 jackalope kernel: [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x6B76 0xC3).
Sep 14 17:35:26 jackalope kernel: [drm] register mmio base: 0xDFA00000
Sep 14 17:35:26 jackalope kernel: [drm] register mmio size: 524288
Sep 14 17:35:26 jackalope kernel: [drm] probing gen 2 caps for device 1022:1471 = 700d03/e
Sep 14 17:35:26 jackalope kernel: [drm] probing mlw for device 1022:1471 = 700d03
Sep 14 17:35:26 jackalope kernel: [drm] UVD is enabled in VM mode
Sep 14 17:35:26 jackalope kernel: [drm] UVD ENC is enabled in VM mode
Sep 14 17:35:26 jackalope kernel: [drm] VCE enabled in VM mode
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Sep 14 17:35:26 jackalope kernel: ATOM BIOS: 113-D0500300-101
Sep 14 17:35:26 jackalope kernel: [drm] GPU post is not needed
Sep 14 17:35:26 jackalope kernel: [drm] vm size is 262144 GB, block size is 9-bit,fragment size is 9-bit
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: GTT: 256M 0x000000F5FF000000 - 0x000000F60EFFFFFF
Sep 14 17:35:26 jackalope kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Sep 14 17:35:26 jackalope kernel: [drm] RAM width 2048bits HBM
Sep 14 17:35:26 jackalope dhclient[261]: All rights reserved.
Sep 14 17:35:26 jackalope dhclient[261]: For info, please visit https://www.isc.org/software/dhcp/
Sep 14 17:35:26 jackalope dhclient[261]: 
Sep 14 17:35:26 jackalope kernel: [TTM] Zone  kernel: Available graphics memory: 4070454 kiB
Sep 14 17:35:26 jackalope kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
Sep 14 17:35:26 jackalope kernel: [TTM] Initializing pool allocator
Sep 14 17:35:26 jackalope kernel: [TTM] Initializing DMA pool allocator
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: 8176M of VRAM memory ready
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: 8176M of GTT memory ready.
Sep 14 17:35:26 jackalope kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Sep 14 17:35:26 jackalope kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: amdgpu: using MSI.
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: irq initialized.
Sep 14 17:35:26 jackalope dhclient[261]: Cannot find device "enp2s0"
Sep 14 17:35:26 jackalope dhclient[261]: Failed to get interface index: No such device
Sep 14 17:35:26 jackalope dhclient[261]: Failed to get interface index: No such device
Sep 14 17:35:26 jackalope dhclient[261]: If you think you have received this message due to a bug rather
Sep 14 17:35:26 jackalope dhclient[261]: than a configuration issue please read the section on submitting
Sep 14 17:35:26 jackalope dhclient[261]: bugs on either our web page at www.isc.org or in the README file
Sep 14 17:35:26 jackalope dhclient[261]: before submitting a bug.  These pages explain the proper
Sep 14 17:35:26 jackalope dhclient[261]: process and the information we find helpful for debugging..
Sep 14 17:35:26 jackalope dhclient[261]: exiting.
Sep 14 17:35:26 jackalope dhclient[261]: 
Sep 14 17:35:26 jackalope dhclient[261]: If you think you have received this message due to a bug rather
Sep 14 17:35:26 jackalope dhclient[261]: than a configuration issue please read the section on submitting
Sep 14 17:35:26 jackalope dhclient[261]: bugs on either our web page at www.isc.org or in the README file
Sep 14 17:35:26 jackalope dhclient[261]: before submitting a bug.  These pages explain the proper
Sep 14 17:35:26 jackalope dhclient[261]: process and the information we find helpful for debugging..
Sep 14 17:35:26 jackalope dhclient[261]: 
Sep 14 17:35:26 jackalope dhclient[261]: exiting.
Sep 14 17:35:26 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 14 17:35:26 jackalope avahi-daemon[260]: Successfully called chroot().
Sep 14 17:35:26 jackalope avahi-daemon[260]: Successfully dropped remaining capabilities.
Sep 14 17:35:26 jackalope avahi-daemon[260]: No service file found in /etc/avahi/services.
Sep 14 17:35:26 jackalope systemd[1]: Starting Network Manager...
Sep 14 17:35:26 jackalope avahi-daemon[260]: Network interface enumeration completed.
Sep 14 17:35:26 jackalope avahi-daemon[260]: Server startup complete. Host name is jackalope.local. Local service cookie is 40113504.
Sep 14 17:35:26 jackalope systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 14 17:35:26 jackalope systemd[1]: Started Login Service.
Sep 14 17:35:26 jackalope systemd-logind[259]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 14 17:35:26 jackalope systemd-logind[259]: Watching system buttons on /dev/input/event2 (Power Button)
Sep 14 17:35:26 jackalope systemd-logind[259]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 14 17:35:26 jackalope systemd[1]: dhclient@enp2s0.service: Main process exited, code=exited, status=1/FAILURE
Sep 14 17:35:26 jackalope systemd[1]: dhclient@enp2s0.service: Unit entered failed state.
Sep 14 17:35:26 jackalope systemd[1]: dhclient@enp2s0.service: Failed with result 'exit-code'.
Sep 14 17:35:26 jackalope kernel: random: crng init done
Sep 14 17:35:26 jackalope kernel: amdgpu: [powerplay] amdgpu: powerplay sw initialized
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 0 use gpu addr 0x000000f5ff400040, cpu addr 0xffffc900013e1040
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 1 use gpu addr 0x000000f5ff4000c0, cpu addr 0xffffc900013e10c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 2 use gpu addr 0x000000f5ff400140, cpu addr 0xffffc900013e1140
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 3 use gpu addr 0x000000f5ff4001c0, cpu addr 0xffffc900013e11c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 4 use gpu addr 0x000000f5ff400240, cpu addr 0xffffc900013e1240
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 5 use gpu addr 0x000000f5ff4002c0, cpu addr 0xffffc900013e12c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 6 use gpu addr 0x000000f5ff400340, cpu addr 0xffffc900013e1340
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 7 use gpu addr 0x000000f5ff4003c0, cpu addr 0xffffc900013e13c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 8 use gpu addr 0x000000f5ff400440, cpu addr 0xffffc900013e1440
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 9 use gpu addr 0x000000f5ff4004e0, cpu addr 0xffffc900013e14e0
Sep 14 17:35:26 jackalope kernel: [drm] use_doorbell being set to: [true]
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 10 use gpu addr 0x000000f5ff400560, cpu addr 0xffffc900013e1560
Sep 14 17:35:26 jackalope kernel: [drm] use_doorbell being set to: [true]
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 11 use gpu addr 0x000000f5ff4005e0, cpu addr 0xffffc900013e15e0
Sep 14 17:35:26 jackalope kernel: [drm] Found UVD firmware Version: 1.68 Family ID: 17
Sep 14 17:35:26 jackalope kernel: [drm] PSP loading UVD firmware
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 12 use gpu addr 0x000000f400911a60, cpu addr 0xffffc9000425aa60
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 13 use gpu addr 0x000000f5ff4006e0, cpu addr 0xffffc900013e16e0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 14 use gpu addr 0x000000f5ff400760, cpu addr 0xffffc900013e1760
Sep 14 17:35:26 jackalope kernel: [drm] Found VCE firmware Version: 53.32 Binary ID: 4
Sep 14 17:35:26 jackalope kernel: [drm] PSP loading VCE firmware
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 15 use gpu addr 0x000000f5ff4007e0, cpu addr 0xffffc900013e17e0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 16 use gpu addr 0x000000f5ff400860, cpu addr 0xffffc900013e1860
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 17 use gpu addr 0x000000f5ff4008e0, cpu addr 0xffffc900013e18e0
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7594] NetworkManager (version 1.8.3dev+18+gf43222d41-1, Arch Linux) is starting... (for the first time)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7594] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7642] manager[0xed52e070c0]: monitoring kernel firmware directory '/usr/lib/firmware'.
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7648] policy: hostname management mode: default
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7649] dns-mgr[0xed52e12970]: init: dns=default, rc-manager=resolvconf
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0: base HW address: 00:28:f8:0e:4e:7b
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7652] manager[0xed52e070c0]: rfkill: WiFi hardware radio set disabled
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7652] manager[0xed52e070c0]: rfkill: WWAN hardware radio set enabled
Sep 14 17:35:26 jackalope systemd[1]: Started Network Manager.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Network.
Sep 14 17:35:26 jackalope systemd[1]: Starting CUPS Scheduler...
Sep 14 17:35:26 jackalope systemd[1]: Starting Permit User Sessions...
Sep 14 17:35:26 jackalope systemd[1]: Started Privoxy Web Proxy With Advanced Filtering Capabilities.
Sep 14 17:35:26 jackalope systemd[1]: Started Permit User Sessions.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Multi-User System.
Sep 14 17:35:26 jackalope systemd[1]: Starting GNOME Display Manager...
Sep 14 17:35:26 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Sep 14 17:35:26 jackalope systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 14 17:35:26 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 14 17:35:26 jackalope systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7784] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.7787] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib/NetworkManager/libnm-settings-plugin-ibft.so)
Sep 14 17:35:26 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Sep 14 17:35:26 jackalope systemd[1]: Started GNOME Display Manager.
Sep 14 17:35:26 jackalope systemd[1]: Reached target Graphical Interface.
Sep 14 17:35:26 jackalope systemd[1]: Starting Hostname Service...
Sep 14 17:35:26 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
Sep 14 17:35:26 jackalope systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 14 17:35:26 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 14 17:35:26 jackalope systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 14 17:35:26 jackalope kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Sep 14 17:35:26 jackalope kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 14 17:35:26 jackalope kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Sep 14 17:35:26 jackalope systemd-udevd[187]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 14 17:35:26 jackalope kernel: iwlwifi 0000:06:00.0 wlp6s0: renamed from wlan0
Sep 14 17:35:26 jackalope privoxy[308]: 2017-09-14 17:35:26.867 7f3bf44370c0 Info: Privoxy version 3.0.26
Sep 14 17:35:26 jackalope privoxy[308]: 2017-09-14 17:35:26.867 7f3bf44370c0 Info: Program name: /usr/bin/privoxy
Sep 14 17:35:26 jackalope colord[317]: failed to get session [pid 306]: No data available
Sep 14 17:35:26 jackalope systemd[1]: Started CUPS Scheduler.
Sep 14 17:35:26 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 14 17:35:26 jackalope systemd[1]: Started Hostname Service.
Sep 14 17:35:26 jackalope systemd[1]: Startup finished in 1.514s (kernel) + 619ms (userspace) = 15.201s.
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9655] settings: hostname: using hostnamed
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9655] settings: hostname changed from (none) to "jackalope"
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9663] dhcp-init: Using DHCP client 'dhclient'
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9664] manager: rfkill: WiFi enabled by radio killswitch; disabled by state file
Sep 14 17:35:26 jackalope nm-dispatcher[310]: req:1 'hostname': new request (0 scripts)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9665] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 14 17:35:26 jackalope nm-dispatcher[310]: req:1 'hostname': completed: no scripts
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9665] manager: Networking is enabled by state file
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9670] Loaded device plugin: NMBondDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9671] Loaded device plugin: NMBridgeDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9671] Loaded device plugin: NMDummyDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9671] Loaded device plugin: NMEthernetDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9671] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9672] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9672] Loaded device plugin: NMMacsecDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9674] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9674] Loaded device plugin: NMTunDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9674] Loaded device plugin: NMVethDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9674] Loaded device plugin: NMVlanDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9675] Loaded device plugin: NMVxlanDeviceFactory (internal)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9685] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/libnm-device-plugin-adsl.so)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9698] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/libnm-device-plugin-wifi.so)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9762] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9828] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/libnm-device-plugin-team.so)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9836] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/libnm-device-plugin-wwan.so)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9860] device (lo): link connected
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9876] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9902] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9927] keyfile: add connection in-memory (768ca36d-927e-34b6-9708-7a3a13af568f,"Wired connection 1")
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9937] settings: (enp5s0): created default wired connection 'Wired connection 1'
Sep 14 17:35:26 jackalope NetworkManager[285]: <info>  [1505406926.9958] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Sep 14 17:35:26 jackalope systemd-logind[259]: Watching system buttons on /dev/input/event0 (Logitech K400)
Sep 14 17:35:26 jackalope kernel: IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
Sep 14 17:35:27 jackalope kernel: r8169 0000:05:00.0 enp5s0: link down
Sep 14 17:35:27 jackalope kernel: r8169 0000:05:00.0 enp5s0: link down
Sep 14 17:35:27 jackalope kernel: IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0169] wifi-nl80211: (wlp6s0): using nl80211 for WiFi device control
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0172] device (wlp6s0): driver supports Access Point (AP) mode
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0186] manager: (wlp6s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0206] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.7/0000:06:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Sep 14 17:35:27 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0208] manager: rfkill: WiFi now disabled by radio killswitch
Sep 14 17:35:27 jackalope systemd[1]: Starting Authorization Manager...
Sep 14 17:35:27 jackalope dbus[262]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0269] device (wlp6s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Sep 14 17:35:27 jackalope systemd[1]: Starting WPA supplicant...
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0280] device (wlp6s0): set-hw-addr: set MAC address to 56:40:DE:A7:B1:F1 (scanning)
Sep 14 17:35:27 jackalope kernel: IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
Sep 14 17:35:27 jackalope polkitd[332]: Started polkitd version 0.114
Sep 14 17:35:27 jackalope dbus[262]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 14 17:35:27 jackalope systemd[1]: Started WPA supplicant.
Sep 14 17:35:27 jackalope wpa_supplicant[333]: Successfully initialized wpa_supplicant
Sep 14 17:35:27 jackalope NetworkManager[285]: <info>  [1505406927.0396] supplicant: wpa_supplicant running
Sep 14 17:35:27 jackalope polkitd[332]: Loading rules from directory /etc/polkit-1/rules.d
Sep 14 17:35:27 jackalope polkitd[332]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 14 17:35:27 jackalope polkitd[332]: Finished loading, compiling and executing 8 rules
Sep 14 17:35:27 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 14 17:35:27 jackalope systemd[1]: Started Authorization Manager.
Sep 14 17:35:27 jackalope polkitd[332]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 14 17:35:27 jackalope kernel: [drm] DAL is enabled
Sep 14 17:35:27 jackalope kernel: [drm] DC: create_links: connectors_num: physical:4, virtual:0
Sep 14 17:35:27 jackalope kernel: [drm] Connector[0] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC1 [1]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[1] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC2 [2]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[2] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC5 [5]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[3] description:signal 4
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC6 [6]
Sep 14 17:35:27 jackalope kernel: [drm] Display Core initialized
Sep 14 17:35:27 jackalope kernel: [drm] amdgpu: freesync_module init done ffff880255db4160.
Sep 14 17:35:27 jackalope kernel: [drm] link=0, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=0: dc_sink didn't change.
Sep 14 17:35:27 jackalope kernel: [drm] link=1, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=1: dc_sink didn't change.
Sep 14 17:35:27 jackalope kernel: [drm] link=2, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=2: dc_sink didn't change.
Sep 14 17:35:27 jackalope systemd-logind[259]: New seat seat0.
Sep 14 17:35:27 jackalope kernel: [drm] [Detect]        [DVI][ConnIdx:3] SONY TV  *02: [Block 0] 00 FF FF FF FF FF FF 00 4D D9 03 C4 01 01 01 01 01 19 01 03 80 6C 3D 78 0A 0D C9 A0 57 47 98 27 12 48 4C 21 08 00 81 80 A9 C0 71 4F B3 00 01 01 01 01 01 01 01 01 02 3A 80 18 71 38 2D 40 58 2C 45 00 3D 62 42 00 00 1E 01 1D 00 72 51 D0 1E 20 6E 28 55 00 3D 62 42 00 00 1E 00 00 00 FC 00 53 4F 4E 59 20 54 56 20 20 2A 30 32 0A 00 00 00 FD 00 30 3E 0E 46 1E 00 0A 20 20 20 20 20 20 01 AD ^
Sep 14 17:35:27 jackalope kernel: [drm] [Detect]        [DVI][ConnIdx:3] SONY TV  *02: [Block 1] 02 03 42 F0 57 5D 5E 5F 62 1F 10 14 05 13 04 20 22 3C 3E 12 16 03 07 11 15 02 06 01 29 0D 7F 07 15 07 50 3D 07 BC 83 0F 00 00 6E 03 0C 00 20 00 B8 3C 2F 00 80 01 02 03 04 E2 00 F9 E5 0E 60 61 65 66 01 1D 80 18 71 1C 16 20 58 2C 25 00 3D 62 42 00 00 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7B ^
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: manufacturer_id = D94D, product_id = C403, serial_number = 1010101, manufacture_week = 1, manufacture_year = 25, display_name = SONY TV  *02, speaker_flag = 15, audio_mode_count = 3
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 0, format_code = 1, channel_count = 5, sample_rate = 127, sample_size = 7
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 1, format_code = 2, channel_count = 5, sample_rate = 7, sample_size = 80
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 2, format_code = 7, channel_count = 5, sample_rate = 7, sample_size = 188
Sep 14 17:35:27 jackalope kernel: [drm] link=3, dc_sink_in=ffff880255ee4000 is now Connected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=3: Old sink=          (null) New sink=ffff880255ee4000
Sep 14 17:35:27 jackalope kernel: ------------[ cut here ]------------
Sep 14 17:35:27 jackalope kernel: WARNING: CPU: 2 PID: 180 at drivers/gpu/drm/drm_mode_object.c:237 drm_object_property_set_value+0x5d/0x70 [drm]
Sep 14 17:35:27 jackalope kernel: Modules linked in: arc4 amdkfd amd_iommu_v2 amdgpu(+) iwlmvm intel_rapl mac80211 x86_pkg_temp_thermal intel_powerclamp coretemp iwlwifi ttm drm_kms_helper kvm_intel kvm irqbypass drm iTCO_wdt iTCO_vendor_support syscopyarea sysfillrect sysimgblt snd_hda_codec_realtek fb_sys_fops mxm_wmi snd_hda_codec_generic i2c_algo_bit crct10dif_pclmul crc32_pclmul snd_hda_codec_hdmi cfg80211 crc32c_intel r8169 ghash_clmulni_intel mii pcbc aesni_intel aes_x86_64 psmouse snd_hda_intel crypto_simd glue_helper cryptd snd_hda_codec intel_cstate intel_rapl_perf snd_hda_core snd_hwdep snd_pcm snd_timer pcspkr snd soundcore i2c_i801 evdev joydev mousedev input_leds tpm_tis btusb led_class mei_me tpm_tis_core mac_hid btrtl mei shpchp tpm battery hci_uart btbcm btqca btintel bluetooth wmi ecdh_generic video
Sep 14 17:35:27 jackalope kernel:  intel_lpss_acpi rfkill intel_lpss i2c_hid button acpi_pad thermal acpi_als fan kfifo_buf industrialio sch_fq_codel sg ip_tables x_tables ext4 crc16 mbcache jbd2 fscrypto hid_logitech_hidpp hid_logitech_dj usbhid hid serio_raw atkbd libps2 nvme ahci libahci xhci_pci libata xhci_hcd nvme_core scsi_mod usbcore usb_common i8042 serio
Sep 14 17:35:27 jackalope kernel: CPU: 2 PID: 180 Comm: systemd-udevd Not tainted 4.13.0-rc5-2e210b8d53b5 #1
Sep 14 17:35:27 jackalope kernel: Hardware name: MSI MS-7A67/H270I GAMING PRO AC (MS-7A67), BIOS 2.00 12/15/2016
Sep 14 17:35:27 jackalope kernel: task: ffff8802633a8000 task.stack: ffffc9000128c000
Sep 14 17:35:27 jackalope kernel: RIP: 0010:drm_object_property_set_value+0x5d/0x70 [drm]
Sep 14 17:35:27 jackalope kernel: RSP: 0018:ffffc9000128f848 EFLAGS: 00010246
Sep 14 17:35:27 jackalope kernel: RAX: ffffffffa0ae5e20 RBX: ffff880262fd9000 RCX: ffff880262fd9148
Sep 14 17:35:27 jackalope kernel: RDX: 0000000000000000 RSI: ffff880255db6800 RDI: ffff880262fd9028
Sep 14 17:35:27 jackalope kernel: RBP: ffffc9000128f848 R08: 0000000000000009 R09: ffff88026390f680
Sep 14 17:35:27 jackalope kernel: R10: ffff880263c6bdc0 R11: 0000000000000040 R12: ffff88025ad80000
Sep 14 17:35:27 jackalope kernel: R13: 0000000000000000 R14: ffff880262fd9028 R15: ffff88025ad80000
Sep 14 17:35:27 jackalope kernel: FS:  00007f57201710c0(0000) GS:ffff88026ed00000(0000) knlGS:0000000000000000
Sep 14 17:35:27 jackalope kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 14 17:35:27 jackalope kernel: CR2: 00007fa8c0009028 CR3: 0000000262cf7000 CR4: 00000000003406e0
Sep 14 17:35:27 jackalope kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Sep 14 17:35:27 jackalope kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Sep 14 17:35:27 jackalope kernel: Call Trace:
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_add_sink_to_freesync_module+0x8f/0x1c0 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_update_connector_after_detect+0xb9/0x200 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_initialize_drm_device+0x35d/0x760 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  ? printk+0x52/0x6e
Sep 14 17:35:27 jackalope kernel:  ? mod_freesync_create+0x13e/0x190 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_init+0x15f/0x270 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  dm_hw_init+0x12/0x20 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_device_init+0xf0d/0x1590 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  ? alloc_pages_current+0x6a/0xd0
Sep 14 17:35:27 jackalope kernel:  amdgpu_driver_load_kms+0x5b/0x250 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  drm_dev_register+0x146/0x1d0 [drm]
Sep 14 17:35:27 jackalope kernel:  amdgpu_pci_probe+0x113/0x150 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  local_pci_probe+0x42/0xa0
Sep 14 17:35:27 jackalope kernel:  ? pci_match_device+0xe5/0x110
Sep 14 17:35:27 jackalope kernel:  pci_device_probe+0x18d/0x1a0
Sep 14 17:35:27 jackalope kernel:  driver_probe_device+0x2ff/0x450
Sep 14 17:35:27 jackalope kernel:  __driver_attach+0xa4/0xe0
Sep 14 17:35:27 jackalope kernel:  ? driver_probe_device+0x450/0x450
Sep 14 17:35:27 jackalope kernel:  bus_for_each_dev+0x6e/0xb0
Sep 14 17:35:27 jackalope kernel:  driver_attach+0x1e/0x20
Sep 14 17:35:27 jackalope kernel:  bus_add_driver+0x1d0/0x270
Sep 14 17:35:27 jackalope kernel:  ? 0xffffffffa0b97000
Sep 14 17:35:27 jackalope kernel:  driver_register+0x60/0xe0
Sep 14 17:35:27 jackalope kernel:  ? 0xffffffffa0b97000
Sep 14 17:35:27 jackalope kernel:  __pci_register_driver+0x4c/0x50
Sep 14 17:35:27 jackalope kernel:  amdgpu_init+0x91/0xa4 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  do_one_initcall+0x50/0x190
Sep 14 17:35:27 jackalope kernel:  ? __vunmap+0x81/0xb0
Sep 14 17:35:27 jackalope kernel:  ? kfree+0x177/0x190
Sep 14 17:35:27 jackalope kernel:  ? kfree+0x177/0x190
Sep 14 17:35:27 jackalope kernel:  do_init_module+0x5f/0x1f2
Sep 14 17:35:27 jackalope kernel:  load_module+0x261b/0x2b60
Sep 14 17:35:27 jackalope kernel:  SyS_init_module+0x173/0x1b0
Sep 14 17:35:27 jackalope kernel:  ? SyS_init_module+0x173/0x1b0
Sep 14 17:35:27 jackalope kernel:  do_syscall_64+0x54/0xc0
Sep 14 17:35:27 jackalope kernel:  entry_SYSCALL64_slow_path+0x25/0x25
Sep 14 17:35:27 jackalope kernel: RIP: 0033:0x7f571faaaa0a
Sep 14 17:35:27 jackalope kernel: RSP: 002b:00007ffe9154f0d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 14 17:35:27 jackalope kernel: RAX: ffffffffffffffda RBX: 000000c7f27d4060 RCX: 00007f571faaaa0a
Sep 14 17:35:27 jackalope kernel: RDX: 00007f571f37dcb5 RSI: 00000000003bd408 RDI: 000000c7f4869800
Sep 14 17:35:27 jackalope kernel: RBP: 00007f571f37dcb5 R08: 0000000000000001 R09: 000000000000007e
Sep 14 17:35:27 jackalope kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 000000c7f4869800
Sep 14 17:35:27 jackalope kernel: R13: 000000c7f27e48a0 R14: 0000000000020000 R15: 000000c7f27db830
Sep 14 17:35:27 jackalope kernel: Code: 71 08 74 2b 83 ef 01 b8 01 00 00 00 48 83 c7 01 eb 0a 48 83 c0 01 48 39 34 c1 74 16 48 39 f8 4c 63 c0 75 ee b8 ea ff ff ff 5d c3 <0f> ff eb c0 45 31 c0 4a 89 94 c1 c8 00 00 00 31 c0 5d c3 0f 1f 
Sep 14 17:35:27 jackalope kernel: ---[ end trace 279dab43eec6a9a4 ]---
Sep 14 17:35:27 jackalope kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Sep 14 17:35:27 jackalope kernel: [drm] Driver supports precise vblank timestamp query.
Sep 14 17:35:27 jackalope kernel: [drm] KMS initialized.
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 0 succeeded in 1 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 9 succeeded in 2 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 1 succeeded in 4 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 2 succeeded in 10 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 3 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 4 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 5 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 6 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 7 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 8 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 10 succeeded in 17 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 11 succeeded in 12 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 12 succeeded in 1 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 13 succeeded in 21 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 14 succeeded in 4 usecs
Sep 14 17:35:27 jackalope kernel: [drm] UVD and UVD ENC initialized successfully.
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 15 succeeded in 32 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 16 succeeded in 26 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 17 succeeded in 24 usecs
Sep 14 17:35:27 jackalope kernel: [drm] VCE initialized successfully.
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 0 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 1 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 2 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 3 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 4 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 5 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 6 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 7 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 8 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 9 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 10 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 11 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 12 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 13 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 14 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 15 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] fb mappable at 0xC0E00000
Sep 14 17:35:27 jackalope kernel: [drm] vram apper at 0xC0000000
Sep 14 17:35:27 jackalope kernel: [drm] size 8294400
Sep 14 17:35:27 jackalope kernel: [drm] fb depth is 24
Sep 14 17:35:27 jackalope kernel: [drm]    pitch is 7680
Sep 14 17:35:27 jackalope kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 14 17:35:27 jackalope kernel: [drm] Atomic commit: SET crtc id 0: [ffff880258e87800]
Sep 14 17:35:27 jackalope kernel: [drm] dc_commit_state: 1 streams
Sep 14 17:35:27 jackalope kernel: [drm] core_stream 0x55dcec00: src: 0, 0, 1920, 1080; dst: 0, 0, 1920, 1080, colorSpace:1
Sep 14 17:35:27 jackalope kernel: [drm]         pix_clk_khz: 148500, h_total: 2200, v_total: 1125, pixelencoder:1, displaycolorDepth:2
Sep 14 17:35:27 jackalope kernel: [drm]         sink name: SONY TV  *02, serial: 16843009
Sep 14 17:35:27 jackalope kernel: [drm]         link: 3
Sep 14 17:35:27 jackalope kernel: [drm] [Mode]        [DVI][ConnIdx:3] {1920x1080, 2200x1125@148500Khz}^
Sep 14 17:35:27 jackalope kernel: Console: switching to colour frame buffer device 240x67
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 0(gfx) uses VM inv eng 3 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 1(comp_1.0.0) uses VM inv eng 4 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 2(comp_1.0.1) uses VM inv eng 5 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 3(comp_1.0.2) uses VM inv eng 6 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 4(comp_1.0.3) uses VM inv eng 7 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 5(comp_1.0.4) uses VM inv eng 8 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 6(comp_1.0.5) uses VM inv eng 9 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 7(comp_1.0.6) uses VM inv eng 10 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 8(comp_1.0.7) uses VM inv eng 11 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 9(kiq_2.1.7) uses VM inv eng 12 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 10(sdma0) uses VM inv eng 3 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 11(sdma1) uses VM inv eng 4 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 12(uvd) uses VM inv eng 5 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 13(uvd_enc0) uses VM inv eng 6 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 14(uvd_enc1) uses VM inv eng 7 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 15(vce0) uses VM inv eng 8 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 16(vce1) uses VM inv eng 9 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 17(vce2) uses VM inv eng 10 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: kfd not supported on this ASIC
Sep 14 17:35:27 jackalope kernel: [drm] Initialized amdgpu 3.20.0 20150101 for 0000:03:00.0 on minor 0
Sep 14 17:35:27 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
Sep 14 17:35:27 jackalope systemd[1]: Reached target User and Group Name Lookups.
Sep 14 17:35:27 jackalope systemd[1]: Starting Accounts Service...
Sep 14 17:35:27 jackalope accounts-daemon[345]: started daemon version 0.6.45
Sep 14 17:35:27 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 14 17:35:27 jackalope systemd[1]: Started Accounts Service.
Sep 14 17:35:27 jackalope systemd[1]: Created slice User Slice of gdm.
Sep 14 17:35:27 jackalope systemd[1]: Starting User Manager for UID 120...
Sep 14 17:35:27 jackalope systemd-logind[259]: New session c1 of user gdm.
Sep 14 17:35:27 jackalope systemd[1]: Started Session c1 of user gdm.
Sep 14 17:35:27 jackalope systemd[353]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
Sep 14 17:35:27 jackalope systemd[353]: Reached target Timers.
Sep 14 17:35:27 jackalope systemd[353]: Listening on GnuPG network certificate management daemon.
Sep 14 17:35:27 jackalope systemd[353]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 17:35:27 jackalope systemd[353]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 14 17:35:27 jackalope systemd[353]: Starting D-Bus User Message Bus Socket.
Sep 14 17:35:27 jackalope systemd[353]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 17:35:27 jackalope systemd[353]: Listening on Sound System.
Sep 14 17:35:27 jackalope systemd[353]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 17:35:27 jackalope systemd[353]: Reached target Paths.
Sep 14 17:35:27 jackalope systemd[353]: Listening on D-Bus User Message Bus Socket.
Sep 14 17:35:27 jackalope systemd[353]: Reached target Sockets.
Sep 14 17:35:27 jackalope systemd[353]: Reached target Basic System.
Sep 14 17:35:27 jackalope systemd[353]: Starting Update XDG user dir configuration...
Sep 14 17:35:27 jackalope systemd[353]: Started Update XDG user dir configuration.
Sep 14 17:35:27 jackalope systemd[353]: Reached target Default.
Sep 14 17:35:27 jackalope systemd[353]: Startup finished in 31ms.
Sep 14 17:35:27 jackalope systemd[1]: Started User Manager for UID 120.
Sep 14 17:35:27 jackalope systemd[353]: Started D-Bus User Message Bus.
Sep 14 17:35:28 jackalope gnome-session[364]: gnome-session-binary[364]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 14 17:35:28 jackalope gnome-session-binary[364]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Sep 14 17:35:28 jackalope systemd[1]: Starting Daemon for power management...
Sep 14 17:35:28 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 14 17:35:28 jackalope systemd[1]: Started Daemon for power management.
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:35:28 jackalope gnome-shell[371]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:35:28 jackalope org.gnome.Shell.desktop[371]: glamor: EGL version 1.5 (DRI2):
Sep 14 17:35:28 jackalope dbus-daemon[362]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Sep 14 17:35:28 jackalope systemd[353]: Starting Accessibility services bus...
Sep 14 17:35:28 jackalope dbus-daemon[362]: Successfully activated service 'org.a11y.Bus'
Sep 14 17:35:28 jackalope systemd[353]: Started Accessibility services bus.
Sep 14 17:35:28 jackalope at-spi-bus-launcher[416]: Activating service name='org.a11y.atspi.Registry'
Sep 14 17:35:28 jackalope at-spi-bus-launcher[416]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 14 17:35:28 jackalope org.a11y.atspi.Registry[421]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 14 17:35:28 jackalope systemd[353]: Starting Sound Service...
Sep 14 17:35:28 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Sep 14 17:35:28 jackalope systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 14 17:35:28 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 14 17:35:28 jackalope systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Successfully called chroot.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Successfully dropped privileges.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Successfully limited resources.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Running.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Canary thread running.
Sep 14 17:35:28 jackalope rtkit-daemon[428]: Watchdog thread running.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope rtkit-daemon[428]: Supervising 0 threads of 0 processes of 1 users.
Sep 14 17:35:29 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:35:29 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:35:29 jackalope systemd[353]: Started Sound Service.
Sep 14 17:35:29 jackalope pulseaudio[427]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Sep 14 17:35:29 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/main.js 317]: reference to undefined property global.stage
Sep 14 17:35:29 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 217]: reference to undefined property global.window_group
Sep 14 17:35:29 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/osdMonitorLabeler.js 59]: reference to undefined property Meta.MonitorManager
Sep 14 17:35:29 jackalope dbus-daemon[362]: Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service'
Sep 14 17:35:29 jackalope systemd[353]: Starting sandboxed app permission store...
Sep 14 17:35:29 jackalope dbus-daemon[362]: Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Sep 14 17:35:29 jackalope systemd[353]: Started sandboxed app permission store.
Sep 14 17:35:29 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Sep 14 17:35:29 jackalope systemd[1]: Starting Locale Service...
Sep 14 17:35:29 jackalope gnome-shell[371]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 14 17:35:29 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/slider.js 34]: reference to undefined property St.GenericAccessible
Sep 14 17:35:29 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
Sep 14 17:35:29 jackalope systemd[1]: Starting Location Lookup Service...
Sep 14 17:35:29 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Sep 14 17:35:29 jackalope systemd[1]: Started Location Lookup Service.
Sep 14 17:35:29 jackalope polkitd[332]: Registered Authentication Agent for unix-session:c1 (system bus name :1.19 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 14 17:35:29 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service'
Sep 14 17:35:29 jackalope systemd[1]: Starting PackageKit Daemon...
Sep 14 17:35:29 jackalope PackageKit[453]: daemon start
Sep 14 17:35:29 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 14 17:35:29 jackalope systemd[1]: Started Locale Service.
Sep 14 17:35:29 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 14 17:35:29 jackalope systemd[1]: Started PackageKit Daemon.
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7908] device (enp5s0): link connected
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7911] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', internal state 'managed')
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7915] policy: auto-activating connection 'Wired connection 1'
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7921] device (enp5s0): Activation: starting connection 'Wired connection 1' (768ca36d-927e-34b6-9708-7a3a13af568f)
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7922] device (enp5s0): state change: disconnected -> prepare (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7922] manager: NetworkManager state is now CONNECTING
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7924] device (enp5s0): state change: prepare -> config (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7925] device (enp5s0): state change: config -> ip-config (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope kernel: r8169 0000:05:00.0 enp5s0: link up
Sep 14 17:35:29 jackalope kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7928] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.7969] dhcp4 (enp5s0): dhclient started with pid 480
Sep 14 17:35:29 jackalope dhclient[480]: DHCPREQUEST on enp5s0 to 255.255.255.255 port 67
Sep 14 17:35:29 jackalope dhclient[480]: DHCPACK from 192.168.0.1
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8414] dhcp4 (enp5s0):   address 192.168.0.21
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0):   plen 24 (255.255.255.0)
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0):   gateway 192.168.0.1
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0):   lease time 86400
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0):   hostname 'jackalope'
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0):   nameserver '192.168.0.1'
Sep 14 17:35:29 jackalope avahi-daemon[260]: Joining mDNS multicast group on interface enp5s0.IPv4 with address 192.168.0.21.
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8415] dhcp4 (enp5s0): state changed unknown -> bound
Sep 14 17:35:29 jackalope avahi-daemon[260]: New relevant interface enp5s0.IPv4 for mDNS.
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8419] device (enp5s0): state change: ip-config -> ip-check (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope avahi-daemon[260]: Registering new address record for 192.168.0.21 on enp5s0.IPv4.
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8422] device (enp5s0): state change: ip-check -> secondaries (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8423] device (enp5s0): state change: secondaries -> activated (reason 'none', internal state 'managed')
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8424] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 14 17:35:29 jackalope dhclient[480]: bound to 192.168.0.21 -- renewal in 36456 seconds.
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8450] manager: NetworkManager state is now CONNECTED_SITE
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8451] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8461] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8677] device (enp5s0): Activation: successful, device activated.
Sep 14 17:35:29 jackalope nm-dispatcher[310]: req:2 'up' [enp5s0]: new request (0 scripts)
Sep 14 17:35:29 jackalope nm-dispatcher[310]: req:2 'up' [enp5s0]: completed: no scripts
Sep 14 17:35:29 jackalope NetworkManager[285]: <info>  [1505406929.8686] manager: startup complete
Sep 14 17:35:29 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/gjs/modules/tweener/tweener.js 540]: reference to undefined property properties[istr].isSpecialProperty
Sep 14 17:35:29 jackalope gnome-shell[371]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Sep 14 17:35:30 jackalope gnome-shell[371]: JS WARNING: [resource:///org/gnome/shell/ui/windowManager.js 1493]: reference to undefined property actor.meta_window
Sep 14 17:35:30 jackalope gsd-power[478]: gsd_power_backlight_abs_to_percentage: assertion 'max > min' failed
Sep 14 17:35:30 jackalope gnome-session-binary[364]: Entering running state
Sep 14 17:35:30 jackalope xbrlapi.desktop[681]: openConnection: connect: No such file or directory
Sep 14 17:35:30 jackalope xbrlapi.desktop[681]: cannot connect to braille devices daemon brltty at :0
Sep 14 17:35:30 jackalope NetworkManager[285]: <info>  [1505406930.9433] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 14 17:35:30 jackalope nm-dispatcher[310]: req:3 'connectivity-change': new request (0 scripts)
Sep 14 17:35:30 jackalope nm-dispatcher[310]: req:3 'connectivity-change': completed: no scripts
Sep 14 17:35:31 jackalope avahi-daemon[260]: Joining mDNS multicast group on interface enp5s0.IPv6 with address fe80::3c5:a02b:161a:c758.
Sep 14 17:35:31 jackalope avahi-daemon[260]: New relevant interface enp5s0.IPv6 for mDNS.
Sep 14 17:35:31 jackalope avahi-daemon[260]: Registering new address record for fe80::3c5:a02b:161a:c758 on enp5s0.*.
Sep 14 17:35:31 jackalope dbus-daemon[362]: Activating service name='ca.desrt.dconf'
Sep 14 17:35:31 jackalope dbus-daemon[362]: Successfully activated service 'ca.desrt.dconf'
Sep 14 17:35:56 jackalope kernel: logitech-hidpp-device 0003:046D:4024.0004: HID++ 2.0 device connected.
Sep 14 17:35:56 jackalope upowerd[375]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/power_supply/hidpp_battery_0
Sep 14 17:35:56 jackalope upowerd[375]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/power_supply/hidpp_battery_0
Sep 14 17:36:02 jackalope gdm-password][692]: pam_unix(gdm-password:session): session opened for user brandon by (uid=0)
Sep 14 17:36:02 jackalope systemd[1]: Created slice User Slice of brandon.
Sep 14 17:36:02 jackalope systemd[1]: Starting User Manager for UID 1000...
Sep 14 17:36:02 jackalope systemd-logind[259]: New session c2 of user brandon.
Sep 14 17:36:02 jackalope systemd[1]: Started Session c2 of user brandon.
Sep 14 17:36:02 jackalope systemd[702]: pam_unix(systemd-user:session): session opened for user brandon by (uid=0)
Sep 14 17:36:02 jackalope systemd[702]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 17:36:02 jackalope systemd[702]: Reached target Paths.
Sep 14 17:36:02 jackalope systemd[702]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 17:36:02 jackalope systemd[702]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 14 17:36:02 jackalope systemd[702]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 17:36:02 jackalope systemd[702]: Reached target Timers.
Sep 14 17:36:02 jackalope systemd[702]: Listening on GnuPG network certificate management daemon.
Sep 14 17:36:02 jackalope systemd[702]: Starting D-Bus User Message Bus Socket.
Sep 14 17:36:02 jackalope systemd[702]: Listening on Sound System.
Sep 14 17:36:02 jackalope systemd[702]: Listening on D-Bus User Message Bus Socket.
Sep 14 17:36:02 jackalope systemd[702]: Reached target Sockets.
Sep 14 17:36:02 jackalope systemd[702]: Reached target Basic System.
Sep 14 17:36:02 jackalope systemd[702]: Starting Update XDG user dir configuration...
Sep 14 17:36:02 jackalope systemd[702]: Started Update XDG user dir configuration.
Sep 14 17:36:02 jackalope systemd[702]: Reached target Default.
Sep 14 17:36:02 jackalope systemd[702]: Startup finished in 12ms.
Sep 14 17:36:02 jackalope systemd[1]: Started User Manager for UID 1000.
Sep 14 17:36:02 jackalope systemd[702]: Started D-Bus User Message Bus.
Sep 14 17:36:02 jackalope gnome-keyring-ssh.desktop[753]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:36:02 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
Sep 14 17:36:02 jackalope systemd[702]: Starting Virtual filesystem service...
Sep 14 17:36:02 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.Daemon'
Sep 14 17:36:02 jackalope systemd[702]: Started Virtual filesystem service.
Sep 14 17:36:02 jackalope gnome-shell[758]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:36:03 jackalope kernel: fuse init (API version 7.26)
Sep 14 17:36:03 jackalope systemd[1]: Mounting FUSE Control File System...
Sep 14 17:36:03 jackalope systemd[1]: Mounted FUSE Control File System.
Sep 14 17:36:03 jackalope org.gnome.Shell.desktop[758]: glamor: EGL version 1.5 (DRI2):
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Accessibility services bus...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.a11y.Bus'
Sep 14 17:36:03 jackalope systemd[702]: Started Accessibility services bus.
Sep 14 17:36:03 jackalope at-spi-bus-launcher[805]: Activating service name='org.a11y.atspi.Registry'
Sep 14 17:36:03 jackalope at-spi-bus-launcher[805]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 14 17:36:03 jackalope org.a11y.atspi.Registry[810]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 14 17:36:03 jackalope systemd[702]: Starting Sound Service...
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Successfully made thread 816 of process 816 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Supervising 1 threads of 1 processes of 1 users.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Supervising 1 threads of 1 processes of 1 users.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Successfully made thread 817 of process 816 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Supervising 2 threads of 1 processes of 1 users.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Supervising 2 threads of 1 processes of 1 users.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Successfully made thread 818 of process 816 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Sep 14 17:36:03 jackalope rtkit-daemon[428]: Supervising 3 threads of 1 processes of 1 users.
Sep 14 17:36:03 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:36:03 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:36:03 jackalope systemd[702]: Started Sound Service.
Sep 14 17:36:03 jackalope pulseaudio[816]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Sep 14 17:36:03 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/shell/ui/main.js 317]: reference to undefined property global.stage
Sep 14 17:36:03 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 217]: reference to undefined property global.window_group
Sep 14 17:36:03 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/shell/ui/osdMonitorLabeler.js 59]: reference to undefined property Meta.MonitorManager
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting sandboxed app permission store...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating service name='org.gnome.Shell.CalendarServer'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Sep 14 17:36:03 jackalope systemd[702]: Started sandboxed app permission store.
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Evolution source registry...
Sep 14 17:36:03 jackalope gnome-shell[758]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating service name='org.gnome.OnlineAccounts'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating service name='ca.desrt.dconf'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'ca.desrt.dconf'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem metadata service...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.Metadata'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem metadata service.
Sep 14 17:36:03 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/shell/ui/slider.js 34]: reference to undefined property St.GenericAccessible
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Sep 14 17:36:03 jackalope systemd[702]: Started Evolution source registry.
Sep 14 17:36:03 jackalope goa-daemon[843]: goa-daemon version 3.24.3 starting
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating service name='org.gnome.Identity'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Shell.CalendarServer'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Identity'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.OnlineAccounts'
Sep 14 17:36:03 jackalope polkitd[332]: Registered Authentication Agent for unix-session:c2 (system bus name :1.65 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating service name='org.freedesktop.Telepathy.AccountManager'
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem service - disk device monitor...
Sep 14 17:36:03 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Sep 14 17:36:03 jackalope systemd[1]: Starting Disk Manager...
Sep 14 17:36:03 jackalope udisksd[878]: udisks daemon version 2.7.2 starting
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
Sep 14 17:36:03 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 14 17:36:03 jackalope systemd[1]: Started Disk Manager.
Sep 14 17:36:03 jackalope udisksd[878]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem service - disk device monitor.
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem service - Apple File Conduit monitor...
Sep 14 17:36:03 jackalope gvfs-afc-volume-monitor[892]: Volume monitor alive
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem service - Apple File Conduit monitor.
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem service - digital camera monitor...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem service - digital camera monitor.
Sep 14 17:36:03 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service'
Sep 14 17:36:03 jackalope systemd[702]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Sep 14 17:36:03 jackalope dbus-daemon[717]: Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Sep 14 17:36:03 jackalope systemd[702]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Sep 14 17:36:03 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/gjs/modules/tweener/tweener.js 540]: reference to undefined property properties[istr].isSpecialProperty
Sep 14 17:36:04 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Sep 14 17:36:04 jackalope systemd[1]: Starting Hostname Service...
Sep 14 17:36:04 jackalope gsd-sharing[920]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
Sep 14 17:36:04 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service'
Sep 14 17:36:04 jackalope systemd[702]: Starting Evolution calendar service...
Sep 14 17:36:04 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Sep 14 17:36:04 jackalope systemd[702]: Started Evolution calendar service.
Sep 14 17:36:04 jackalope gnome-shell[758]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Sep 14 17:36:04 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Sep 14 17:36:04 jackalope systemd[1]: Starting Locale Service...
Sep 14 17:36:04 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 14 17:36:04 jackalope systemd[1]: Started Hostname Service.
Sep 14 17:36:04 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service'
Sep 14 17:36:04 jackalope systemd[702]: Starting Evolution address book service...
Sep 14 17:36:04 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
Sep 14 17:36:04 jackalope systemd[702]: Started Evolution address book service.
Sep 14 17:36:04 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 14 17:36:04 jackalope systemd[1]: Started Locale Service.
Sep 14 17:36:04 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/brandon/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:36:04 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/brandon/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:36:04 jackalope dbus-daemon[717]: Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service'
Sep 14 17:36:04 jackalope systemd[702]: Starting Tracker metadata database store and lookup manager...
Sep 14 17:36:04 jackalope dbus-daemon[717]: Successfully activated service 'org.freedesktop.Tracker1'
Sep 14 17:36:04 jackalope systemd[702]: Started Tracker metadata database store and lookup manager.
Sep 14 17:36:04 jackalope gnome-session-binary[719]: Entering running state
Sep 14 17:36:04 jackalope tracker-store.desktop[1169]: (uint32 1,)
Sep 14 17:36:04 jackalope gnome-shell[758]: GNOME Shell started at Thu Sep 14 2017 17:36:03 GMT+0100 (BST)
Sep 14 17:36:04 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service'
Sep 14 17:36:04 jackalope systemd[1]: Starting Firmware update daemon...
Sep 14 17:36:05 jackalope fwupd[1222]: disabling plugin because: failed to startup amt: ME refused connection
Sep 14 17:36:05 jackalope fwupd[1222]: disabling plugin because: failed to startup dell: Firmware updating not supported
Sep 14 17:36:09 jackalope fwupd[1222]: disabling plugin because: failed to coldplug raspberrypi: Raspberry PI firmware updating not supported, no /boot/start.elf
Sep 14 17:36:09 jackalope fwupd[1222]: disabling plugin because: failed to coldplug synapticsmst: MST firmware updating not supported by OEM
Sep 14 17:36:09 jackalope fwupd[1222]: using plugins: altos, colorhug, dfu, ebitdo, steelseries, thunderbolt, udev, uefi, unifying, upower, usb
Sep 14 17:36:09 jackalope fwupd[1222]: Daemon ready for requests
Sep 14 17:36:10 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.fwupd'
Sep 14 17:36:10 jackalope systemd[1]: Started Firmware update daemon.
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calendar'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Activating service name='org.gnome.EpiphanySearchProvider'
Sep 14 17:36:22 jackalope systemd[702]: Starting GNOME Terminal Server...
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calendar'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 17:36:22 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:36:22 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.EpiphanySearchProvider'
Sep 14 17:36:22 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Terminal'
Sep 14 17:36:22 jackalope systemd[702]: Started GNOME Terminal Server.
Sep 14 17:36:22 jackalope PackageKit[453]: resolve transaction /1_ecadedbb from uid 1000 finished with success after 134ms
Sep 14 17:36:23 jackalope PackageKit[453]: resolve transaction /2_dbddcdcb from uid 1000 finished with success after 0ms
Sep 14 17:36:31 jackalope gnome-control-c[1548]: gdkwindow-x11.c:5573 drawable is not a native X11 window
Sep 14 17:36:32 jackalope gnome-control-c[1548]: gdkwindow-x11.c:5573 drawable is not a native X11 window
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
Sep 14 17:36:37 jackalope systemd[702]: Starting GNOME Terminal Server...
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 17:36:37 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:36:37 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:36:37 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Terminal'
Sep 14 17:36:37 jackalope systemd[702]: Started GNOME Terminal Server.
Sep 14 17:36:38 jackalope spotify.desktop[1706]: /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
Sep 14 17:36:38 jackalope spotify.desktop[1706]: /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
Sep 14 17:36:43 jackalope PackageKit[453]: resolve transaction /3_bcdadbce from uid 1000 finished with success after 0ms
Sep 14 17:36:43 jackalope PackageKit[453]: resolve transaction /4_acdcbccb from uid 1000 finished with success after 0ms
Sep 14 17:36:53 jackalope sudo[1881]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:36:54 jackalope gnome-terminal-[1623]: Allocating size to GtkScrollbar 0x25062d0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Sep 14 17:36:54 jackalope gnome-terminal-[1623]: Allocating size to GtkScrollbar 0x25062d0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Sep 14 17:37:00 jackalope polkitd[332]: Reloading rules
Sep 14 17:37:00 jackalope polkitd[332]: Collecting garbage unconditionally...
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /etc/polkit-1/rules.d
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 14 17:37:00 jackalope polkitd[332]: Finished loading, compiling and executing 7 rules
Sep 14 17:37:00 jackalope dbus-daemon[717]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[362]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[717]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[362]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus[262]: [system] Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[717]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[362]: Reloaded configuration
Sep 14 17:37:00 jackalope dbus[262]: [system] Reloaded configuration
Sep 14 17:37:00 jackalope dbus-daemon[362]: Reloaded configuration
Sep 14 17:37:00 jackalope polkitd[332]: Reloading rules
Sep 14 17:37:00 jackalope dbus-daemon[717]: Reloaded configuration
Sep 14 17:37:00 jackalope polkitd[332]: Collecting garbage unconditionally...
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /etc/polkit-1/rules.d
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 14 17:37:00 jackalope polkitd[332]: Finished loading, compiling and executing 8 rules
Sep 14 17:37:00 jackalope polkitd[332]: Reloading rules
Sep 14 17:37:00 jackalope polkitd[332]: Collecting garbage unconditionally...
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /etc/polkit-1/rules.d
Sep 14 17:37:00 jackalope polkitd[332]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 14 17:37:00 jackalope dbus[262]: [system] Reloaded configuration
Sep 14 17:37:00 jackalope polkitd[332]: Finished loading, compiling and executing 8 rules
Sep 14 17:37:00 jackalope dbus[262]: [system] Reloaded configuration
Sep 14 17:37:01 jackalope sudo[1881]: pam_unix(sudo:session): session closed for user root
Sep 14 17:37:08 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 17:37:08 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 17:37:08 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:37:08 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:37:08 jackalope PackageKit[453]: get-updates transaction /5_cbddcaab from uid 1000 finished with success after 624ms
Sep 14 17:37:08 jackalope PackageKit[453]: resolve transaction /6_aeebcbec from uid 1000 finished with success after 0ms
Sep 14 17:37:08 jackalope PackageKit[453]: resolve transaction /7_eacdceae from uid 1000 finished with success after 0ms
Sep 14 17:37:08 jackalope PackageKit[453]: resolve transaction /8_bdccdddd from uid 1000 finished with success after 0ms
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstzbar.so': libzbar.so.0: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstkate.so': libkate.so.1: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopencv.so': libopencv_bgsegm.so.3.3: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstlv2.so': liblilv-0.so.0: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopenexr.so': libIlmImf-2_2.so.22: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstqmlgl.so': libQt5Quick.so.5: cannot open shared object file: No such file or directory
Sep 14 17:37:09 jackalope gst-plugin-scan[2618]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstfluidsynthmidi.so': libfluidsynth.so.1: cannot open shared object file: No such file or directory
Sep 14 17:37:33 jackalope gnome-shell[758]: Received error from DBus search provider org.gnome.Epiphany.desktop: Gio.IOErrorEnum: Timeout was reached
Sep 14 17:38:55 jackalope sudo[2708]:  brandon : TTY=pts/0 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/ls /home/tv/Games
Sep 14 17:38:55 jackalope sudo[2708]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:38:55 jackalope sudo[2708]: pam_unix(sudo:session): session closed for user root
Sep 14 17:39:10 jackalope sudo[2717]:  brandon : TTY=pts/0 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/cp -r /home/tv/Games/stacking .
Sep 14 17:39:10 jackalope sudo[2717]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:39:12 jackalope sudo[2717]: pam_unix(sudo:session): session closed for user root
Sep 14 17:40:53 jackalope sudo[2821]:  brandon : TTY=pts/0 ; PWD=/home/brandon/Games/stacking ; USER=root ; COMMAND=/usr/bin/ls /home/tv/Games
Sep 14 17:40:53 jackalope sudo[2821]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:40:53 jackalope sudo[2821]: pam_unix(sudo:session): session closed for user root
Sep 14 17:41:03 jackalope sudo[2826]:  brandon : TTY=pts/0 ; PWD=/home/brandon/Games/stacking ; USER=root ; COMMAND=/usr/bin/cp -r /home/tv/Games/antichamber .
Sep 14 17:41:03 jackalope sudo[2826]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:41:04 jackalope sudo[2826]: pam_unix(sudo:session): session closed for user root
Sep 14 17:41:11 jackalope gnome-terminal-[1623]: Allocating size to GtkScrollbar 0x25064d0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Sep 14 17:41:33 jackalope sudo[2890]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/mv stacking/antichamber/ .
Sep 14 17:41:33 jackalope sudo[2890]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:41:33 jackalope sudo[2890]: pam_unix(sudo:session): session closed for user root
Sep 14 17:42:00 jackalope sudo[2934]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/chown -R brandon antichamber/
Sep 14 17:42:00 jackalope sudo[2934]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:42:00 jackalope sudo[2934]: pam_unix(sudo:session): session closed for user root
Sep 14 17:42:04 jackalope sudo[2939]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/chgrp -R brandon antichamber/
Sep 14 17:42:04 jackalope sudo[2939]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:42:04 jackalope sudo[2939]: pam_unix(sudo:session): session closed for user root
Sep 14 17:42:08 jackalope sudo[2947]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/chown -R brandon stacking/
Sep 14 17:42:08 jackalope sudo[2947]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:42:08 jackalope sudo[2947]: pam_unix(sudo:session): session closed for user root
Sep 14 17:42:11 jackalope sudo[2952]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/chgrp -R brandon stacking/
Sep 14 17:42:11 jackalope sudo[2952]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 17:42:11 jackalope sudo[2952]: pam_unix(sudo:session): session closed for user root
Sep 14 17:42:25 jackalope org.gnome.Shell.desktop[758]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Antichambe)
Sep 14 17:42:28 jackalope org.gnome.Shell.desktop[758]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000021 (Antichambe)
Sep 14 17:43:07 jackalope gnome-software-service.desktop[1190]: 16:43:07:0283 GsPluginShellExtensions no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com
Sep 14 17:43:07 jackalope org.gnome.Shell.desktop[758]: Window manager warning: Failed to set power save mode for output HDMI-1: Permission denied
Sep 14 17:43:07 jackalope gnome-shell[371]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:43:07 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/brandon/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:07 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/brandon/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:07 jackalope gnome-shell[758]: drmModeSetCursor2 failed with (Permission denied), drawing cursor with OpenGL from now on
Sep 14 17:43:13 jackalope gdm-password][3017]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=tv
Sep 14 17:43:19 jackalope gdm-password][3020]: pam_unix(gdm-password:session): session opened for user tv by (uid=0)
Sep 14 17:43:19 jackalope systemd[1]: Created slice User Slice of tv.
Sep 14 17:43:19 jackalope systemd[1]: Starting User Manager for UID 1002...
Sep 14 17:43:19 jackalope systemd-logind[259]: New session c3 of user tv.
Sep 14 17:43:19 jackalope systemd[1]: Started Session c3 of user tv.
Sep 14 17:43:19 jackalope systemd[3023]: pam_unix(systemd-user:session): session opened for user tv by (uid=0)
Sep 14 17:43:19 jackalope systemd[3023]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 17:43:19 jackalope systemd[3023]: Reached target Paths.
Sep 14 17:43:19 jackalope systemd[3023]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 17:43:19 jackalope systemd[3023]: Listening on Sound System.
Sep 14 17:43:19 jackalope systemd[3023]: Starting D-Bus User Message Bus Socket.
Sep 14 17:43:19 jackalope systemd[3023]: Reached target Timers.
Sep 14 17:43:19 jackalope systemd[3023]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 14 17:43:19 jackalope systemd[3023]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 17:43:19 jackalope systemd[3023]: Listening on GnuPG network certificate management daemon.
Sep 14 17:43:19 jackalope systemd[3023]: Listening on D-Bus User Message Bus Socket.
Sep 14 17:43:19 jackalope systemd[3023]: Reached target Sockets.
Sep 14 17:43:19 jackalope systemd[3023]: Reached target Basic System.
Sep 14 17:43:19 jackalope systemd[3023]: Starting Update XDG user dir configuration...
Sep 14 17:43:19 jackalope systemd[3023]: Started Update XDG user dir configuration.
Sep 14 17:43:19 jackalope systemd[3023]: Reached target Default.
Sep 14 17:43:19 jackalope systemd[3023]: Startup finished in 17ms.
Sep 14 17:43:19 jackalope systemd[1]: Started User Manager for UID 1002.
Sep 14 17:43:19 jackalope systemd[3023]: Started D-Bus User Message Bus.
Sep 14 17:43:19 jackalope gnome-keyring-ssh.desktop[3066]: SSH_AUTH_SOCK=/run/user/1002/keyring/ssh
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:43:19 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
Sep 14 17:43:19 jackalope systemd[3023]: Starting Virtual filesystem service...
Sep 14 17:43:19 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.Daemon'
Sep 14 17:43:19 jackalope systemd[3023]: Started Virtual filesystem service.
Sep 14 17:43:19 jackalope gnome-shell[3071]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:43:19 jackalope org.gnome.Shell.desktop[3071]: glamor: EGL version 1.5 (DRI2):
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Accessibility services bus...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.a11y.Bus'
Sep 14 17:43:20 jackalope systemd[3023]: Started Accessibility services bus.
Sep 14 17:43:20 jackalope at-spi-bus-launcher[3112]: Activating service name='org.a11y.atspi.Registry'
Sep 14 17:43:20 jackalope at-spi-bus-launcher[3112]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 14 17:43:20 jackalope org.a11y.atspi.Registry[3117]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 14 17:43:20 jackalope systemd[3023]: Starting Sound Service...
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Successfully made thread 3123 of process 3123 (/usr/bin/pulseaudio) owned by '1002' high priority at nice level -11.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Supervising 4 threads of 2 processes of 2 users.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Supervising 4 threads of 2 processes of 2 users.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Successfully made thread 3124 of process 3123 (/usr/bin/pulseaudio) owned by '1002' RT at priority 5.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Supervising 5 threads of 2 processes of 2 users.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Supervising 5 threads of 2 processes of 2 users.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Successfully made thread 3125 of process 3123 (/usr/bin/pulseaudio) owned by '1002' RT at priority 5.
Sep 14 17:43:20 jackalope rtkit-daemon[428]: Supervising 6 threads of 2 processes of 2 users.
Sep 14 17:43:20 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:43:20 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:43:20 jackalope systemd[3023]: Started Sound Service.
Sep 14 17:43:20 jackalope pulseaudio[3123]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Sep 14 17:43:20 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/main.js 317]: reference to undefined property global.stage
Sep 14 17:43:20 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 217]: reference to undefined property global.window_group
Sep 14 17:43:20 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/osdMonitorLabeler.js 59]: reference to undefined property Meta.MonitorManager
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting sandboxed app permission store...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Shell.CalendarServer'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Sep 14 17:43:20 jackalope systemd[3023]: Started sandboxed app permission store.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Evolution source registry...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating service name='org.gnome.OnlineAccounts'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Sep 14 17:43:20 jackalope systemd[3023]: Started Evolution source registry.
Sep 14 17:43:20 jackalope gnome-shell[3071]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Shell.CalendarServer'
Sep 14 17:43:20 jackalope goa-daemon[3150]: goa-daemon version 3.24.3 starting
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Identity'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.OnlineAccounts'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Identity'
Sep 14 17:43:20 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/slider.js 34]: reference to undefined property St.GenericAccessible
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating service name='ca.desrt.dconf'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'ca.desrt.dconf'
Sep 14 17:43:20 jackalope polkitd[332]: Registered Authentication Agent for unix-session:c3 (system bus name :1.259 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating service name='org.freedesktop.Telepathy.AccountManager'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Virtual filesystem service - disk device monitor...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Sep 14 17:43:20 jackalope systemd[3023]: Started Virtual filesystem service - disk device monitor.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Sep 14 17:43:20 jackalope systemd[3023]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Virtual filesystem service - Apple File Conduit monitor...
Sep 14 17:43:20 jackalope gvfs-afc-volume-monitor[3184]: Volume monitor alive
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Sep 14 17:43:20 jackalope systemd[3023]: Started Virtual filesystem service - Apple File Conduit monitor.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Virtual filesystem service - digital camera monitor...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Sep 14 17:43:20 jackalope systemd[3023]: Started Virtual filesystem service - digital camera monitor.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Sep 14 17:43:20 jackalope systemd[3023]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Sep 14 17:43:20 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/gjs/modules/tweener/tweener.js 540]: reference to undefined property properties[istr].isSpecialProperty
Sep 14 17:43:20 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service'
Sep 14 17:43:20 jackalope systemd[1]: Starting Hostname Service...
Sep 14 17:43:20 jackalope systemd[3023]: Starting Evolution calendar service...
Sep 14 17:43:20 jackalope gsd-sharing[3212]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Sep 14 17:43:20 jackalope systemd[3023]: Started Evolution calendar service.
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service'
Sep 14 17:43:20 jackalope systemd[3023]: Starting Evolution address book service...
Sep 14 17:43:20 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
Sep 14 17:43:20 jackalope systemd[3023]: Started Evolution address book service.
Sep 14 17:43:20 jackalope gnome-shell[3071]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Sep 14 17:43:21 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 14 17:43:21 jackalope systemd[1]: Started Hostname Service.
Sep 14 17:43:21 jackalope dbus[262]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Sep 14 17:43:21 jackalope systemd[1]: Starting Locale Service...
Sep 14 17:43:21 jackalope gsd-power[3200]: gsd_power_backlight_abs_to_percentage: assertion 'max > min' failed
Sep 14 17:43:21 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service'
Sep 14 17:43:21 jackalope systemd[3023]: Starting Tracker metadata database store and lookup manager...
Sep 14 17:43:21 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:21 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:21 jackalope dbus-daemon[3038]: Successfully activated service 'org.freedesktop.Tracker1'
Sep 14 17:43:21 jackalope systemd[3023]: Started Tracker metadata database store and lookup manager.
Sep 14 17:43:21 jackalope tracker-store.desktop[3438]: (uint32 1,)
Sep 14 17:43:21 jackalope gnome-session-binary[3040]: Entering running state
Sep 14 17:43:21 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:21 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstzbar.so': libzbar.so.0: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstkate.so': libkate.so.1: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopencv.so': libopencv_bgsegm.so.3.3: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstlv2.so': liblilv-0.so.0: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopenexr.so': libIlmImf-2_2.so.22: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstqmlgl.so': libQt5Quick.so.5: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope gst-plugin-scan[3486]: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstfluidsynthmidi.so': libfluidsynth.so.1: cannot open shared object file: No such file or directory
Sep 14 17:43:21 jackalope dbus[262]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 14 17:43:21 jackalope systemd[1]: Started Locale Service.
Sep 14 17:43:21 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service'
Sep 14 17:43:21 jackalope systemd[3023]: Starting Virtual filesystem metadata service...
Sep 14 17:43:21 jackalope dbus-daemon[3038]: Successfully activated service 'org.gtk.vfs.Metadata'
Sep 14 17:43:21 jackalope systemd[3023]: Started Virtual filesystem metadata service.
Sep 14 17:43:21 jackalope gnome-shell[3071]: GNOME Shell started at Thu Sep 14 2017 17:43:20 GMT+0100 (BST)
Sep 14 17:43:24 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/search.js 606]: reference to undefined property provider.searchInProgress
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Nautilus'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Calendar'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.clocks'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Activating service name='org.gnome.EpiphanySearchProvider'
Sep 14 17:43:24 jackalope systemd[3023]: Starting GNOME Terminal Server...
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.clocks'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.EpiphanySearchProvider'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Terminal'
Sep 14 17:43:24 jackalope systemd[3023]: Started GNOME Terminal Server.
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Calendar'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 17:43:24 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 17:43:24 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 17:43:24 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 17:43:27 jackalope gnome-shell[3071]: Could not load a pixbuf from icon theme.
                                             This may indicate that pixbuf loaders or the mime database could not be found.
Sep 14 17:43:27 jackalope PackageKit[453]: resolve transaction /9_bcebdeda from uid 1002 finished with success after 0ms
Sep 14 17:43:27 jackalope PackageKit[453]: resolve transaction /10_babedaad from uid 1002 finished with success after 0ms
Sep 14 17:43:28 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/workspace.js 1803]: reference to undefined property this._actualGeometryLater
Sep 14 17:43:52 jackalope gnome-shell[3071]: Received error from DBus search provider org.gnome.Epiphany.desktop: Gio.IOErrorEnum: Timeout was reached
Sep 14 17:43:59 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Antichambe)
Sep 14 17:44:02 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000021 (Antichambe)
Sep 14 17:44:25 jackalope PackageKit[453]: get-updates transaction /11_dabcacee from uid 1002 finished with success after 24ms
Sep 14 17:46:29 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Amnesia - )
Sep 14 17:47:30 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Apotheon)
Sep 14 17:48:52 jackalope upowerd[375]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/power_supply/hidpp_battery_0
Sep 14 17:48:55 jackalope upowerd[375]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/power_supply/hidpp_battery_0
Sep 14 17:48:55 jackalope upowerd[375]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/power_supply/hidpp_battery_0
Sep 14 17:48:56 jackalope kernel: usb 1-9: new high-speed USB device number 4 using xhci_hcd
Sep 14 17:48:56 jackalope mtp-probe[3982]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Sep 14 17:48:56 jackalope mtp-probe[3982]: bus: 1, device: 4 was not an MTP device
Sep 14 17:48:56 jackalope kernel: usb-storage 1-9:1.0: USB Mass Storage device detected
Sep 14 17:48:56 jackalope kernel: scsi host6: usb-storage 1-9:1.0
Sep 14 17:48:56 jackalope kernel: usbcore: registered new interface driver usb-storage
Sep 14 17:48:56 jackalope kernel: usbcore: registered new interface driver uas
Sep 14 17:48:57 jackalope kernel: scsi 6:0:0:0: Direct-Access     WD       Elements 10B8    1012 PQ: 0 ANSI: 6
Sep 14 17:48:57 jackalope kernel: scsi 6:0:0:0: Attached scsi generic sg0 type 0
Sep 14 17:48:57 jackalope kernel: sd 6:0:0:0: [sda] Spinning up disk...
Sep 14 17:48:59 jackalope kernel: .
Sep 14 17:49:00 jackalope kernel: .
Sep 14 17:49:01 jackalope kernel: .
Sep 14 17:49:02 jackalope kernel: .
Sep 14 17:49:03 jackalope kernel: .
Sep 14 17:49:03 jackalope kernel: .
Sep 14 17:49:03 jackalope kernel: ready
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB)
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] Write Protect is off
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] Mode Sense: 47 00 10 08
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] No Caching mode page found
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] Assuming drive cache: write through
Sep 14 17:49:03 jackalope kernel:  sda: sda1
Sep 14 17:49:03 jackalope kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Sep 14 17:49:05 jackalope ntfs-3g[4014]: Version 2017.3.23 external FUSE 29
Sep 14 17:49:05 jackalope ntfs-3g[4014]: Mounted /dev/sda1 (Read-Write, label "Elements", NTFS 3.1)
Sep 14 17:49:05 jackalope ntfs-3g[4014]: Cmdline options: rw,nodev,nosuid,uid=1002,gid=1002,uhelper=udisks2
Sep 14 17:49:05 jackalope ntfs-3g[4014]: Mount options: rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sda1,blkdev,blksize=4096
Sep 14 17:49:05 jackalope ntfs-3g[4014]: Global ownership and permissions enforced, configuration type 7
Sep 14 17:49:05 jackalope udisksd[878]: Mounted /dev/sda1 at /run/media/tv/Elements on behalf of uid 1002
Sep 14 17:49:05 jackalope dbus-daemon[3038]: Activating service name='org.gnome.Shell.HotplugSniffer'
Sep 14 17:49:05 jackalope dbus-daemon[3038]: Successfully activated service 'org.gnome.Shell.HotplugSniffer'
Sep 14 17:49:06 jackalope kernel: usb 1-1: new full-speed USB device number 5 using xhci_hcd
Sep 14 17:49:06 jackalope mtp-probe[4023]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Sep 14 17:49:06 jackalope mtp-probe[4023]: bus: 1, device: 5 was not an MTP device
Sep 14 17:49:06 jackalope kernel: input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input19
Sep 14 17:49:06 jackalope kernel: usbcore: registered new interface driver xpad
Sep 14 17:49:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 17:49:07 jackalope gnome-shell[3071]: JS WARNING: [resource:///org/gnome/shell/ui/components/autorunManager.js 260]: reference to undefined property contentTypes[0]
Sep 14 17:49:38 jackalope gnome-terminal-[3522]: Allocating size to GtkScrollbar 0x1c2c220 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Sep 14 17:49:38 jackalope gnome-terminal-[3522]: Allocating size to GtkScrollbar 0x1c2c220 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Sep 14 17:50:11 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Apotheon)
Sep 14 17:51:00 jackalope systemd[1]: Starting Cleanup of Temporary Directories...
Sep 14 17:51:00 jackalope systemd[1]: Started Cleanup of Temporary Directories.
Sep 14 17:56:13 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Failed to set power save mode for output HDMI-1: Permission denied
Sep 14 17:56:13 jackalope gnome-shell[371]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:56:13 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:13 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:56:13 jackalope gnome-shell[3071]: drmModeSetCursor2 failed with (Permission denied), drawing cursor with OpenGL from now on
Sep 14 17:56:17 jackalope gdm-password][4241]: gkr-pam: unlocked login keyring
Sep 14 17:56:17 jackalope gnome-shell[758]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 17:56:17 jackalope gnome-software-service.desktop[1190]: 16:56:17:0464 GsPluginShellExtensions no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com
Sep 14 17:56:17 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 17:57:20 jackalope dbus-daemon[717]: Activating service name='org.gnome.GConf'
Sep 14 17:57:20 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.GConf'
Sep 14 17:57:21 jackalope gnome-terminal-server[1623]: 1505408241037        addons.webextension.https-everywhere@eff.org        WARN        Please specify whether you want browser_style or not in your browser_action options.
Sep 14 17:59:21 jackalope sudo[4451]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 14 17:59:21 jackalope sudo[4451]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:00:35 jackalope gnome-software-service.desktop[1190]: 17:00:35:0414 GsPluginShellExtensions no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com
Sep 14 18:00:35 jackalope org.gnome.Shell.desktop[758]: Window manager warning: Failed to set power save mode for output HDMI-1: Permission denied
Sep 14 18:00:35 jackalope gnome-shell[371]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 18:00:35 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:35 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:00:40 jackalope gdm-password][4473]: gkr-pam: unlocked login keyring
Sep 14 18:00:40 jackalope gnome-shell[3071]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:40 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.259" (uid=1002 pid=3071 comm="/usr/bin/gnome-shell ")
Sep 14 18:00:56 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2000014 (Apotheon)
Sep 14 18:02:05 jackalope org.gnome.Shell.desktop[3071]: Window manager warning: Failed to set power save mode for output HDMI-1: Permission denied
Sep 14 18:02:05 jackalope gnome-shell[371]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 18:02:05 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:05 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.19" (uid=120 pid=371 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:06 jackalope gsd-color[468]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:02:15 jackalope gdm-password][4557]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=brandon
Sep 14 18:02:15 jackalope gdm-password][4557]: gkr-pam: the password for the login keyring was invalid.
Sep 14 18:02:20 jackalope gdm-password][4563]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=brandon
Sep 14 18:02:20 jackalope gdm-password][4563]: gkr-pam: the password for the login keyring was invalid.
Sep 14 18:02:26 jackalope gdm-password][4569]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=brandon
Sep 14 18:02:26 jackalope gdm-password][4569]: gkr-pam: the password for the login keyring was invalid.
Sep 14 18:02:32 jackalope gdm-password][4575]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=brandon
Sep 14 18:02:32 jackalope gdm-password][4575]: gkr-pam: the password for the login keyring was invalid.
Sep 14 18:02:40 jackalope gdm-password][4581]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=brandon
Sep 14 18:02:40 jackalope gdm-password][4581]: gkr-pam: the password for the login keyring was invalid.
Sep 14 18:02:54 jackalope gdm-password][4595]: gkr-pam: unlocked login keyring
Sep 14 18:02:54 jackalope gnome-shell[758]: Failed to apply DRM plane transform 0: Invalid argument
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope dbus[262]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=259 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.65" (uid=1000 pid=758 comm="/usr/bin/gnome-shell ")
Sep 14 18:02:54 jackalope gnome-software-service.desktop[1190]: 17:02:54:0990 GsPluginShellExtensions no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com
Sep 14 18:02:55 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:03:00 jackalope sudo[4451]: pam_unix(sudo:session): session closed for user root
Sep 14 18:03:29 jackalope sudo[4626]:  brandon : TTY=pts/1 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 14 18:03:29 jackalope sudo[4626]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:03:29 jackalope sudo[4626]: pam_unix(sudo:session): session closed for user root
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calendar'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calendar'
Sep 14 18:12:57 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 18:12:57 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 18:12:57 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 18:12:58 jackalope spotify.desktop[4856]: /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
Sep 14 18:12:58 jackalope spotify.desktop[4856]: /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
Sep 14 18:12:58 jackalope gnome-shell[758]: JS WARNING: [resource:///org/gnome/shell/ui/workspace.js 1803]: reference to undefined property this._actualGeometryLater
Sep 14 18:13:23 jackalope gnome-shell[758]: Received error from DBus search provider org.gnome.Epiphany.desktop: Gio.IOErrorEnum: Timeout was reached
Sep 14 18:14:28 jackalope sudo[5006]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:14:29 jackalope sudo[5006]: pam_unix(sudo:session): session closed for user root
Sep 14 18:16:14 jackalope sudo[5107]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:16:15 jackalope sudo[5107]: pam_unix(sudo:session): session closed for user root
Sep 14 18:19:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:19:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:20:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:20:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:20:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:20:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:21:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:21:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:21:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:21:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:22:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:22:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:22:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:22:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calendar'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calendar'
Sep 14 18:22:52 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 18:22:52 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 18:22:52 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 18:23:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:23:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:23:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:23:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:23:17 jackalope gnome-shell[758]: Received error from DBus search provider org.gnome.Epiphany.desktop: Gio.IOErrorEnum: Timeout was reached
Sep 14 18:24:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:24:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:24:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:24:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:24:09 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.Contacts.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.Nautilus'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.Boxes.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.Calculator.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Activating service name='org.gnome.clocks'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.clocks'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Nautilus'
Sep 14 18:24:44 jackalope dbus-daemon[717]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 14 18:24:44 jackalope dbus[262]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep 14 18:24:44 jackalope dbus[262]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 14 18:24:44 jackalope PackageKit[453]: resolve transaction /12_ddbdbadd from uid 1000 finished with success after 143ms
Sep 14 18:24:45 jackalope PackageKit[453]: resolve transaction /13_dccbaabc from uid 1000 finished with success after 0ms
Sep 14 18:25:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:25:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:25:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:25:08 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:25:09 jackalope gnome-shell[758]: Received error from DBus search provider org.gnome.Epiphany.desktop: Gio.IOErrorEnum: Timeout was reached
Sep 14 18:25:40 jackalope sudo[6060]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:40 jackalope sudo[6060]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:40 jackalope sudo[6060]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:40 jackalope sudo[6070]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:40 jackalope sudo[6070]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:40 jackalope sudo[6070]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:42 jackalope sudo[6311]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:42 jackalope sudo[6311]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:42 jackalope sudo[6311]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:44 jackalope sudo[6316]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:44 jackalope sudo[6316]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:44 jackalope sudo[6316]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:46 jackalope sudo[6320]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:46 jackalope sudo[6320]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:46 jackalope sudo[6320]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:48 jackalope sudo[6324]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:48 jackalope sudo[6324]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:48 jackalope sudo[6324]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:50 jackalope sudo[6327]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:50 jackalope sudo[6327]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:50 jackalope sudo[6327]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:52 jackalope sudo[6330]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:52 jackalope sudo[6330]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:52 jackalope sudo[6330]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:54 jackalope sudo[6333]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:54 jackalope sudo[6333]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:54 jackalope sudo[6333]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:56 jackalope sudo[6336]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:56 jackalope sudo[6336]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:56 jackalope sudo[6336]: pam_unix(sudo:session): session closed for user root
Sep 14 18:25:58 jackalope sudo[6339]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:25:58 jackalope sudo[6339]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:25:58 jackalope sudo[6339]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:00 jackalope sudo[6343]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:00 jackalope sudo[6343]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:00 jackalope sudo[6343]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:01 jackalope gnome-terminal-server[1623]: 1505409961949        addons.update-checker        WARN        Update manifest for aushelper@mozilla.org did not contain an updates property
Sep 14 18:26:01 jackalope gnome-terminal-server[1623]: 1505409961956        addons.update-checker        WARN        Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
Sep 14 18:26:01 jackalope gnome-terminal-server[1623]: 1505409961962        addons.update-checker        WARN        Update manifest for webcompat@mozilla.org did not contain an updates property
Sep 14 18:26:01 jackalope gnome-terminal-server[1623]: 1505409961968        addons.update-checker        WARN        Update manifest for firefox@getpocket.com did not contain an updates property
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962099        addons.update-checker        WARN        Update manifest for clicktoplay-rollout@mozilla.org did not contain an updates property
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962113        addons.update-checker        WARN        Update manifest for followonsearch@mozilla.com did not contain an updates property
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962119        addons.update-checker        WARN        Update manifest for onboarding@mozilla.org did not contain an updates property
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962125        addons.update-checker        WARN        Update manifest for e10srollout@mozilla.org did not contain an updates property
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962359        addons.xpi        WARN        Please specify whether you want browser_style or not in your options_ui options.
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962437        addons.xpi        WARN        Add-on https-everywhere@eff.org is missing bootstrap method uninstall
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962445        addons.xpi        WARN        Add-on https-everywhere@eff.org is missing bootstrap method install
Sep 14 18:26:02 jackalope gnome-terminal-server[1623]: 1505409962509        addons.webextension.https-everywhere@eff.org        WARN        Please specify whether you want browser_style or not in your browser_action options.
Sep 14 18:26:02 jackalope sudo[6370]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:02 jackalope sudo[6370]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:02 jackalope sudo[6370]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:03 jackalope gnome-terminal-server[1623]: 1505409963013        addons.xpi        ERROR        Failed to clean updated system add-ons directories.
Sep 14 18:26:04 jackalope sudo[6374]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:04 jackalope sudo[6374]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:04 jackalope sudo[6374]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:26:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:26:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:26:06 jackalope sudo[6378]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:06 jackalope sudo[6378]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:06 jackalope sudo[6378]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:08 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:26:08 jackalope sudo[6381]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:08 jackalope sudo[6381]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:08 jackalope sudo[6381]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:10 jackalope sudo[6384]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:10 jackalope sudo[6384]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:10 jackalope sudo[6384]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:12 jackalope sudo[6387]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:12 jackalope sudo[6387]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:12 jackalope sudo[6387]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:14 jackalope sudo[6390]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:14 jackalope sudo[6390]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:14 jackalope sudo[6390]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:16 jackalope sudo[6393]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:17 jackalope sudo[6393]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:17 jackalope sudo[6393]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:19 jackalope sudo[6396]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:19 jackalope sudo[6396]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:19 jackalope sudo[6396]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:21 jackalope sudo[6399]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:21 jackalope sudo[6399]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:21 jackalope sudo[6399]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:23 jackalope sudo[6402]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:23 jackalope sudo[6402]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:23 jackalope sudo[6402]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:25 jackalope sudo[6405]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:25 jackalope sudo[6405]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:25 jackalope sudo[6405]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:27 jackalope sudo[6408]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:27 jackalope sudo[6408]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:27 jackalope sudo[6408]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:29 jackalope sudo[6411]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:29 jackalope sudo[6411]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:29 jackalope sudo[6411]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:31 jackalope sudo[6414]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:31 jackalope sudo[6414]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:31 jackalope sudo[6414]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:33 jackalope sudo[6417]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:33 jackalope sudo[6417]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:33 jackalope sudo[6417]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:35 jackalope sudo[6420]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:35 jackalope sudo[6420]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:35 jackalope sudo[6420]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:37 jackalope sudo[6423]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:37 jackalope sudo[6423]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:37 jackalope sudo[6423]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:39 jackalope sudo[6426]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:39 jackalope sudo[6426]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:39 jackalope sudo[6426]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:41 jackalope sudo[6429]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:41 jackalope sudo[6429]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:41 jackalope sudo[6429]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:43 jackalope sudo[6432]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:43 jackalope sudo[6432]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:43 jackalope sudo[6432]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:45 jackalope sudo[6436]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:45 jackalope sudo[6436]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:45 jackalope sudo[6436]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:47 jackalope sudo[6439]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:47 jackalope sudo[6439]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:47 jackalope sudo[6439]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:49 jackalope sudo[6442]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:49 jackalope sudo[6442]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:49 jackalope sudo[6442]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:51 jackalope sudo[6445]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:51 jackalope sudo[6445]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:51 jackalope sudo[6445]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:53 jackalope sudo[6448]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:53 jackalope sudo[6448]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:53 jackalope sudo[6448]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:55 jackalope sudo[6451]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:55 jackalope sudo[6451]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:55 jackalope sudo[6451]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:57 jackalope sudo[6454]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:57 jackalope sudo[6454]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:57 jackalope sudo[6454]: pam_unix(sudo:session): session closed for user root
Sep 14 18:26:59 jackalope sudo[6457]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:26:59 jackalope sudo[6457]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:26:59 jackalope sudo[6457]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:01 jackalope sudo[6460]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:01 jackalope sudo[6460]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:01 jackalope sudo[6460]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:03 jackalope sudo[6464]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:03 jackalope sudo[6464]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:03 jackalope sudo[6464]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:05 jackalope sudo[6467]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:05 jackalope sudo[6467]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:05 jackalope sudo[6467]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:27:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:27:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:27:07 jackalope sudo[6471]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:07 jackalope sudo[6471]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:07 jackalope sudo[6471]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:08 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:27:09 jackalope sudo[6474]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:09 jackalope sudo[6474]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:09 jackalope sudo[6474]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:11 jackalope sudo[6477]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:11 jackalope sudo[6477]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:11 jackalope sudo[6477]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:13 jackalope sudo[6480]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:13 jackalope sudo[6480]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:13 jackalope sudo[6480]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:15 jackalope sudo[6483]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:15 jackalope sudo[6483]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:15 jackalope sudo[6483]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:17 jackalope sudo[6486]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:17 jackalope sudo[6486]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:17 jackalope sudo[6486]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:19 jackalope sudo[6489]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:19 jackalope sudo[6489]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:19 jackalope sudo[6489]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:21 jackalope sudo[6492]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:21 jackalope sudo[6492]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:21 jackalope sudo[6492]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:23 jackalope sudo[6495]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:23 jackalope sudo[6495]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:23 jackalope sudo[6495]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:25 jackalope sudo[6498]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:25 jackalope sudo[6498]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:25 jackalope sudo[6498]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:27 jackalope sudo[6501]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:27 jackalope sudo[6501]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:27 jackalope sudo[6501]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:29 jackalope sudo[6504]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:29 jackalope sudo[6504]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:29 jackalope sudo[6504]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:31 jackalope sudo[6507]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:31 jackalope sudo[6507]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:31 jackalope sudo[6507]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:33 jackalope sudo[6510]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:33 jackalope sudo[6510]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:33 jackalope sudo[6510]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:35 jackalope sudo[6513]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:35 jackalope sudo[6513]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:35 jackalope sudo[6513]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:37 jackalope sudo[6516]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:37 jackalope sudo[6516]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:37 jackalope sudo[6516]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:39 jackalope sudo[6519]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:39 jackalope sudo[6519]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:39 jackalope sudo[6519]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:41 jackalope sudo[6531]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:41 jackalope sudo[6531]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:41 jackalope sudo[6531]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:43 jackalope sudo[6534]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:43 jackalope sudo[6534]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:43 jackalope sudo[6534]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:45 jackalope sudo[6544]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:45 jackalope sudo[6544]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:45 jackalope sudo[6544]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:47 jackalope sudo[6547]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:47 jackalope sudo[6547]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:47 jackalope sudo[6547]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:49 jackalope sudo[6552]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:49 jackalope sudo[6552]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:49 jackalope sudo[6552]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:51 jackalope sudo[6558]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:51 jackalope sudo[6558]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:51 jackalope sudo[6558]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:53 jackalope sudo[6562]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:53 jackalope sudo[6562]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:53 jackalope sudo[6562]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:55 jackalope sudo[6565]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:55 jackalope sudo[6565]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:55 jackalope sudo[6565]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:57 jackalope sudo[6569]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:57 jackalope sudo[6569]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:57 jackalope sudo[6569]: pam_unix(sudo:session): session closed for user root
Sep 14 18:27:57 jackalope sudo[6568]: pam_unix(sudo:auth): conversation failed
Sep 14 18:27:57 jackalope sudo[6568]: pam_unix(sudo:auth): auth could not identify password for [brandon]
Sep 14 18:27:59 jackalope sudo[6574]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:27:59 jackalope sudo[6574]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:27:59 jackalope sudo[6574]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:01 jackalope sudo[6589]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:01 jackalope sudo[6589]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:01 jackalope sudo[6589]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:03 jackalope sudo[6587]:  brandon : TTY=pts/3 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/cat /home/tv/Games/stacking/stacking.log
Sep 14 18:28:03 jackalope sudo[6587]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:03 jackalope sudo[6587]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:03 jackalope sudo[6594]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:03 jackalope sudo[6594]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:03 jackalope sudo[6594]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:28:05 jackalope sudo[6598]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:05 jackalope sudo[6598]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:06 jackalope sudo[6598]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:28:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:28:08 jackalope sudo[6601]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:08 jackalope sudo[6601]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:08 jackalope sudo[6601]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:08 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:28:10 jackalope sudo[6604]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:10 jackalope sudo[6604]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:10 jackalope sudo[6604]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:12 jackalope sudo[6607]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:12 jackalope sudo[6607]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:12 jackalope sudo[6607]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:14 jackalope sudo[6610]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:14 jackalope sudo[6610]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:14 jackalope sudo[6610]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:16 jackalope sudo[6613]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:16 jackalope sudo[6613]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:16 jackalope sudo[6613]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:18 jackalope sudo[6616]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:18 jackalope sudo[6616]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:18 jackalope sudo[6616]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:20 jackalope sudo[6619]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:20 jackalope sudo[6619]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:20 jackalope sudo[6619]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:21 jackalope sudo[6622]:  brandon : TTY=pts/3 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/gedit /home/tv/Games/stacking/stacking.log
Sep 14 18:28:21 jackalope sudo[6622]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:21 jackalope sudo[6622]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:22 jackalope sudo[6627]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:22 jackalope sudo[6627]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:22 jackalope sudo[6627]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:24 jackalope sudo[6630]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:24 jackalope sudo[6630]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:24 jackalope sudo[6630]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:26 jackalope sudo[6633]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:26 jackalope sudo[6633]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:26 jackalope sudo[6633]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:28 jackalope sudo[6642]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:28 jackalope sudo[6642]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:28 jackalope sudo[6642]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:30 jackalope sudo[6645]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:30 jackalope sudo[6645]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:30 jackalope sudo[6645]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:32 jackalope sudo[6648]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:32 jackalope sudo[6648]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:32 jackalope sudo[6648]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:34 jackalope sudo[6651]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:34 jackalope sudo[6651]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:34 jackalope sudo[6651]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:36 jackalope sudo[6654]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:36 jackalope sudo[6654]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:36 jackalope sudo[6654]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:38 jackalope sudo[6657]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:38 jackalope sudo[6657]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:38 jackalope sudo[6657]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:40 jackalope sudo[6660]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:40 jackalope sudo[6660]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:40 jackalope sudo[6660]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:42 jackalope sudo[6663]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:42 jackalope sudo[6663]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:42 jackalope sudo[6663]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:44 jackalope sudo[6666]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:44 jackalope sudo[6666]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:44 jackalope sudo[6666]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:46 jackalope sudo[6669]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:46 jackalope sudo[6669]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:46 jackalope sudo[6669]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:48 jackalope sudo[6674]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:48 jackalope sudo[6674]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:48 jackalope sudo[6674]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:50 jackalope sudo[6677]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:50 jackalope sudo[6677]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:50 jackalope sudo[6677]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:51 jackalope sudo[6673]:  brandon : TTY=pts/4 ; PWD=/tmp ; USER=root ; COMMAND=/bin/sh
Sep 14 18:28:51 jackalope sudo[6673]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:52 jackalope sudo[6692]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:52 jackalope sudo[6692]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:52 jackalope sudo[6692]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:54 jackalope sudo[6695]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:54 jackalope sudo[6695]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:54 jackalope sudo[6695]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:56 jackalope sudo[6705]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:56 jackalope sudo[6705]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:56 jackalope sudo[6705]: pam_unix(sudo:session): session closed for user root
Sep 14 18:28:58 jackalope sudo[6710]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:28:58 jackalope sudo[6710]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:28:58 jackalope sudo[6710]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:00 jackalope sudo[6755]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:00 jackalope sudo[6755]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:00 jackalope sudo[6755]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:02 jackalope sudo[6759]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:02 jackalope sudo[6759]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:02 jackalope sudo[6759]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:04 jackalope sudo[6762]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:04 jackalope sudo[6762]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:04 jackalope sudo[6762]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:29:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:29:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:29:06 jackalope sudo[6766]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:06 jackalope sudo[6766]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:06 jackalope sudo[6766]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:29:08 jackalope sudo[6771]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:08 jackalope sudo[6771]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:08 jackalope sudo[6771]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:10 jackalope sudo[6774]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:10 jackalope sudo[6774]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:10 jackalope sudo[6774]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:12 jackalope sudo[6777]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:12 jackalope sudo[6777]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:12 jackalope sudo[6777]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:14 jackalope sudo[6780]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:14 jackalope sudo[6780]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:14 jackalope sudo[6780]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:16 jackalope sudo[6783]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:16 jackalope sudo[6783]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:16 jackalope sudo[6783]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:18 jackalope sudo[6786]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:18 jackalope sudo[6786]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:18 jackalope sudo[6786]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:20 jackalope sudo[6789]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:20 jackalope sudo[6789]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:20 jackalope sudo[6789]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:22 jackalope sudo[6792]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:22 jackalope sudo[6792]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:22 jackalope sudo[6792]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:24 jackalope sudo[6795]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:24 jackalope sudo[6795]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:24 jackalope sudo[6795]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:26 jackalope sudo[6798]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:26 jackalope sudo[6798]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:26 jackalope sudo[6798]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:28 jackalope sudo[6801]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:28 jackalope sudo[6801]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:28 jackalope sudo[6801]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:30 jackalope sudo[6804]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:30 jackalope sudo[6804]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:30 jackalope sudo[6804]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:32 jackalope sudo[6807]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:32 jackalope sudo[6807]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:32 jackalope sudo[6807]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:34 jackalope sudo[6810]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:34 jackalope sudo[6810]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:34 jackalope sudo[6810]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:36 jackalope sudo[6813]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:36 jackalope sudo[6813]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:36 jackalope sudo[6813]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:38 jackalope sudo[6816]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:38 jackalope sudo[6816]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:38 jackalope sudo[6816]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:40 jackalope sudo[6819]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:40 jackalope sudo[6819]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:40 jackalope sudo[6819]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:42 jackalope sudo[6822]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:42 jackalope sudo[6822]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:42 jackalope sudo[6822]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:44 jackalope sudo[6825]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:44 jackalope sudo[6825]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:44 jackalope sudo[6825]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:46 jackalope sudo[6828]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:46 jackalope sudo[6828]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:46 jackalope sudo[6828]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:48 jackalope sudo[6831]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:48 jackalope sudo[6831]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:48 jackalope sudo[6831]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:50 jackalope sudo[6834]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:50 jackalope sudo[6834]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:50 jackalope sudo[6834]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:52 jackalope sudo[6837]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:52 jackalope sudo[6837]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:52 jackalope sudo[6837]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:54 jackalope sudo[6840]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:54 jackalope sudo[6840]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:54 jackalope sudo[6840]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:56 jackalope sudo[6843]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:56 jackalope sudo[6843]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:56 jackalope sudo[6843]: pam_unix(sudo:session): session closed for user root
Sep 14 18:29:58 jackalope sudo[6846]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:29:58 jackalope sudo[6846]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:29:58 jackalope sudo[6846]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:00 jackalope sudo[6857]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:00 jackalope sudo[6857]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:00 jackalope sudo[6857]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:02 jackalope sudo[6860]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:02 jackalope sudo[6860]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:02 jackalope sudo[6860]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:04 jackalope sudo[6863]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:04 jackalope sudo[6863]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:04 jackalope sudo[6863]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:30:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:30:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:30:07 jackalope sudo[6867]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:07 jackalope sudo[6867]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:07 jackalope sudo[6867]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:30:09 jackalope sudo[6870]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:09 jackalope sudo[6870]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:09 jackalope sudo[6870]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:11 jackalope sudo[6873]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:11 jackalope sudo[6873]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:11 jackalope sudo[6873]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:13 jackalope sudo[6876]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:13 jackalope sudo[6876]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:13 jackalope sudo[6876]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:15 jackalope sudo[6879]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:15 jackalope sudo[6879]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:15 jackalope sudo[6879]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:17 jackalope sudo[6882]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:17 jackalope sudo[6882]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:17 jackalope sudo[6882]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:19 jackalope sudo[6885]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:19 jackalope sudo[6885]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:19 jackalope sudo[6885]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:21 jackalope sudo[6888]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:21 jackalope sudo[6888]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:21 jackalope sudo[6888]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:23 jackalope sudo[6891]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:23 jackalope sudo[6891]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:23 jackalope sudo[6891]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:25 jackalope sudo[6894]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:25 jackalope sudo[6894]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:25 jackalope sudo[6894]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:27 jackalope sudo[6898]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:27 jackalope sudo[6898]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:27 jackalope sudo[6898]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:29 jackalope sudo[6901]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:29 jackalope sudo[6901]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:29 jackalope sudo[6901]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:31 jackalope sudo[6904]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:31 jackalope sudo[6904]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:31 jackalope sudo[6904]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:33 jackalope sudo[6907]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:33 jackalope sudo[6907]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:33 jackalope sudo[6907]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:35 jackalope sudo[6910]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:35 jackalope sudo[6910]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:35 jackalope sudo[6910]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:37 jackalope sudo[6913]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:37 jackalope sudo[6913]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:37 jackalope sudo[6913]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:39 jackalope sudo[6916]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:39 jackalope sudo[6916]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:39 jackalope sudo[6916]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:41 jackalope sudo[6919]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:41 jackalope sudo[6919]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:41 jackalope sudo[6919]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:43 jackalope sudo[6922]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:43 jackalope sudo[6922]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:43 jackalope sudo[6922]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:45 jackalope sudo[6925]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:45 jackalope sudo[6925]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:45 jackalope sudo[6925]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:47 jackalope sudo[6928]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:47 jackalope sudo[6928]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:47 jackalope sudo[6928]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:49 jackalope sudo[6931]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:49 jackalope sudo[6931]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:49 jackalope sudo[6931]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:51 jackalope sudo[6934]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:51 jackalope sudo[6934]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:51 jackalope sudo[6934]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:53 jackalope sudo[6937]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:53 jackalope sudo[6937]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:53 jackalope sudo[6937]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:55 jackalope sudo[6940]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:55 jackalope sudo[6940]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:55 jackalope sudo[6940]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:57 jackalope sudo[6943]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:57 jackalope sudo[6943]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:57 jackalope sudo[6943]: pam_unix(sudo:session): session closed for user root
Sep 14 18:30:59 jackalope sudo[6952]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:30:59 jackalope sudo[6952]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:30:59 jackalope sudo[6952]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:01 jackalope sudo[6955]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:01 jackalope sudo[6955]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:01 jackalope sudo[6955]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:03 jackalope sudo[6958]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:03 jackalope sudo[6958]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:03 jackalope sudo[6958]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:05 jackalope sudo[6961]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:05 jackalope sudo[6961]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:05 jackalope sudo[6961]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:31:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:31:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:31:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:31:07 jackalope sudo[6965]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:07 jackalope sudo[6965]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:07 jackalope sudo[6965]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:09 jackalope sudo[6968]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:09 jackalope sudo[6968]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:09 jackalope sudo[6968]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:11 jackalope sudo[6971]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:11 jackalope sudo[6971]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:11 jackalope sudo[6971]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:13 jackalope sudo[6974]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:13 jackalope sudo[6974]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:13 jackalope sudo[6974]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:15 jackalope sudo[6977]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:15 jackalope sudo[6977]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:15 jackalope sudo[6977]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:17 jackalope sudo[6980]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:17 jackalope sudo[6980]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:17 jackalope sudo[6980]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:19 jackalope sudo[6983]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:19 jackalope sudo[6983]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:19 jackalope sudo[6983]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:21 jackalope sudo[6986]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:21 jackalope sudo[6986]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:21 jackalope sudo[6986]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:23 jackalope sudo[6989]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:23 jackalope sudo[6989]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:23 jackalope sudo[6989]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:25 jackalope sudo[6992]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:25 jackalope sudo[6992]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:25 jackalope sudo[6992]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:27 jackalope sudo[6995]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:27 jackalope sudo[6995]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:27 jackalope sudo[6995]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:29 jackalope sudo[6998]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:29 jackalope sudo[6998]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:29 jackalope sudo[6998]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:31 jackalope sudo[7001]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:31 jackalope sudo[7001]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:31 jackalope sudo[7001]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:33 jackalope sudo[7004]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:33 jackalope sudo[7004]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:33 jackalope sudo[7004]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:35 jackalope sudo[7007]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:35 jackalope sudo[7007]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:35 jackalope sudo[7007]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:37 jackalope sudo[7010]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:37 jackalope sudo[7010]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:37 jackalope sudo[7010]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:39 jackalope sudo[7013]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:39 jackalope sudo[7013]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:39 jackalope sudo[7013]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:41 jackalope sudo[7016]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:41 jackalope sudo[7016]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:41 jackalope sudo[7016]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:43 jackalope sudo[7019]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:43 jackalope sudo[7019]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:43 jackalope sudo[7019]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:45 jackalope sudo[7022]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:45 jackalope sudo[7022]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:45 jackalope sudo[7022]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:47 jackalope sudo[7025]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:47 jackalope sudo[7025]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:47 jackalope sudo[7025]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:49 jackalope sudo[7028]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:49 jackalope sudo[7028]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:49 jackalope sudo[7028]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:52 jackalope sudo[7031]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:52 jackalope sudo[7031]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:52 jackalope sudo[7031]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:54 jackalope sudo[7034]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:54 jackalope sudo[7034]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:54 jackalope sudo[7034]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:56 jackalope sudo[7037]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:56 jackalope sudo[7037]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:56 jackalope sudo[7037]: pam_unix(sudo:session): session closed for user root
Sep 14 18:31:58 jackalope sudo[7040]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:31:58 jackalope sudo[7040]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:31:58 jackalope sudo[7040]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:00 jackalope sudo[7043]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:00 jackalope sudo[7043]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:00 jackalope sudo[7043]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:02 jackalope sudo[7046]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:02 jackalope sudo[7046]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:02 jackalope sudo[7046]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:04 jackalope sudo[7049]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:04 jackalope sudo[7049]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:04 jackalope sudo[7049]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:05 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:32:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:32:06 jackalope sudo[7053]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:06 jackalope sudo[7053]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:06 jackalope sudo[7053]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:06 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:32:07 jackalope gsd-color[940]: failed to set screen _ICC_PROFILE: Failed to open file “/home/tv/.local/share/icc/edid-eb28c873f9f4bc06ed17fdb41084707c.icc”: Permission denied
Sep 14 18:32:08 jackalope sudo[7056]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:08 jackalope sudo[7056]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:08 jackalope sudo[7056]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:10 jackalope sudo[7059]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:10 jackalope sudo[7059]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:10 jackalope sudo[7059]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:12 jackalope sudo[7062]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:12 jackalope sudo[7062]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:12 jackalope sudo[7062]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:14 jackalope sudo[7065]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:14 jackalope sudo[7065]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:14 jackalope sudo[7065]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:16 jackalope sudo[7068]:  brandon : TTY=pts/1 ; PWD=/home/brandon/.cache/pacaur/unigine-superposition ; USER=root ; COMMAND=/usr/bin/pacman -V
Sep 14 18:32:16 jackalope sudo[7068]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 14 18:32:16 jackalope sudo[7068]: pam_unix(sudo:session): session closed for user root
Sep 14 18:32:17 jackalope sudo[7071]:  brandon : TTY=pts/3 ; PWD=/home/brandon/Games ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 14 18:32:17 jackalope sudo[7071]: pam_unix(sudo:session): session opened for user root by (uid=0)

Here's just the DRM/amdgpu stuff filtered out:

# journalctl -b | grep -E "drm|[Aa][Mm][Dd]"
Sep 14 17:35:26 jackalope kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-amd-staging-drm-next-git root=UUID=6775cc36-a84e-4449-aac0-4437b110b227 rw quiet
Sep 14 17:35:26 jackalope kernel: RAMDISK: [mem 0x37093000-0x37840fff]
Sep 14 17:35:26 jackalope kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-amd-staging-drm-next-git root=UUID=6775cc36-a84e-4449-aac0-4437b110b227 rw quiet
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu kernel modesetting enabled.
Sep 14 17:35:26 jackalope kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Sep 14 17:35:26 jackalope kernel: AMD IOMMUv2 functionality not available on this system
Sep 14 17:35:26 jackalope kernel: fb: switching to amdgpudrmfb from EFI VGA
Sep 14 17:35:26 jackalope kernel: [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x6B76 0xC3).
Sep 14 17:35:26 jackalope kernel: [drm] register mmio base: 0xDFA00000
Sep 14 17:35:26 jackalope kernel: [drm] register mmio size: 524288
Sep 14 17:35:26 jackalope kernel: [drm] probing gen 2 caps for device 1022:1471 = 700d03/e
Sep 14 17:35:26 jackalope kernel: [drm] probing mlw for device 1022:1471 = 700d03
Sep 14 17:35:26 jackalope kernel: [drm] UVD is enabled in VM mode
Sep 14 17:35:26 jackalope kernel: [drm] UVD ENC is enabled in VM mode
Sep 14 17:35:26 jackalope kernel: [drm] VCE enabled in VM mode
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Sep 14 17:35:26 jackalope kernel: [drm] GPU post is not needed
Sep 14 17:35:26 jackalope kernel: [drm] vm size is 262144 GB, block size is 9-bit,fragment size is 9-bit
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: GTT: 256M 0x000000F5FF000000 - 0x000000F60EFFFFFF
Sep 14 17:35:26 jackalope kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Sep 14 17:35:26 jackalope kernel: [drm] RAM width 2048bits HBM
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: 8176M of VRAM memory ready
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: 8176M of GTT memory ready.
Sep 14 17:35:26 jackalope kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Sep 14 17:35:26 jackalope kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: amdgpu: using MSI.
Sep 14 17:35:26 jackalope kernel: [drm] amdgpu: irq initialized.
Sep 14 17:35:26 jackalope kernel: amdgpu: [powerplay] amdgpu: powerplay sw initialized
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 0 use gpu addr 0x000000f5ff400040, cpu addr 0xffffc900013e1040
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 1 use gpu addr 0x000000f5ff4000c0, cpu addr 0xffffc900013e10c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 2 use gpu addr 0x000000f5ff400140, cpu addr 0xffffc900013e1140
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 3 use gpu addr 0x000000f5ff4001c0, cpu addr 0xffffc900013e11c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 4 use gpu addr 0x000000f5ff400240, cpu addr 0xffffc900013e1240
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 5 use gpu addr 0x000000f5ff4002c0, cpu addr 0xffffc900013e12c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 6 use gpu addr 0x000000f5ff400340, cpu addr 0xffffc900013e1340
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 7 use gpu addr 0x000000f5ff4003c0, cpu addr 0xffffc900013e13c0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 8 use gpu addr 0x000000f5ff400440, cpu addr 0xffffc900013e1440
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 9 use gpu addr 0x000000f5ff4004e0, cpu addr 0xffffc900013e14e0
Sep 14 17:35:26 jackalope kernel: [drm] use_doorbell being set to: [true]
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 10 use gpu addr 0x000000f5ff400560, cpu addr 0xffffc900013e1560
Sep 14 17:35:26 jackalope kernel: [drm] use_doorbell being set to: [true]
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 11 use gpu addr 0x000000f5ff4005e0, cpu addr 0xffffc900013e15e0
Sep 14 17:35:26 jackalope kernel: [drm] Found UVD firmware Version: 1.68 Family ID: 17
Sep 14 17:35:26 jackalope kernel: [drm] PSP loading UVD firmware
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 12 use gpu addr 0x000000f400911a60, cpu addr 0xffffc9000425aa60
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 13 use gpu addr 0x000000f5ff4006e0, cpu addr 0xffffc900013e16e0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 14 use gpu addr 0x000000f5ff400760, cpu addr 0xffffc900013e1760
Sep 14 17:35:26 jackalope kernel: [drm] Found VCE firmware Version: 53.32 Binary ID: 4
Sep 14 17:35:26 jackalope kernel: [drm] PSP loading VCE firmware
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 15 use gpu addr 0x000000f5ff4007e0, cpu addr 0xffffc900013e17e0
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 16 use gpu addr 0x000000f5ff400860, cpu addr 0xffffc900013e1860
Sep 14 17:35:26 jackalope kernel: amdgpu 0000:03:00.0: fence driver on ring 17 use gpu addr 0x000000f5ff4008e0, cpu addr 0xffffc900013e18e0
Sep 14 17:35:27 jackalope kernel: [drm] DAL is enabled
Sep 14 17:35:27 jackalope kernel: [drm] DC: create_links: connectors_num: physical:4, virtual:0
Sep 14 17:35:27 jackalope kernel: [drm] Connector[0] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC1 [1]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[1] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC2 [2]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[2] description:signal 32
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC5 [5]
Sep 14 17:35:27 jackalope kernel: [drm] Connector[3] description:signal 4
Sep 14 17:35:27 jackalope kernel: [drm] Using channel: CHANNEL_ID_DDC6 [6]
Sep 14 17:35:27 jackalope kernel: [drm] Display Core initialized
Sep 14 17:35:27 jackalope kernel: [drm] amdgpu: freesync_module init done ffff880255db4160.
Sep 14 17:35:27 jackalope kernel: [drm] link=0, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=0: dc_sink didn't change.
Sep 14 17:35:27 jackalope kernel: [drm] link=1, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=1: dc_sink didn't change.
Sep 14 17:35:27 jackalope kernel: [drm] link=2, dc_sink_in=          (null) is now Disconnected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=2: dc_sink didn't change.
Sep 14 17:35:27 jackalope kernel: [drm] [Detect]        [DVI][ConnIdx:3] SONY TV  *02: [Block 0] 00 FF FF FF FF FF FF 00 4D D9 03 C4 01 01 01 01 01 19 01 03 80 6C 3D 78 0A 0D C9 A0 57 47 98 27 12 48 4C 21 08 00 81 80 A9 C0 71 4F B3 00 01 01 01 01 01 01 01 01 02 3A 80 18 71 38 2D 40 58 2C 45 00 3D 62 42 00 00 1E 01 1D 00 72 51 D0 1E 20 6E 28 55 00 3D 62 42 00 00 1E 00 00 00 FC 00 53 4F 4E 59 20 54 56 20 20 2A 30 32 0A 00 00 00 FD 00 30 3E 0E 46 1E 00 0A 20 20 20 20 20 20 01 AD ^
Sep 14 17:35:27 jackalope kernel: [drm] [Detect]        [DVI][ConnIdx:3] SONY TV  *02: [Block 1] 02 03 42 F0 57 5D 5E 5F 62 1F 10 14 05 13 04 20 22 3C 3E 12 16 03 07 11 15 02 06 01 29 0D 7F 07 15 07 50 3D 07 BC 83 0F 00 00 6E 03 0C 00 20 00 B8 3C 2F 00 80 01 02 03 04 E2 00 F9 E5 0E 60 61 65 66 01 1D 80 18 71 1C 16 20 58 2C 25 00 3D 62 42 00 00 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7B ^
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: manufacturer_id = D94D, product_id = C403, serial_number = 1010101, manufacture_week = 1, manufacture_year = 25, display_name = SONY TV  *02, speaker_flag = 15, audio_mode_count = 3
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 0, format_code = 1, channel_count = 5, sample_rate = 127, sample_size = 7
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 1, format_code = 2, channel_count = 5, sample_rate = 7, sample_size = 80
Sep 14 17:35:27 jackalope kernel: [drm] dc_link_detect: mode number = 2, format_code = 7, channel_count = 5, sample_rate = 7, sample_size = 188
Sep 14 17:35:27 jackalope kernel: [drm] link=3, dc_sink_in=ffff880255ee4000 is now Connected
Sep 14 17:35:27 jackalope kernel: [drm] DCHPD: connector_id=3: Old sink=          (null) New sink=ffff880255ee4000
Sep 14 17:35:27 jackalope kernel: WARNING: CPU: 2 PID: 180 at drivers/gpu/drm/drm_mode_object.c:237 drm_object_property_set_value+0x5d/0x70 [drm]
Sep 14 17:35:27 jackalope kernel: Modules linked in: arc4 amdkfd amd_iommu_v2 amdgpu(+) iwlmvm intel_rapl mac80211 x86_pkg_temp_thermal intel_powerclamp coretemp iwlwifi ttm drm_kms_helper kvm_intel kvm irqbypass drm iTCO_wdt iTCO_vendor_support syscopyarea sysfillrect sysimgblt snd_hda_codec_realtek fb_sys_fops mxm_wmi snd_hda_codec_generic i2c_algo_bit crct10dif_pclmul crc32_pclmul snd_hda_codec_hdmi cfg80211 crc32c_intel r8169 ghash_clmulni_intel mii pcbc aesni_intel aes_x86_64 psmouse snd_hda_intel crypto_simd glue_helper cryptd snd_hda_codec intel_cstate intel_rapl_perf snd_hda_core snd_hwdep snd_pcm snd_timer pcspkr snd soundcore i2c_i801 evdev joydev mousedev input_leds tpm_tis btusb led_class mei_me tpm_tis_core mac_hid btrtl mei shpchp tpm battery hci_uart btbcm btqca btintel bluetooth wmi ecdh_generic video
Sep 14 17:35:27 jackalope kernel: RIP: 0010:drm_object_property_set_value+0x5d/0x70 [drm]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_add_sink_to_freesync_module+0x8f/0x1c0 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_update_connector_after_detect+0xb9/0x200 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_initialize_drm_device+0x35d/0x760 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  ? mod_freesync_create+0x13e/0x190 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_dm_init+0x15f/0x270 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  dm_hw_init+0x12/0x20 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_device_init+0xf0d/0x1590 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_driver_load_kms+0x5b/0x250 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  drm_dev_register+0x146/0x1d0 [drm]
Sep 14 17:35:27 jackalope kernel:  amdgpu_pci_probe+0x113/0x150 [amdgpu]
Sep 14 17:35:27 jackalope kernel:  amdgpu_init+0x91/0xa4 [amdgpu]
Sep 14 17:35:27 jackalope kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Sep 14 17:35:27 jackalope kernel: [drm] Driver supports precise vblank timestamp query.
Sep 14 17:35:27 jackalope kernel: [drm] KMS initialized.
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 0 succeeded in 1 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 9 succeeded in 2 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 1 succeeded in 4 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 2 succeeded in 10 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 3 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 4 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 5 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 6 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 7 succeeded in 6 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 8 succeeded in 7 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 10 succeeded in 17 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 11 succeeded in 12 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 12 succeeded in 1 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 13 succeeded in 21 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 14 succeeded in 4 usecs
Sep 14 17:35:27 jackalope kernel: [drm] UVD and UVD ENC initialized successfully.
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 15 succeeded in 32 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 16 succeeded in 26 usecs
Sep 14 17:35:27 jackalope kernel: [drm] ring test on 17 succeeded in 24 usecs
Sep 14 17:35:27 jackalope kernel: [drm] VCE initialized successfully.
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 0 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 1 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 2 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 3 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 4 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 5 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 6 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 7 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 8 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 9 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 10 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 11 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 12 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 13 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 14 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] ib test on ring 15 succeeded
Sep 14 17:35:27 jackalope kernel: [drm] fb mappable at 0xC0E00000
Sep 14 17:35:27 jackalope kernel: [drm] vram apper at 0xC0000000
Sep 14 17:35:27 jackalope kernel: [drm] size 8294400
Sep 14 17:35:27 jackalope kernel: [drm] fb depth is 24
Sep 14 17:35:27 jackalope kernel: [drm]    pitch is 7680
Sep 14 17:35:27 jackalope kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 14 17:35:27 jackalope kernel: [drm] Atomic commit: SET crtc id 0: [ffff880258e87800]
Sep 14 17:35:27 jackalope kernel: [drm] dc_commit_state: 1 streams
Sep 14 17:35:27 jackalope kernel: [drm] core_stream 0x55dcec00: src: 0, 0, 1920, 1080; dst: 0, 0, 1920, 1080, colorSpace:1
Sep 14 17:35:27 jackalope kernel: [drm]         pix_clk_khz: 148500, h_total: 2200, v_total: 1125, pixelencoder:1, displaycolorDepth:2
Sep 14 17:35:27 jackalope kernel: [drm]         sink name: SONY TV  *02, serial: 16843009
Sep 14 17:35:27 jackalope kernel: [drm]         link: 3
Sep 14 17:35:27 jackalope kernel: [drm] [Mode]        [DVI][ConnIdx:3] {1920x1080, 2200x1125@148500Khz}^
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 0(gfx) uses VM inv eng 3 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 1(comp_1.0.0) uses VM inv eng 4 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 2(comp_1.0.1) uses VM inv eng 5 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 3(comp_1.0.2) uses VM inv eng 6 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 4(comp_1.0.3) uses VM inv eng 7 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 5(comp_1.0.4) uses VM inv eng 8 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 6(comp_1.0.5) uses VM inv eng 9 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 7(comp_1.0.6) uses VM inv eng 10 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 8(comp_1.0.7) uses VM inv eng 11 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 9(kiq_2.1.7) uses VM inv eng 12 on hub 0
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 10(sdma0) uses VM inv eng 3 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 11(sdma1) uses VM inv eng 4 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 12(uvd) uses VM inv eng 5 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 13(uvd_enc0) uses VM inv eng 6 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 14(uvd_enc1) uses VM inv eng 7 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 15(vce0) uses VM inv eng 8 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 16(vce1) uses VM inv eng 9 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: ring 17(vce2) uses VM inv eng 10 on hub 1
Sep 14 17:35:27 jackalope kernel: amdgpu 0000:03:00.0: kfd not supported on this ASIC
Sep 14 17:35:27 jackalope kernel: [drm] Initialized amdgpu 3.20.0 20150101 for 0000:03:00.0 on minor 0
Sep 14 17:43:07 jackalope gnome-shell[758]: drmModeSetCursor2 failed with (Permission denied), drawing cursor with OpenGL from now on
Sep 14 17:56:13 jackalope gnome-shell[3071]: drmModeSetCursor2 failed with (Permission denied), drawing cursor with OpenGL from now on
$ glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD VEGA10 (DRM 3.20.0 / 4.13.0-rc5-2e210b8d53b5, LLVM 6.0.0) (0x687f)
    Version: 17.3.0
    Accelerated: yes
    Video memory: 8146MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL vendor string: X.Org
OpenGL renderer string: AMD VEGA10 (DRM 3.20.0 / 4.13.0-rc5-2e210b8d53b5, LLVM 6.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel (git-2f6ffab1ce)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer, 
    GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_1_compatibility, GL_ARB_ES3_2_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance, 
    GL_ARB_bindless_texture, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader, 
    GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_direct_state_access, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_ballot, GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples, 
    GL_ARB_shader_texture_lod, GL_ARB_shader_viewport_layer_array, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_barrier, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_filter_anisotropic, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ATI_blend_equation_separate, GL_ATI_meminfo, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_blend_equation_separate, 
    GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_sRGB, 
    GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_KHR_no_error, GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_NVX_gpu_memory_info, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
    GL_NV_texture_barrier, GL_NV_vdpau_interop, GL_OES_EGL_image, GL_S3_s3tc

OpenGL version string: 3.0 Mesa 17.3.0-devel (git-2f6ffab1ce)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_bindless_texture, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_derivative_control, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, 
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_ballot, GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, 
    GL_ARB_sync, GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
    GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_memory_object, 
    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info, 
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vdpau_interop, 
    GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.3.0-devel (git-2f6ffab1ce)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage, 
    GL_EXT_clip_cull_distance, GL_EXT_color_buffer_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, 
    GL_EXT_discard_framebuffer, GL_EXT_draw_buffers, 
    GL_EXT_draw_buffers_indexed, GL_EXT_draw_elements_base_vertex, 
    GL_EXT_frag_depth, GL_EXT_geometry_point_size, GL_EXT_geometry_shader, 
    GL_EXT_gpu_shader5, GL_EXT_map_buffer_range, GL_EXT_memory_object, 
    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays, 
    GL_EXT_polygon_offset_clamp, GL_EXT_primitive_bounding_box, 
    GL_EXT_read_format_bgra, GL_EXT_robustness, 
    GL_EXT_separate_shader_objects, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_io_blocks, GL_EXT_tessellation_point_size, 
    GL_EXT_tessellation_shader, GL_EXT_texture_border_clamp, 
    GL_EXT_texture_buffer, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_format_BGRA8888, GL_EXT_texture_rg, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_unpack_subimage, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_KHR_no_error, GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_MESA_shader_integer_functions, GL_NV_draw_buffers, 
    GL_NV_fbo_color_attachments, GL_NV_image_formats, GL_NV_read_buffer, 
    GL_NV_read_depth, GL_NV_read_depth_stencil, GL_NV_read_stencil, 
    GL_OES_EGL_image, GL_OES_EGL_image_external, GL_OES_EGL_sync, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, 
    GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_geometry_point_size, GL_OES_geometry_shader, 
    GL_OES_get_program_binary, GL_OES_gpu_shader5, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_primitive_bounding_box, 
    GL_OES_rgb8_rgba8, GL_OES_sample_shading, GL_OES_sample_variables, 
    GL_OES_shader_image_atomic, GL_OES_shader_io_blocks, 
    GL_OES_shader_multisample_interpolation, GL_OES_standard_derivatives, 
    GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_tessellation_point_size, GL_OES_tessellation_shader, 
    GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_buffer, 
    GL_OES_texture_cube_map_array, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_texture_stencil8, GL_OES_texture_storage_multisample_2d_array, 
    GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_OES_viewport_array

192 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x024 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x025 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x182 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x183 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x184 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x185 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x186 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x187 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x188 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x189 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x18a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x18b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x18c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x18d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x18e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x18f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x190 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x191 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x192 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x193 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x194 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x195 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x196 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x197 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x19e 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x19f 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1a0 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x1a1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1a2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x1a3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1a4 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1a5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1a6 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1a7 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1a8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1a9 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1aa 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1ab 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1ac 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1ad 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1ae 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1af 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1b0 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1b1 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1b2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1b3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1b4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1b5 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1bc 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1bd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1be 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1bf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1c0 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1c1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1c2 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1c3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1c4 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1c5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1c6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1c7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1c8 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1c9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1ca 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1cb 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1cc 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1cd 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1ce 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1cf 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1d0 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1d1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1d2 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1d3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1da 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1db 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1dc 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1dd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1de 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1df 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1e0 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1e1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1e2 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1e3 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1e4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1e5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1e6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1e7 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1e8 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1e9 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1ea 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1eb 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1ec 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1ed 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1ee 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1ef 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1f0 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1f1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1f8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x1f9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x1fa 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x1fb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x1fc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x1fd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x1fe 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x1ff 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x200 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x201 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x202 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x203 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x204 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x205 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x206 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x207 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x208 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x209 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x20a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x20b 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x20c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x20d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x20e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x215 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x216 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x217 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x218 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x219 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x21a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x21b 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x21c 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x21d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x21e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x21f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x220 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x221 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x222 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x223 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x224 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x225 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x226 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x227 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x228 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x229 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x22a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x22b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x22c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x233 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x234 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x235 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x236 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x237 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x238 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x239 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x23a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x23b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x23c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x23d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x23e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x23f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x240 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x241 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x242 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x243 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x244 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x245 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x246 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x247 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x248 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x249 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x24a 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x251 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x252 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x253 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x254 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x255 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x256 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x257 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x258 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x259 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x25a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x25b 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x25c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x25d 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x25e 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x25f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x260 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x261 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x262 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x263 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x264 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x265 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x266 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x267 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x268 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x055 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

240 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x056 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x057 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x058 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x059 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x05a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x05b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x05c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x05d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x05e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x05f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x060 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x061 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x062 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x063 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x064 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x065 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x066 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x067 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x068 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x069 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x06a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x06b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x06c 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x06d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x074 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x075 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x077 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x078 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x079 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x07a 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x07b 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x07c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x07d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x07e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x07f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x080 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x081 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x082 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x083 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x084 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x085 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x086 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x087 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x088 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x089 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x092 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x093 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x094 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x095 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x096 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x097 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x098 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x099 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x09a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x09b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x09c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x09d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x09e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x09f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x0a0 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x0a1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x0a2 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x0a3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x0a4 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0a5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x0a6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0a7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x0a8 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0a9 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x0b0 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x0b1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x0b2 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x0b3 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x0b4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x0b5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x0b6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0b7 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0b8 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0b9 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0ba 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0bb 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0bc 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0bd 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0be 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0bf 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0c0 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0c1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0c2 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0c3 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0c4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0c5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0c6 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0c7 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0ce  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0cf  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0d0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0d1  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0d2  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0d3  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0d4  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0d5  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0d6  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0d7  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0d8  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0d9  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0da  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0db  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0dc  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0dd  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0de  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0df  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0e0  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0e1  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0e2  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0e3  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0e4  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0e5  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ec 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0ed 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0ee 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0ef 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0f1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0f2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0f3 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0f4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0f5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0f6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0f7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0f8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0f9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0fa 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0fb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0fc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0fd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0fe 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ff 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x100 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x101 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x102 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x103 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x10a 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x10b 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x10c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x10d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x10e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x10f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x110 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x111 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x112 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x113 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x114 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x115 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x116 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x117 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x118 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x119 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x11a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x11b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x11c 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x11d 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x11e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x11f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x120 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x121 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x128 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x129 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x12a 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x12b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x12c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x12d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x12e 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x12f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x130 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x131 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x132 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x133 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x134 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x135 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x136 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x137 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x138 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x139 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x13a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x13b 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x13c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x13d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x13e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x13f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x146 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x147 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x148 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x149 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x14a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x14b 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x14c 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x14d 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x14e 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x14f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x150 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x151 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x152 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x153 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x154 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x155 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x156 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x157 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x158 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x159 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x15a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x15b 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x15c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x15d 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x164  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x165  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x166  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x167  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x168  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x169  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x16a  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x16b  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x16c  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x16d  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x16e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x16f  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x170  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x171  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x172  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x173  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x174  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x175  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x176  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x177  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x178  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x179  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x17a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x17b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow

Any help getting this up and running would be appreciated, thanks!

Last edited by jakobcreutzfeldt (2017-09-22 20:52:27)

Offline

#2 2017-09-14 17:53:24

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

(posting a reply and not an edit because I was reaching the size limit on my first post apparently)

I tried the Unigine Valley benchmark. In addition to not rendering (at high quality, a black screen, at lower qualities a psychedelic pastiche of colors), the reported FPS was 6 and the music was pretty choppy.

On stderr, I got the same failed shader errors and listed for Stacking in my original post. Here's the stdout log:

Loading "/home/brandon/.Valley/valley_1.0.cfg"...
Loading "libGPUMonitor_x64.so"...
Loading "libGL.so.1"...
Loading "libopenal.so.1"...
Set 1920x1080 fullscreen video mode
Set 1.00 gamma value
Unigine engine http://unigine.com/
Binary: Linux 64bit GCC 4.4.5 Release Feb 14 2013 r11294
Features: OpenGL OpenAL XPad360 Joystick Flash Editor
App path:  /opt/unigine-valley/bin/
Data path: /opt/unigine-valley/data/
Save path: /home/brandon/.Valley/

---- System ----
System: Linux 4.13.0-rc5-2e210b8d53b5 x86_64
CPU: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz 3503MHz MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 AVX HTT x4
GPU: Unknown GPU x1
System memory: 7950 MB
Video memory:  256 MB
Sync threads:  3
Async threads: 4

---- MathLib ----
Set SSE2 simd processor

---- Sound ----
Renderer: OpenAL Soft
OpenAL vendor:   OpenAL Community
OpenAL renderer: OpenAL Soft
OpenAL version:  1.1 ALSOFT 1.18.1
Found AL_EXT_LINEAR_DISTANCE
Found AL_EXT_OFFSET
Found ALC_EXT_EFX
Found EFX Filter
Found EFX Reverb
Found EAX Reverb
Found QUAD16 format
Found 51CHN16 format
Found 61CHN16 format
Found 71CHN16 format
Maximum sources:         256
Maximum effect slots:    16
Maximum auxiliary sends: 2

---- Render ----
OpenGL vendor:   X.Org
OpenGL renderer: AMD VEGA10 (DRM 3.20.0 / 4.13.0-rc5-2e210b8d53b5, LLVM 6.0.0)
OpenGL version:  4.5 (Core Profile) Mesa 17.3.0-devel (git-2f6ffab1ce)
OpenGL flags:    Core Profile
Found required GL_ARB_map_buffer_range
Found required GL_ARB_vertex_array_object
Found required GL_ARB_draw_instanced
Found required GL_ARB_draw_elements_base_vertex
Found required GL_ARB_transform_feedback
Found required GL_ARB_half_float_vertex
Found required GL_ARB_half_float_pixel
Found required GL_ARB_framebuffer_object
Found required GL_ARB_texture_multisample
Found required GL_ARB_uniform_buffer_object
Found required GL_ARB_geometry_shader4
Found optional GL_ARB_blend_func_extended
Found optional GL_ARB_tessellation_shader
Found optional GL_ARB_shader_bit_encoding
Found optional GL_ARB_sample_shading
Found optional GL_ARB_compute_shader
Found optional GL_ARB_gpu_shader5
Found optional GL_EXT_texture_compression_s3tc
Found optional GL_ARB_texture_compression_rgtc
Shading language:        4.50
Maximum texture size:    16384
Maximum texture units:   192
Maximum texture renders: 8

---- Physics ----
Physics: Multi-threaded

---- PathFind ----
PathFind: Multi-threaded

---- Interpreter ----
Version: 2.52

Loading "valley/unigine.cpp" 27ms
Loading "valley/locale/unigine.en" dictionary
Loading "core/materials/default/unigine_post.mat" 23 materials 50 shaders 8ms
Loading "core/materials/default/unigine_render.mat" 47 materials 2368 shaders 5ms
Loading "core/materials/default/unigine_mesh.mat" 5 materials 3386 shaders 8ms
Loading "core/materials/default/unigine_mesh_lut.mat" 2 materials 1062 shaders 2ms
Loading "core/materials/default/unigine_mesh_paint.mat" 2 materials 1158 shaders 3ms
Loading "core/materials/default/unigine_mesh_tessellation.mat" 5 materials 3332 shaders 7ms
Loading "core/materials/default/unigine_mesh_tessellation_paint.mat" 2 materials 2276 shaders 4ms
Loading "core/materials/default/unigine_mesh_triplanar.mat" 1 material 112 shaders 1ms
Loading "core/materials/default/unigine_mesh_overlap.mat" 1 material 300 shaders 2ms
Loading "core/materials/default/unigine_mesh_terrain.mat" 1 material 813 shaders 2ms
Loading "core/materials/default/unigine_mesh_layer.mat" 1 material 84 shaders 0ms
Loading "core/materials/default/unigine_mesh_noise.mat" 1 material 106 shaders 1ms
Loading "core/materials/default/unigine_mesh_stem.mat" 2 materials 2180 shaders 8ms
Loading "core/materials/default/unigine_mesh_wire.mat" 1 material 45 shaders 0ms
Loading "core/materials/default/unigine_terrain.mat" 1 material 1980 shaders 3ms
Loading "core/materials/default/unigine_grass.mat" 2 materials 474 shaders 3ms
Loading "core/materials/default/unigine_particles.mat" 1 material 109 shaders 1ms
Loading "core/materials/default/unigine_billboard.mat" 1 material 51 shaders 1ms
Loading "core/materials/default/unigine_billboards.mat" 2 materials 840 shaders 2ms
Loading "core/materials/default/unigine_volume.mat" 6 materials 53 shaders 3ms
Loading "core/materials/default/unigine_gui.mat" 1 material 82 shaders 0ms
Loading "core/materials/default/unigine_water.mat" 1 material 533 shaders 16ms
Loading "core/materials/default/unigine_sky.mat" 1 material 21 shaders 11ms
Loading "core/materials/default/unigine_decal.mat" 1 material 99 shaders 0ms
Loading "core/properties/unigine.prop" 2 properties 0ms
Unigine Valley Benchmark 1.0 (1.0)Unigine~# world_load valley/valley
Loading "valley/valley.cpp" 80ms
Loading "valley/valley.mat" 72 materials 985ms
Loading "valley/sound/sound.prop" 142 properties 1ms
Loading "valley/valley.world" 1853ms
Unigine~# quit
Close "libopenal.so.1"
Close "libGL.so.1"
Memory usage: none
Allocations:  none
Shutdown

Last edited by jakobcreutzfeldt (2017-09-14 17:55:08)

Offline

#3 2017-09-16 10:19:32

eggz
Member
Registered: 2017-09-16
Posts: 8

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

the "LLVM failed to compile shader" errors started occuring to me right after they got Vulkan working with the mesa-git drivers (RADV)
(so mesa version 95727.2f6ffab1ce-1 and kernel version 4.12.0.681043.7d2e764e19da-1)

I'm pretty sure opengl worked in all games before, now it works on 60% of my games. This clearly looks like a development issue. Judging by the way they got vulkan working pretty good (all games seem to work that I have), All they need is time.

Metro Last Light output:

LLVM triggered Diagnostic Handler: Illegal instruction detected: VOP* instruction uses the constant bus more than once
%VGPR6<def> = V_MADMK_F32 %SGPR1<kill>, 1077936128, %VGPR16, %EXEC<imp-use>
LLVM failed to compile shader

I also have another situtation, Cities Skyline, where all hardwarre accelleration seems to go out of the window, having a low fps like jakobcreutzfeldt described. I bet its the same problem where llvm refuses to compile anything and somehow it falls back on some sort of a legacy way of doing it anyway.

Then, as mentioned, all the other games, including vulkan, seem to work perfectly.

Offline

#4 2017-09-16 13:06:04

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

Try with the llvm-svn packages from Kerberizer, see https://github.com/kerberizer/llvm-svn .

Their are some build differences between those and lordHeavy's build, trying them may help to determine where the problem originates.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2017-09-16 13:07:10

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

Thanks, good to hear (well, not really "good", per se) that it's also affecting others. I couldn't be sure if it was just how I had set things up, but this  clarifies it as a development issue.

Also, nice to narrow it down to a likely mesa error.  That was the most likely case given the LLVM errors, but still, now I know what to pay attention to.

Edit: Here's an existing bug report: https://bugs.freedesktop.org/show_bug.cgi?id=102694
llvm-svn 312776 should be ok. I'll give it a try.

Last edited by jakobcreutzfeldt (2017-09-16 13:13:41)

Offline

#6 2017-09-16 14:37:57

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

I can confirm that switching to llvm-svn from Kerberizer and upgrading to the latest version solves the LLVM shader issues.  E.g. I now get 60+ fps in Unigine Heaven, which previously wouldn't run. So that's solved.

Last edited by jakobcreutzfeldt (2017-09-22 18:27:46)

Offline

#7 2017-09-17 14:46:51

eggz
Member
Registered: 2017-09-16
Posts: 8

Re: [SOLVED] AMD Radeon RX Vega 56: failed rendering

With the packages of the Kerberizer, the fps problem in "cities skyline" is definetely solved, thanks Lone_wolf.

It is good to know that there are 2 sources out there with precompiled packages, might prove useful in the future.

For "Metro Last Light", it keeps throwing the same llvm compilement errors. (in the intro animation. The controls become responsive after the intro.) -- But kerberizer is clearly doing something better here.

Last edited by eggz (2017-09-17 14:48:02)

Offline

Board footer

Powered by FluxBB