You are not logged in.

#1 2021-05-08 06:24:01

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Display not working on startup

Hi all,

I have a somewhat weird situation with my laptop and my external monitor. Most of the time, my monitor and laptop get along fine. However, my second (external) monitor cannot detect HDMI output every time I'm logging in.

Do anyone have a clue of what's going on?

I tried using "xrandr --auto" but that doesn't help with the situation. I haven't had luck finding similar topics on this weird problem.

Thanks in advance.

Offline

#2 2021-05-08 06:25:42

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

As a second part of the question, can anyone please tell me how can I set a default resolution for BOTH displays?

Offline

#3 2021-05-08 06:37:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

https://bbs.archlinux.org/viewtopic.php?id=57855

Xorg log and "xrandr -q" would be good starting points…

Online

#4 2021-05-08 07:09:03

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

My apologies, it's my first time posting on this forum.

xrandr-q

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
   2560x1440     60.00 +  59.95  
   1920x1440     60.00  
   1856x1392     60.01  
   1792x1344     60.01  
   2048x1152     60.00    59.90    59.91  
   1920x1200     59.88    59.95  
   1920x1080     59.96*   60.00    59.93  
   1600x1200     60.00  
   1680x1050     59.95    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  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP2-1 disconnected (normal left inverted right x axis y axis)
DP2-2 disconnected (normal left inverted right x axis y axis)
DP2-3 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 550mm x 310mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    24.00    29.97    23.98  
   1600x1200     60.00  
   1680x1050     59.88  
   1400x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x960      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1440x576      50.00  
   1024x768      75.03    70.07    60.00  
   1440x480      60.00    59.94  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Xorg.0.log

https://gist.github.com/crimsonpython24 … f1324503fc

Last edited by crimsonpython24 (2021-05-08 13:21:54)

Offline

#5 2021-05-08 13:01:29

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

Please also use code tags for shell I/O and file contents, https://bbs.archlinux.org/help.php#bbcode (you can edit your post to mend it)

There's no HDMI output connected nor a second GPU that it could be wired to, but I assume DP2-3 is some HDMI connection on the Lenovo ThinkPad Thunderbolt 3 Dock?

Does

xrandr --output DP2-3 --auto

after the login help?
Is the problem that you expect some sort of autoconfiguration?
If so, see https://wiki.archlinux.org/title/Multih … _xorg.conf and elaborate on your session type (gnome, kde, xfce, openbox, i3, …)
https://aur.archlinux.org/packages/x-on-resize/  supports generic environments, but you want to avoid interference from a possible screen config daemon of your session.

Online

#6 2021-05-08 13:22:35

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Should I use the code that you provided as a part of the startup application, or is it a one-time problem?

I'll restart as soon as possible to check but I'm building wine right now, so it may be some while

Last edited by crimsonpython24 (2021-05-08 13:23:44)

Offline

#7 2021-05-08 13:25:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

Do you mean it yields the desired results and you want to make it permanent?
The effect is transient, you'll either have to add it to your autostart routine or use an xorg.conf.d drop-in to configure your outputs this way.

Online

#8 2021-05-08 14:21:01

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Thank you for your help -- I'll try it out as soon as I am able to.

As a bundled question, how can I switch my audio output device as soon as I connected my external monitor via HDMI?

I could've done it every time with typing

pavucontrol

in the terminal, but I'd like a startup automation.

P.S. I don't think you need any log files for this one...?

Offline

#9 2021-05-08 14:34:16

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Going back to the original question, I have no problem with the external display after logging in -- the problem persists when I'm at the log in screen.

I tried putting the line into ~/.initrc, but it didn't work; I'm still in the middle of trying https://wiki.archlinux.org/title/Multih … _xorg.conf

Last edited by crimsonpython24 (2021-05-08 14:35:15)

Offline

#10 2021-05-08 14:38:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

You have still not provided any information reg. your login process or session type.
The forementioned x-on-resize can execute random scripts whenever an output is attached.

Online

#11 2021-05-09 02:17:35

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

I'm using refind boot manager, lightdm-webkit2-greeter, and Plasma x11

Offline

#12 2021-05-09 02:28:17

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

How should I write my configuration file as in https://wiki.archlinux.org/title/Multih … esolutions, assuming that it will help my case?

Xrandr

[crimsonpython24@thinkpadx1c ~]$ xrandr -q           
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   2560x1440     60.00 +  59.95  
   1920x1440     60.00  
   1920x1080     59.96    60.00    59.93  
