Nvidia GTX 980 black screen - Screen turns off

I have tried all the searches, tried changing kernels, installing/uninstalling drivers, and modifying and using my own nvidia.conf file.

My brain is broken on this one :frowning:

mhwd -l
> 0000:01:00.0 (0300:10de:13c0) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI
    video-nvidia-470xx            2021.12.18               false            PCI
    video-nvidia-390xx            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!

inxi -G
Graphics:
  Device-1: NVIDIA GM204 [GeForce GTX 980] driver: nvidia v: 510.47.03
  Display: server: X.org 1.21.1.3 driver: loaded: nvidia tty: 237x130
  Message: Unable to show advanced data. Required tool glxinfo missing.

nvidia-smi
Wed Feb 16 18:27:35 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.47.03    Driver Version: 510.47.03    CUDA Version: 11.6     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
|  0%   37C    P8    20W / 185W |     37MiB /  4096MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1397      G   /usr/lib/Xorg                      12MiB |
|    0   N/A  N/A      1466      G   /usr/bin/kwin_x11                   1MiB |
|    0   N/A  N/A      1508      G   /usr/bin/plasmashell               17MiB |
+-----------------------------------------------------------------------------+

lspci | grep -E "VGA|3D"
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 980] (rev a1)

 ls -laR /etc/X11
/etc/X11:
total 44
drwxr-xr-x   5 root root  4096 Feb 16 15:14 .
drwxr-xr-x 110 root root 12288 Feb 16 16:37 ..
drwxr-xr-x   2 root root  4096 Feb 16 16:22 mhwd.d
drwxr-xr-x   3 root root  4096 Nov  4  2020 xinit
-rw-r--r--   1 root root  1222 Feb 16 15:17 xorg.conf
drwxr-xr-x   2 root root  4096 Feb 16 16:22 xorg.conf.d
-rw-r--r--   1 root root     0 Feb 16 15:14 xorg.conf.nvidia-xconfig-original

/etc/X11/mhwd.d:
total 20
drwxr-xr-x 2 root root 4096 Feb 16 16:22 .
drwxr-xr-x 5 root root 4096 Feb 16 15:14 ..
-rw-r--r-- 1 root root 1499 Feb 16 16:22 nvidia.conf
-rw-r--r-- 1 root root 1458 Jan  5  2021 nvidia.conf.backup
-rw-r--r-- 1 root root    0 Feb 13 12:34 nvidia.conf.nvidia-xconfig-original

/etc/X11/xinit:
total 28
drwxr-xr-x 3 root root 4096 Nov  4  2020 .
drwxr-xr-x 5 root root 4096 Feb 16 15:14 ..
-rw-r--r-- 1 root root  739 Oct 10  2020 xinitrc
drwxr-xr-x 2 root root 4096 Feb 16 16:35 xinitrc.d
-rw-r--r-- 1 root root   45 Oct 10  2020 xserverrc

/etc/X11/xinit/xinitrc.d:
total 24
drwxr-xr-x 2 root root 4096 Feb 16 16:35 .
drwxr-xr-x 3 root root 4096 Nov  4  2020 ..
-rwxr-xr-x 1 root root  318 Jun 23  2021 40-libcanberra-gtk-module.sh
-rwxr-xr-x 1 root root  538 Feb  8 09:30 50-systemd-user.sh
-rwxr-xr-x 1 root root  243 Jan 15 15:01 80xapp-gtk3-module.sh

/etc/X11/xorg.conf.d:
total 20
drwxr-xr-x 2 root root 4096 Feb 16 16:22 .
drwxr-xr-x 5 root root 4096 Feb 16 15:14 ..
-rw-r--r-- 1 root root  266 Aug 26  2020 00-keyboard.conf
-rw-r--r-- 1 root root  131 Jun  6  2020 30-touchpad.conf
lrwxrwxrwx 1 root root   27 Feb 16 16:22 90-mhwd.conf -> /etc/X11/mhwd.d/nvidia.conf
lrwxrwxrwx 1 root root   27 Feb 13 12:18 mhwd.old -> /etc/X11/mhwd.d/nvidia.conf

cat /etc/X11/mhwd.d/nvidia.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 510.47.03


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
        Option "NoLogo" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080"
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection


Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

