You are not logged in.

#1 2020-02-28 03:34:04

saelanham
Member
Registered: 2020-02-28
Posts: 5

Blank black screen after startx

Hello,

After running startx on VT1 with a very simple config (starting only an xterm) I get only a blank screen. If I switch to VT2 (ctrl-alt-f2) and then back to VT1 (ctrl-alt-f1) the screen displays the correct content.

Type of machine: Desktop
Motherboard: Asus Z390M-PLUS
Graphics Card: Nvidia GTX1650 Super
Onboard Graphics: Appears to be completely disabled (Doesn't show up in lspci).
Nvidia driver version: 440.59
Linux kernel version: 5.5.6-arch1-1
Explicit xorg config: None
Extra kernel params: nvidia-drm.modeset=0 (without this the terminal graphics mode switch at boot produces garbage on the screen)
Monitor output used: HDMI
Nvidia modules loaded prior to startx: yes

I have tried everything from the Arch forums and wiki short of adding the nvidia module directly to mkinitcpio (figured it was loading okay prior to startx so no need).

Any help is very appreciated.

Scott

Offline

#2 2020-02-28 07:57:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Blank black screen after startx

Are you sure you want modeset=0? The described symptoms sound very much like the issues with having that on 0 instead of 1 (.. and afaik 0 is still the default anyway).

Offline

#3 2020-02-28 10:49:19

saelanham
Member
Registered: 2020-02-28
Posts: 5

Re: Blank black screen after startx

Without it set to 0 I can't get a console up at all. Using nvidia-drm.modeset=1 causes to the screen to go blank before the console login prompt appears. If I leave the option off entirely the screen shows random pixels before the console login prompt can be displayed. Using nomodeset is another option for getting the console login prompt back.

Offline

#4 2020-02-28 15:42:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Blank black screen after startx

Post a

sudo journalctl -b

and a xorg log. in [ code ] [ /code ] tags without the spaces-

Last edited by V1del (2020-02-28 15:42:27)

Offline

#5 2020-03-01 04:36:24

saelanham
Member
Registered: 2020-02-28
Posts: 5

Re: Blank black screen after startx

journalctl -b :

-- Logs begin at Fri 2020-02-21 19:02:11 AEST, end at Sun 2020-03-01 14:21:35 AEST. --
Mar 01 14:17:10 scott-desktop-2 kernel: Linux version 5.5.6-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Mon, 24 Feb 2020 12:20:16 +0000
Mar 01 14:17:10 scott-desktop-2 kernel: Command line: initrd=\initramfs-linux.img root=PARTUUID=55763bc3-052c-e645-9a32-9a0f6e5c36d9 nvidia-drm.modeset=0
Mar 01 14:17:10 scott-desktop-2 kernel: KERNEL supported cpus:
Mar 01 14:17:10 scott-desktop-2 kernel:   Intel GenuineIntel
Mar 01 14:17:10 scott-desktop-2 kernel:   AMD AuthenticAMD
Mar 01 14:17:10 scott-desktop-2 kernel:   Hygon HygonGenuine
Mar 01 14:17:10 scott-desktop-2 kernel:   Centaur CentaurHauls
Mar 01 14:17:10 scott-desktop-2 kernel:   zhaoxin   Shanghai  
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Mar 01 14:17:10 scott-desktop-2 kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-provided physical RAM map:
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000000001000-0x000000000008ffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000000091000-0x000000000009efff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008cbc9fff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008cbca000-0x000000008e40cfff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008e40d000-0x000000008e743fff] ACPI data
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008e744000-0x000000008e7b9fff] ACPI NVS
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008e7ba000-0x000000008f50efff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008f50f000-0x000000008f50ffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x000000008f510000-0x000000008fffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000086dffffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: NX (Execute Disable) protection: active
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x7a853018-0x7a873057] usable ==> usable
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x7a853018-0x7a873057] usable ==> usable
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x7a842018-0x7a852e57] usable ==> usable
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x7a842018-0x7a852e57] usable ==> usable
Mar 01 14:17:10 scott-desktop-2 kernel: extended physical RAM map:
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000000001000-0x000000000008ffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000000090000-0x0000000000090fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000000091000-0x000000000009efff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000007a842017] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000007a842018-0x000000007a852e57] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000007a852e58-0x000000007a853017] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000007a853018-0x000000007a873057] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000007a873058-0x000000008cbc9fff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008cbca000-0x000000008e40cfff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008e40d000-0x000000008e743fff] ACPI data
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008e744000-0x000000008e7b9fff] ACPI NVS
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008e7ba000-0x000000008f50efff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008f50f000-0x000000008f50ffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x000000008f510000-0x000000008fffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Mar 01 14:17:10 scott-desktop-2 kernel: reserve setup_data: [mem 0x0000000100000000-0x000000086dffffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: efi: EFI v2.70 by American Megatrends
Mar 01 14:17:10 scott-desktop-2 kernel: efi:  ACPI 2.0=0x8e6e0000  ACPI=0x8e6e0000  SMBIOS=0x8f2a2000  SMBIOS 3.0=0x8f2a1000  MEMATTR=0x8827b018  ESRT=0x8a787f98  RNG=0x8f2bbf98 
Mar 01 14:17:10 scott-desktop-2 kernel: efi: seeding entropy pool
Mar 01 14:17:10 scott-desktop-2 kernel: SMBIOS 3.2.1 present.
Mar 01 14:17:10 scott-desktop-2 kernel: DMI: System manufacturer System Product Name/PRIME Z390M-PLUS, BIOS 2417 06/03/2019
Mar 01 14:17:10 scott-desktop-2 kernel: tsc: Detected 3700.000 MHz processor
Mar 01 14:17:10 scott-desktop-2 kernel: tsc: Detected 3699.850 MHz TSC
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Mar 01 14:17:10 scott-desktop-2 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Mar 01 14:17:10 scott-desktop-2 kernel: last_pfn = 0x86e000 max_arch_pfn = 0x400000000
Mar 01 14:17:10 scott-desktop-2 kernel: MTRR default type: write-back
Mar 01 14:17:10 scott-desktop-2 kernel: MTRR fixed ranges enabled:
Mar 01 14:17:10 scott-desktop-2 kernel:   00000-9FFFF write-back
Mar 01 14:17:10 scott-desktop-2 kernel:   A0000-BFFFF uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   C0000-FFFFF write-protect
Mar 01 14:17:10 scott-desktop-2 kernel: MTRR variable ranges enabled:
Mar 01 14:17:10 scott-desktop-2 kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   2 base 0090000000 mask 7FF0000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   3 base 2000000000 mask 6000000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   4 base 1000000000 mask 7000000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   5 base 4000000000 mask 4000000000 uncachable
Mar 01 14:17:10 scott-desktop-2 kernel:   6 disabled
Mar 01 14:17:10 scott-desktop-2 kernel:   7 disabled
Mar 01 14:17:10 scott-desktop-2 kernel:   8 disabled
Mar 01 14:17:10 scott-desktop-2 kernel:   9 disabled
Mar 01 14:17:10 scott-desktop-2 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Mar 01 14:17:10 scott-desktop-2 kernel: last_pfn = 0x8f510 max_arch_pfn = 0x400000000
Mar 01 14:17:10 scott-desktop-2 kernel: esrt: Reserving ESRT space from 0x000000008a787f98 to 0x000000008a787fd0.
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x8a787000-0x8a787fff] usable ==> reserved
Mar 01 14:17:10 scott-desktop-2 kernel: check: Scanning 1 areas for low memory corruption
Mar 01 14:17:10 scott-desktop-2 kernel: Using GB pages for direct mapping
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7001000, 0x4b7001fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7002000, 0x4b7002fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7003000, 0x4b7003fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7004000, 0x4b7004fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7005000, 0x4b7005fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7006000, 0x4b7006fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7007000, 0x4b7007fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: BRK [0x4b7008000, 0x4b7008fff] PGTABLE
Mar 01 14:17:10 scott-desktop-2 kernel: Secure boot disabled
Mar 01 14:17:10 scott-desktop-2 kernel: RAMDISK: [mem 0x7a874000-0x7b146fff]
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Early table checksum verification disabled
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: RSDP 0x000000008E6E0000 000024 (v02 ALASKA)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: XSDT 0x000000008E6E00A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: FACP 0x000000008E7206D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: DSDT 0x000000008E6E0210 0404C0 (v02 ALASKA A M I    01072009 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: FACS 0x000000008E7B9080 000040
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: APIC 0x000000008E7207E8 0000A0 (v04 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: FPDT 0x000000008E720888 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: FIDT 0x000000008E7208D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: MCFG 0x000000008E720970 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: WSMT 0x000000008E72F8B0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E720A08 001B1C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E722528 003099 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E7255C8 00232B (v02 PegSsd PegSsdt  00001000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: HPET 0x000000008E7278F8 000038 (v01 ALASKA A M I    00000002      01000013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E727930 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E7288E0 002FD1 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: UEFI 0x000000008E72B8B8 000042 (v01 ALASKA A M I    00000002      01000013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LPIT 0x000000008E72B900 000094 (v01 ALASKA A M I    00000002      01000013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E72B998 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E72E178 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: DBGP 0x000000008E72F660 000034 (v01 ALASKA A M I    00000002      01000013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: DBG2 0x000000008E72F698 000054 (v00 ALASKA A M I    00000002      01000013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0x000000008E72F6F0 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: BGRT 0x000000008E72F838 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: WPBT 0x000000008E72F870 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Local APIC address 0xfee00000
Mar 01 14:17:10 scott-desktop-2 kernel: No NUMA configuration found
Mar 01 14:17:10 scott-desktop-2 kernel: Faking a node at [mem 0x0000000000000000-0x000000086dffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: NODE_DATA(0) allocated [mem 0x86dffc000-0x86dffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: Zone ranges:
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Mar 01 14:17:10 scott-desktop-2 kernel:   Normal   [mem 0x0000000100000000-0x000000086dffffff]
Mar 01 14:17:10 scott-desktop-2 kernel:   Device   empty
Mar 01 14:17:10 scott-desktop-2 kernel: Movable zone start for each node
Mar 01 14:17:10 scott-desktop-2 kernel: Early memory node ranges
Mar 01 14:17:10 scott-desktop-2 kernel:   node   0: [mem 0x0000000000001000-0x000000000008ffff]
Mar 01 14:17:10 scott-desktop-2 kernel:   node   0: [mem 0x0000000000091000-0x000000000009efff]
Mar 01 14:17:10 scott-desktop-2 kernel:   node   0: [mem 0x0000000000100000-0x000000008cbc9fff]
Mar 01 14:17:10 scott-desktop-2 kernel:   node   0: [mem 0x000000008f50f000-0x000000008f50ffff]
Mar 01 14:17:10 scott-desktop-2 kernel:   node   0: [mem 0x0000000100000000-0x000000086dffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: Zeroed struct page in unavailable ranges: 21656 pages
Mar 01 14:17:10 scott-desktop-2 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000086dffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: On node 0 totalpages: 8366952
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA zone: 64 pages used for memmap
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA zone: 22 pages reserved
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA zone: 3997 pages, LIFO batch:0
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA32 zone: 8944 pages used for memmap
Mar 01 14:17:10 scott-desktop-2 kernel:   DMA32 zone: 572363 pages, LIFO batch:63
Mar 01 14:17:10 scott-desktop-2 kernel:   Normal zone: 121728 pages used for memmap
Mar 01 14:17:10 scott-desktop-2 kernel:   Normal zone: 7790592 pages, LIFO batch:63
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PM-Timer IO Port: 0x1808
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Local APIC address 0xfee00000
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Mar 01 14:17:10 scott-desktop-2 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: IRQ0 used by override.
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: IRQ9 used by override.
Mar 01 14:17:10 scott-desktop-2 kernel: Using ACPI (MADT) for SMP configuration information
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Mar 01 14:17:10 scott-desktop-2 kernel: e820: update [mem 0x878da000-0x879cdfff] usable ==> reserved
Mar 01 14:17:10 scott-desktop-2 kernel: smpboot: Allowing 6 CPUs, 0 hotplug CPUs
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x00090000-0x00090fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x7a842000-0x7a842fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x7a852000-0x7a852fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x7a853000-0x7a853fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x7a873000-0x7a873fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x878da000-0x879cdfff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8a787000-0x8a787fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8cbca000-0x8e40cfff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8e40d000-0x8e743fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8e744000-0x8e7b9fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8e7ba000-0x8f50efff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x8f510000-0x8fffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: [mem 0x90000000-0xdfffffff] available for PCI devices
Mar 01 14:17:10 scott-desktop-2 kernel: Booting paravirtualized kernel on bare hardware
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Mar 01 14:17:10 scott-desktop-2 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:6 nr_node_ids:1
Mar 01 14:17:10 scott-desktop-2 kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Mar 01 14:17:10 scott-desktop-2 kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Mar 01 14:17:10 scott-desktop-2 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 - - 
Mar 01 14:17:10 scott-desktop-2 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8236194
Mar 01 14:17:10 scott-desktop-2 kernel: Policy zone: Normal
Mar 01 14:17:10 scott-desktop-2 kernel: Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=55763bc3-052c-e645-9a32-9a0f6e5c36d9 nvidia-drm.modeset=0
Mar 01 14:17:10 scott-desktop-2 kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Mar 01 14:17:10 scott-desktop-2 kernel: Memory: 32717148K/33467808K available (12291K kernel code, 1344K rwdata, 4292K rodata, 1664K init, 3388K bss, 750660K reserved, 0K cma-reserved)
Mar 01 14:17:10 scott-desktop-2 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
Mar 01 14:17:10 scott-desktop-2 kernel: ftrace: allocating 38787 entries in 152 pages
Mar 01 14:17:10 scott-desktop-2 kernel: ftrace: allocated 152 pages with 3 groups
Mar 01 14:17:10 scott-desktop-2 kernel: rcu: Preemptible hierarchical RCU implementation.
Mar 01 14:17:10 scott-desktop-2 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Mar 01 14:17:10 scott-desktop-2 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=6.
Mar 01 14:17:10 scott-desktop-2 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Mar 01 14:17:10 scott-desktop-2 kernel:         Tasks RCU enabled.
Mar 01 14:17:10 scott-desktop-2 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Mar 01 14:17:10 scott-desktop-2 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
Mar 01 14:17:10 scott-desktop-2 kernel: NR_IRQS: 20736, nr_irqs: 1536, preallocated irqs: 16
Mar 01 14:17:10 scott-desktop-2 kernel: random: get_random_bytes called from start_kernel+0x3ab/0x586 with crng_init=0
Mar 01 14:17:10 scott-desktop-2 kernel: Console: colour dummy device 80x25
Mar 01 14:17:10 scott-desktop-2 kernel: printk: console [tty0] enabled
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Core revision 20191018
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Mar 01 14:17:10 scott-desktop-2 kernel: APIC: Switch to symmetric I/O mode setup
Mar 01 14:17:10 scott-desktop-2 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Mar 01 14:17:10 scott-desktop-2 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa99074b1c, max_idle_ns: 881590506587 ns
Mar 01 14:17:10 scott-desktop-2 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7402.02 BogoMIPS (lpj=12332833)
Mar 01 14:17:10 scott-desktop-2 kernel: pid_max: default: 32768 minimum: 301
Mar 01 14:17:10 scott-desktop-2 kernel: efi: memattr: Entry attributes invalid: RO and XP bits both cleared
Mar 01 14:17:10 scott-desktop-2 kernel: efi: memattr: ! 0x000000090000-0x000000090fff [Runtime Code       |RUN|  |  |  |  |  |  |  |   |  |  |  |  ]
Mar 01 14:17:10 scott-desktop-2 kernel: LSM: Security Framework initializing
Mar 01 14:17:10 scott-desktop-2 kernel: Yama: becoming mindful.
Mar 01 14:17:10 scott-desktop-2 kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE tmpfs ***
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE proc ***
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE cgroup1 ***
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE cgroup2 ***
Mar 01 14:17:10 scott-desktop-2 kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Mar 01 14:17:10 scott-desktop-2 kernel: process: using mwait in idle threads
Mar 01 14:17:10 scott-desktop-2 kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
Mar 01 14:17:10 scott-desktop-2 kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Mar 01 14:17:10 scott-desktop-2 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Mar 01 14:17:10 scott-desktop-2 kernel: Spectre V2 : Mitigation: Enhanced IBRS
Mar 01 14:17:10 scott-desktop-2 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Mar 01 14:17:10 scott-desktop-2 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Mar 01 14:17:10 scott-desktop-2 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Mar 01 14:17:10 scott-desktop-2 kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing SMP alternatives memory: 32K
Mar 01 14:17:10 scott-desktop-2 kernel: TSC deadline timer enabled
Mar 01 14:17:10 scott-desktop-2 kernel: smpboot: CPU0: Intel(R) Core(TM) i5-9600KF CPU @ 3.70GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Mar 01 14:17:10 scott-desktop-2 kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Mar 01 14:17:10 scott-desktop-2 kernel: ... version:                4
Mar 01 14:17:10 scott-desktop-2 kernel: ... bit width:              48
Mar 01 14:17:10 scott-desktop-2 kernel: ... generic registers:      8
Mar 01 14:17:10 scott-desktop-2 kernel: ... value mask:             0000ffffffffffff
Mar 01 14:17:10 scott-desktop-2 kernel: ... max period:             00007fffffffffff
Mar 01 14:17:10 scott-desktop-2 kernel: ... fixed-purpose events:   3
Mar 01 14:17:10 scott-desktop-2 kernel: ... event mask:             00000007000000ff
Mar 01 14:17:10 scott-desktop-2 kernel: rcu: Hierarchical SRCU implementation.
Mar 01 14:17:10 scott-desktop-2 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Mar 01 14:17:10 scott-desktop-2 kernel: smp: Bringing up secondary CPUs ...
Mar 01 14:17:10 scott-desktop-2 kernel: x86: Booting SMP configuration:
Mar 01 14:17:10 scott-desktop-2 kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5
Mar 01 14:17:10 scott-desktop-2 kernel: smp: Brought up 1 node, 6 CPUs
Mar 01 14:17:10 scott-desktop-2 kernel: smpboot: Max logical packages: 1
Mar 01 14:17:10 scott-desktop-2 kernel: smpboot: Total of 6 processors activated (44415.12 BogoMIPS)
Mar 01 14:17:10 scott-desktop-2 kernel: devtmpfs: initialized
Mar 01 14:17:10 scott-desktop-2 kernel: x86/mm: Memory block size: 128MB
Mar 01 14:17:10 scott-desktop-2 kernel: PM: Registering ACPI NVS region [mem 0x8e744000-0x8e7b9fff] (483328 bytes)
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Mar 01 14:17:10 scott-desktop-2 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: pinctrl core: initialized pinctrl subsystem
Mar 01 14:17:10 scott-desktop-2 kernel: PM: RTC time: 04:17:09, date: 2020-03-01
Mar 01 14:17:10 scott-desktop-2 kernel: thermal_sys: Registered thermal governor 'fair_share'
Mar 01 14:17:10 scott-desktop-2 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Mar 01 14:17:10 scott-desktop-2 kernel: thermal_sys: Registered thermal governor 'step_wise'
Mar 01 14:17:10 scott-desktop-2 kernel: thermal_sys: Registered thermal governor 'user_space'
Mar 01 14:17:10 scott-desktop-2 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 16
Mar 01 14:17:10 scott-desktop-2 kernel: audit: initializing netlink subsys (disabled)
Mar 01 14:17:10 scott-desktop-2 kernel: audit: type=2000 audit(1583036229.286:1): state=initialized audit_enabled=0 res=1
Mar 01 14:17:10 scott-desktop-2 kernel: cpuidle: using governor ladder
Mar 01 14:17:10 scott-desktop-2 kernel: cpuidle: using governor menu
Mar 01 14:17:10 scott-desktop-2 kernel: KVM setup pv remote TLB flush
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: bus type PCI registered
Mar 01 14:17:10 scott-desktop-2 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: Using configuration type 1 for base access
Mar 01 14:17:10 scott-desktop-2 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mar 01 14:17:10 scott-desktop-2 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Mar 01 14:17:10 scott-desktop-2 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Module Device)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Processor Device)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA3970A123E00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA39709EEDC00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA3970A0E3800 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA39709CB2000 000133 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA3970A0E6000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA3970A0E1800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA39709EED800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA39709F01000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Dynamic OEM Table Load:
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: SSDT 0xFFFFA39709EED400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Interpreter enabled
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: (supports S0 S3 S4 S5)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Using IOAPIC for interrupt routing
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [USBC] (on)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [V0PR] (on)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [V1PR] (on)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [V2PR] (on)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [WRST] (on)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [FN00] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [FN01] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [FN02] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [FN03] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [FN04] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Resource [PIN] (off)
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Mar 01 14:17:10 scott-desktop-2 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Mar 01 14:17:10 scott-desktop-2 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Mar 01 14:17:10 scott-desktop-2 kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
Mar 01 14:17:10 scott-desktop-2 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Mar 01 14:17:10 scott-desktop-2 kernel: PCI host bridge to bus 0000:00
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4320000-0xa432ffff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa4336000-0xa4337fff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:14.2: reg 0x18: [mem 0xa433c000-0xa433cfff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa433b000-0xa433bfff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:16.0: PME# supported from D3hot
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4334000-0xa4335fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa433a000-0xa433a0ff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x18: [io  0x4050-0x4057]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4040-0x4043]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x20: [io  0x4020-0x403f]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa4339000-0xa43397ff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:17.0: PME# supported from D3hot
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4330000-0xa4333fff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4100000-0xa41fffff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa4338000-0xa43380ff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xa4300000-0xa431ffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: [10de:2187] type 00 class 0x030000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xa4000000-0xa407ffff pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: BAR 1: assigned to efifb
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.1: reg 0x10: [mem 0xa4080000-0xa4083fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.2: reg 0x10: [mem 0xa2000000-0xa203ffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xa2040000-0xa204ffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.3: reg 0x10: [mem 0xa4084000-0xa4084fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa20fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:02:00.0: [c0a9:2263] type 00 class 0x010802
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa4203fff 64bit]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4200000-0xa42fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: acpiphp: Slot [1] registered
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Mar 01 14:17:10 scott-desktop-2 kernel: acpiphp: Slot [1-1] registered
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
Mar 01 14:17:10 scott-desktop-2 kernel: iommu: Default domain type: Translated 
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Mar 01 14:17:10 scott-desktop-2 kernel: vgaarb: loaded
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: bus type USB registered
Mar 01 14:17:10 scott-desktop-2 kernel: usbcore: registered new interface driver usbfs
Mar 01 14:17:10 scott-desktop-2 kernel: usbcore: registered new interface driver hub
Mar 01 14:17:10 scott-desktop-2 kernel: usbcore: registered new device driver usb
Mar 01 14:17:10 scott-desktop-2 kernel: pps_core: LinuxPPS API ver. 1 registered
Mar 01 14:17:10 scott-desktop-2 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Mar 01 14:17:10 scott-desktop-2 kernel: PTP clock support registered
Mar 01 14:17:10 scott-desktop-2 kernel: EDAC MC: Ver: 3.0.0
Mar 01 14:17:10 scott-desktop-2 kernel: Registered efivars operations
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: Using ACPI for IRQ routing
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: pci_cache_line_size set to 64 bytes
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x7a842018-0x7bffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x7a853018-0x7bffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x878da000-0x87ffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x8a787000-0x8bffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x8cbca000-0x8fffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x8f510000-0x8fffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: e820: reserve RAM buffer [mem 0x86e000000-0x86fffffff]
Mar 01 14:17:10 scott-desktop-2 kernel: NetLabel: Initializing
Mar 01 14:17:10 scott-desktop-2 kernel: NetLabel:  domain hash size = 128
Mar 01 14:17:10 scott-desktop-2 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Mar 01 14:17:10 scott-desktop-2 kernel: NetLabel:  unlabeled traffic allowed by default
Mar 01 14:17:10 scott-desktop-2 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Mar 01 14:17:10 scott-desktop-2 kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: Switched to clocksource tsc-early
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE bpf ***
Mar 01 14:17:10 scott-desktop-2 kernel: VFS: Disk quotas dquot_6.6.0
Mar 01 14:17:10 scott-desktop-2 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE ramfs ***
Mar 01 14:17:10 scott-desktop-2 kernel: *** VALIDATE hugetlbfs ***
Mar 01 14:17:10 scott-desktop-2 kernel: pnp: PnP ACPI init
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:01: [io  0x0290-0x029f] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: pnp 00:02: [dma 0 disabled]
Mar 01 14:17:10 scott-desktop-2 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:08: [mem 0xfd6e0000-0xfd6effff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:08: [mem 0xfd6d0000-0xfd6dffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:08: [mem 0xfd6b0000-0xfd6bffff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:08: [mem 0xfd6a0000-0xfd6affff] has been reserved
Mar 01 14:17:10 scott-desktop-2 kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 01 14:17:10 scott-desktop-2 kernel: pnp: PnP ACPI: found 9 devices
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: BAR 14: assigned [mem 0xa2100000-0xa22fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: BAR 15: assigned [mem 0xa2300000-0xa24fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: BAR 13: assigned [io  0x5000-0x5fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa20fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4200000-0xa42fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0:   bridge window [io  0x5000-0x5fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0:   bridge window [mem 0xa2100000-0xa22fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:00:1d.0:   bridge window [mem 0xa2300000-0xa24fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa20fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa42fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:04: resource 1 [mem 0xa2100000-0xa22fffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci_bus 0000:04: resource 2 [mem 0xa2300000-0xa24fffff 64bit pref]
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 2
Mar 01 14:17:10 scott-desktop-2 kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: TCP: Hash tables configured (established 262144 bind 65536)
Mar 01 14:17:10 scott-desktop-2 kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 1
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 44
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Mar 01 14:17:10 scott-desktop-2 kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Mar 01 14:17:10 scott-desktop-2 kernel: PCI: CLS 64 bytes, default 64
Mar 01 14:17:10 scott-desktop-2 kernel: Trying to unpack rootfs image as initramfs...
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing initrd memory: 9036K
Mar 01 14:17:10 scott-desktop-2 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mar 01 14:17:10 scott-desktop-2 kernel: software IO TLB: mapped [mem 0x838da000-0x878da000] (64MB)
Mar 01 14:17:10 scott-desktop-2 kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Mar 01 14:17:10 scott-desktop-2 kernel: check: Scanning for low memory corruption every 60 seconds
Mar 01 14:17:10 scott-desktop-2 kernel: Initialise system trusted keyrings
Mar 01 14:17:10 scott-desktop-2 kernel: Key type blacklist registered
Mar 01 14:17:10 scott-desktop-2 kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Mar 01 14:17:10 scott-desktop-2 kernel: zbud: loaded
Mar 01 14:17:10 scott-desktop-2 kernel: Key type asymmetric registered
Mar 01 14:17:10 scott-desktop-2 kernel: Asymmetric key parser 'x509' registered
Mar 01 14:17:10 scott-desktop-2 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Mar 01 14:17:10 scott-desktop-2 kernel: io scheduler mq-deadline registered
Mar 01 14:17:10 scott-desktop-2 kernel: io scheduler kyber registered
Mar 01 14:17:10 scott-desktop-2 kernel: io scheduler bfq registered
Mar 01 14:17:10 scott-desktop-2 kernel: pcieport 0000:00:1b.0: AER: enabled with IRQ 121
Mar 01 14:17:10 scott-desktop-2 kernel: pcieport 0000:00:1b.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Mar 01 14:17:10 scott-desktop-2 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar 01 14:17:10 scott-desktop-2 kernel: efifb: probing for efifb
Mar 01 14:17:10 scott-desktop-2 kernel: efifb: framebuffer at 0x90000000, using 3072k, total 3072k
Mar 01 14:17:10 scott-desktop-2 kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Mar 01 14:17:10 scott-desktop-2 kernel: efifb: scrolling: redraw
Mar 01 14:17:10 scott-desktop-2 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Mar 01 14:17:10 scott-desktop-2 kernel: fbcon: Deferring console take-over
Mar 01 14:17:10 scott-desktop-2 kernel: fb0: EFI VGA frame buffer device
Mar 01 14:17:10 scott-desktop-2 kernel: intel_idle: MWAIT substates: 0x11142120
Mar 01 14:17:10 scott-desktop-2 kernel: intel_idle: v0.4.1 model 0x9E
Mar 01 14:17:10 scott-desktop-2 kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Mar 01 14:17:10 scott-desktop-2 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Sleep Button [SLPB]
Mar 01 14:17:10 scott-desktop-2 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Button [PWRB]
Mar 01 14:17:10 scott-desktop-2 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Power Button [PWRF]
Mar 01 14:17:10 scott-desktop-2 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Mar 01 14:17:10 scott-desktop-2 kernel: ACPI: Thermal Zone [TZ00] (28 C)
Mar 01 14:17:10 scott-desktop-2 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Mar 01 14:17:10 scott-desktop-2 kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Mar 01 14:17:10 scott-desktop-2 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Mar 01 14:17:10 scott-desktop-2 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Mar 01 14:17:10 scott-desktop-2 kernel: nvme nvme0: pci function 0000:02:00.0
Mar 01 14:17:10 scott-desktop-2 kernel: usbcore: registered new interface driver usbserial_generic
Mar 01 14:17:10 scott-desktop-2 kernel: usbserial: USB Serial support registered for generic
Mar 01 14:17:10 scott-desktop-2 kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Mar 01 14:17:10 scott-desktop-2 kernel: rtc_cmos rtc_cmos: registered as rtc0
Mar 01 14:17:10 scott-desktop-2 kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Mar 01 14:17:10 scott-desktop-2 kernel: intel_pstate: Intel P-state driver initializing
Mar 01 14:17:10 scott-desktop-2 kernel: intel_pstate: HWP enabled
Mar 01 14:17:10 scott-desktop-2 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Mar 01 14:17:10 scott-desktop-2 kernel: intel_pmc_core INT33A1:00:  initialized
Mar 01 14:17:10 scott-desktop-2 kernel: drop_monitor: Initializing network drop monitor service
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 10
Mar 01 14:17:10 scott-desktop-2 kernel: Segment Routing with IPv6
Mar 01 14:17:10 scott-desktop-2 kernel: NET: Registered protocol family 17
Mar 01 14:17:10 scott-desktop-2 kernel: RAS: Correctable Errors collector initialized.
Mar 01 14:17:10 scott-desktop-2 kernel: microcode: sig=0x906ed, pf=0x2, revision=0xb8
Mar 01 14:17:10 scott-desktop-2 kernel: microcode: Microcode Update Driver: v2.2.
Mar 01 14:17:10 scott-desktop-2 kernel: IPI shorthand broadcast: enabled
Mar 01 14:17:10 scott-desktop-2 kernel: sched_clock: Marking stable (850328955, 378501)->(864398429, -13690973)
Mar 01 14:17:10 scott-desktop-2 kernel: registered taskstats version 1
Mar 01 14:17:10 scott-desktop-2 kernel: Loading compiled-in X.509 certificates
Mar 01 14:17:10 scott-desktop-2 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: cfe7c07c6463dfb70cb379ae68ff6410fa0541b8'
Mar 01 14:17:10 scott-desktop-2 kernel: zswap: loaded using pool lzo/zbud
Mar 01 14:17:10 scott-desktop-2 kernel: Key type ._fscrypt registered
Mar 01 14:17:10 scott-desktop-2 kernel: Key type .fscrypt registered
Mar 01 14:17:10 scott-desktop-2 kernel: Key type big_key registered
Mar 01 14:17:10 scott-desktop-2 kernel: PM:   Magic number: 12:196:261
Mar 01 14:17:10 scott-desktop-2 kernel: acpi device:6d: hash matches
Mar 01 14:17:10 scott-desktop-2 kernel: memory memory131: hash matches
Mar 01 14:17:10 scott-desktop-2 kernel: rtc_cmos rtc_cmos: setting system clock to 2020-03-01T04:17:09 UTC (1583036229)
Mar 01 14:17:10 scott-desktop-2 kernel: nvme nvme0: missing or invalid SUBNQN field.
Mar 01 14:17:10 scott-desktop-2 kernel: nvme nvme0: 6/0/0 default/read/poll queues
Mar 01 14:17:10 scott-desktop-2 kernel:  nvme0n1: p1 p2 p3
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing unused decrypted memory: 2040K
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing unused kernel image (initmem) memory: 1664K
Mar 01 14:17:10 scott-desktop-2 kernel: Write protecting the kernel read-only data: 20480k
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Mar 01 14:17:10 scott-desktop-2 kernel: Freeing unused kernel image (rodata/data gap) memory: 1852K
Mar 01 14:17:10 scott-desktop-2 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mar 01 14:17:10 scott-desktop-2 kernel: Run /init as init process
Mar 01 14:17:10 scott-desktop-2 kernel: fbcon: Taking over console
Mar 01 14:17:10 scott-desktop-2 kernel: Console: switching to colour frame buffer device 128x48
Mar 01 14:17:10 scott-desktop-2 kernel: SCSI subsystem initialized
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb1: Product: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb1: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb1: SerialNumber: 0000:00:14.0
Mar 01 14:17:10 scott-desktop-2 kernel: hub 1-0:1.0: USB hub found
Mar 01 14:17:10 scott-desktop-2 kernel: hub 1-0:1.0: 16 ports detected
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb2: Product: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb2: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb2: SerialNumber: 0000:00:14.0
Mar 01 14:17:10 scott-desktop-2 kernel: hub 2-0:1.0: USB hub found
Mar 01 14:17:10 scott-desktop-2 kernel: hub 2-0:1.0: 10 ports detected
Mar 01 14:17:10 scott-desktop-2 kernel: libata version 3.00 loaded.
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb3: Product: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb3: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb3: SerialNumber: 0000:01:00.2
Mar 01 14:17:10 scott-desktop-2 kernel: hub 3-0:1.0: USB hub found
Mar 01 14:17:10 scott-desktop-2 kernel: hub 3-0:1.0: 2 ports detected
Mar 01 14:17:10 scott-desktop-2 kernel: ahci 0000:00:17.0: version 3.0
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Mar 01 14:17:10 scott-desktop-2 kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: Product: xHCI Host Controller
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Mar 01 14:17:10 scott-desktop-2 kernel: usb usb4: SerialNumber: 0000:01:00.2
Mar 01 14:17:10 scott-desktop-2 kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
Mar 01 14:17:10 scott-desktop-2 kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
Mar 01 14:17:10 scott-desktop-2 kernel: hub 4-0:1.0: USB hub found
Mar 01 14:17:10 scott-desktop-2 kernel: hub 4-0:1.0: 4 ports detected
Mar 01 14:17:10 scott-desktop-2 kernel: scsi host0: ahci
Mar 01 14:17:10 scott-desktop-2 kernel: scsi host1: ahci
Mar 01 14:17:10 scott-desktop-2 kernel: scsi host2: ahci
Mar 01 14:17:10 scott-desktop-2 kernel: scsi host3: ahci
Mar 01 14:17:10 scott-desktop-2 kernel: ata1: SATA max UDMA/133 abar m2048@0xa4339000 port 0xa4339100 irq 133
Mar 01 14:17:10 scott-desktop-2 kernel: ata2: SATA max UDMA/133 abar m2048@0xa4339000 port 0xa4339180 irq 133
Mar 01 14:17:10 scott-desktop-2 kernel: ata3: SATA max UDMA/133 abar m2048@0xa4339000 port 0xa4339200 irq 133
Mar 01 14:17:10 scott-desktop-2 kernel: ata4: SATA max UDMA/133 abar m2048@0xa4339000 port 0xa4339280 irq 133
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-3: new low-speed USB device number 2 using xhci_hcd
Mar 01 14:17:10 scott-desktop-2 kernel: ata2: SATA link down (SStatus 4 SControl 300)
Mar 01 14:17:10 scott-desktop-2 kernel: ata4: SATA link down (SStatus 4 SControl 300)
Mar 01 14:17:10 scott-desktop-2 kernel: ata3: SATA link down (SStatus 4 SControl 300)
Mar 01 14:17:10 scott-desktop-2 kernel: ata1: SATA link down (SStatus 4 SControl 300)
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-3: New USB device found, idVendor=045e, idProduct=07f8, bcdDevice= 3.00
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-3: Product: Wired Keyboard 600
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-3: Manufacturer: Microsoft
Mar 01 14:17:10 scott-desktop-2 kernel: hid: raw HID events driver (C) Jiri Kosina
Mar 01 14:17:10 scott-desktop-2 kernel: usbcore: registered new interface driver usbhid
Mar 01 14:17:10 scott-desktop-2 kernel: usbhid: USB HID core driver
Mar 01 14:17:10 scott-desktop-2 kernel: input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:045E:07F8.0001/input/input3
Mar 01 14:17:10 scott-desktop-2 kernel: random: fast init done
Mar 01 14:17:10 scott-desktop-2 kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
Mar 01 14:17:10 scott-desktop-2 kernel: hid-generic 0003:045E:07F8.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:14.0-3/input0
Mar 01 14:17:10 scott-desktop-2 kernel: input: Microsoft Wired Keyboard 600 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:045E:07F8.0002/input/input4
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
Mar 01 14:17:10 scott-desktop-2 kernel: input: Microsoft Wired Keyboard 600 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:045E:07F8.0002/input/input5
Mar 01 14:17:10 scott-desktop-2 kernel: hid-generic 0003:045E:07F8.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:14.0-3/input1
Mar 01 14:17:10 scott-desktop-2 kernel: tsc: Refined TSC clocksource calibration: 3695.998 MHz
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d2284b57, max_idle_ns: 881590451434 ns
Mar 01 14:17:10 scott-desktop-2 kernel: clocksource: Switched to clocksource tsc
Mar 01 14:17:10 scott-desktop-2 kernel: random: crng init done
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Successfully credited entropy passed from boot loader.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Detected architecture x86-64.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Set hostname to <scott-desktop-2>.
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-4: New USB device found, idVendor=046d, idProduct=c041, bcdDevice=46.00
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-4: Product: USB Gaming Mouse
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-4: Manufacturer: Logitech
Mar 01 14:17:10 scott-desktop-2 kernel: input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C041.0003/input/input6
Mar 01 14:17:10 scott-desktop-2 kernel: hid-generic 0003:046D:C041.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:14.0-4/input0
Mar 01 14:17:10 scott-desktop-2 kernel: hid-generic 0003:046D:C041.0004: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:14.0-4/input1
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Created slice system-getty.slice.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Created slice system-modprobe.slice.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Created slice system-systemd\x2dfsck.slice.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Created slice User and Session Slice.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Reached target Local Encrypted Volumes.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Reached target Paths.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Reached target Remote File Systems.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Reached target Slices.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on LVM2 metadata daemon socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on LVM2 poll daemon socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on Process Core Dump Socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on initctl Compatibility Named Pipe.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on Journal Audit Socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on Journal Socket (/dev/log).
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on Journal Socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on udev Control Socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Listening on udev Kernel Socket.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounting Huge Pages File System...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounting POSIX Message Queue File System...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounting Kernel Debug File System...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Create list of static device nodes for the current kernel...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting File System Check on Root Device...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Journal Service...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Load Kernel Modules...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting udev Coldplug all Devices...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounted Huge Pages File System.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounted POSIX Message Queue File System.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounted Kernel Debug File System.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Create list of static device nodes for the current kernel.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started LVM2 metadata daemon.
Mar 01 14:17:10 scott-desktop-2 kernel: vboxdrv: loading out-of-tree module taints kernel.
Mar 01 14:17:10 scott-desktop-2 kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Mar 01 14:17:10 scott-desktop-2 kernel: vboxdrv: Found 6 processor cores
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started File System Check on Root Device.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Remount Root and Kernel File Systems...
Mar 01 14:17:10 scott-desktop-2 kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Remount Root and Kernel File Systems.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Load/Save Random Seed...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Condition check resulted in Create System Users being skipped.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Create Static Device Nodes in /dev...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Load/Save Random Seed.
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: new high-speed USB device number 4 using xhci_hcd
Mar 01 14:17:10 scott-desktop-2 kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3695984773 Hz
Mar 01 14:17:10 scott-desktop-2 kernel: vboxdrv: Successfully loaded version 6.1.4 (interface 0x002d0001)
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Create Static Device Nodes in /dev.
Mar 01 14:17:10 scott-desktop-2 kernel: VBoxNetAdp: Successfully started.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting udev Kernel Device Manager...
Mar 01 14:17:10 scott-desktop-2 kernel: VBoxNetFlt: Successfully started.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Load Kernel Modules.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounting Kernel Configuration File System...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Apply Kernel Variables...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Mounted Kernel Configuration File System.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started udev Coldplug all Devices.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Apply Kernel Variables.
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: New USB device found, idVendor=0cf3, idProduct=7015, bcdDevice= 2.02
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: New USB device strings: Mfr=16, Product=32, SerialNumber=48
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: Product: USB WLAN
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: Manufacturer: ATHEROS
Mar 01 14:17:10 scott-desktop-2 kernel: usb 1-7: SerialNumber: 12345
Mar 01 14:17:10 scott-desktop-2 systemd-journald[290]: Journal started
Mar 01 14:17:10 scott-desktop-2 systemd-journald[290]: Runtime Journal (/run/log/journal/ffffe71891514f1dba1b1cb212309159) is 8.0M, max 1.5G, 1.5G free.
Mar 01 14:17:10 scott-desktop-2 systemd-modules-load[291]: Inserted module 'vboxdrv'
Mar 01 14:17:10 scott-desktop-2 systemd-modules-load[291]: Inserted module 'vboxnetadp'
Mar 01 14:17:10 scott-desktop-2 systemd-modules-load[291]: Inserted module 'vboxnetflt'
Mar 01 14:17:10 scott-desktop-2 systemd-fsck[296]: /dev/nvme0n1p3: clean, 165225/29450240 files, 4193990/117771009 blocks
Mar 01 14:17:10 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Starting Flush Journal to Persistent Storage...
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Journal Service.
Mar 01 14:17:10 scott-desktop-2 kernel: audit: type=1130 audit(1583036230.903:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:10 scott-desktop-2 systemd-journald[290]: Time spent on flushing to /var is 33.999ms for 805 entries.
Mar 01 14:17:10 scott-desktop-2 systemd-journald[290]: System Journal (/var/log/journal/ffffe71891514f1dba1b1cb212309159) is 56.0M, max 4.0G, 3.9G free.
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started Flush Journal to Persistent Storage.
Mar 01 14:17:10 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:10 scott-desktop-2 kernel: audit: type=1130 audit(1583036230.956:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:10 scott-desktop-2 systemd[1]: Started udev Kernel Device Manager.
Mar 01 14:17:10 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:10 scott-desktop-2 kernel: audit: type=1130 audit(1583036230.973:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Mar 01 14:17:11 scott-desktop-2 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Mar 01 14:17:11 scott-desktop-2 kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Mar 01 14:17:11 scott-desktop-2 kernel: EDAC ie31200: No ECC support
Mar 01 14:17:11 scott-desktop-2 kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Mar 01 14:17:11 scott-desktop-2 mtp-probe[365]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
Mar 01 14:17:11 scott-desktop-2 mtp-probe[366]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Mar 01 14:17:11 scott-desktop-2 mtp-probe[366]: bus: 1, device: 2 was not an MTP device
Mar 01 14:17:11 scott-desktop-2 mtp-probe[365]: bus: 1, device: 3 was not an MTP device
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Found device CT500P1SSD8 2.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Found device CT500P1SSD8 1.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Activating swap /dev/disk/by-uuid/073cc0fe-f32d-48a7-8bdf-1b1e37dffef0...
Mar 01 14:17:11 scott-desktop-2 kernel: mousedev: PS/2 mouse device common for all mice
Mar 01 14:17:11 scott-desktop-2 kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Mar 01 14:17:11 scott-desktop-2 kernel: IPMI message handler: version 39.2
Mar 01 14:17:11 scott-desktop-2 kernel: ipmi device interface
Mar 01 14:17:11 scott-desktop-2 kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Mar 01 14:17:11 scott-desktop-2 kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Mar 01 14:17:11 scott-desktop-2 kernel: Linux agpgart interface v0.103
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Mar 01 14:17:11 scott-desktop-2 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Activated swap /dev/disk/by-uuid/073cc0fe-f32d-48a7-8bdf-1b1e37dffef0.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Swap.
Mar 01 14:17:11 scott-desktop-2 kernel: Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SSFS
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Mounting Temporary Directory (/tmp)...
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Mounted Temporary Directory (/tmp).
Mar 01 14:17:11 scott-desktop-2 kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Mar 01 14:17:11 scott-desktop-2 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Mar 01 14:17:11 scott-desktop-2 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Mar 01 14:17:11 scott-desktop-2 kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Mar 01 14:17:11 scott-desktop-2 kernel: intel-spi 0000:00:1f.5: w25q128 (16384 Kbytes)
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Local File Systems (Pre).
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1130 audit(1583036231.239:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting File System Check on /dev/disk/by-uuid/CD71-06ED...
Mar 01 14:17:11 scott-desktop-2 systemd-fsck[400]: fsck.fat 4.1 (2017-01-24)
Mar 01 14:17:11 scott-desktop-2 systemd-fsck[400]: /dev/nvme0n1p1: 15 files, 11411/130812 clusters
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started File System Check on /dev/disk/by-uuid/CD71-06ED.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-CD71\x2d06ED comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Mounting /boot...
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1130 audit(1583036231.259:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-CD71\x2d06ED comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Mar 01 14:17:11 scott-desktop-2 kernel: 0x000000000000-0x000001000000 : "BIOS"
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Mounted /boot.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Local File Systems.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting Create Volatile Files and Directories...
Mar 01 14:17:11 scott-desktop-2 kernel: cryptd: max_cpu_qlen set to 1000
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Create Volatile Files and Directories.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in Update is Completed being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1130 audit(1583036231.333:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 audit[407]: SYSTEM_BOOT pid=407 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1127 audit(1583036231.336:8): pid=407 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Update UTMP about System Boot/Shutdown.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target System Initialization.
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1130 audit(1583036231.339:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Daily man-db regeneration.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Daily verification of password and group files.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Daily Cleanup of Temporary Directories.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Timers.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Listening on D-Bus System Message Bus Socket.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Sockets.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Basic System.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started D-Bus System Message Bus.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting Load kernel module drm...
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started OpenSSH Daemon.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting Permit User Sessions...
Mar 01 14:17:11 scott-desktop-2 kernel: audit: type=1130 audit(1583036231.346:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: modprobe@drm.service: Succeeded.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Load kernel module drm.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Starting Login Service...
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Permit User Sessions.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Getty on tty1.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Login Prompts.
Mar 01 14:17:11 scott-desktop-2 kernel: AVX2 version of gcm_enc/dec engaged.
Mar 01 14:17:11 scott-desktop-2 kernel: AES CTR mode by8 optimization enabled
Mar 01 14:17:11 scott-desktop-2 sshd[410]: Server listening on 0.0.0.0 port 22.
Mar 01 14:17:11 scott-desktop-2 sshd[410]: Server listening on :: port 22.
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Mar 01 14:17:11 scott-desktop-2 kernel: nvidia: module license 'NVIDIA' taints kernel.
Mar 01 14:17:11 scott-desktop-2 kernel: Disabling lock debugging due to kernel taint
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Mar 01 14:17:11 scott-desktop-2 systemd-udevd[327]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 01 14:17:11 scott-desktop-2 kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x1a/0x0/0x0/0x0/0x0)
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Mar 01 14:17:11 scott-desktop-2 kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x15
Mar 01 14:17:11 scott-desktop-2 kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a8:5e:45:2c:39:7c
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event2 (Power Button)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event1 (Power Button)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event0 (Sleep Button)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event3 (Microsoft Wired Keyboard 600)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event4 (Microsoft Wired Keyboard 600 Consumer Control)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: Watching system buttons on /dev/input/event5 (Microsoft Wired Keyboard 600 System Control)
Mar 01 14:17:11 scott-desktop-2 systemd-logind[412]: New seat seat0.
Mar 01 14:17:11 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Started Login Service.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Multi-User System.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Graphical Interface.
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Startup finished in 8.863s (firmware) + 1.838s (loader) + 1.809s (kernel) + 1.110s (userspace) = 13.622s.
Mar 01 14:17:11 scott-desktop-2 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.59  Thu Jan 30 01:00:41 UTC 2020
Mar 01 14:17:11 scott-desktop-2 kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
Mar 01 14:17:11 scott-desktop-2 kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Mar 01 14:17:11 scott-desktop-2 kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Mar 01 14:17:11 scott-desktop-2 kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Mar 01 14:17:11 scott-desktop-2 kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Mar 01 14:17:11 scott-desktop-2 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mar 01 14:17:11 scott-desktop-2 kernel: asus_wmi: ASUS WMI generic driver loaded
Mar 01 14:17:11 scott-desktop-2 kernel: asus_wmi: Initialization: 0x0
Mar 01 14:17:11 scott-desktop-2 kernel: asus_wmi: BIOS WMI version: 0.9
Mar 01 14:17:11 scott-desktop-2 kernel: asus_wmi: SFUN value: 0x0
Mar 01 14:17:11 scott-desktop-2 kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Mar 01 14:17:11 scott-desktop-2 kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Mar 01 14:17:11 scott-desktop-2 systemd-udevd[323]: Using default interface naming scheme 'v243'.
Mar 01 14:17:11 scott-desktop-2 systemd-udevd[323]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 01 14:17:11 scott-desktop-2 kernel: e1000e 0000:00:1f.6 eno1: renamed from eth0
Mar 01 14:17:11 scott-desktop-2 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mar 01 14:17:11 scott-desktop-2 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Mar 01 14:17:11 scott-desktop-2 kernel: cfg80211: failed to load regulatory.db
Mar 01 14:17:11 scott-desktop-2 kernel: iTCO_vendor_support: vendor-support=0
Mar 01 14:17:11 scott-desktop-2 systemd-udevd[338]: Using default interface naming scheme 'v243'.
Mar 01 14:17:11 scott-desktop-2 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Mar 01 14:17:11 scott-desktop-2 kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Mar 01 14:17:11 scott-desktop-2 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Mar 01 14:17:11 scott-desktop-2 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.59  Thu Jan 30 00:59:18 UTC 2020
Mar 01 14:17:11 scott-desktop-2 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Mar 01 14:17:11 scott-desktop-2 kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Mar 01 14:17:11 scott-desktop-2 systemd[1]: Reached target Sound Card.
Mar 01 14:17:11 scott-desktop-2 kernel: usb 1-7: ath9k_htc: Firmware ath9k_htc/htc_7010-1.4.0.fw requested
Mar 01 14:17:11 scott-desktop-2 kernel: usbcore: registered new interface driver ath9k_htc
Mar 01 14:17:11 scott-desktop-2 kernel: usb 1-7: ath9k_htc: Transferred FW: ath9k_htc/htc_7010-1.4.0.fw, size: 72812
Mar 01 14:17:11 scott-desktop-2 kernel: intel_rapl_common: Found RAPL domain package
Mar 01 14:17:11 scott-desktop-2 kernel: intel_rapl_common: Found RAPL domain core
Mar 01 14:17:11 scott-desktop-2 kernel: intel_rapl_common: Found RAPL domain dram
Mar 01 14:17:11 scott-desktop-2 kernel: ath9k_htc 1-7:1.0: ath9k_htc: HTC initialized with 45 credits
Mar 01 14:17:12 scott-desktop-2 kernel: ath9k_htc 1-7:1.0: ath9k_htc: FW Version: 1.4
Mar 01 14:17:12 scott-desktop-2 kernel: ath9k_htc 1-7:1.0: FW RMW support: On
Mar 01 14:17:12 scott-desktop-2 kernel: ath: EEPROM regdomain: 0x809c
Mar 01 14:17:12 scott-desktop-2 kernel: ath: EEPROM indicates we should expect a country code
Mar 01 14:17:12 scott-desktop-2 kernel: ath: doing EEPROM country->regdmn map search
Mar 01 14:17:12 scott-desktop-2 kernel: ath: country maps to regdmn code: 0x52
Mar 01 14:17:12 scott-desktop-2 kernel: ath: Country alpha2 being used: CN
Mar 01 14:17:12 scott-desktop-2 kernel: ath: Regpair used: 0x52
Mar 01 14:17:12 scott-desktop-2 systemd[1]: Starting Load/Save RF Kill Switch Status...
Mar 01 14:17:12 scott-desktop-2 systemd-udevd[321]: Using default interface naming scheme 'v243'.
Mar 01 14:17:12 scott-desktop-2 kernel: ieee80211 phy0: Atheros AR9287 Rev:2
Mar 01 14:17:12 scott-desktop-2 systemd-udevd[321]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 01 14:17:12 scott-desktop-2 kernel: ath9k_htc 1-7:1.0 wlp0s20f0u7: renamed from wlan0
Mar 01 14:17:12 scott-desktop-2 systemd[1]: Started Load/Save RF Kill Switch Status.
Mar 01 14:17:12 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:12 scott-desktop-2 systemd-udevd[319]: Using default interface naming scheme 'v243'.
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Mar 01 14:17:13 scott-desktop-2 kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Mar 01 14:17:17 scott-desktop-2 systemd[1]: systemd-rfkill.service: Succeeded.
Mar 01 14:17:17 scott-desktop-2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:17 scott-desktop-2 kernel: kauditd_printk_skb: 7 callbacks suppressed
Mar 01 14:17:17 scott-desktop-2 kernel: audit: type=1131 audit(1583036237.226:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:19 scott-desktop-2 kernel: audit: type=1006 audit(1583036239.233:22): pid=413 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Mar 01 14:17:19 scott-desktop-2 systemd[1]: Created slice User Slice of UID 1000.
Mar 01 14:17:19 scott-desktop-2 systemd[1]: Starting User Runtime Directory /run/user/1000...
Mar 01 14:17:19 scott-desktop-2 systemd[1]: Started User Runtime Directory /run/user/1000.
Mar 01 14:17:19 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:19 scott-desktop-2 kernel: audit: type=1130 audit(1583036239.243:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:19 scott-desktop-2 systemd[1]: Starting User Manager for UID 1000...
Mar 01 14:17:19 scott-desktop-2 kernel: audit: type=1006 audit(1583036239.249:25): pid=502 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Reached target Paths.
Mar 01 14:17:19 scott-desktop-2 kernel: audit: type=1130 audit(1583036239.289:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:19 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Reached target Timers.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Starting D-Bus User Message Bus Socket.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on GnuPG network certificate management daemon.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on p11-kit server.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on Sound System.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Listening on D-Bus User Message Bus Socket.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Reached target Sockets.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Reached target Basic System.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Reached target Main User Target.
Mar 01 14:17:19 scott-desktop-2 systemd[502]: Startup finished in 38ms.
Mar 01 14:17:19 scott-desktop-2 systemd[1]: Started User Manager for UID 1000.
Mar 01 14:17:22 scott-desktop-2 systemd[1]: Started Getty on tty2.
Mar 01 14:17:22 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:17:22 scott-desktop-2 kernel: kauditd_printk_skb: 2 callbacks suppressed
Mar 01 14:17:22 scott-desktop-2 kernel: audit: type=1130 audit(1583036242.596:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:08 scott-desktop-2 audit[513]: CRED_REFR pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:18:08 scott-desktop-2 audit[513]: USER_START pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:18:08 scott-desktop-2 kernel: audit: type=1110 audit(1583036288.736:34): pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:18:08 scott-desktop-2 kernel: audit: type=1105 audit(1583036288.736:35): pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:18:12 scott-desktop-2 systemd-udevd[307]: 0-0008: Worker [340] processing SEQNUM=3648 is taking a long time
Mar 01 14:18:24 scott-desktop-2 systemd[1]: getty@tty2.service: Succeeded.
Mar 01 14:18:24 scott-desktop-2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 kernel: audit: type=1131 audit(1583036304.186:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 1.
Mar 01 14:18:24 scott-desktop-2 systemd[1]: Stopped Getty on tty2.
Mar 01 14:18:24 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 kernel: audit: type=1130 audit(1583036304.186:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 kernel: audit: type=1131 audit(1583036304.186:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 systemd[1]: Started Getty on tty2.
Mar 01 14:18:24 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:18:24 scott-desktop-2 kernel: audit: type=1130 audit(1583036304.189:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:27 scott-desktop-2 sudo[513]: pam_unix(sudo:session): session closed for user root
Mar 01 14:19:27 scott-desktop-2 audit[513]: USER_END pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:19:27 scott-desktop-2 audit[513]: CRED_DISP pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:19:27 scott-desktop-2 kernel: audit: type=1106 audit(1583036367.739:40): pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:19:27 scott-desktop-2 kernel: audit: type=1104 audit(1583036367.739:41): pid=513 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty1 res=success'
Mar 01 14:19:37 scott-desktop-2 systemd[502]: Started D-Bus User Message Bus.
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=550 comm="xfce4-session ")
Mar 01 14:19:37 scott-desktop-2 systemd[502]: Starting Accessibility services bus...
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Successfully activated service 'org.a11y.Bus'
Mar 01 14:19:37 scott-desktop-2 systemd[502]: Started Accessibility services bus.
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Activating service name='org.xfce.Xfconf' requested by ':1.5' (uid=1000 pid=550 comm="xfce4-session ")
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Successfully activated service 'org.xfce.Xfconf'
Mar 01 14:19:37 scott-desktop-2 at-spi-bus-launcher[566]: dbus-daemon[566]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=550 comm="xfce4-session ")
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[408]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=1000 pid=550 comm="xfce4-session ")
Mar 01 14:19:37 scott-desktop-2 systemd[1]: Starting Authorization Manager...
Mar 01 14:19:37 scott-desktop-2 at-spi-bus-launcher[566]: dbus-daemon[566]: Successfully activated service 'org.a11y.atspi.Registry'
Mar 01 14:19:37 scott-desktop-2 at-spi-bus-launcher[576]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Mar 01 14:19:37 scott-desktop-2 polkitd[577]: Started polkitd version 0.116
Mar 01 14:19:37 scott-desktop-2 polkitd[577]: Loading rules from directory /etc/polkit-1/rules.d
Mar 01 14:19:37 scott-desktop-2 polkitd[577]: Loading rules from directory /usr/share/polkit-1/rules.d
Mar 01 14:19:37 scott-desktop-2 polkitd[577]: Finished loading, compiling and executing 2 rules
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[408]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Mar 01 14:19:37 scott-desktop-2 systemd[1]: Started Authorization Manager.
Mar 01 14:19:37 scott-desktop-2 polkitd[577]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Mar 01 14:19:37 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:37 scott-desktop-2 kernel: audit: type=1130 audit(1583036377.429:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:37 scott-desktop-2 systemd[502]: Started GnuPG cryptographic agent and passphrase cache.
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: gpg-agent (GnuPG) 2.2.19 starting in supervised mode.
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Mar 01 14:19:37 scott-desktop-2 gpg-agent[596]: listening on: std=3 extra=5 browser=4 ssh=6
Mar 01 14:19:37 scott-desktop-2 systemd[502]: Starting Sound Service...
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[408]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.15' (uid=1000 pid=604 comm="/usr/bin/pulseaudio --daemonize=no ")
Mar 01 14:19:37 scott-desktop-2 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Mar 01 14:19:37 scott-desktop-2 dbus-daemon[408]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Mar 01 14:19:37 scott-desktop-2 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Successfully called chroot.
Mar 01 14:19:37 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Successfully dropped privileges.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Successfully limited resources.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Running.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Canary thread running.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Watchdog thread running.
Mar 01 14:19:37 scott-desktop-2 kernel: audit: type=1130 audit(1583036377.953:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 604 of process 604 owned by '1000' high priority at nice level -11.
Mar 01 14:19:37 scott-desktop-2 rtkit-daemon[660]: Supervising 1 threads of 1 processes of 1 users.
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.25' (uid=1000 pid=661 comm="xfdesktop --display :0.0 --sm-client-id 2f20990c4-")
Mar 01 14:19:38 scott-desktop-2 tumblerd[677]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Mar 01 14:19:38 scott-desktop-2 tumblerd[677]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.7: cannot open shared object file: No such file or directory
Mar 01 14:19:38 scott-desktop-2 tumblerd[677]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Mar 01 14:19:38 scott-desktop-2 tumblerd[677]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Mar 01 14:19:38 scott-desktop-2 org.freedesktop.thumbnails.Thumbnailer1[677]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Mar 01 14:19:38 scott-desktop-2 org.freedesktop.thumbnails.Thumbnailer1[677]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.32' (uid=1000 pid=680 comm="xfce4-power-manager --restart --sm-client-id 24cdc")
Mar 01 14:19:38 scott-desktop-2 systemd[502]: Starting XFCE notifications service...
Mar 01 14:19:38 scott-desktop-2 polkitd[577]: Registered Authentication Agent for unix-session:1 (system bus name :1.19 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[408]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.20' (uid=1000 pid=668 comm="/usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/pa")
Mar 01 14:19:38 scott-desktop-2 systemd[1]: Starting Daemon for power management...
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[557]: [session uid=1000 pid=557] Successfully activated service 'org.freedesktop.Notifications'
Mar 01 14:19:38 scott-desktop-2 systemd[502]: Started XFCE notifications service.
Mar 01 14:19:38 scott-desktop-2 dbus-daemon[408]: [system] Successfully activated service 'org.freedesktop.UPower'
Mar 01 14:19:38 scott-desktop-2 systemd[1]: Started Daemon for power management.
Mar 01 14:19:38 scott-desktop-2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:38 scott-desktop-2 kernel: audit: type=1130 audit(1583036378.456:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Supervising 1 threads of 1 processes of 1 users.
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 735 of process 604 owned by '1000' RT at priority 5.
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Supervising 2 threads of 1 processes of 1 users.
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Supervising 2 threads of 1 processes of 1 users.
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 736 of process 604 owned by '1000' RT at priority 5.
Mar 01 14:19:38 scott-desktop-2 rtkit-daemon[660]: Supervising 3 threads of 1 processes of 1 users.
Mar 01 14:19:38 scott-desktop-2 systemd[502]: Started Sound Service.
Mar 01 14:19:59 scott-desktop-2 kernel: audit: type=1006 audit(1583036399.266:48): pid=518 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
Mar 01 14:20:00 scott-desktop-2 rtkit-daemon[660]: Supervising 2 threads of 1 processes of 1 users.
Mar 01 14:20:00 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 746 of process 604 owned by '1000' RT at priority 5.
Mar 01 14:20:00 scott-desktop-2 rtkit-daemon[660]: Supervising 3 threads of 1 processes of 1 users.
Mar 01 14:20:24 scott-desktop-2 rtkit-daemon[660]: Supervising 2 threads of 1 processes of 1 users.
Mar 01 14:20:24 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 748 of process 604 owned by '1000' RT at priority 5.
Mar 01 14:20:24 scott-desktop-2 rtkit-daemon[660]: Supervising 3 threads of 1 processes of 1 users.
Mar 01 14:20:26 scott-desktop-2 rtkit-daemon[660]: Supervising 2 threads of 1 processes of 1 users.
Mar 01 14:20:26 scott-desktop-2 rtkit-daemon[660]: Successfully made thread 749 of process 604 owned by '1000' RT at priority 5.
Mar 01 14:20:26 scott-desktop-2 rtkit-daemon[660]: Supervising 3 threads of 1 processes of 1 users.
Mar 01 14:21:25 scott-desktop-2 sudo[755]: pam_unix(sudo:auth): conversation failed
Mar 01 14:21:35 scott-desktop-2 audit[757]: CRED_REFR pid=757 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty2 res=success'
Mar 01 14:21:35 scott-desktop-2 audit[757]: USER_START pid=757 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty2 res=success'
Mar 01 14:21:35 scott-desktop-2 kernel: audit: type=1110 audit(1583036495.273:54): pid=757 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty2 res=success'
Mar 01 14:21:35 scott-desktop-2 kernel: audit: type=1105 audit(1583036495.273:55): pid=757 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=scott-desktop-2 addr=? terminal=/dev/tty2 res=success'

Xorg.0.log :

[   146.249] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   146.251] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   146.255] Build Operating System: Linux Arch Linux
[   146.257] Current Operating System: Linux scott-desktop-2 5.5.6-arch1-1 #1 SMP PREEMPT Mon, 24 Feb 2020 12:20:16 +0000 x86_64
[   146.257] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=55763bc3-052c-e645-9a32-9a0f6e5c36d9 nvidia-drm.modeset=0
[   146.260] Build Date: 14 January 2020  07:13:52AM
[   146.261]  
[   146.263] Current version of pixman: 0.38.4
[   146.266] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   146.266] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   146.272] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar  1 14:19:34 2020
[   146.275] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   146.276] (==) No Layout section.  Using the first Screen section.
[   146.276] (==) No screen section available. Using defaults.
[   146.276] (**) |-->Screen "Default Screen Section" (0)
[   146.276] (**) |   |-->Monitor "<default monitor>"
[   146.276] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   146.276] (==) Automatically adding devices
[   146.276] (==) Automatically enabling devices
[   146.276] (==) Automatically adding GPU devices
[   146.276] (==) Automatically binding GPU devices
[   146.276] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   146.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   146.278] 	Entry deleted from font path.
[   146.278] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   146.278] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   146.278] 	Entry deleted from font path.
[   146.278] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   146.278] 	Entry deleted from font path.
[   146.278] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   146.278] 	Entry deleted from font path.
[   146.279] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   146.279] (==) ModulePath set to "/usr/lib/xorg/modules"
[   146.279] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   146.279] (II) Module ABI versions:
[   146.279] 	X.Org ANSI C Emulation: 0.4
[   146.279] 	X.Org Video Driver: 24.1
[   146.279] 	X.Org XInput driver : 24.1
[   146.279] 	X.Org Server Extension : 10.0
[   146.280] (++) using VT number 1

[   146.282] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   146.283] (II) xfree86: Adding drm device (/dev/dri/card0)
[   146.283] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   146.285] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   146.286] (--) PCI:*(1@0:0:0) 10de:2187:1458:401b rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[   146.286] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   146.286] (II) LoadModule: "glx"
[   146.287] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   146.294] (II) Module glx: vendor="X.Org Foundation"
[   146.294] 	compiled for 1.20.7, module version = 1.0.0
[   146.294] 	ABI class: X.Org Server Extension, version 10.0
[   146.294] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   146.294] 	loading driver: nvidia
[   146.294] (==) Matched nvidia as autoconfigured driver 0
[   146.294] (==) Matched nouveau as autoconfigured driver 1
[   146.294] (==) Matched nv as autoconfigured driver 2
[   146.294] (==) Matched modesetting as autoconfigured driver 3
[   146.294] (==) Matched fbdev as autoconfigured driver 4
[   146.294] (==) Matched vesa as autoconfigured driver 5
[   146.294] (==) Assigned the driver to the xf86ConfigLayout
[   146.294] (II) LoadModule: "nvidia"
[   146.294] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   146.297] (II) Module nvidia: vendor="NVIDIA Corporation"
[   146.297] 	compiled for 1.6.99.901, module version = 1.0.0
[   146.297] 	Module class: X.Org Video Driver
[   146.297] (II) LoadModule: "nouveau"
[   146.298] (WW) Warning, couldn't open module nouveau
[   146.298] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   146.298] (II) LoadModule: "nv"
[   146.298] (WW) Warning, couldn't open module nv
[   146.298] (EE) Failed to load module "nv" (module does not exist, 0)
[   146.298] (II) LoadModule: "modesetting"
[   146.298] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   146.300] (II) Module modesetting: vendor="X.Org Foundation"
[   146.300] 	compiled for 1.20.7, module version = 1.20.7
[   146.300] 	Module class: X.Org Video Driver
[   146.300] 	ABI class: X.Org Video Driver, version 24.1
[   146.300] (II) LoadModule: "fbdev"
[   146.300] (WW) Warning, couldn't open module fbdev
[   146.300] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   146.300] (II) LoadModule: "vesa"
[   146.300] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   146.301] (II) Module vesa: vendor="X.Org Foundation"
[   146.301] 	compiled for 1.20.0, module version = 2.4.0
[   146.301] 	Module class: X.Org Video Driver
[   146.301] 	ABI class: X.Org Video Driver, version 24.0
[   146.301] (II) NVIDIA dlloader X Driver  440.59  Thu Jan 30 01:08:17 UTC 2020
[   146.301] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   146.301] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   146.301] (II) VESA: driver for VESA chipsets: vesa
[   146.301] (II) systemd-logind: releasing fd for 226:0
[   146.302] (II) Loading sub module "fb"
[   146.302] (II) LoadModule: "fb"
[   146.302] (II) Loading /usr/lib/xorg/modules/libfb.so
[   146.303] (II) Module fb: vendor="X.Org Foundation"
[   146.303] 	compiled for 1.20.7, module version = 1.0.0
[   146.303] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   146.303] (II) Loading sub module "wfb"
[   146.303] (II) LoadModule: "wfb"
[   146.303] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   146.304] (II) Module wfb: vendor="X.Org Foundation"
[   146.304] 	compiled for 1.20.7, module version = 1.0.0
[   146.304] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   146.304] (II) Loading sub module "ramdac"
[   146.304] (II) LoadModule: "ramdac"
[   146.304] (II) Module "ramdac" already built-in
[   146.305] (WW) Falling back to old probe method for modesetting
[   146.305] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   146.305] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   146.305] (==) NVIDIA(0): RGB weight 888
[   146.305] (==) NVIDIA(0): Default visual is TrueColor
[   146.305] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   146.306] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   146.306] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   146.306] (**) NVIDIA(0): Enabling 2D acceleration
[   146.306] (II) Loading sub module "glxserver_nvidia"
[   146.306] (II) LoadModule: "glxserver_nvidia"
[   146.306] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   146.342] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   146.342] 	compiled for 1.6.99.901, module version = 1.0.0
[   146.342] 	Module class: X.Org Server Extension
[   146.342] (II) NVIDIA GLX Module  440.59  Thu Jan 30 01:05:38 UTC 2020
[   146.343] (II) NVIDIA: The X server supports PRIME Render Offload.
[   146.968] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   146.968] (--) NVIDIA(0):     DFP-0
[   146.968] (--) NVIDIA(0):     DFP-1 (boot)
[   146.968] (--) NVIDIA(0):     DFP-2
[   146.968] (--) NVIDIA(0):     DFP-3
[   146.969] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 SUPER (TU116-A) at PCI:1:0:0
[   146.969] (II) NVIDIA(0):     (GPU-0)
[   146.969] (--) NVIDIA(0): Memory: 4194304 kBytes
[   146.969] (--) NVIDIA(0): VideoBIOS: 90.16.46.00.de
[   146.969] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   146.969] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   146.969] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   146.969] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   146.969] (--) NVIDIA(GPU-0): 
[   146.998] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): connected
[   146.998] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): Internal TMDS
[   146.998] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): 600.0 MHz maximum pixel clock
[   146.998] (--) NVIDIA(GPU-0): 
[   146.998] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   146.998] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   146.998] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   146.998] (--) NVIDIA(GPU-0): 
[   146.998] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   146.998] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   146.998] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   146.998] (--) NVIDIA(GPU-0): 
[   147.041] (==) NVIDIA(0): 
[   147.041] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   147.041] (==) NVIDIA(0):     will be used as the requested mode.
[   147.041] (==) NVIDIA(0): 
[   147.042] (II) NVIDIA(0): Validated MetaModes:
[   147.042] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[   147.042] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   147.088] (--) NVIDIA(0): DPI set to (103, 105); computed from "UseEdidDpi" X config
[   147.088] (--) NVIDIA(0):     option
[   147.088] (II) UnloadModule: "modesetting"
[   147.088] (II) Unloading modesetting
[   147.088] (II) UnloadModule: "vesa"
[   147.088] (II) Unloading vesa
[   147.089] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   147.089] (II) NVIDIA:     access.
[   147.091] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   147.091] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   147.091] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   147.091] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   147.091] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   147.091] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   147.091] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   147.091] (II) NVIDIA(0):     Config Options in the README.
[   147.107] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[   148.280] (==) NVIDIA(0): Disabling shared memory pixmaps
[   148.280] (==) NVIDIA(0): Backing store enabled
[   148.280] (==) NVIDIA(0): Silken mouse disabled
[   148.280] (==) NVIDIA(0): DPMS enabled
[   148.281] (II) Loading sub module "dri2"
[   148.281] (II) LoadModule: "dri2"
[   148.281] (II) Module "dri2" already built-in
[   148.281] (II) NVIDIA(0): [DRI2] Setup complete
[   148.281] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   148.282] (II) Initializing extension Generic Event Extension
[   148.282] (II) Initializing extension SHAPE
[   148.282] (II) Initializing extension MIT-SHM
[   148.282] (II) Initializing extension XInputExtension
[   148.282] (II) Initializing extension XTEST
[   148.282] (II) Initializing extension BIG-REQUESTS
[   148.282] (II) Initializing extension SYNC
[   148.282] (II) Initializing extension XKEYBOARD
[   148.282] (II) Initializing extension XC-MISC
[   148.282] (II) Initializing extension SECURITY
[   148.282] (II) Initializing extension XFIXES
[   148.282] (II) Initializing extension RENDER
[   148.282] (II) Initializing extension RANDR
[   148.282] (II) Initializing extension COMPOSITE
[   148.282] (II) Initializing extension DAMAGE
[   148.282] (II) Initializing extension MIT-SCREEN-SAVER
[   148.282] (II) Initializing extension DOUBLE-BUFFER
[   148.282] (II) Initializing extension RECORD
[   148.282] (II) Initializing extension DPMS
[   148.282] (II) Initializing extension Present
[   148.282] (II) Initializing extension DRI3
[   148.282] (II) Initializing extension X-Resource
[   148.282] (II) Initializing extension XVideo
[   148.282] (II) Initializing extension XVideo-MotionCompensation
[   148.282] (II) Initializing extension GLX
[   148.282] (II) Initializing extension GLX
[   148.282] (II) Indirect GLX disabled.
[   148.282] (II) GLX: Another vendor is already registered for screen 0
[   148.282] (II) Initializing extension XFree86-VidModeExtension
[   148.282] (II) Initializing extension XFree86-DGA
[   148.282] (II) Initializing extension XFree86-DRI
[   148.282] (II) Initializing extension DRI2
[   148.282] (II) Initializing extension NV-GLX
[   148.282] (II) Initializing extension NV-CONTROL
[   148.282] (II) Initializing extension XINERAMA
[   148.337] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   148.337] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   148.337] (II) LoadModule: "libinput"
[   148.337] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   148.341] (II) Module libinput: vendor="X.Org Foundation"
[   148.341] 	compiled for 1.20.5, module version = 0.29.0
[   148.341] 	Module class: X.Org XInput Driver
[   148.341] 	ABI class: X.Org XInput driver, version 24.1
[   148.341] (II) Using input driver 'libinput' for 'Power Button'
[   148.342] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 32 paused 0
[   148.342] (**) Power Button: always reports core events
[   148.342] (**) Option "Device" "/dev/input/event2"
[   148.342] (**) Option "_source" "server/udev"
[   148.345] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   148.345] (II) event2  - Power Button: device is a keyboard
[   148.345] (II) event2  - Power Button: device removed
[   148.345] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   148.345] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   148.345] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   148.345] (II) event2  - Power Button: device is a keyboard
[   148.345] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   148.345] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   148.345] (II) Using input driver 'libinput' for 'Power Button'
[   148.346] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[   148.346] (**) Power Button: always reports core events
[   148.346] (**) Option "Device" "/dev/input/event1"
[   148.346] (**) Option "_source" "server/udev"
[   148.346] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   148.346] (II) event1  - Power Button: device is a keyboard
[   148.346] (II) event1  - Power Button: device removed
[   148.346] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   148.346] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   148.347] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   148.347] (II) event1  - Power Button: device is a keyboard
[   148.347] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   148.347] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   148.347] (II) Using input driver 'libinput' for 'Sleep Button'
[   148.347] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0
[   148.347] (**) Sleep Button: always reports core events
[   148.347] (**) Option "Device" "/dev/input/event0"
[   148.347] (**) Option "_source" "server/udev"
[   148.348] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   148.348] (II) event0  - Sleep Button: device is a keyboard
[   148.348] (II) event0  - Sleep Button: device removed
[   148.348] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   148.348] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   148.348] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   148.348] (II) event0  - Sleep Button: device is a keyboard
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event18)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event19)
[   148.349] (II) No input driver specified, ignoring this device.
[   148.349] (II) This device may have been added with another device file.
[   148.350] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
[   148.350] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[   148.350] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[   148.350] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[   148.350] (**) Microsoft Wired Keyboard 600: always reports core events
[   148.350] (**) Option "Device" "/dev/input/event3"
[   148.350] (**) Option "_source" "server/udev"
[   148.351] (II) event3  - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[   148.351] (II) event3  - Microsoft Wired Keyboard 600: device is a keyboard
[   148.351] (II) event3  - Microsoft Wired Keyboard 600: device removed
[   148.351] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:045E:07F8.0001/input/input3/event3"
[   148.351] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 9)
[   148.351] (II) event3  - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[   148.352] (II) event3  - Microsoft Wired Keyboard 600: device is a keyboard
[   148.352] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 Consumer Control (/dev/input/event4)
[   148.352] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   148.352] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[   148.352] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 38 paused 0
[   148.352] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[   148.352] (**) Option "Device" "/dev/input/event4"
[   148.352] (**) Option "_source" "server/udev"
[   148.353] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[   148.353] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[   148.353] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device removed
[   148.353] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: needs a virtual subdevice
[   148.353] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:045E:07F8.0002/input/input4/event4"
[   148.353] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: MOUSE, id 10)
[   148.353] (**) Option "AccelerationScheme" "none"
[   148.353] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) selected scheme none/0
[   148.353] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration factor: 2.000
[   148.353] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration threshold: 4
[   148.354] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[   148.354] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[   148.354] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 System Control (/dev/input/event5)
[   148.354] (**) Microsoft Wired Keyboard 600 System Control: Applying InputClass "libinput keyboard catchall"
[   148.354] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 System Control'
[   148.355] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 0
[   148.355] (**) Microsoft Wired Keyboard 600 System Control: always reports core events
[   148.355] (**) Option "Device" "/dev/input/event5"
[   148.355] (**) Option "_source" "server/udev"
[   148.355] (II) event5  - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[   148.355] (II) event5  - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[   148.355] (II) event5  - Microsoft Wired Keyboard 600 System Control: device removed
[   148.355] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:045E:07F8.0002/input/input5/event5"
[   148.355] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 System Control" (type: KEYBOARD, id 11)
[   148.356] (II) event5  - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[   148.356] (II) event5  - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[   148.356] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/event6)
[   148.356] (**) Logitech USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   148.356] (II) Using input driver 'libinput' for 'Logitech USB Gaming Mouse'
[   148.411] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[   148.411] (**) Logitech USB Gaming Mouse: always reports core events
[   148.411] (**) Option "Device" "/dev/input/event6"
[   148.411] (**) Option "_source" "server/udev"
[   148.412] (II) event6  - Logitech USB Gaming Mouse: is tagged by udev as: Mouse
[   148.413] (II) event6  - Logitech USB Gaming Mouse: device is a pointer
[   148.413] (II) event6  - Logitech USB Gaming Mouse: device removed
[   148.413] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C041.0003/input/input6/event6"
[   148.413] (II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE, id 12)
[   148.413] (**) Option "AccelerationScheme" "none"
[   148.413] (**) Logitech USB Gaming Mouse: (accel) selected scheme none/0
[   148.413] (**) Logitech USB Gaming Mouse: (accel) acceleration factor: 2.000
[   148.413] (**) Logitech USB Gaming Mouse: (accel) acceleration threshold: 4
[   148.414] (II) event6  - Logitech USB Gaming Mouse: is tagged by udev as: Mouse
[   148.414] (II) event6  - Logitech USB Gaming Mouse: device is a pointer
[   148.415] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/mouse0)
[   148.415] (II) No input driver specified, ignoring this device.
[   148.415] (II) This device may have been added with another device file.
[   148.415] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[   148.415] (II) No input driver specified, ignoring this device.
[   148.415] (II) This device may have been added with another device file.
[   148.415] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[   148.415] (II) No input driver specified, ignoring this device.
[   148.415] (II) This device may have been added with another device file.
[   148.416] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[   148.416] (II) No input driver specified, ignoring this device.
[   148.416] (II) This device may have been added with another device file.
[   148.416] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[   148.416] (II) No input driver specified, ignoring this device.
[   148.416] (II) This device may have been added with another device file.
[   148.416] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[   148.416] (II) No input driver specified, ignoring this device.
[   148.416] (II) This device may have been added with another device file.
[   148.416] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
[   148.417] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   148.417] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[   148.417] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 41 paused 0
[   148.417] (**) Eee PC WMI hotkeys: always reports core events
[   148.417] (**) Option "Device" "/dev/input/event13"
[   148.417] (**) Option "_source" "server/udev"
[   148.418] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   148.418] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[   148.418] (II) event13 - Eee PC WMI hotkeys: device removed
[   148.418] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event13"
[   148.418] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[   148.419] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   148.419] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[   148.420] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   148.420] (II) No input driver specified, ignoring this device.
[   148.420] (II) This device may have been added with another device file.
[   148.423] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   148.423] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[   148.423] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[   148.423] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[   148.423] (**) Option "Device" "/dev/input/event4"
[   148.423] (**) Option "_source" "_driver/libinput"
[   148.423] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: is a virtual subdevice
[   148.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:045E:07F8.0002/input/input4/event4"
[   148.423] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: KEYBOARD, id 14)
[   149.167] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   149.167] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   149.167] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   149.167] (--) NVIDIA(GPU-0): 
[   149.196] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): connected
[   149.196] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): Internal TMDS
[   149.196] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): 600.0 MHz maximum pixel clock
[   149.196] (--) NVIDIA(GPU-0): 
[   149.196] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   149.196] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   149.196] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   149.196] (--) NVIDIA(GPU-0): 
[   149.196] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   149.196] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   149.196] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   149.196] (--) NVIDIA(GPU-0): 
[   149.505] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   149.505] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   149.505] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   149.505] (--) NVIDIA(GPU-0): 
[   149.535] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): connected
[   149.535] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): Internal TMDS
[   149.535] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): 600.0 MHz maximum pixel clock
[   149.535] (--) NVIDIA(GPU-0): 
[   149.535] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   149.535] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   149.535] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   149.535] (--) NVIDIA(GPU-0): 
[   149.535] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   149.535] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   149.535] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   149.535] (--) NVIDIA(GPU-0): 
[   149.535] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   149.535] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   149.535] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   149.535] (--) NVIDIA(GPU-0): 
[   149.564] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): connected
[   149.564] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): Internal TMDS
[   149.564] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): 600.0 MHz maximum pixel clock
[   149.564] (--) NVIDIA(GPU-0): 
[   149.564] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   149.564] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   149.564] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   149.564] (--) NVIDIA(GPU-0): 
[   149.564] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   149.564] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   149.564] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   149.564] (--) NVIDIA(GPU-0): 
[   154.876] (**) Option "fd" "32"
[   154.876] (II) event2  - Power Button: device removed
[   154.876] (**) Option "fd" "35"
[   154.876] (II) event1  - Power Button: device removed
[   154.877] (**) Option "fd" "36"
[   154.877] (II) event0  - Sleep Button: device removed
[   154.877] (**) Option "fd" "37"
[   154.877] (II) event3  - Microsoft Wired Keyboard 600: device removed
[   154.877] (**) Option "fd" "38"
[   154.877] (**) Option "fd" "39"
[   154.877] (II) event5  - Microsoft Wired Keyboard 600 System Control: device removed
[   154.877] (**) Option "fd" "40"
[   154.877] (II) event6  - Logitech USB Gaming Mouse: device removed
[   154.877] (**) Option "fd" "41"
[   154.877] (II) event13 - Eee PC WMI hotkeys: device removed
[   154.877] (**) Option "fd" "38"
[   154.877] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device removed
[   154.989] (II) systemd-logind: got pause for 13:70
[   154.989] (II) systemd-logind: got pause for 13:64
[   154.989] (II) systemd-logind: got pause for 13:66
[   154.989] (II) systemd-logind: got pause for 13:69
[   154.989] (II) systemd-logind: got pause for 13:68
[   154.989] (II) systemd-logind: got pause for 13:67
[   154.989] (II) systemd-logind: got pause for 13:65
[   154.989] (II) systemd-logind: got pause for 13:77
[   192.355] (II) systemd-logind: got resume for 13:70
[   192.355] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   192.356] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   192.356] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   192.356] (--) NVIDIA(GPU-0): 
[   192.385] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): connected
[   192.385] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): Internal TMDS
[   192.385] (--) NVIDIA(GPU-0): BenQ E2200HD (DFP-1): 600.0 MHz maximum pixel clock
[   192.385] (--) NVIDIA(GPU-0): 
[   192.385] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   192.385] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   192.385] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   192.385] (--) NVIDIA(GPU-0): 
[   192.385] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   192.385] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   192.385] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   192.385] (--) NVIDIA(GPU-0): 
[   192.420] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[   194.458] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   194.458] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   194.458] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   194.458] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   194.458] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   194.458] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   194.458] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   194.458] (II) NVIDIA(0):     Config Options in the README.
[   194.476] (II) event6  - Logitech USB Gaming Mouse: is tagged by udev as: Mouse
[   194.477] (II) event6  - Logitech USB Gaming Mouse: device is a pointer
[   194.477] (II) systemd-logind: got resume for 13:64
[   194.478] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   194.478] (II) event0  - Sleep Button: device is a keyboard
[   194.478] (II) systemd-logind: got resume for 13:66
[   194.479] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   194.479] (II) event2  - Power Button: device is a keyboard
[   194.479] (II) systemd-logind: got resume for 13:69
[   194.480] (II) event5  - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[   194.480] (II) event5  - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[   194.480] (II) systemd-logind: got resume for 13:68
[   194.480] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[   194.481] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[   194.481] (II) systemd-logind: got resume for 13:67
[   194.482] (II) event3  - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[   194.482] (II) event3  - Microsoft Wired Keyboard 600: device is a keyboard
[   194.482] (II) systemd-logind: got resume for 13:65
[   194.482] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   194.482] (II) event1  - Power Button: device is a keyboard
[   194.483] (II) systemd-logind: got resume for 13:77
[   194.483] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   194.483] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[   196.560] (**) Option "fd" "23"
[   196.560] (II) event2  - Power Button: device removed
[   196.561] (**) Option "fd" "39"
[   196.561] (II) event1  - Power Button: device removed
[   196.561] (**) Option "fd" "60"
[   196.561] (II) event0  - Sleep Button: device removed
[   196.563] (**) Option "fd" "38"
[   196.563] (II) event3  - Microsoft Wired Keyboard 600: device removed
[   196.563] (**) Option "fd" "37"
[   196.564] (**) Option "fd" "36"
[   196.564] (II) event5  - Microsoft Wired Keyboard 600 System Control: device removed
[   196.564] (**) Option "fd" "24"
[   196.564] (II) event6  - Logitech USB Gaming Mouse: device removed
[   196.565] (**) Option "fd" "40"
[   196.565] (II) event13 - Eee PC WMI hotkeys: device removed
[   196.565] (**) Option "fd" "37"
[   196.565] (II) event4  - Microsoft Wired Keyboard 600 Consumer Control: device removed
[   196.676] (II) systemd-logind: got pause for 13:70
[   196.676] (II) systemd-logind: got pause for 13:64
[   196.676] (II) systemd-logind: got pause for 13:66
[   196.676] (II) systemd-logind: got pause for 13:69
[   196.676] (II) systemd-logind: got pause for 13:68
[   196.676] (II) systemd-logind: got pause for 13:67
[   196.676] (II) systemd-logind: got pause for 13:65
[   196.676] (II) systemd-logind: got pause for 13:77

Offline

#6 2020-05-08 00:53:34

saelanham
Member
Registered: 2020-02-28
Posts: 5

Re: Blank black screen after startx

Even with a full upgrade (pacman -Syu) today this problem is still occurring. I was able to remove the 'nvidia-drm.modeset=0' option from the kernel params though.

If the Nouveau driver is used the problem does not occur.

Offline

#7 2020-06-13 10:34:07

saelanham
Member
Registered: 2020-02-28
Posts: 5

Re: Blank black screen after startx

The problem was that the edid of the monitor I was using is broken. Switching to a different monitor fixed the problem.

Offline

#8 2020-06-13 12:07:04

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: Blank black screen after startx

Please remember to mark your thread [SOLVED] (edit the title of your first post).


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

Board footer

Powered by FluxBB