DP2-3 connected 1920x1080+0+0 (normal left inverted right x a
DP1 disconnected (normal left inverted right x axis y axis) 550mm x 310mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    24.00    29.97    23.98  
   1600x1200     60.00 
   1600x900      60.00  

Here is the logic I would achieve, in pseudocode:

if (have external monitor) {
        set external monitor as the primary display;
        set external resolution to be 1920 * 1080;
        switch default speaker to monitor speaker; [1]
} else {
        set laptop monitor as the primary display;
        set laptop resolution to be 1920 * 1080;
        switch default speaker to laptop speaker
}

[1] I have posted this as #8 of this thread

Again, the problem is that, on boot, my external monitor won't show up despite it's connected via HDMI. If I'm simply logging out and in on my device once I'm in my arch session, everything works.

Apologies for me unable to provide enough info (still learning), but thanks for all your help!

Last edited by crimsonpython24 (2021-05-09 02:29:12)

Offline

#13 2021-05-09 06:34:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

KDE has its own kscreen daemon to manage outputs.
For lightdm, see https://wiki.archlinux.org/title/LightD … ng_monitor
For the time before lightdm, see https://raw.githubusercontent.com/torva … modedb.rst

Online

#14 2021-05-09 08:39:11

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Will https://wiki.archlinux.org/title/LightD … ng_monitor still work if I'm NOT plugged into my external monitor?

Right now, everything's working (thank you very much), but it's when my laptop is still connected to my external display.

Offline

#15 2021-05-09 12:18:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

That depends on how smart your xrandr script is, but "xrandr --output DP1 --auto --right-of eDP1" will do nothing if there's no DP1.

This is btw. only required if the X11 server config is overridden by lightdm (what seems unlikely, but possible)

Online

#16 2021-05-09 14:38:36

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

The script worked to an extent -- my external monitor was connected (meaning that it received an HDMI signal), but the greeter still showed up on my laptop screen. Is there a workaround?

I used "xrandr --output DP2-3 --auto --right-of eDP1" to accommodate my settings. The external monitor did not receive a signal using "xrandr --output DP2-3 --primary" at all.

GTK greeters do seem to have an index to handle multiple monitors, but I'm using webkit2.

Log

[     1.819] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[     1.819] Build Operating System: Linux Archlinux
[     1.819] Current Operating System: Linux thinkpadx1c 5.12.1-arch1-1 #1 SMP PREEMPT Sun, 02 May 2021 12:43:58 +0000 x86_64
[     1.819] Kernel command line: root=PARTUUID=6dfddd52-05ae-483c-a6d4-e62b5eeffd45 rw add_efi_memmap initrd=boot\intel-ucode.img initrd=boot\initramfs-linux.img
[     1.819] Build Date: 13 April 2021  03:12:10PM
[     1.819]  
[     1.819] Current version of pixman: 0.40.0
[     1.819] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     1.819] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     1.819] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  9 22:32:44 2021
[     1.821] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     1.821] (==) No Layout section.  Using the first Screen section.
[     1.821] (==) No screen section available. Using defaults.
[     1.821] (**) |-->Screen "Default Screen Section" (0)
[     1.821] (**) |   |-->Monitor "<default monitor>"
[     1.822] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     1.822] (==) Automatically adding devices
[     1.822] (==) Automatically enabling devices
[     1.822] (==) Automatically adding GPU devices
[     1.822] (==) Automatically binding GPU devices
[     1.822] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     1.822] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     1.822] 	Entry deleted from font path.
[     1.823] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     1.823] 	Entry deleted from font path.
[     1.823] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     1.823] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     1.823] 	Entry deleted from font path.
[     1.823] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     1.823] 	Entry deleted from font path.
[     1.823] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     1.823] 	Entry deleted from font path.
[     1.823] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     1.823] 	Entry deleted from font path.
[     1.823] (==) FontPath set to:
	
[     1.823] (==) ModulePath set to "/usr/lib/xorg/modules"
[     1.823] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     1.823] (II) Module ABI versions:
[     1.823] 	X.Org ANSI C Emulation: 0.4
[     1.823] 	X.Org Video Driver: 24.1
[     1.823] 	X.Org XInput driver : 24.1
[     1.823] 	X.Org Server Extension : 10.0
[     1.823] (++) using VT number 7