cat /var/log/Xorg.0.log
[  1499.068] (--) Log file renamed from "/var/log/Xorg.pid-1397.log" to "/var/log/Xorg.0.log"
[  1499.069]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  1499.069] Current Operating System: Linux kids-black 5.16.7-1-MANJARO #1 SMP PREEMPT Sun Feb 6 12:22:29 UTC 2022 x86_64
[  1499.069] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16-x86_64 root=UUID=3a8d5c70-80b6-48ca-8955-f73b4a087665 rw quiet apparmor=1 security=apparmor resume=UUID=95a61997-7780-4b44-8870-1973d64ff93a udev.log_priority=3
[  1499.069]
[  1499.069] Current version of pixman: 0.40.0
[  1499.069]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1499.069] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1499.069] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 16 17:02:18 2022
[  1499.069] (==) Using config file: "/etc/X11/xorg.conf"
[  1499.069] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1499.069] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1499.069] (==) ServerLayout "layout"
[  1499.069] (**) |-->Screen "Screen0" (0)
[  1499.069] (**) |   |-->Monitor "Monitor0"
[  1499.069] (**) |   |-->Device "Device0"
[  1499.069] (**) |   |-->GPUDevice "Device0"
[  1499.069] (==) Automatically adding devices
[  1499.069] (==) Automatically enabling devices
[  1499.069] (==) Automatically adding GPU devices
[  1499.069] (==) Automatically binding GPU devices
[  1499.069] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1499.069] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1499.069]    Entry deleted from font path.
[  1499.069] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1499.069]    Entry deleted from font path.
[  1499.069] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[  1499.069]    Entry deleted from font path.
[  1499.069]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[  1499.069] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[  1499.069]    Entry deleted from font path.
[  1499.069]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[  1499.069] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF
[  1499.069] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1499.069] (**) Extension "COMPOSITE" is enabled
[  1499.069] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1499.069] (II) Module ABI versions:
[  1499.069]    X.Org ANSI C Emulation: 0.4
[  1499.069]    X.Org Video Driver: 25.2
[  1499.069]    X.Org XInput driver : 24.4
[  1499.069]    X.Org Server Extension : 10.0
[  1499.070] (++) using VT number 1

