You are not logged in.

#1 2023-12-21 12:54:22

yaiko
Member
Registered: 2023-06-25
Posts: 38

Laptop main screen is black after startx

Sometimes after login and starting `startx` my laptop main screen is in black but if I connect the other HDMI monitor desktop is visible.
I have to `shift + super + q` and then close the laptop lid and login again 3 times until the main screen is visible.

I can't really identify why this error happens but my laptop uses NVIDIA drivers and sometimes I use 1 external HDMI monitor with xrandr.

Does anybody knows how to fix this?,
Thanks!

Last edited by yaiko (2023-12-21 12:57:01)

Offline

#2 2023-12-21 14:09:46

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

Re: Laptop main screen is black after startx

Please post your xinitrc and Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also check the output of "xrandr -q" after attaching the HDMI output.

Online

#3 2023-12-21 22:55:46

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Please post your xinitrc and Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also check the output of "xrandr -q" after attaching the HDMI output.

.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

exec dwm

Xorg log:

[    18.413] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    18.413] Current Operating System: Linux anh 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42 +0000 x86_64
[    18.413] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[    18.413]  
[    18.413] Current version of pixman: 0.42.2
[    18.413] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.413] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.413] (==) Log file: "/home/alien/.local/share/xorg/Xorg.0.log", Time: Thu Dec 21 19:31:13 2023
[    18.423] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.423] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.428] (==) No Layout section.  Using the first Screen section.
[    18.428] (==) No screen section available. Using defaults.
[    18.428] (**) |-->Screen "Default Screen Section" (0)
[    18.428] (**) |   |-->Monitor "<default monitor>"
[    18.428] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.428] (**) Option "DontZap" "false"
[    18.428] (==) Automatically adding devices
[    18.428] (==) Automatically enabling devices
[    18.428] (==) Automatically adding GPU devices
[    18.428] (==) Automatically binding GPU devices
[    18.428] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.432] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    18.432] 	Entry deleted from font path.
[    18.432] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.432] 	Entry deleted from font path.
[    18.432] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.432] 	Entry deleted from font path.
[    18.432] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    18.432] 	Entry deleted from font path.
[    18.432] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    18.432] 	Entry deleted from font path.
[    18.432] (==) FontPath set to:
	/usr/share/fonts/misc
[    18.432] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.432] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.432] (II) Module ABI versions:
[    18.432] 	X.Org ANSI C Emulation: 0.4
[    18.432] 	X.Org Video Driver: 25.2
[    18.432] 	X.Org XInput driver : 24.4
[    18.432] 	X.Org Server Extension : 10.0
[    18.433] (++) using VT number 1