[     1.823] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     1.827] (--) PCI:*(0@0:2:0) 8086:9bca:17aa:2292 rev 4, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[     1.827] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     1.827] (II) LoadModule: "glx"
[     1.827] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     1.833] (II) Module glx: vendor="X.Org Foundation"
[     1.833] 	compiled for 1.20.11, module version = 1.0.0
[     1.833] 	ABI class: X.Org Server Extension, version 10.0
[     1.833] (==) Matched intel as autoconfigured driver 0
[     1.833] (==) Matched modesetting as autoconfigured driver 1
[     1.833] (==) Matched fbdev as autoconfigured driver 2
[     1.833] (==) Matched vesa as autoconfigured driver 3
[     1.833] (==) Assigned the driver to the xf86ConfigLayout
[     1.833] (II) LoadModule: "intel"
[     1.836] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     1.838] (II) Module intel: vendor="X.Org Foundation"
[     1.838] 	compiled for 1.20.10, module version = 2.99.917
[     1.838] 	Module class: X.Org Video Driver
[     1.839] 	ABI class: X.Org Video Driver, version 24.1
[     1.839] (II) LoadModule: "modesetting"
[     1.839] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     1.842] (II) Module modesetting: vendor="X.Org Foundation"
[     1.842] 	compiled for 1.20.11, module version = 1.20.11
[     1.842] 	Module class: X.Org Video Driver
[     1.842] 	ABI class: X.Org Video Driver, version 24.1
[     1.842] (II) LoadModule: "fbdev"
[     1.842] (WW) Warning, couldn't open module fbdev
[     1.842] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     1.842] (II) LoadModule: "vesa"
[     1.842] (WW) Warning, couldn't open module vesa
[     1.842] (EE) Failed to load module "vesa" (module does not exist, 0)
[     1.842] (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
[     1.842] (II) intel: Driver for Intel(R) HD Graphics
[     1.842] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     1.842] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     1.842] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     2.987] intel: waited 0 ms for i915.ko driver to load
[     2.988] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[     2.988] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[     3.003] (WW) Falling back to old probe method for modesetting
[     3.004] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     3.004] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[     3.004] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.004] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     3.004] (==) intel(0): RGB weight 888
[     3.004] (==) intel(0): Default visual is TrueColor
[     3.014] (II) intel(0): Output eDP1 has no monitor section
[     3.014] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     3.014] (II) intel(0): Enabled output eDP1
[     3.014] (II) intel(0): Output DP1 has no monitor section
[     3.014] (II) intel(0): Enabled output DP1
[     3.014] (II) intel(0): Output HDMI1 has no monitor section
[     3.015] (II) intel(0): Enabled output HDMI1
[     3.015] (II) intel(0): Output DP2 has no monitor section
[     3.015] (II) intel(0): Enabled output DP2
[     3.015] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     3.015] (II) intel(0): Output VIRTUAL1 has no monitor section
[     3.015] (II) intel(0): Enabled output VIRTUAL1
[     3.019] (II) intel(0): EDID for output eDP1
[     3.019] (II) intel(0): Manufacturer: LGD  Model: 5ee  Serial#: 0
[     3.019] (II) intel(0): Year: 2018  Week: 0
[     3.019] (II) intel(0): EDID Version: 1.4
[     3.019] (II) intel(0): Digital Display Input
[     3.019] (II) intel(0): 8 bits per channel
[     3.019] (II) intel(0): Digital interface is DisplayPort
[     3.019] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[     3.019] (II) intel(0): Gamma: 2.20
[     3.019] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[     3.019] (II) intel(0): Supported color encodings: RGB 4:4:4 
[     3.019] (II) intel(0): First detailed timing is preferred mode
[     3.019] (II) intel(0): Preferred mode is native pixel format and refresh rate
[     3.019] (II) intel(0): redX: 0.630 redY: 0.319   greenX: 0.281 greenY: 0.635
[     3.019] (II) intel(0): blueX: 0.159 blueY: 0.057   whiteX: 0.313 whiteY: 0.329
[     3.019] (II) intel(0): Manufacturer's mask: 0
[     3.019] (II) intel(0): Supported detailed timing:
[     3.019] (II) intel(0): clock: 241.7 MHz   Image Size:  309 x 174 mm
[     3.020] (II) intel(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     3.020] (II) intel(0): v_active: 1440  v_sync: 1450  v_sync_end 1455 v_blanking: 1481 v_border: 0
[     3.020] (II) intel(0):  LG Display
[     3.020] (II) intel(0):  LP140QH2-SPD1
[     3.020] (II) intel(0): EDID (in hex):
[     3.020] (II) intel(0): 	00ffffffffffff0030e4ee0500000000
[     3.020] (II) intel(0): 	001c0104a51f1178e272e5a15148a228
[     3.020] (II) intel(0): 	0e505400000001010101010101010101
[     3.020] (II) intel(0): 	010101010101695e00a0a0a029503020
[     3.020] (II) intel(0): 	a50035ae1000001a0000000000000000
[     3.020] (II) intel(0): 	00000000000000000000000000fe004c
[     3.020] (II) intel(0): 	4720446973706c61790a2020000000fe
[     3.020] (II) intel(0): 	004c503134305148322d535044310060
[     3.020] (II) intel(0): EDID vendor "LGD", prod id 1518
[     3.020] (II) intel(0): Printing DDC gathered Modelines:
[     3.020] (II) intel(0): Modeline "2560x1440"x0.0  241.69  2560 2608 2640 2720  1440 1450 1455 1481 +hsync -vsync (88.9 kHz eP)
[     3.020] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[     3.020] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[     3.020] (II) intel(0): Printing probed modes for output eDP1
[     3.020] (II) intel(0): Modeline "2560x1440"x60.0  241.69  2560 2608 2640 2720  1440 1450 1455 1481 +hsync -vsync (88.9 kHz eP)
[     3.020] (II) intel(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     3.020] (II) intel(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     3.020] (II) intel(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     3.020] (II) intel(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     3.020] (II) intel(0): Modeline "2048x1152"x60.0  197.97  2048 2184 2408 2768  1152 1153 1156 1192 -hsync +vsync (71.5 kHz)
[     3.020] (II) intel(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     3.020] (II) intel(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     3.020] (II) intel(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     3.021] (II) intel(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     3.021] (II) intel(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     3.021] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[     3.021] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     3.021] (II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     3.021] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     3.021] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     3.021] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     3.021] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[     3.021] (II) intel(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     3.021] (II) intel(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     3.021] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     3.021] (II) intel(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     3.021] (II) intel(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     3.021] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     3.021] (II) intel(0): Modeline "1368x768"x60.0   85.86  1368 1440 1584 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[     3.021] (II) intel(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     3.021] (II) intel(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     3.021] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     3.021] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     3.021] (II) intel(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     3.021] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
[     3.021] (II) intel(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     3.021] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     3.021] (II) intel(0): Modeline "1024x576"x60.0   46.99  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[     3.021] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     3.021] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     3.021] (II) intel(0): Modeline "960x540"x60.0   40.78  960 992 1088 1216  540 541 544 559 -hsync +vsync (33.5 kHz)
[     3.021] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     3.021] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     3.021] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     3.021] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     3.021] (II) intel(0): Modeline "864x486"x60.0   32.90  864 888 976 1088  486 487 490 504 -hsync +vsync (30.2 kHz)
[     3.021] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     3.021] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     3.022] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     3.022] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     3.022] (II) intel(0): Modeline "720x405"x60.0   22.18  720 728 800 880  405 406 409 420 -hsync +vsync (25.2 kHz)
[     3.022] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     3.022] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     3.022] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     3.022] (II) intel(0): Modeline "640x360"x60.0   17.19  640 640 704 768  360 361 364 373 -hsync +vsync (22.4 kHz)
[     3.022] (II) intel(0): EDID for output DP1
[     3.029] (II) intel(0): EDID for output DP2
[     3.042] (II) intel(0): EDID for output HDMI1
[     3.042] (II) intel(0): EDID for output VIRTUAL1
[     3.042] (II) intel(0): Output eDP1 connected
[     3.042] (II) intel(0): Output DP1 disconnected
[     3.042] (II) intel(0): Output DP2 disconnected
[     3.042] (II) intel(0): Output HDMI1 disconnected
[     3.042] (II) intel(0): Output VIRTUAL1 disconnected
[     3.042] (II) intel(0): Using exact sizes for initial modes
[     3.042] (II) intel(0): Output eDP1 using initial mode 2560x1440 +0+0
[     3.042] (==) intel(0): TearFree enabled
[     3.042] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.042] (**) intel(0): Display dimensions: (310, 170) mm
[     3.042] (**) intel(0): DPI set to (209, 215)
[     3.042] (II) Loading sub module "dri3"
[     3.042] (II) LoadModule: "dri3"
[     3.042] (II) Module "dri3" already built-in
[     3.042] (II) Loading sub module "dri2"
[     3.042] (II) LoadModule: "dri2"
[     3.042] (II) Module "dri2" already built-in
[     3.042] (II) Loading sub module "present"
[     3.042] (II) LoadModule: "present"
[     3.042] (II) Module "present" already built-in
[     3.042] (II) UnloadModule: "modesetting"
[     3.042] (II) Unloading modesetting
[     3.047] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     3.047] (==) intel(0): Backing store enabled
[     3.047] (==) intel(0): Silken mouse disabled
[     3.047] (II) intel(0): HW Cursor enabled
[     3.048] (==) intel(0): DPMS enabled
[     3.048] (==) intel(0): Display hotplug detection enabled
[     3.048] (II) intel(0): [DRI2] Setup complete
[     3.048] (II) intel(0): [DRI2]   DRI driver: i965
[     3.048] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     3.048] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     3.048] (II) intel(0): hardware support for Present enabled
[     3.048] (II) Initializing extension Generic Event Extension
[     3.049] (II) Initializing extension SHAPE
[     3.049] (II) Initializing extension MIT-SHM
[     3.049] (II) Initializing extension XInputExtension
[     3.050] (II) Initializing extension XTEST
[     3.051] (II) Initializing extension BIG-REQUESTS
[     3.051] (II) Initializing extension SYNC
[     3.051] (II) Initializing extension XKEYBOARD
[     3.051] (II) Initializing extension XC-MISC
[     3.051] (II) Initializing extension SECURITY
[     3.053] (II) Initializing extension XFIXES
[     3.053] (II) Initializing extension RENDER
[     3.053] (II) Initializing extension RANDR
[     3.054] (II) Initializing extension COMPOSITE
[     3.054] (II) Initializing extension DAMAGE
[     3.054] (II) Initializing extension MIT-SCREEN-SAVER
[     3.054] (II) Initializing extension DOUBLE-BUFFER
[     3.054] (II) Initializing extension RECORD
[     3.054] (II) Initializing extension DPMS
[     3.054] (II) Initializing extension Present
[     3.054] (II) Initializing extension DRI3
[     3.054] (II) Initializing extension X-Resource
[     3.055] (II) Initializing extension XVideo
[     3.055] (II) Initializing extension XVideo-MotionCompensation
[     3.055] (II) Initializing extension GLX
[     3.074] (II) AIGLX: Loaded and initialized i965
[     3.074] (II) GLX: Initialized DRI2 GL provider for screen 0
[     3.074] (II) Initializing extension XFree86-VidModeExtension
[     3.074] (II) Initializing extension XFree86-DGA
[     3.074] (II) Initializing extension XFree86-DRI
[     3.074] (II) Initializing extension DRI2
[     3.078] (II) intel(0): switch to mode 2560x1440@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     3.169] (II) intel(0): Setting screen physical size to 677 x 381
[     3.200] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     3.200] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.200] (II) LoadModule: "libinput"
[     3.200] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     3.207] (II) Module libinput: vendor="X.Org Foundation"
[     3.207] 	compiled for 1.20.11, module version = 1.0.1
[     3.207] 	Module class: X.Org XInput Driver
[     3.207] 	ABI class: X.Org XInput driver, version 24.1
[     3.207] (II) Using input driver 'libinput' for 'Power Button'
[     3.207] (**) Power Button: always reports core events
[     3.207] (**) Option "Device" "/dev/input/event2"
[     3.207] (**) Option "_source" "server/udev"
[     3.211] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.211] (II) event2  - Power Button: device is a keyboard
[     3.211] (II) event2  - Power Button: device removed
[     3.245] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     3.245] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.246] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.246] (II) event2  - Power Button: device is a keyboard
[     3.247] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[     3.247] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     3.247] (II) Using input driver 'libinput' for 'Video Bus'
[     3.247] (**) Video Bus: always reports core events
[     3.247] (**) Option "Device" "/dev/input/event13"
[     3.247] (**) Option "_source" "server/udev"
[     3.249] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     3.250] (II) event13 - Video Bus: device is a keyboard
[     3.250] (II) event13 - Video Bus: device removed
[     3.358] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20/event13"
[     3.358] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     3.359] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     3.359] (II) event13 - Video Bus: device is a keyboard
[     3.359] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     3.359] (II) No input driver specified, ignoring this device.
[     3.359] (II) This device may have been added with another device file.
[     3.359] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     3.359] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     3.359] (II) Using input driver 'libinput' for 'Sleep Button'
[     3.359] (**) Sleep Button: always reports core events
[     3.359] (**) Option "Device" "/dev/input/event0"
[     3.359] (**) Option "_source" "server/udev"
[     3.360] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     3.360] (II) event0  - Sleep Button: device is a keyboard
[     3.360] (II) event0  - Sleep Button: device removed
[     3.386] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     3.386] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     3.386] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     3.386] (II) event0  - Sleep Button: device is a keyboard
[     3.386] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.386] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.386] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[     3.389] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event9)
[     3.389] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     3.389] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     3.389] (**) Integrated Camera: Integrated C: always reports core events
[     3.389] (**) Option "Device" "/dev/input/event9"
[     3.389] (**) Option "_source" "server/udev"
[     3.390] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     3.390] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[     3.390] (II) event9  - Integrated Camera: Integrated C: device removed
[     3.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input14/event9"
[     3.442] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     3.443] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     3.443] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[     3.445] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event10)
[     3.445] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     3.445] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     3.445] (**) Integrated Camera: Integrated I: always reports core events
[     3.445] (**) Option "Device" "/dev/input/event10"
[     3.445] (**) Option "_source" "server/udev"
[     3.446] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     3.446] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[     3.446] (II) event10 - Integrated Camera: Integrated I: device removed
[     3.499] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input15/event10"
[     3.499] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[     3.500] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     3.502] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[     3.503] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event6)
[     3.503] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     3.503] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     3.503] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     3.503] (**) Option "Device" "/dev/input/event6"
[     3.503] (**) Option "_source" "server/udev"
[     3.503] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     3.504] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     3.505] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device removed
[     3.580] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input11/event6"
[     3.580] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 11)
[     3.580] (**) Option "AccelerationScheme" "none"
[     3.580] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     3.580] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     3.580] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     3.582] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     3.583] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     3.584] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     3.584] (II) No input driver specified, ignoring this device.
[     3.584] (II) This device may have been added with another device file.
[     3.584] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event7)
[     3.584] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     3.584] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     3.584] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     3.584] (**) Option "Device" "/dev/input/event7"
[     3.584] (**) Option "_source" "server/udev"
[     3.585] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     3.586] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     3.586] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     3.652] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input12/event7"
[     3.652] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 12)
[     3.653] (**) Option "AccelerationScheme" "none"
[     3.653] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     3.653] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     3.653] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     3.653] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     3.654] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     3.655] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     3.655] (II) No input driver specified, ignoring this device.
[     3.655] (II) This device may have been added with another device file.
[     3.655] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event11)
[     3.655] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     3.655] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[     3.655] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[     3.655] (**) Option "Device" "/dev/input/event11"
[     3.655] (**) Option "_source" "server/udev"
[     3.716] (II) event11 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[     3.716] (II) event11 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[     3.716] (II) event11 - Logitech G502 HERO Gaming Mouse: device is a pointer
[     3.717] (II) event11 - Logitech G502 HERO Gaming Mouse: device removed
[     3.769] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.0/0003:046D:C08B.0002/input/input16/event11"
[     3.770] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 13)
[     3.770] (**) Option "AccelerationScheme" "none"
[     3.770] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[     3.770] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[     3.770] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[     3.830] (II) event11 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[     3.830] (II) event11 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[     3.830] (II) event11 - Logitech G502 HERO Gaming Mouse: device is a pointer
[     3.833] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse3)
[     3.833] (II) No input driver specified, ignoring this device.
[     3.833] (II) This device may have been added with another device file.
[     3.834] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event12)
[     3.834] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     3.834] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[     3.834] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[     3.834] (**) Option "Device" "/dev/input/event12"
[     3.834] (**) Option "_source" "server/udev"
[     3.835] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     3.835] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[     3.835] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[     3.878] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[     3.878] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:046D:C08B.0003/input/input17/event12"
[     3.878] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 14)
[     3.878] (**) Option "AccelerationScheme" "none"
[     3.878] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[     3.878] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     3.878] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     3.879] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     3.879] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[     3.880] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event14)
[     3.880] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     3.880] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     3.880] (**) HDA Intel PCH Headset Jack: always reports core events
[     3.880] (**) Option "Device" "/dev/input/event14"
[     3.880] (**) Option "_source" "server/udev"
[     3.880] (II) event14 - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     3.880] (II) event14 - HDA Intel PCH Headset Jack: device is a keyboard
[     3.880] (II) event14 - HDA Intel PCH Headset Jack: device removed
[     3.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input21/event14"
[     3.931] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 15)
[     3.932] (II) event14 - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     3.932] (II) event14 - HDA Intel PCH Headset Jack: device is a keyboard
[     3.932] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[     3.932] (II) No input driver specified, ignoring this device.
[     3.932] (II) This device may have been added with another device file.
[     3.932] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[     3.932] (II) No input driver specified, ignoring this device.
[     3.932] (II) This device may have been added with another device file.
[     3.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[     3.933] (II) No input driver specified, ignoring this device.
[     3.933] (II) This device may have been added with another device file.
[     3.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[     3.933] (II) No input driver specified, ignoring this device.
[     3.933] (II) This device may have been added with another device file.
[     3.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[     3.933] (II) No input driver specified, ignoring this device.
[     3.933] (II) This device may have been added with another device file.
[     3.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[     3.933] (II) No input driver specified, ignoring this device.
[     3.933] (II) This device may have been added with another device file.
[     3.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[     3.933] (II) No input driver specified, ignoring this device.
[     3.933] (II) This device may have been added with another device file.
[     3.934] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     3.934] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     3.934] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     3.934] (**) AT Translated Set 2 keyboard: always reports core events
[     3.934] (**) Option "Device" "/dev/input/event3"
[     3.934] (**) Option "_source" "server/udev"
[     3.934] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     3.934] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     3.935] (II) event3  - AT Translated Set 2 keyboard: device removed
[     3.947] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     3.947] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     3.948] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     3.948] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     3.950] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event8)
[     3.950] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     3.950] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     3.950] (**) TPPS/2 Elan TrackPoint: always reports core events
[     3.950] (**) Option "Device" "/dev/input/event8"
[     3.950] (**) Option "_source" "server/udev"
[     3.950] (II) event8  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     3.950] (II) event8  - TPPS/2 Elan TrackPoint: device is a pointer
[     3.951] (II) event8  - TPPS/2 Elan TrackPoint: device removed
[     3.995] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event8"
[     3.995] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 17)
[     3.995] (**) Option "AccelerationScheme" "none"
[     3.995] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     3.995] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     3.995] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     3.995] (II) event8  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     3.996] (II) event8  - TPPS/2 Elan TrackPoint: device is a pointer
[     3.996] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     3.996] (II) No input driver specified, ignoring this device.
[     3.996] (II) This device may have been added with another device file.
[     3.997] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     3.997] (II) No input driver specified, ignoring this device.
[     3.997] (II) This device may have been added with another device file.
[     3.998] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     3.998] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     3.998] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     3.998] (**) ThinkPad Extra Buttons: always reports core events
[     3.998] (**) Option "Device" "/dev/input/event4"
[     3.998] (**) Option "_source" "server/udev"
[     3.998] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     3.998] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     3.999] (II) event4  - ThinkPad Extra Buttons: device removed
[     4.021] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     4.021] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 18)
[     4.022] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     4.022] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     4.286] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     4.286] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[     4.286] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[     4.286] (**) Option "Device" "/dev/input/event12"
[     4.286] (**) Option "_source" "_driver/libinput"
[     4.286] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[     4.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:046D:C08B.0003/input/input17/event12"
[     4.286] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     4.286] (II) intel(0): Output DP2-1 has no monitor section
[     4.286] (II) intel(0): Enabled output DP2-1
[     4.286] (II) intel(0): Output DP2-2 has no monitor section
[     4.287] (II) intel(0): Enabled output DP2-2
[     4.287] (II) intel(0): Output DP2-3 has no monitor section
[     4.287] (II) intel(0): Enabled output DP2-3
[     4.396] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     4.396] (II) No input driver specified, ignoring this device.
[     4.396] (II) This device may have been added with another device file.
[     4.396] (II) config/udev: removing device ThinkPad Extra Buttons
[     4.396] (II) event4  - ThinkPad Extra Buttons: device removed
[     4.418] (II) UnloadModule: "libinput"
[     4.418] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     4.418] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     4.418] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     4.418] (**) ThinkPad Extra Buttons: always reports core events
[     4.418] (**) Option "Device" "/dev/input/event4"
[     4.418] (**) Option "_source" "server/udev"
[     4.419] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     4.419] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     4.419] (II) event4  - ThinkPad Extra Buttons: device removed
[     4.435] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     4.435] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 18)
[     4.435] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     4.435] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     4.436] (II) config/udev: removing device TPPS/2 Elan TrackPoint
[     4.436] (II) event8  - TPPS/2 Elan TrackPoint: device removed
[     4.471] (II) UnloadModule: "libinput"
[     4.472] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event8)
[     4.472] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     4.472] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     4.472] (**) TPPS/2 Elan TrackPoint: always reports core events
[     4.472] (**) Option "Device" "/dev/input/event8"
[     4.472] (**) Option "_source" "server/udev"
[     4.472] (II) event8  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     4.472] (II) event8  - TPPS/2 Elan TrackPoint: device is a pointer
[     4.473] (II) event8  - TPPS/2 Elan TrackPoint: device removed
[     4.518] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event8"
[     4.518] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 17)
[     4.519] (**) Option "AccelerationScheme" "none"
[     4.519] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     4.519] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     4.519] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     4.520] (II) event8  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     4.521] (II) event8  - TPPS/2 Elan TrackPoint: device is a pointer
[     4.524] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     4.524] (II) No input driver specified, ignoring this device.
[     4.524] (II) This device may have been added with another device file.
[     4.525] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     4.525] (II) No input driver specified, ignoring this device.
[     4.525] (II) This device may have been added with another device file.
[     4.526] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     4.526] (II) No input driver specified, ignoring this device.
[     4.526] (II) This device may have been added with another device file.
[     4.526] (II) config/udev: removing device SYNA8005:00 06CB:CD8C Mouse
[     4.526] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device removed
[     4.605] (II) UnloadModule: "libinput"
[     4.606] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event6)
[     4.606] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     4.606] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     4.606] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     4.606] (**) Option "Device" "/dev/input/event6"
[     4.606] (**) Option "_source" "server/udev"
[     4.608] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     4.609] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     4.612] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device removed
[     4.665] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input11/event6"
[     4.665] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 11)
[     4.665] (**) Option "AccelerationScheme" "none"
[     4.665] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     4.665] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     4.665] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     4.668] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     4.668] (II) event6  - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     4.672] (II) config/udev: removing device Integrated Camera: Integrated C
[     4.672] (II) event9  - Integrated Camera: Integrated C: device removed
[     4.759] (II) UnloadModule: "libinput"
[     4.760] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event9)
[     4.760] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     4.760] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     4.760] (**) Integrated Camera: Integrated C: always reports core events
[     4.760] (**) Option "Device" "/dev/input/event9"
[     4.760] (**) Option "_source" "server/udev"
[     4.762] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     4.762] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[     4.763] (II) event9  - Integrated Camera: Integrated C: device removed
[     4.838] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input14/event9"
[     4.838] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     4.841] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     4.841] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[     4.842] (II) config/udev: removing device Integrated Camera: Integrated I
[     4.842] (II) event10 - Integrated Camera: Integrated I: device removed
[     4.912] (II) UnloadModule: "libinput"
[     4.913] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event10)
[     4.913] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     4.913] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     4.913] (**) Integrated Camera: Integrated I: always reports core events
[     4.913] (**) Option "Device" "/dev/input/event10"
[     4.913] (**) Option "_source" "server/udev"
[     4.916] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     4.916] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[     4.917] (II) event10 - Integrated Camera: Integrated I: device removed
[     4.972] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input15/event10"
[     4.972] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[     4.975] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     4.975] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[     4.976] (II) config/udev: removing device SYNA8005:00 06CB:CD8C Touchpad
[     4.976] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     5.079] (II) UnloadModule: "libinput"
[     5.080] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event7)
[     5.080] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.080] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     5.080] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     5.080] (**) Option "Device" "/dev/input/event7"
[     5.080] (**) Option "_source" "server/udev"
[     5.082] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     5.086] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     5.086] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     5.159] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input12/event7"
[     5.159] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 12)
[     5.162] (**) Option "AccelerationScheme" "none"
[     5.162] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     5.162] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     5.162] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     5.165] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     5.168] (II) event7  - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     5.171] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse3)
[     5.171] (II) No input driver specified, ignoring this device.
[     5.171] (II) This device may have been added with another device file.
[     5.172] (II) config/udev: removing device Logitech G502 HERO Gaming Mouse Keyboard
[     5.172] (II) UnloadModule: "libinput"
[     5.172] (II) config/udev: removing device Logitech G502 HERO Gaming Mouse Keyboard
[     5.172] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[     5.212] (II) UnloadModule: "libinput"
[     5.214] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event12)
[     5.214] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.214] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[     5.214] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[     5.214] (**) Option "Device" "/dev/input/event12"
[     5.214] (**) Option "_source" "server/udev"
[     5.218] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     5.218] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[     5.219] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[     5.252] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[     5.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:046D:C08B.0003/input/input17/event12"
[     5.252] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 14)
[     5.252] (**) Option "AccelerationScheme" "none"
[     5.252] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[     5.252] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     5.252] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     5.256] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     5.256] (II) event12 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[     5.257] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.257] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[     5.257] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[     5.257] (**) Option "Device" "/dev/input/event12"
[     5.257] (**) Option "_source" "_driver/libinput"
[     5.258] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[     5.258] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:046D:C08B.0003/input/input17/event12"
[     5.258] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     5.258] (II) config/udev: removing device Video Bus
[     5.258] (II) event13 - Video Bus: device removed
[     5.318] (II) UnloadModule: "libinput"
[     5.319] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[     5.319] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.319] (II) Using input driver 'libinput' for 'Video Bus'
[     5.319] (**) Video Bus: always reports core events
[     5.319] (**) Option "Device" "/dev/input/event13"
[     5.319] (**) Option "_source" "server/udev"
[     5.321] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     5.321] (II) event13 - Video Bus: device is a keyboard
[     5.322] (II) event13 - Video Bus: device removed
[     5.392] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20/event13"
[     5.392] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.394] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     5.395] (II) event13 - Video Bus: device is a keyboard
[     5.396] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[     5.396] (II) config/udev: Adding drm device (/dev/dri/card0)
[     5.396] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.396] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[     5.397] (II) config/udev: removing device Logitech G502 HERO Gaming Mouse
[     5.397] (II) event11 - Logitech G502 HERO Gaming Mouse: device removed
[     5.465] (II) UnloadModule: "libinput"
[     5.467] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event11)
[     5.467] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     5.467] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[     5.467] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[     5.467] (**) Option "Device" "/dev/input/event11"
[     5.467] (**) Option "_source" "server/udev"
[     5.525] (II) event11 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[     5.525] (II) event11 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[     5.526] (II) event11 - Logitech G502 HERO Gaming Mouse: device is a pointer
[     5.526] (II) event11 - Logitech G502 HERO Gaming Mouse: device removed
[     5.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.3/5-2.3:1.0/0003:046D:C08B.0002/input/input16/event11"
[     5.585] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 13)
[     5.586] (**) Option "AccelerationScheme" "none"
[     5.586] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[     5.586] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[     5.586] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[     5.645] (II) event11 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[     5.645] (II) event11 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[     5.646] (II) event11 - Logitech G502 HERO Gaming Mouse: device is a pointer
[     5.647] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[     5.647] (II) No input driver specified, ignoring this device.
[     5.647] (II) This device may have been added with another device file.
[     5.647] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[     5.647] (II) No input driver specified, ignoring this device.
[     5.647] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[     5.648] (II) No input driver specified, ignoring this device.
[     5.648] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[     5.648] (II) No input driver specified, ignoring this device.
[     5.648] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[     5.648] (II) No input driver specified, ignoring this device.
[     5.648] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[     5.648] (II) No input driver specified, ignoring this device.
[     5.648] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[     5.648] (II) No input driver specified, ignoring this device.
[     5.648] (II) This device may have been added with another device file.
[     5.648] (II) config/udev: removing device HDA Intel PCH Headset Jack
[     5.648] (II) event14 - HDA Intel PCH Headset Jack: device removed
[     5.719] (II) UnloadModule: "libinput"
[     5.719] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event14)
[     5.719] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     5.719] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     5.719] (**) HDA Intel PCH Headset Jack: always reports core events
[     5.719] (**) Option "Device" "/dev/input/event14"
[     5.719] (**) Option "_source" "server/udev"
[     5.721] (II) event14 - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     5.721] (II) event14 - HDA Intel PCH Headset Jack: device is a keyboard
[     5.722] (II) event14 - HDA Intel PCH Headset Jack: device removed
[     5.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input21/event14"
[     5.785] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 15)
[     5.787] (II) event14 - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     5.788] (II) event14 - HDA Intel PCH Headset Jack: device is a keyboard
[     5.791] (II) config/udev: Adding input device Logitech G512 RGB MECHANICAL GAMING KEYBOARD (/dev/input/event22)
[     5.791] (**) Logitech G512 RGB MECHANICAL GAMING KEYBOARD: Applying InputClass "libinput keyboard catchall"
[     5.791] (II) Using input driver 'libinput' for 'Logitech G512 RGB MECHANICAL GAMING KEYBOARD'
[     5.791] (**) Logitech G512 RGB MECHANICAL GAMING KEYBOARD: always reports core events
[     5.791] (**) Option "Device" "/dev/input/event22"
[     5.791] (**) Option "_source" "server/udev"
[     5.792] (II) event22 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD: is tagged by udev as: Keyboard
[     5.792] (II) event22 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD: device is a keyboard
[     5.793] (II) event22 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD: device removed
[     5.839] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.1/5-2.1.3/5-2.1.3:1.0/0003:046D:C33C.0004/input/input29/event22"
[     5.839] (II) XINPUT: Adding extended input device "Logitech G512 RGB MECHANICAL GAMING KEYBOARD" (type: KEYBOARD, id 20)
[     5.843] (II) event22 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD: is tagged by udev as: Keyboard
[     5.844] (II) event22 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD: device is a keyboard
[     5.847] (II) config/udev: Adding input device Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard (/dev/input/event23)
[     5.847] (**) Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.847] (II) Using input driver 'libinput' for 'Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard'
[     5.847] (**) Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: always reports core events
[     5.847] (**) Option "Device" "/dev/input/event23"
[     5.847] (**) Option "_source" "server/udev"
[     5.850] (II) event23 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: is tagged by udev as: Keyboard
[     5.851] (II) event23 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: device is a keyboard
[     5.852] (II) event23 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: device removed
[     5.892] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.1/5-2.1.3/5-2.1.3:1.1/0003:046D:C33C.0005/input/input30/event23"
[     5.892] (II) XINPUT: Adding extended input device "Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard" (type: KEYBOARD, id 21)
[     5.897] (II) event23 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: is tagged by udev as: Keyboard
[     5.897] (II) event23 - Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard: device is a keyboard
[     5.900] (II) config/udev: Adding input device Lenovo ThinkPad Thunderbolt 3 Dock USB Audio (/dev/input/event24)
[     5.900] (**) Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: Applying InputClass "libinput keyboard catchall"
[     5.900] (II) Using input driver 'libinput' for 'Lenovo ThinkPad Thunderbolt 3 Dock USB Audio'
[     5.900] (**) Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: always reports core events
[     5.900] (**) Option "Device" "/dev/input/event24"
[     5.900] (**) Option "_source" "server/udev"
[     5.904] (II) event24 - Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: is tagged by udev as: Keyboard
[     5.904] (II) event24 - Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: device is a keyboard
[     5.905] (II) event24 - Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: device removed
[     5.958] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.4/0000:05:00.0/0000:06:04.0/0000:2e:00.0/0000:2f:02.0/0000:30:00.0/usb5/5-2/5-2.1/5-2.1.1/5-2.1.1.2/5-2.1.1.2:1.3/0003:17EF:3083.0006/input/input33/event24"
[     5.958] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Thunderbolt 3 Dock USB Audio" (type: KEYBOARD, id 22)
[     5.964] (II) event24 - Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: is tagged by udev as: Keyboard
[     5.964] (II) event24 - Lenovo ThinkPad Thunderbolt 3 Dock USB Audio: device is a keyboard
[     5.967] (II) intel(0): resizing framebuffer to 4480x1440
[     6.020] (II) intel(0): switch to mode 1920x1080@60.0 on DP2-3 using pipe 1, position (2560, 0), rotation normal, reflection none
[    26.066] (II) event11 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[    26.068] (II) intel(0): switch to mode 1920x1080@60.0 on DP2-3 using pipe 1, position (0, 0), rotation normal, reflection none
[    26.113] (EE) event11 - Logitech G502 HERO Gaming Mouse: client bug: event processing lagging behind by 44ms, your system is too slow
[    26.116] (II) intel(0): resizing framebuffer to 1920x1080
[   204.802] (EE) event11 - Logitech G502 HERO Gaming Mouse: client bug: event processing lagging behind by 13ms, your system is too slow