[  1499.070] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1499.070] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1499.070] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  1499.070] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1499.070] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1499.071] (--) PCI:*(1@0:0:0) 10de:13c0:3842:2981 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  1499.071] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1499.071] (II) LoadModule: "glx"
[  1499.071] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1499.072] (II) Module glx: vendor="X.Org Foundation"
[  1499.072]    compiled for 1.21.1.3, module version = 1.0.0
[  1499.072]    ABI class: X.Org Server Extension, version 10.0
[  1499.072] (II) LoadModule: "nvidia"
[  1499.072] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1499.072] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1499.072]    compiled for 1.6.99.901, module version = 1.0.0
[  1499.072]    Module class: X.Org Video Driver
[  1499.072] (II) NVIDIA dlloader X Driver  510.47.03  Mon Jan 24 23:02:31 UTC 2022
[  1499.072] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1499.072] (II) Loading sub module "fb"
[  1499.072] (II) LoadModule: "fb"
[  1499.072] (II) Module "fb" already built-in
[  1499.072] (II) Loading sub module "wfb"
[  1499.072] (II) LoadModule: "wfb"
[  1499.072] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1499.072] (II) Module wfb: vendor="X.Org Foundation"
[  1499.072]    compiled for 1.21.1.3, module version = 1.0.0
[  1499.072]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1499.072] (II) Loading sub module "ramdac"
[  1499.072] (II) LoadModule: "ramdac"
[  1499.072] (II) Module "ramdac" already built-in
[  1499.073] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1499.073] (==) NVIDIA(0): RGB weight 888
[  1499.073] (==) NVIDIA(0): Default visual is TrueColor
[  1499.073] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1499.073] (**) Option "AllowNVIDIAGpuScreens"
[  1499.073] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1499.073] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1499.073] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1499.073] (**) NVIDIA(0): Enabling 2D acceleration
[  1499.073] (II) Loading sub module "glxserver_nvidia"
[  1499.073] (II) LoadModule: "glxserver_nvidia"
[  1499.073] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1499.077] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1499.077]    compiled for 1.6.99.901, module version = 1.0.0
[  1499.077]    Module class: X.Org Server Extension
[  1499.077] (II) NVIDIA GLX Module  510.47.03  Mon Jan 24 22:57:16 UTC 2022
[  1499.077] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1499.291] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1499.291] (--) NVIDIA(0):     CRT-0
[  1499.291] (--) NVIDIA(0):     DFP-0 (boot)
[  1499.291] (--) NVIDIA(0):     DFP-1
[  1499.291] (--) NVIDIA(0):     DFP-2
[  1499.291] (--) NVIDIA(0):     DFP-3
[  1499.291] (--) NVIDIA(0):     DFP-4
[  1499.291] (--) NVIDIA(0):     DFP-5
[  1499.291] (--) NVIDIA(0):     DFP-6
[  1499.291] (--) NVIDIA(0):     DFP-7
[  1499.291] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 980 (GM204-A) at PCI:1:0:0
[  1499.291] (II) NVIDIA(0):     (GPU-0)
[  1499.291] (--) NVIDIA(0): Memory: 4194304 kBytes
[  1499.291] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.80
[  1499.291] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1499.295] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1499.295] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1499.295] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1499.299] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1499.299] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1499.299] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1499.299] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1499.299] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1499.299] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1499.299] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1499.299] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1499.299] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1499.299] (--) NVIDIA(GPU-0):
[  1499.299] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[  1499.299] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[  1499.299] (II) NVIDIA(0): Validated MetaModes:
[  1499.299] (II) NVIDIA(0):     "NULL"
[  1499.299] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  1499.299] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  1499.299] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  1499.299] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[  1499.299] (II) NVIDIA:     access.
[  1499.301] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1499.301] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1499.301] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1499.301] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1499.301] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1499.301] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1499.301] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1499.301] (II) NVIDIA(0):     Config Options in the README.
[  1499.316] (II) NVIDIA(0): Setting mode "NULL"
[  1499.348] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1499.348] (==) NVIDIA(0): Backing store enabled
[  1499.348] (==) NVIDIA(0): Silken mouse enabled
[  1499.348] (**) NVIDIA(0): DPMS enabled
[  1499.348] (WW) NVIDIA(0): Option "NoLogo" is not used
[  1499.348] (II) Loading sub module "dri2"
[  1499.348] (II) LoadModule: "dri2"
[  1499.348] (II) Module "dri2" already built-in
[  1499.348] (II) NVIDIA(0): [DRI2] Setup complete
[  1499.348] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1499.348] (II) Initializing extension Generic Event Extension
[  1499.348] (II) Initializing extension SHAPE
[  1499.348] (II) Initializing extension MIT-SHM
[  1499.349] (II) Initializing extension XInputExtension
[  1499.349] (II) Initializing extension XTEST
[  1499.349] (II) Initializing extension BIG-REQUESTS
[  1499.349] (II) Initializing extension SYNC
[  1499.349] (II) Initializing extension XKEYBOARD
[  1499.349] (II) Initializing extension XC-MISC
[  1499.349] (II) Initializing extension SECURITY
[  1499.349] (II) Initializing extension XFIXES
[  1499.349] (II) Initializing extension RENDER
[  1499.349] (II) Initializing extension RANDR
[  1499.349] (II) Initializing extension COMPOSITE
[  1499.349] (II) Initializing extension DAMAGE
[  1499.349] (II) Initializing extension MIT-SCREEN-SAVER
[  1499.349] (II) Initializing extension DOUBLE-BUFFER
[  1499.349] (II) Initializing extension RECORD
[  1499.350] (II) Initializing extension DPMS
[  1499.350] (II) Initializing extension Present
[  1499.350] (II) Initializing extension DRI3
[  1499.350] (II) Initializing extension X-Resource
[  1499.350] (II) Initializing extension XVideo
[  1499.350] (II) Initializing extension XVideo-MotionCompensation
[  1499.350] (II) Initializing extension GLX
[  1499.350] (II) Initializing extension GLX
[  1499.350] (II) Indirect GLX disabled.
[  1499.350] (II) GLX: Another vendor is already registered for screen 0
[  1499.350] (II) Initializing extension XFree86-VidModeExtension
[  1499.350] (II) Initializing extension XFree86-DGA
[  1499.350] (II) Initializing extension XFree86-DRI
[  1499.350] (II) Initializing extension DRI2
[  1499.350] (II) Initializing extension NV-GLX
[  1499.350] (II) Initializing extension NV-CONTROL
[  1499.378] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1499.378] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1499.378] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1499.378] (**) Power Button: Applying InputClass "system-keyboard"
[  1499.378] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1499.378] (II) LoadModule: "libinput"
[  1499.378] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1499.379] (II) Module libinput: vendor="X.Org Foundation"
[  1499.379]    compiled for 1.21.1.3, module version = 1.2.1
[  1499.379]    Module class: X.Org XInput Driver
[  1499.379]    ABI class: X.Org XInput driver, version 24.4
[  1499.379] (II) Using input driver 'libinput' for 'Power Button'
[  1499.379] (**) Power Button: always reports core events
[  1499.379] (**) Option "Device" "/dev/input/event1"
[  1499.380] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1499.380] (II) event1  - Power Button: device is a keyboard
[  1499.380] (II) event1  - Power Button: device removed
[  1499.414] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1499.414] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1499.414] (**) Option "xkb_model" "pc105"
[  1499.414] (**) Option "xkb_layout" "us"
[  1499.414] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.427] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1499.427] (II) event1  - Power Button: device is a keyboard
[  1499.428] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1499.428] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1499.428] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1499.428] (**) Power Button: Applying InputClass "system-keyboard"
[  1499.428] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1499.428] (II) Using input driver 'libinput' for 'Power Button'
[  1499.428] (**) Power Button: always reports core events
[  1499.428] (**) Option "Device" "/dev/input/event0"
[  1499.428] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1499.428] (II) event0  - Power Button: device is a keyboard
[  1499.429] (II) event0  - Power Button: device removed
[  1499.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1499.467] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1499.467] (**) Option "xkb_model" "pc105"
[  1499.467] (**) Option "xkb_layout" "us"
[  1499.467] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.470] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1499.470] (II) event0  - Power Button: device is a keyboard
[  1499.472] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[  1499.472] (II) No input driver specified, ignoring this device.
[  1499.472] (II) This device may have been added with another device file.
[  1499.473] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
[  1499.473] (II) No input driver specified, ignoring this device.
[  1499.473] (II) This device may have been added with another device file.
[  1499.474] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
[  1499.474] (II) No input driver specified, ignoring this device.
[  1499.474] (II) This device may have been added with another device file.
[  1499.474] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
[  1499.474] (II) No input driver specified, ignoring this device.
[  1499.474] (II) This device may have been added with another device file.
[  1499.474] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event8)
[  1499.474] (II) No input driver specified, ignoring this device.
[  1499.474] (II) This device may have been added with another device file.
[  1499.475] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event9)
[  1499.475] (II) No input driver specified, ignoring this device.
[  1499.475] (II) This device may have been added with another device file.
[  1499.475] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event10)
[  1499.475] (II) No input driver specified, ignoring this device.
[  1499.475] (II) This device may have been added with another device file.
[  1499.475] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event19)
[  1499.475] (**) BY Tech Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[  1499.475] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1499.475] (**) BY Tech Gaming Keyboard: Applying InputClass "system-keyboard"
[  1499.475] (**) BY Tech Gaming Keyboard: Applying InputClass "Keyboard Defaults"
[  1499.475] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1499.475] (**) BY Tech Gaming Keyboard: always reports core events
[  1499.475] (**) Option "Device" "/dev/input/event19"
[  1499.476] (II) event19 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1499.476] (II) event19 - BY Tech Gaming Keyboard: device is a keyboard
[  1499.477] (II) event19 - BY Tech Gaming Keyboard: device removed
[  1499.521] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:258A:0049.0001/input/input19/event19"
[  1499.521] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 8)
[  1499.521] (**) Option "xkb_model" "pc105"
[  1499.521] (**) Option "xkb_layout" "us"
[  1499.521] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.522] (II) event19 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1499.522] (II) event19 - BY Tech Gaming Keyboard: device is a keyboard
[  1499.522] (II) config/udev: Adding input device BY Tech Gaming Keyboard System Control (/dev/input/event20)
[  1499.522] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[  1499.522] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1499.522] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[  1499.522] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "Keyboard Defaults"
[  1499.522] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard System Control'
[  1499.522] (**) BY Tech Gaming Keyboard System Control: always reports core events
[  1499.522] (**) Option "Device" "/dev/input/event20"
[  1499.523] (II) event20 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1499.523] (II) event20 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1499.523] (II) event20 - BY Tech Gaming Keyboard System Control: device removed
[  1499.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:0049.0002/input/input20/event20"
[  1499.547] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard System Control" (type: KEYBOARD, id 9)
[  1499.547] (**) Option "xkb_model" "pc105"
[  1499.547] (**) Option "xkb_layout" "us"
[  1499.547] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.548] (II) event20 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1499.548] (II) event20 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1499.549] (II) config/udev: Adding input device BY Tech Gaming Keyboard Consumer Control (/dev/input/event21)
[  1499.549] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1499.549] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1499.549] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1499.549] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
[  1499.549] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1499.549] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1499.549] (**) Option "Device" "/dev/input/event21"
[  1499.550] (II) event21 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1499.550] (II) event21 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1499.550] (II) event21 - BY Tech Gaming Keyboard Consumer Control: device removed
[  1499.574] (II) libinput: BY Tech Gaming Keyboard Consumer Control: needs a virtual subdevice
[  1499.574] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:0049.0002/input/input21/event21"
[  1499.574] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: MOUSE, id 10)
[  1499.574] (**) Option "AccelerationScheme" "none"
[  1499.574] (**) BY Tech Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  1499.574] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1499.574] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1499.575] (II) event21 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1499.575] (II) event21 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1499.576] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event22)
[  1499.576] (**) BY Tech Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[  1499.576] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1499.576] (**) BY Tech Gaming Keyboard: Applying InputClass "system-keyboard"
[  1499.576] (**) BY Tech Gaming Keyboard: Applying InputClass "Keyboard Defaults"
[  1499.576] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1499.576] (**) BY Tech Gaming Keyboard: always reports core events
[  1499.576] (**) Option "Device" "/dev/input/event22"
[  1499.576] (II) event22 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1499.576] (II) event22 - BY Tech Gaming Keyboard: device is a keyboard
[  1499.576] (II) event22 - BY Tech Gaming Keyboard: device removed
[  1499.601] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:0049.0002/input/input23/event22"
[  1499.601] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 11)
[  1499.601] (**) Option "xkb_model" "pc105"
[  1499.601] (**) Option "xkb_layout" "us"
[  1499.601] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.602] (II) event22 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1499.602] (II) event22 - BY Tech Gaming Keyboard: device is a keyboard
[  1499.602] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/event23)
[  1499.602] (**) BY Tech Gaming Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[  1499.602] (**) BY Tech Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1499.602] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Mouse'
[  1499.602] (**) BY Tech Gaming Keyboard Mouse: always reports core events
[  1499.602] (**) Option "Device" "/dev/input/event23"
[  1499.603] (II) event23 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1499.603] (II) event23 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1499.603] (II) event23 - BY Tech Gaming Keyboard Mouse: device removed
[  1499.654] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:0049.0002/input/input24/event23"
[  1499.654] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Mouse" (type: MOUSE, id 12)
[  1499.654] (**) Option "AccelerationScheme" "none"
[  1499.654] (**) BY Tech Gaming Keyboard Mouse: (accel) selected scheme none/0
[  1499.654] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  1499.654] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  1499.655] (II) event23 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1499.655] (II) event23 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1499.656] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/mouse0)
[  1499.656] (II) No input driver specified, ignoring this device.
[  1499.656] (II) This device may have been added with another device file.
[  1499.656] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event24)
[  1499.656] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  1499.656] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  1499.656] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[  1499.656] (**) Logitech USB Optical Mouse: always reports core events
[  1499.656] (**) Option "Device" "/dev/input/event24"
[  1499.657] (II) event24 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[  1499.657] (II) event24 - Logitech USB Optical Mouse: device is a pointer
[  1499.657] (II) event24 - Logitech USB Optical Mouse: device removed
[  1499.707] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C077.0003/input/input25/event24"
[  1499.707] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 13)
[  1499.707] (**) Option "AccelerationScheme" "none"
[  1499.707] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[  1499.707] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[  1499.707] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[  1499.708] (II) event24 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[  1499.708] (II) event24 - Logitech USB Optical Mouse: device is a pointer
[  1499.709] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse1)
[  1499.709] (II) No input driver specified, ignoring this device.
[  1499.709] (II) This device may have been added with another device file.
[  1499.709] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[  1499.709] (II) No input driver specified, ignoring this device.
[  1499.709] (II) This device may have been added with another device file.
[  1499.709] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[  1499.709] (II) No input driver specified, ignoring this device.
[  1499.709] (II) This device may have been added with another device file.
[  1499.709] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13)
[  1499.709] (II) No input driver specified, ignoring this device.
[  1499.709] (II) This device may have been added with another device file.
[  1499.710] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14)
[  1499.710] (II) No input driver specified, ignoring this device.
[  1499.710] (II) This device may have been added with another device file.
[  1499.710] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event15)
[  1499.710] (II) No input driver specified, ignoring this device.
[  1499.710] (II) This device may have been added with another device file.
[  1499.710] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event16)
[  1499.710] (II) No input driver specified, ignoring this device.
[  1499.710] (II) This device may have been added with another device file.
[  1499.710] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event17)
[  1499.710] (II) No input driver specified, ignoring this device.
[  1499.710] (II) This device may have been added with another device file.
[  1499.710] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event18)
[  1499.711] (II) No input driver specified, ignoring this device.
[  1499.711] (II) This device may have been added with another device file.
[  1499.711] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event3)
[  1499.711] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1499.711] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1499.711] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[  1499.711] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
[  1499.711] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1499.711] (**) Eee PC WMI hotkeys: always reports core events
[  1499.711] (**) Option "Device" "/dev/input/event3"
[  1499.713] (II) event3  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1499.713] (II) event3  - Eee PC WMI hotkeys: device is a keyboard
[  1499.713] (II) event3  - Eee PC WMI hotkeys: device removed
[  1499.774] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event3"
[  1499.774] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[  1499.774] (**) Option "xkb_model" "pc105"
[  1499.774] (**) Option "xkb_layout" "us"
[  1499.774] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1499.774] (II) event3  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1499.774] (II) event3  - Eee PC WMI hotkeys: device is a keyboard
[  1499.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  1499.775] (II) No input driver specified, ignoring this device.
[  1499.775] (II) This device may have been added with another device file.
[  1499.783] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1499.783] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1499.783] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1499.783] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
[  1499.783] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1499.783] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1499.783] (**) Option "Device" "/dev/input/event21"
[  1499.784] (II) libinput: BY Tech Gaming Keyboard Consumer Control: is a virtual subdevice
[  1499.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:0049.0002/input/input21/event21"
[  1499.784] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: KEYBOARD, id 15)
[  1499.784] (**) Option "xkb_model" "pc105"
[  1499.784] (**) Option "xkb_layout" "us"
[  1499.784] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1500.554] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1500.554] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1500.554] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1500.558] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1500.558] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1500.558] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1500.558] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1500.558] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1500.558] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1500.558] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.558] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1500.558] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1500.558] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1500.558] (--) NVIDIA(GPU-0):
[  1500.995] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1500.995] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1500.995] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1501.000] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1501.000] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1501.000] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1501.000] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1501.000] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1501.000] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1501.000] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1501.000] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1501.000] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1501.000] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1501.000] (--) NVIDIA(GPU-0):
[  1510.867] (II) event1  - Power Button: device removed
[  1510.894] (II) event0  - Power Button: device removed
[  1510.947] (II) event19 - BY Tech Gaming Keyboard: device removed
[  1510.974] (II) event20 - BY Tech Gaming Keyboard System Control: device removed
[  1511.001] (II) event22 - BY Tech Gaming Keyboard: device removed
[  1511.021] (II) event23 - BY Tech Gaming Keyboard Mouse: device removed
[  1511.087] (II) event24 - Logitech USB Optical Mouse: device removed
[  1511.147] (II) event3  - Eee PC WMI hotkeys: device removed
[  1511.201] (II) event21 - BY Tech Gaming Keyboard Consumer Control: device removed