[    18.437] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    18.438] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.438] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    18.439] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    18.440] (II) xfree86: Adding drm device (/dev/dri/card1)
[    18.440] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    18.441] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[    18.443] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    18.445] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    18.445] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    18.445] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.445] (II) LoadModule: "glx"
[    18.450] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.468] (II) Module glx: vendor="X.Org Foundation"
[    18.468] 	compiled for 1.21.1.10, module version = 1.0.0
[    18.468] 	ABI class: X.Org Server Extension, version 10.0
[    18.468] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    18.468] 	loading driver: nvidia
[    18.468] (==) Matched intel as autoconfigured driver 0
[    18.468] (==) Matched nvidia as autoconfigured driver 1
[    18.468] (==) Matched nouveau as autoconfigured driver 2
[    18.468] (==) Matched nv as autoconfigured driver 3
[    18.468] (==) Matched modesetting as autoconfigured driver 4
[    18.468] (==) Matched fbdev as autoconfigured driver 5
[    18.468] (==) Matched vesa as autoconfigured driver 6
[    18.468] (==) Assigned the driver to the xf86ConfigLayout
[    18.468] (II) LoadModule: "intel"
[    18.469] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.475] (II) Module intel: vendor="X.Org Foundation"
[    18.475] 	compiled for 1.21.1.6, module version = 2.99.917
[    18.476] 	Module class: X.Org Video Driver
[    18.476] 	ABI class: X.Org Video Driver, version 25.2
[    18.476] (II) LoadModule: "nvidia"
[    18.476] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    18.492] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.492] 	compiled for 1.6.99.901, module version = 1.0.0
[    18.492] 	Module class: X.Org Video Driver
[    18.493] (II) LoadModule: "nouveau"
[    18.494] (WW) Warning, couldn't open module nouveau
[    18.494] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    18.494] (II) LoadModule: "nv"
[    18.495] (WW) Warning, couldn't open module nv
[    18.495] (EE) Failed to load module "nv" (module does not exist, 0)
[    18.495] (II) LoadModule: "modesetting"
[    18.495] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    18.503] (II) Module modesetting: vendor="X.Org Foundation"
[    18.503] 	compiled for 1.21.1.10, module version = 1.21.1
[    18.503] 	Module class: X.Org Video Driver
[    18.503] 	ABI class: X.Org Video Driver, version 25.2
[    18.503] (II) LoadModule: "fbdev"
[    18.504] (WW) Warning, couldn't open module fbdev
[    18.504] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.504] (II) LoadModule: "vesa"
[    18.505] (WW) Warning, couldn't open module vesa
[    18.505] (EE) Failed to load module "vesa" (module does not exist, 0)
[    18.505] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    18.505] (II) intel: Driver for Intel(R) HD Graphics
[    18.505] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    18.505] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    18.505] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    18.505] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.518] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    18.518] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    18.521] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    18.521] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[    18.523] (WW) Falling back to old probe method for modesetting
[    18.523] (II) systemd-logind: releasing fd for 226:0
[    18.525] (II) Loading sub module "fb"
[    18.525] (II) LoadModule: "fb"
[    18.525] (II) Module "fb" already built-in
[    18.525] (II) Loading sub module "wfb"
[    18.525] (II) LoadModule: "wfb"
[    18.526] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    18.528] (II) Module wfb: vendor="X.Org Foundation"
[    18.528] 	compiled for 1.21.1.10, module version = 1.0.0
[    18.528] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.537] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    18.539] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    18.539] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    18.539] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    18.539] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.539] (==) intel(0): RGB weight 888
[    18.539] (==) intel(0): Default visual is TrueColor
[    18.541] (II) intel(0): Output eDP1 has no monitor section
[    18.543] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    18.543] (II) intel(0): Enabled output eDP1
[    18.543] (II) intel(0): Output HDMI1 has no monitor section
[    18.544] (II) intel(0): Enabled output HDMI1
[    18.544] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    18.544] (II) intel(0): Output VIRTUAL1 has no monitor section
[    18.544] (II) intel(0): Enabled output VIRTUAL1
[    18.544] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    18.553] (==) intel(0): TearFree enabled
[    18.553] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.553] (==) intel(0): DPI set to (96, 96)
[    18.553] (II) Loading sub module "dri3"
[    18.553] (II) LoadModule: "dri3"
[    18.553] (II) Module "dri3" already built-in
[    18.553] (II) Loading sub module "dri2"
[    18.553] (II) LoadModule: "dri2"
[    18.553] (II) Module "dri2" already built-in
[    18.553] (II) Loading sub module "present"
[    18.553] (II) LoadModule: "present"
[    18.553] (II) Module "present" already built-in
[    18.554] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    18.554] (==) NVIDIA(G0): RGB weight 888
[    18.554] (==) NVIDIA(G0): Default visual is TrueColor
[    18.554] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    18.555] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    18.555] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    18.555] (**) NVIDIA(G0): Enabling 2D acceleration
[    18.555] (II) Loading sub module "glxserver_nvidia"
[    18.555] (II) LoadModule: "glxserver_nvidia"
[    18.555] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    18.842] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    18.842] 	compiled for 1.6.99.901, module version = 1.0.0
[    18.842] 	Module class: X.Org Server Extension
[    18.842] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    18.844] (II) NVIDIA: The X server supports PRIME Render Offload.
[    18.859] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    18.859] (II) NVIDIA(G0):     (GPU-0)
[    18.859] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    18.859] (--) NVIDIA(G0): VideoBIOS: 86.07.50.00.59
[    18.859] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    18.859] (II) NVIDIA(G0): Validated MetaModes:
[    18.859] (II) NVIDIA(G0):     "NULL"
[    18.859] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    18.859] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    18.859] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    18.859] (II) UnloadModule: "modesetting"
[    18.859] (II) Unloading modesetting
[    18.865] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[    18.865] (==) intel(0): Backing store enabled
[    18.865] (==) intel(0): Silken mouse enabled
[    18.865] (II) intel(0): HW Cursor enabled
[    18.866] (==) intel(0): DPMS enabled
[    18.866] (==) intel(0): Display hotplug detection enabled
[    18.867] (II) intel(0): [DRI2] Setup complete
[    18.867] (II) intel(0): [DRI2]   DRI driver: i965
[    18.867] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    18.867] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    18.867] (II) intel(0): hardware support for Present enabled
[    18.868] (WW) NVIDIA: Failed to bind sideband socket to
[    18.868] (WW) NVIDIA:     '/var/run/nvidia-xdriver-fe6ec26c' Permission denied
[    18.868] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    18.868] (II) NVIDIA:     access.
[    18.875] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    18.875] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    18.875] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    18.875] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    18.875] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    18.875] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    18.875] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    18.875] (II) NVIDIA(G0):     Config Options in the README.
[    18.920] (II) NVIDIA(G0): Setting mode "NULL"
[    18.938] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    18.938] (==) NVIDIA(G0): Backing store enabled
[    18.938] (==) NVIDIA(G0): Silken mouse enabled
[    18.939] (==) NVIDIA(G0): DPMS enabled
[    18.942] (II) Loading sub module "dri2"
[    18.942] (II) LoadModule: "dri2"
[    18.942] (II) Module "dri2" already built-in
[    18.942] (II) NVIDIA(G0): [DRI2] Setup complete
[    18.942] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    18.942] (II) Initializing extension Generic Event Extension
[    18.942] (II) Initializing extension SHAPE
[    18.942] (II) Initializing extension MIT-SHM
[    18.942] (II) Initializing extension XInputExtension
[    18.944] (II) Initializing extension XTEST
[    18.944] (II) Initializing extension BIG-REQUESTS
[    18.944] (II) Initializing extension SYNC
[    18.944] (II) Initializing extension XKEYBOARD
[    18.944] (II) Initializing extension XC-MISC
[    18.944] (II) Initializing extension SECURITY
[    18.944] (II) Initializing extension XFIXES
[    18.944] (II) Initializing extension RENDER
[    18.944] (II) Initializing extension RANDR
[    18.945] (II) Initializing extension COMPOSITE
[    18.945] (II) Initializing extension DAMAGE
[    18.945] (II) Initializing extension MIT-SCREEN-SAVER
[    18.945] (II) Initializing extension DOUBLE-BUFFER
[    18.945] (II) Initializing extension RECORD
[    18.945] (II) Initializing extension DPMS
[    18.945] (II) Initializing extension Present
[    18.945] (II) Initializing extension DRI3
[    18.945] (II) Initializing extension X-Resource
[    18.946] (II) Initializing extension XVideo
[    18.946] (II) Initializing extension XVideo-MotionCompensation
[    18.946] (II) Initializing extension GLX
[    18.946] (II) Initializing extension GLX
[    18.946] (II) Indirect GLX disabled.
[    18.947] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    18.947] (EE) AIGLX error: unable to load driver i965
[    19.493] (II) IGLX: Loaded and initialized swrast
[    19.493] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    19.493] (II) Initializing extension XFree86-VidModeExtension
[    19.493] (II) Initializing extension XFree86-DGA
[    19.494] (II) Initializing extension XFree86-DRI
[    19.494] (II) Initializing extension DRI2
[    19.494] (II) Initializing extension NV-GLX
[    19.494] (II) Initializing extension NV-CONTROL
[    19.505] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    19.514] (II) intel(0): Setting screen physical size to 508 x 285
[    19.667] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    19.667] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.667] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    19.667] (**) Power Button: Applying InputClass "system-keyboard"
[    19.667] (II) LoadModule: "libinput"
[    19.668] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    19.682] (II) Module libinput: vendor="X.Org Foundation"
[    19.682] 	compiled for 1.21.1.8, module version = 1.4.0
[    19.682] 	Module class: X.Org XInput Driver
[    19.682] 	ABI class: X.Org XInput driver, version 24.4
[    19.682] (II) Using input driver 'libinput' for 'Power Button'
[    19.683] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[    19.683] (**) Power Button: always reports core events
[    19.683] (**) Option "Device" "/dev/input/event3"
[    19.816] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    19.817] (II) event3  - Power Button: device is a keyboard
[    19.817] (II) event3  - Power Button: device removed
[    19.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    19.817] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.817] (**) Option "xkb_layout" "us"
[    19.817] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.868] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    19.869] (II) event3  - Power Button: device is a keyboard
[    19.869] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event10)
[    19.869] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    19.869] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    19.869] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    19.869] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    19.870] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[    19.870] (**) Asus Wireless Radio Control: always reports core events
[    19.870] (**) Option "Device" "/dev/input/event10"
[    19.871] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    19.871] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[    19.871] (II) event10 - Asus Wireless Radio Control: device removed
[    19.871] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event10"
[    19.871] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    19.871] (**) Option "xkb_layout" "us"
[    19.871] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.872] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    19.872] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[    19.873] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    19.873] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    19.873] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    19.873] (**) Video Bus: Applying InputClass "system-keyboard"
[    19.873] (II) Using input driver 'libinput' for 'Video Bus'
[    19.874] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
[    19.874] (**) Video Bus: always reports core events
[    19.874] (**) Option "Device" "/dev/input/event15"
[    19.875] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[    19.875] (II) event15 - Video Bus: device is a keyboard
[    19.875] (II) event15 - Video Bus: device removed
[    19.875] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15"
[    19.875] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    19.875] (**) Option "xkb_layout" "us"
[    19.875] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.876] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[    19.876] (II) event15 - Video Bus: device is a keyboard
[    19.877] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[    19.877] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    19.877] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    19.877] (**) Video Bus: Applying InputClass "system-keyboard"
[    19.877] (II) Using input driver 'libinput' for 'Video Bus'
[    19.877] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 40 paused 0
[    19.877] (**) Video Bus: always reports core events
[    19.877] (**) Option "Device" "/dev/input/event16"
[    19.878] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    19.878] (II) event16 - Video Bus: device is a keyboard
[    19.879] (II) event16 - Video Bus: device removed
[    19.879] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input19/event16"
[    19.879] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    19.879] (**) Option "xkb_layout" "us"
[    19.879] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.880] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    19.880] (II) event16 - Video Bus: device is a keyboard
[    19.881] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    19.881] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.881] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    19.881] (**) Power Button: Applying InputClass "system-keyboard"
[    19.881] (II) Using input driver 'libinput' for 'Power Button'
[    19.881] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[    19.881] (**) Power Button: always reports core events
[    19.881] (**) Option "Device" "/dev/input/event1"
[    19.882] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.882] (II) event1  - Power Button: device is a keyboard
[    19.882] (II) event1  - Power Button: device removed
[    19.882] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    19.882] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    19.882] (**) Option "xkb_layout" "us"
[    19.882] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.883] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.883] (II) event1  - Power Button: device is a keyboard
[    19.884] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    19.884] (II) No input driver specified, ignoring this device.
[    19.884] (II) This device may have been added with another device file.
[    19.884] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    19.884] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    19.884] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    19.884] (**) Sleep Button: Applying InputClass "system-keyboard"
[    19.884] (II) Using input driver 'libinput' for 'Sleep Button'
[    19.885] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 42 paused 0
[    19.885] (**) Sleep Button: always reports core events
[    19.885] (**) Option "Device" "/dev/input/event0"
[    19.886] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    19.886] (II) event0  - Sleep Button: device is a keyboard
[    19.886] (II) event0  - Sleep Button: device removed
[    19.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    19.886] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    19.886] (**) Option "xkb_layout" "us"
[    19.886] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.887] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    19.887] (II) event0  - Sleep Button: device is a keyboard
[    19.889] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event5)
[    19.889] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput keyboard catchall"
[    19.889] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "Keyboard Defaults"
[    19.889] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[    19.889] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[    19.889] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[    19.889] (**) 2.4G RF Keyboard & Mouse: always reports core events
[    19.889] (**) Option "Device" "/dev/input/event5"
[    19.891] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[    19.891] (II) event5  - 2.4G RF Keyboard & Mouse: device is a keyboard
[    19.891] (II) event5  - 2.4G RF Keyboard & Mouse: device removed
[    19.891] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:276D:2068.0001/input/input5/event5"
[    19.891] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: KEYBOARD, id 12)
[    19.891] (**) Option "xkb_layout" "us"
[    19.891] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.892] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[    19.893] (II) event5  - 2.4G RF Keyboard & Mouse: device is a keyboard
[    19.893] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event6)
[    19.893] (II) No input driver specified, ignoring this device.
[    19.893] (II) This device may have been added with another device file.
[    19.894] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event7)
[    19.894] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput pointer catchall"
[    19.894] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[    19.895] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[    19.895] (**) 2.4G RF Keyboard & Mouse: always reports core events
[    19.895] (**) Option "Device" "/dev/input/event7"
[    19.896] (II) event7  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[    19.896] (II) event7  - 2.4G RF Keyboard & Mouse: device is a pointer
[    19.896] (II) event7  - 2.4G RF Keyboard & Mouse: device removed
[    19.896] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.896] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.896] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input7/event7"
[    19.896] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: MOUSE, id 13)
[    19.896] (**) Option "AccelerationScheme" "none"
[    19.896] (**) 2.4G RF Keyboard & Mouse: (accel) selected scheme none/0
[    19.896] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration factor: 2.000
[    19.896] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration threshold: 4
[    19.897] (II) event7  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[    19.898] (II) event7  - 2.4G RF Keyboard & Mouse: device is a pointer
[    19.898] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/mouse0)
[    19.898] (II) No input driver specified, ignoring this device.
[    19.898] (II) This device may have been added with another device file.
[    19.899] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse Consumer Control (/dev/input/event8)
[    19.899] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    19.899] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[    19.899] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[    19.899] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[    19.900] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 45 paused 0
[    19.900] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[    19.900] (**) Option "Device" "/dev/input/event8"
[    19.901] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[    19.901] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[    19.901] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device removed
[    19.901] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: needs a virtual subdevice
[    19.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input8/event8"
[    19.901] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: MOUSE, id 14)
[    19.901] (**) Option "AccelerationScheme" "none"
[    19.901] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) selected scheme none/0
[    19.901] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration factor: 2.000
[    19.901] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration threshold: 4
[    19.902] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[    19.902] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[    19.903] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse System Control (/dev/input/event9)
[    19.903] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "libinput keyboard catchall"
[    19.903] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "Keyboard Defaults"
[    19.903] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "system-keyboard"
[    19.903] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse System Control'
[    19.904] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 46 paused 0
[    19.904] (**) 2.4G RF Keyboard & Mouse System Control: always reports core events
[    19.904] (**) Option "Device" "/dev/input/event9"
[    19.905] (II) event9  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[    19.905] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[    19.905] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device removed
[    19.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input9/event9"
[    19.905] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse System Control" (type: KEYBOARD, id 15)
[    19.905] (**) Option "xkb_layout" "us"
[    19.905] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.906] (II) event9  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[    19.906] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[    19.907] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event13)
[    19.907] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    19.907] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    19.908] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0
[    19.908] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    19.908] (**) Option "Device" "/dev/input/event13"
[    19.908] (II) event13 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    19.909] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    19.910] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device removed
[    19.910] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.910] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.910] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-2/i2c-ELAN1200:00/0018:04F3:3090.0003/input/input16/event13"
[    19.910] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 16)
[    19.910] (**) Option "AccelerationScheme" "none"
[    19.910] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    19.910] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    19.910] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    19.911] (II) event13 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    19.911] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    19.912] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse1)
[    19.912] (II) No input driver specified, ignoring this device.
[    19.912] (II) This device may have been added with another device file.
[    19.913] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event14)
[    19.913] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    19.913] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    19.913] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 48 paused 0
[    19.913] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    19.913] (**) Option "Device" "/dev/input/event14"
[    19.914] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    19.916] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    19.916] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device removed
[    19.916] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.916] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.916] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.916] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-2/i2c-ELAN1200:00/0018:04F3:3090.0003/input/input17/event14"
[    19.916] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 17)
[    19.918] (**) Option "AccelerationScheme" "none"
[    19.918] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    19.918] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    19.918] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    19.918] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    19.920] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    19.921] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse2)
[    19.921] (II) No input driver specified, ignoring this device.
[    19.921] (II) This device may have been added with another device file.
[    19.921] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[    19.921] (II) No input driver specified, ignoring this device.
[    19.921] (II) This device may have been added with another device file.
[    19.921] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event18)
[    19.921] (II) No input driver specified, ignoring this device.
[    19.921] (II) This device may have been added with another device file.
[    19.922] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event19)
[    19.922] (II) No input driver specified, ignoring this device.
[    19.922] (II) This device may have been added with another device file.
[    19.922] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event20)
[    19.922] (II) No input driver specified, ignoring this device.
[    19.922] (II) This device may have been added with another device file.
[    19.922] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event12)
[    19.922] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    19.922] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    19.922] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    19.922] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    19.923] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[    19.923] (**) Asus WMI hotkeys: always reports core events
[    19.923] (**) Option "Device" "/dev/input/event12"
[    19.923] (II) event12 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.923] (II) event12 - Asus WMI hotkeys: device is a keyboard
[    19.924] (II) event12 - Asus WMI hotkeys: device removed
[    19.924] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event12"
[    19.924] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[    19.924] (**) Option "xkb_layout" "us"
[    19.924] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.924] (II) event12 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.924] (II) event12 - Asus WMI hotkeys: device is a keyboard
[    19.925] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    19.925] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    19.925] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    19.925] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    19.925] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    19.926] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 50 paused 0
[    19.926] (**) AT Translated Set 2 keyboard: always reports core events
[    19.926] (**) Option "Device" "/dev/input/event4"
[    19.926] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.926] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.927] (II) event4  - AT Translated Set 2 keyboard: device removed
[    19.927] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    19.927] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[    19.927] (**) Option "xkb_layout" "us"
[    19.927] (**) Option "xkb_options" "grp:win_space_toggle"
[    19.928] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.928] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.929] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    19.929] (II) No input driver specified, ignoring this device.
[    19.929] (II) This device may have been added with another device file.
[    20.026] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.026] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[    20.026] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[    20.026] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[    20.026] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    20.026] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[    20.026] (**) Option "Device" "/dev/input/event8"
[    20.026] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: is a virtual subdevice
[    20.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:276D:2068.0002/input/input8/event8"
[    20.026] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: KEYBOARD, id 20)
[    20.026] (**) Option "xkb_layout" "us"
[    20.026] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.868] (II) intel(0): EDID vendor "NCP", prod id 41
[    20.868] (II) intel(0): Printing DDC gathered Modelines:
[    20.868] (II) intel(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    20.868] (II) intel(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    38.809] (**) Option "fd" "35"
[    38.809] (II) event3  - Power Button: device removed
[    38.809] (**) Option "fd" "38"
[    38.809] (II) event10 - Asus Wireless Radio Control: device removed
[    38.809] (**) Option "fd" "39"
[    38.809] (II) event15 - Video Bus: device removed
[    38.809] (**) Option "fd" "40"
[    38.809] (II) event16 - Video Bus: device removed
[    38.809] (**) Option "fd" "41"
[    38.809] (II) event1  - Power Button: device removed
[    38.809] (**) Option "fd" "42"
[    38.809] (II) event0  - Sleep Button: device removed
[    38.809] (**) Option "fd" "43"
[    38.809] (II) event5  - 2.4G RF Keyboard & Mouse: device removed
[    38.809] (**) Option "fd" "44"
[    38.809] (II) event7  - 2.4G RF Keyboard & Mouse: device removed
[    38.810] (**) Option "fd" "45"
[    38.810] (**) Option "fd" "46"
[    38.810] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device removed
[    38.810] (**) Option "fd" "47"
[    38.810] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device removed
[    38.810] (**) Option "fd" "48"
[    38.810] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device removed
[    38.810] (**) Option "fd" "49"
[    38.810] (II) event12 - Asus WMI hotkeys: device removed
[    38.810] (**) Option "fd" "50"
[    38.810] (II) event4  - AT Translated Set 2 keyboard: device removed
[    38.810] (**) Option "fd" "45"
[    38.810] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device removed
[    38.977] (II) systemd-logind: got pause for 13:69
[    38.977] (II) systemd-logind: got pause for 13:79
[    38.977] (II) systemd-logind: got pause for 13:67
[    38.977] (II) systemd-logind: got pause for 13:72
[    38.977] (II) systemd-logind: got pause for 13:73
[    38.977] (II) systemd-logind: got pause for 13:71
[    38.977] (II) systemd-logind: got pause for 13:68
[    38.977] (II) systemd-logind: got pause for 13:74
[    38.977] (II) systemd-logind: got pause for 13:65
[    38.977] (II) systemd-logind: got pause for 13:64
[    38.977] (II) systemd-logind: got pause for 13:77
[    38.977] (II) systemd-logind: got pause for 13:76
[    38.977] (II) systemd-logind: got pause for 13:78
[    38.977] (II) systemd-logind: got pause for 13:80