Offline

#17 2021-05-09 14:50:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

Doesn't seem so, https://github.com/Antergos/web-greeter/issues/49
You could https://wiki.archlinux.org/title/Multih … al_display but since the outputs have completely different geometries, that's gonna be less than awesome.

Do you actually want it on both outputs or only on the external one if present?

Online

#18 2021-05-09 15:01:05

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

I only want to output to show up on the external one if present.

I can set both screen's resolutions to 1920*1080 since 2560*1440 is going to be too small on my laptop screen anyways.

Offline

#19 2021-05-09 15:05:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

So you just need a matching script, try eg.

xrandr -q | grep -E "^DP1 disconnected" >/dev/null || xrandr --output eDP1 --off --output DP1 --auto

Online

#20 2021-05-09 15:08:26

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Where should I put the script?

Do I just put it into /etc/lightdm/lightdm.conf >> display-setup-script?

Offline

#21 2021-05-09 15:20:45

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

https://imgur.com/a/KpknvwF

Seems like I've ran into a little problem here... not sure if I changed the names correctly, but I substituted DP1 for DP2-3 (which is the ID for my external monitor) and left eDP1 unchanged

Offline

#22 2021-05-09 15:32:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

Do not paraphrase.
You have put what exatly where exactly?

And looking at it in detail, the xrandr output in #12 is a bit weird. Is that verbatim or did you hand-copy it?