Hello,

Remove video-linux and force reinstall of video-nvidia via MHWD.
Also check this out

1 Like

Tried removing video-linux and reinstalling video-nvidia and as before no change. System boots up, x11/plasma start but have no output monitor. I can tty over to a terminal and ssh in as normal.

Yeah, @bogdancovaciu got that right. You installed wrong drivers and are still missing the right ones. No wonder you have a black screen. video-linux is not needed, you need video-nvidia

Tell us, how did you end up in this situation? Manjaro installed the right drivers during system installation.
Maybe knowing what you did, will help us understand how to reverse it and why video-nvidia don’t work for you at the moment. So far, we lack info from your side. Possibly you didn’t follow the instructions and didn’t use the mhwd to install linux-nvidia? Some users try to install driver packages themselves, but that never works well. For nvidia you need multiple packages plus proper kernel modules, that is why Manjaro put MHWD which should install and configure all of those for you.

Also, did you follow the link the @bogdancovaciu gave you?

mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI

This is not a new installation i ran an update a few weeks back and it just never rebooted cleanly. As for the steps… At this point I have gone through nearly every guide, every step I can find so backtracking would be very difficult.

I thought it might be related to moving from 510 to 515 as the fallback or running on 516 but swapping out kernels has not helped thus far.

Also, yes I did :slight_smile: system still boots, the screen goes to sleep, and I can TTY to a terminal.