xrandr

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
   1920x1080     60.00*+  59.93    48.00  
   1680x1050     59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
HDMI1 connected (normal left inverted right x axis y axis)
   1366x768      59.99 +
   1920x1080i    60.00    50.00    59.94  
   1280x1024     75.02  
   1280x960      60.00  
   1152x864      59.97  
   1280x768      59.99  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    60.00    59.94  
   720x400       70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Offline

#4 2023-12-22 09:04:35

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

Re: Laptop main screen is black after startx

Since you're running dwm, what's shift+super+q bound to?

Hybrid system, but no outputs on the nvidia chip.
Step one, get rid of xf86-video-intel and make sure there're no residual references

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

I connect the other HDMI monitor

What is "the other"? There's only one HDMI output? Do you plug out monitor A and plug in monitor B?
Edit: do you use x-on-resize?

my laptop main screen is in black

Does that refer to the internal display?
It's enabled on FullHD in that randr, there's also a HDMI monitor connected, but disabled (ie. it'll be black)

Last edited by seth (2023-12-22 09:04:56)

Online

#5 2023-12-22 18:41:58

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Since you're running dwm, what's shift+super+q bound to?

Hybrid system, but no outputs on the nvidia chip.
Step one, get rid of xf86-video-intel and make sure there're no residual references

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

I connect the other HDMI monitor

What is "the other"? There's only one HDMI output? Do you plug out monitor A and plug in monitor B?
Edit: do you use x-on-resize?

my laptop main screen is in black

Does that refer to the internal display?
It's enabled on FullHD in that randr, there's also a HDMI monitor connected, but disabled (ie. it'll be black)

shift+super+q bound to kill the TTY

Removing the intel package seems to be working well, for now... Thanks for the help!.

Offline

#6 2023-12-22 18:44:09

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Laptop main screen is black after startx

yaiko wrote:

Removing the intel package seems to be working well

Please edit the thread title and prepend [SOLVED] to help others who encounter this issue. Thanks.

Offline

#7 2023-12-23 15:46:17

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

yaiko wrote:
seth wrote:

Since you're running dwm, what's shift+super+q bound to?

Hybrid system, but no outputs on the nvidia chip.
Step one, get rid of xf86-video-intel and make sure there're no residual references

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

I connect the other HDMI monitor

What is "the other"? There's only one HDMI output? Do you plug out monitor A and plug in monitor B?
Edit: do you use x-on-resize?

my laptop main screen is in black

Does that refer to the internal display?
It's enabled on FullHD in that randr, there's also a HDMI monitor connected, but disabled (ie. it'll be black)

shift+super+q bound to kill the TTY

Removing the intel package seems to be working well, for now... Thanks for the help!.

Unfortunately is still hapenning(

Yes, the main screen is the laptop internal display.
There is only one external HDMI output, and I don't use x-on-resize.

Offline

#8 2023-12-23 21:40:36

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

Re: Laptop main screen is black after startx

I have to `shift + super + q` and then close the laptop lid and login again 3 times until the main screen is visible.

So basically you're re-starting the server 3 times until it works.
Does one restart work if you get a cup of coffee before the restart?
Try/ensure to enable https://wiki.archlinux.org/title/Kernel … _KMS_start

Online

#9 2023-12-25 18:53:51

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

I have to `shift + super + q` and then close the laptop lid and login again 3 times until the main screen is visible.

So basically you're re-starting the server 3 times until it works.
Does one restart work if you get a cup of coffee before the restart?
Try/ensure to enable https://wiki.archlinux.org/title/Kernel … _KMS_start

Sometimes I have to restart and close the lid even 7 times until it works, I've also waited 5+ minutes to see if starts but it keeps black.
Yes, I have the nvidia packages in the boot modules, this has to be something with the nvidia drivers but still can't identify what is happening...

Offline

#10 2023-12-25 20:31:10

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

Re: Laptop main screen is black after startx

The nvidia module isn't relevant here - the server and all outputs are on the intel chip.
Do you have i915 in the initramfs?

Online

#11 2023-12-26 18:35:29

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

The nvidia module isn't relevant here - the server and all outputs are on the intel chip.
Do you have i915 in the initramfs?

Yes, it is enabled by default.

Offline

#12 2023-12-26 20:51:51

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

Re: Laptop main screen is black after startx

Is closing (and re-opening) the lid a crucial step?
Does the output turn black if you manipulate the lid (fold it more open or closed)?

Try to add "i915.enable_psr=0 i915.enable_fbc=0" to the https://wiki.archlinux.org/title/Kernel_parameters

Online

#13 2024-01-05 18:00:39

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Is closing (and re-opening) the lid a crucial step?
Does the output turn black if you manipulate the lid (fold it more open or closed)?

Try to add "i915.enable_psr=0 i915.enable_fbc=0" to the https://wiki.archlinux.org/title/Kernel_parameters

After a couple of days, didn't worked...
Yes, I have to close the lid and disconnect the HDMI until the internal monitor is not black, this like refreshes the screen output.

Offline

#14 2024-01-05 20:37:50

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

Re: Laptop main screen is black after startx

seth wrote:

Does the output turn black if you manipulate the lid (fold it more open or closed)?

(I suspect that the cable in the hinge is broken)

Online

#15 2024-01-09 13:58:58

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:
seth wrote:

Does the output turn black if you manipulate the lid (fold it more open or closed)?

(I suspect that the cable in the hinge is broken)

Now it doesn't even happen on login only, it also happens when opening a game for example. (I have to close the lid and reopen it, but sometimes I have to even restart the laptop)

Offline

#16 2024-01-09 14:55:39

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

Re: Laptop main screen is black after startx

Does the game change the resolution?

Again:

seth wrote:

Does the output turn black if you manipulate the lid (fold it more open or closed)?

Online

#17 2024-01-09 16:11:50

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Does the game change the resolution?

Again:

seth wrote:

Does the output turn black if you manipulate the lid (fold it more open or closed)?

The screen just turns black and I loose audio and video.

seth wrote:

Does the output turn black if you manipulate the lid (fold it more open or closed)?

No, I just fold it like to refresh the laptop video signal.

Offline

#18 2024-01-09 16:25:06

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

Re: Laptop main screen is black after startx

What is your native language? japanese?
https://www.deepl.com/translator

Online

#19 2024-01-10 16:12:56

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

What is your native language? japanese?
https://www.deepl.com/translator

Spanish, what I mean is that:

- The screen just turns black at login, sometimes while opening/playing 3D games too.
- I have to fold the laptop so goes to sleep mode and then unfold it until video is back again, but sometimes the screen just glitches and folding the screen is not enough so I have to restart the laptop.

I also tried switching into full GPU mode with (https://wiki.archlinux.org/title/NVIDIA … us-manager) but the screen keeps going black.

I also tried unsuccessfully:
https://wiki.archlinux.org/title/NVIDIA … X_shutdown
https://wiki.archlinux.org/title/NVIDIA … grated_GPU

Any help please?

Offline

#20 2024-01-10 16:24:11

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

Re: Laptop main screen is black after startx

La sugerencia era doblar la tapa más o menos abierta y ver si esa manipulación rompe la señal.

Hay un cable en la bisagra que es algo propenso a romperse y entonces la pantalla interna no funciona de forma fiable dependiendo de la posición de la tapa.

También pregunté si el juego podría tratar de alterar la resolución (por ejemplo, de 1920x1080 a 1024x768 o así)

---- https://www.deepl.com/translator#es/en/

The suggestion was to fold the lid more or less open and see whether that manipulation breaks the signal.

There's a cable in the hinge that is somewhat prone to snap and then the internal display doesn't work reliably depending on the lid position.

Also I asked whether the game might try to alter the resolution (eg. from 1920x1080 to 1024x768 or so)

Online

#21 2024-01-10 17:43:13

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

La sugerencia era doblar la tapa más o menos abierta y ver si esa manipulación rompe la señal.

Hay un cable en la bisagra que es algo propenso a romperse y entonces la pantalla interna no funciona de forma fiable dependiendo de la posición de la tapa.

También pregunté si el juego podría tratar de alterar la resolución (por ejemplo, de 1920x1080 a 1024x768 o así)

---- https://www.deepl.com/translator#es/en/

The suggestion was to fold the lid more or less open and see whether that manipulation breaks the signal.

There's a cable in the hinge that is somewhat prone to snap and then the internal display doesn't work reliably depending on the lid position.

Also I asked whether the game might try to alter the resolution (eg. from 1920x1080 to 1024x768 or so)

No, the signal is not broken until the laptop is fully folded, despite that this issue happens even when the screen is fully unfolded and sometimes when folding the laptop and after a break unfolding the laptop again, the video is black.
The laptop hardware is ok, this is more like an system issue I can't find yet, because I had Windows 11 and never had this problem.

I try the games at default screen resolution (1920x1080) and when the game resolution is changed only the window size is altered.

Offline

#22 2024-01-10 20:22:56

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

Re: Laptop main screen is black after startx

1. the xrandr output in #3 shows the HDMI inactive (and the eDP active) - the idea was to attach teh hdmi output after losing the signal and dump "xrandr -q" then, while the eDP is broken
2. backlight issue? https://wiki.archlinux.org/title/Backlight

The worrysome elements here are that
1. the behavior is non-deterministic in trigger (when it happens) and mitigation (how often you have to try to restart X11)
2. the mitigation critically involves manipulation of the lid

Online

#23 2024-01-10 23:12:23

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

1. the xrandr output in #3 shows the HDMI inactive (and the eDP active) - the idea was to attach teh hdmi output after losing the signal and dump "xrandr -q" then, while the eDP is broken
2. backlight issue? https://wiki.archlinux.org/title/Backlight

The worrysome elements here are that
1. the behavior is non-deterministic in trigger (when it happens) and mitigation (how often you have to try to restart X11)
2. the mitigation critically involves manipulation of the lid

1. The problem happens now even without connecting an HDMI.
2. `xbackligt -set 10` has not effect so I don't think is backlight.

Offline

#24 2024-01-11 09:01:16

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

Re: Laptop main screen is black after startx

xbackligt will yell a typo-error and iirc generally only work when you're using xf86-video-intel

My money firmely remains on the cable.
Boot some live distro (knoppix, ubuntu, grml) and see whether the same phenomenon occurs there.

Online

#25 2024-01-12 01:37:20

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

xbackligt will yell a typo-error and iirc generally only work when you're using xf86-video-intel

My money firmely remains on the cable.
Boot some live distro (knoppix, ubuntu, grml) and see whether the same phenomenon occurs there.

The problem happens even without HDMI... so is not cable problem.
I tried Debian and it works well.

I keep insisting this is some drivers problem but can't find what exactly is, a white lines appear then it goes to black screen.
I tried reinstalling NVIDIA multiple times but not succeeded. sad

Offline

Board footer

Powered by FluxBB