Online

#23 2021-05-09 15:35:38

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

In /etc/lightdm/lightdm.conf:

display-setup-script=xrandr -q | grep -E "^DP2-3 disconnected" >/dev/null || xrandr --output eDP1 --off --output DP2-3 --auto

Unless I made typing mistakes, which is entirely my bad then.

For the xrandr output in #12, I only saved the first three lines of the resolution as I thought they won't be useful. Everything else is preserved as-is.

Last edited by crimsonpython24 (2021-05-09 15:36:07)

Offline

#24 2021-05-09 15:40:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,490

Re: Display not working on startup

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   2560x1440     60.00 +  59.95 
   1920x1440     60.00 
   1920x1080     59.96    60.00    59.93 
DP2-3 connected 1920x1080+0+0 (normal left inverted right x a
DP1 disconnected (normal left inverted right x axis y axis) 550mm x 310mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    24.00    29.97    23.98 
   1600x1200     60.00
   1600x900      60.00

Don't do that. Always copy the verbatim output.

Idk whether lightdm executes that in a shell, try

bash -c 'xrandr -q | grep -E "^DP2-3 disconnected" >/dev/null || xrandr --output eDP1 --off --output DP2-3 --auto'

instead and chedck the lightdm log.

Online

#25 2021-05-09 15:42:08

crimsonpython24
Member
From: Taiwan
Registered: 2021-05-08
Posts: 38

Re: Display not working on startup

Should I run the code that you provided in arch linux's console?

The terminal with ctrl + alt + F2 on login, whichever it is called.

Offline

Board footer

Powered by FluxBB