My bets are for the following causes:

  1. Some package went corrupt during update and needs to be reinstalled
  2. Some packages are still missing
  3. Update corruption made a mess in configs, those need to be cleaned up and reinstalled again with the packages.

I realize that this is a vast list and not really helpful. The point is, something went really, really wrong on your end, so it’s not a general bug. You need to debug it somehow to get more info, what is the real cause.

For example, create a new, test user. It will have a vanilla setting, so when you log to it, you will see if the issue persists or not. If not, you know there is some config in the user space and everything is fine with the packages. If the issue is still there, you still don’t know more, aside, it’s not a user config. Unfortunately, many graphical configs are system-wide, so they will affect all users. Nevertheless, you can exclude some causes that way.

Find various nvidia configuration arch wiki articles and read them, go through configs, check if you have all packages, but note, that Manjaro is not Arch so when it comes to drivers, it works differently - there are different names of the packages, additional mhwd configs, so following Arch wiki to the letter will get you nowhere either. But if you are smart, you may figure out what is wrong and fix it.

At this point it’s a too complex issue and neither you or we have any info to start with. This could even be not a driver issue. Maybe the kernel or kernel modules are corrupt in your installation? I guess, you need to go through: kernel logs, xorg logs, display manager logs (whichever you use), journal ctl logs, etc.

Start simply with journalctl:

journalctl -b-1 -p3

I cant get it to boot to a desktop off a live USB either…

journalctl -b-1 -p3
Feb 19 12:50:07 kids-black kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Feb 19 12:50:08 kids-black kernel: 
Feb 19 12:50:17 kids-black systemd-coredump[1190]: [🡕] Process 885 (baloo_file) of user 1001 dumped core.
                                                   
                                                   Module linux-vdso.so.1 with build-id 2392bc566695c3d07e55c26c295895c93e5a5039
                                                   Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                   Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                   Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                   Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                   Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                   Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                   Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                   Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                   Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                   Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                   Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                   Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                   Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                   Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                   Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                   Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                   Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                   Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                   Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                   Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                   Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                   Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                   Module libQt5Widgets.so.5 with build-id 4767af8c8c21020ef7d60235894aefb9504e2f4e
                                                   Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                   Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                   Module libusbmuxd-2.0.so.6 with build-id fd9f05e7f5b0da4e15972f75b61fd9b4b9f06dbe
                                                   Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                   Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                   Module libgnutls.so.30 with build-id 50f3a52ba3db67b822fd5888790238eb548b64aa
                                                   Module libblkid.so.1 with build-id 16cc0887733296cbf17ddbac780435e8a9071246
                                                   Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16
                                                   Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                   Module libharfbuzz.so.0 with build-id 8006a225ec61b8231d0b003aebab9920ac0b9179
                                                   Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                   Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                   Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c
                                                   Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835
                                                   Module libglib-2.0.so.0 with build-id bd949a4794ad959019499c6afcb8f416dcff9810
                                                   Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                   Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                   Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                   Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                   Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                   Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                   Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                   Module libsystemd.so.0 with build-id eca1e10a62234b73a4e32d1b52598ce39cb186d4
                                                   Module liblmdb.so with build-id 2b7a4c600c93825e729c1810a3d4a29e30cf55a1
                                                   Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                   Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996
                                                   Module libQt5X11Extras.so.5 with build-id 15391ece1569cf0dc6458ec05be60a05dbc398e3
                                                   Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                   Module libKF5WindowSystem.so.5 with build-id 10d0f0de888eb46a1fddcb91ef4ea4dcb3f117f2
                                                   Module libKF5CoreAddons.so.5 with build-id 42164ce0f5987f623e5285b1ecd65ceeb0bfce2e
                                                   Module libKF5I18n.so.5 with build-id 141662ef754d2d992a1a32082b2f2ddb830676b8
                                                   Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                   Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                   Module libmount.so.1 with build-id 03ade3c7be7f082dc9275212a30771131625fee7
                                                   Module libudev.so.1 with build-id cf0e9710c7cebd21a13840b2bc2329213cfd0192
                                                   Module libQt5Gui.so.5 with build-id 73b7663290a34c406bbc1467cc483dccd00cec32
                                                   Module libQt5Xml.so.5 with build-id 1d21541719c1474efe2a5df203b6505ab33e4002
                                                   Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc
                                                   Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                   Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87
                                                   Module libQt5Core.so.5 with build-id 9f61dcde37e5e8e3227aed850bd5d5776b64911a
                                                   Module libKF5BalooEngine.so.5 with build-id 776588aa8cb3fc2468c56401217a55fd105e4fd5
                                                   Module libQt5DBus.so.5 with build-id 91faf7a9b6b7cbcfd37c1e6abb0dad44f7cba2b8
                                                   Module libKF5ConfigCore.so.5 with build-id c58e94e4adb85b1097f065447c2af4cc585906ff
                                                   Module libKF5Crash.so.5 with build-id bb5c5cd905cfdd34bd246bed989f3989ec8bde08
                                                   Module libKF5FileMetaData.so.3 with build-id aaa5cb02e97aed380478515237f0cb8b0278403e
                                                   Module libKF5Solid.so.5 with build-id 662e79a4f3becf542fa4cda8ada6723bb78295e1
                                                   Module baloo_file with build-id 80de2298f7d6ed35ca0650a6ecc360996d11dd10
                                                   Stack trace of thread 1188:
                                                   #0  0x00007fc28b4b7ef9 n/a (liblmdb.so + 0x6ef9)
                                                   #1  0x00007fc28b4b8644 n/a (liblmdb.so + 0x7644)
                                                   #2  0x00007fc28b4b8c50 mdb_get (liblmdb.so + 0x7c50)
                                                   #3  0x00007fc28c979da7 _ZN5Baloo12IdFilenameDB3getEy (libKF5BalooEngine.so.5 + 0x11da7)
                                                   #4  0x00007fc28c97a36c _ZNK5Baloo13DocumentUrlDB3getEy (libKF5BalooEngine.so.5 + 0x1236c)
                                                   #5  0x00007fc28c986c99 _ZNK5Baloo11Transaction11documentUrlEy (libKF5BalooEngine.so.5 + 0x1ec99)
                                                   #6  0x000055b032c48a1c n/a (baloo_file + 0x1ba1c)
                                                   #7  0x00007fc28c98e4fd _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x264fd)
                                                   #8  0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #9  0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #10 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #11 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #12 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #13 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #14 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #15 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #16 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #17 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #18 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #19 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #20 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #21 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #22 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #23 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #24 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #25 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #26 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #27 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #28 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #29 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #30 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #31 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #32 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #33 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #34 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #35 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #36 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #37 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #38 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #39 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #40 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #41 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #42 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #43 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #44 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #45 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #46 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #47 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #48 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #49 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #50 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #51 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #52 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #53 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #54 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #55 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #56 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #57 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #58 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #59 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #60 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #61 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #62 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   #63 0x00007fc28c98e550 _ZN5Baloo16WriteTransaction17removeRecursivelyEyRKSt8functionIFbyEE (libKF5BalooEngine.so.5 + 0x26550)
                                                   
                                                   Stack trace of thread 895:
                                                   #0  0x00007fc28c018323 pselect (libc.so.6 + 0xf6323)
                                                   #1  0x00007fc28a6a2524 n/a (libusbmuxd-2.0.so.6 + 0x2524)
                                                   #2  0x00007fc28a6a38a9 n/a (libusbmuxd-2.0.so.6 + 0x38a9)
                                                   #3  0x00007fc28b527259 start_thread (libpthread.so.0 + 0x9259)
                                                   #4  0x00007fc28c0205e3 __clone (libc.so.6 + 0xfe5e3)
                                                   
                                                   Stack trace of thread 891:
                                                   #0  0x00007fc28c015b2f __poll (libc.so.6 + 0xf3b2f)
                                                   #1  0x00007fc28acab066 n/a (libglib-2.0.so.0 + 0xab066)
                                                   #2  0x00007fc28ac52485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                   #3  0x00007fc28c71f44a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d744a)
                                                   #4  0x00007fc28c6cc44b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28444b)
                                                   #5  0x00007fc28c52fac6 _ZN7QThread4execEv (libQt5Core.so.5 + 0xe7ac6)
                                                   #6  0x00007fc28c9bc3c9 n/a (libQt5DBus.so.5 + 0x233c9)
                                                   #7  0x00007fc28c52c88c n/a (libQt5Core.so.5 + 0xe488c)
                                                   #8  0x00007fc28b527259 start_thread (libpthread.so.0 + 0x9259)
                                                   #9  0x00007fc28c0205e3 __clone (libc.so.6 + 0xfe5e3)
                                                   
                                                   Stack trace of thread 885:
                                                   #0  0x00007fc28c015b2f __poll (libc.so.6 + 0xf3b2f)
                                                   #1  0x00007fc28acab066 n/a (libglib-2.0.so.0 + 0xab066)
                                                   #2  0x00007fc28ac52485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                   #3  0x00007fc28c71f44a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d744a)
                                                   #4  0x00007fc28c6cc44b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28444b)
                                                   #5  0x00007fc28c6d7b97 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x28fb97)
                                                   #6  0x000055b032c3bf44 n/a (baloo_file + 0xef44)
                                                   #7  0x00007fc28bf49b25 __libc_start_main (libc.so.6 + 0x27b25)
                                                   #8  0x000055b032c3c3ee n/a (baloo_file + 0xf3ee)
                                                   ELF object binary architecture: AMD x86-64
Feb 19 12:50:37 kids-black pulseaudio[912]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000m>
Feb 19 15:06:30 kids-black systemd-coredump[10336]: Failed to connect to coredump service: Connection refused
Feb 19 15:06:31 kids-black kded5[10335]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                         
                                         Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposi>
Feb 19 15:06:31 kids-black systemd-coredump[10339]: Failed to connect to coredump service: Connection refused
Feb 19 15:06:32 kids-black systemd-logind[476]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (reboot.target has 'start' job queued, but 'sto>
Feb 19 15:06:32 kids-black kernel: watchdog: watchdog0: watchdog did not stop!

Test user idea was great, but did not work. I did however set it to autolog in my admin user, and modified the SDDM config. No idea why, but that worked. It seems to be working again.

Not 100% sure this is the “official” fix but its a win and I will take it. Poor kid has been without minecraft for nearly 2 weeks!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.