Last update broke i915 driver

Hi,
after about a mounth I perform a general update

sudo pacman -Suuyy
yay -suuyy

and it broken my grub!!! (problem resolved following the instruction you provide) and video driver.

inxi -Ga --display

Graphics:
  Device-1: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics vendor: Hewlett-Packard
    driver: i915 v: kernel arch: Gen-7 process: Intel 22nm built: 2012-13 ports:
    active: HDMI-A-2,VGA-1 empty: DP-1,DP-2,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:0152
    class-ID: 0300
  Device-2: Logitech Webcam C120 type: USB driver: uvcvideo bus-ID: 3-2:3 chip-ID: 046d:080f
    class-ID: 0e02 serial: 658A2780
  Display: server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.3 driver: X: loaded: intel
    unloaded: modesetting alternate: fbdev,vesa gpu: i915
  Monitor-1: HDMI-A-2 model: LG (GoldStar) TV serial: 16843009 built: 2009 res: 1360x768
    dpi: 30 gamma: 1.2 size: 1150x650mm (45.28x25.59") diag: 1321mm (52") ratio: 16:9 modes:
    max: 1360x768 min: 720x400
  Monitor-2: VGA-1 model: Asus VS198 serial: B9LMTF272550 built: 2011 res: 1440x900 dpi: 90
    gamma: 1.2 size: 408x255mm (16.06x10.04") diag: 481mm (18.9") ratio: 16:10 modes: max: 1440x900
    min: 720x400
  Message: No GL data found on this system.

I got only a blank underscore. If I try to access to TTY console (by pressing ctrl-alt-F1, ctrl-alt-F2 or ctrl-alt-F3 …) I can see for a very very short time the login shell… and after the blanking underscore returns.

neofetch

 OS: EndeavourOS Linux x86_64 
 Host: HP Compaq Elite 8300 USDT 
 Kernel: 5.19.4-arch1-1 
 Uptime: 26 mins 
 Packages: 2236 (pacman), 7 (snap)
 Shell: bash 5.1.16 
 Resolution: 1360x768 
 Terminal: /dev/pts/0 
 CPU: Intel i3-3220 (4) @ 3.300GHz
 GPU: Intel HD Graphics 
 Memory: 223MiB / 3798MiB 

I can access to computer only by ssh (after the resolution of grub-di-saster).

Suggestions?

Thx

That’s not a command that is in general use. The ‘uu’ part may lead to downgrades. Just use one ‘u’ please. :smiley:

The GRUB issue is a different kettle o’ fish. Please read the forum header for the current GRUB issue.

1 Like

problematic :wink:

and indeed sudo pacman -Syu

As far as i understand you resolve the Grub Issue already and now want to get x starting again?

Can you access journal via ssh?

journalctl -b -0 | curl -F 'f:1=<-' ix.io

you understand and sorry for my English.

The computer has two problems: 1) the GDM does not start (as you wrote) and 2) I have not accesso to the TTY consolle.

I execute the code you suggest…

journalctl -b -0

and now?

Now I can investigate … will give feedback asap :wink:

[drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0

ACPI: video: [Firmware Bug]:
 Duplicate ACPI video bus devices for the same VGA controller, 
 please try module parameter 
"video.allow_duplicates=1"
if the current driver doesn't work.

this is what i see from short reading onto the journal…
It could be also simple that your machine is older and you would just boot fine using mesa-amber package instead of the latest mesa.

sudo pacman -Syu mesa-amber

it does not work… If I have to execute some command I attach a file here command |tee …
Thx 4 your time

journalctl -b -0 | grep i915

ago 28 22:30:19 albanuova kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
ago 28 22:30:19 albanuova kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
ago 28 22:30:19 albanuova kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
ago 28 22:30:20 albanuova kernel: fbcon: i915drmfb (fb0) is primary device
ago 28 22:30:20 albanuova kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
journalctl -b -0 | grep allow_duplicates

ago 28 22:30:18 albanuova kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2e1d5c19-c0ed-410e-831d-73a39fcc0c4c rw quiet resume=UUID=24fa46eb-3dbf-4f31-83c0-f7fd1f7ad002 loglevel=3 nowatchdog nvme_load=YES video.allow_duplicates=1
ago 28 22:30:18 albanuova kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2e1d5c19-c0ed-410e-831d-73a39fcc0c4c rw quiet resume=UUID=24fa46eb-3dbf-4f31-83c0-f7fd1f7ad002 loglevel=3 nowatchdog nvme_load=YES video.allow_duplicates=1
ago 28 22:30:19 albanuova kernel: ACPI: video: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.

The GUI of the last live version of endevourOS starts correctly.

m

the hint from the log is not working or using the amber package?

I installed amber…

pacman -Ss |grep amber
extra/mesa-amber 21.3.9-2 [installato]
multilib/lib32-mesa-amber 21.3.9-2

(I edited the previous reply)

I tried three settings:

  1. mesa-amber AND kernel parameter
  2. mesa-amber AND NO kernel parameter
  3. mesa (NO amber) AND kernel parameter

the screen remains black with the underscore that is blinking in top left corner

so same issue with amber installed is what you want to say…

the hint from journal will mean to add this parameter as option for the i915 module:


/etc/modprobe.d/i915.conf

options i915 video.allow_duplicates=1

and journal shows also that you are using lightdm?

You have xf86-video-intel installed?

1 Like

I am performing various test following your instruction…

no one is working…

The last configuration

pacman -Ss |grep amber
extra/mesa-amber 21.3.9-2 [installed]
multilib/lib32-mesa-amber 21.3.9-2
pacman -Ss |grep xf86-video-intel
extra/xf86-video-intel 1:2.99.917+916+g31486f40-2 (xorg-drivers) [installed]
pacman -Ss |grep lightdm
extra/liblightdm-qt5 1:1.32.0-1
extra/lightdm 1:1.32.0-1 [installed]
extra/lightdm-gtk-greeter 1:2.0.8-2
community/lightdm-gtk-greeter-settings 1.2.2-7
community/lightdm-pantheon-greeter 6.1.0-1 (pantheon)
community/lightdm-slick-greeter 1.5.9-1 [installed]
community/lightdm-webkit-theme-litarvan 3.1.0-1
community/lightdm-webkit2-greeter 2.2.5-6
endeavouros/eos-lightdm-gtk-theme 2.2-1
    EndeavourOS theme for lightdm-gtk-greeter
endeavouros/eos-lightdm-slick-theme 2.0-4
    EndeavourOS theme for lightdm-slick-greeter

systemctl list-unit-files |grep dm
dm-event.service                                                          static          -
dmraid.service                                                            disabled        disabled
initrd-udevadm-cleanup-db.service                                         static          -
krb5-kadmind.service                                                      disabled        disabled
lightdm.service                                                           enabled         disabled
mdadm-grow-continue@.service                                              static          -
mdadm-last-resort@.service                                                static          -
mdmon@.service                                                            static          -
mdmonitor-oneshot.service                                                 static          -
mdmonitor.service                                                         static          -
nfs-idmapd.service                                                        static          -
dm-event.socket                                                           static          -
mdadm-last-resort@.timer                                                  static          -
mdmonitor-oneshot.timer                                                   disabled        disabled

cat /etc/modprobe.d/i915.conf 
options i915 video.allow_duplicates=1

and you are using GNOME or what is the desktop you want to start with lightdm?

to search for installed packages use this:

pacman -Qs xf86-video-intel
pacman -Qs lightdm
pacman -Qs xf86-video-intel
local/xf86-video-intel 1:2.99.917+916+g31486f40-2 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
pacman -Qs lightdm
local/lightdm 1:1.32.0-1
    A lightweight display manager
local/lightdm-slick-greeter 1.5.9-1
    A slick-looking LightDM greeter

very uncommon to have intel, graphics doing black screens…

systemctl status lightdm
could show issue related
and xorg logs too:

/var/log/Xorg.0.log
systemctl status lightdm
● lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; preset: disabled)
     Active: active (running) since Sun 2022-08-28 23:58:48 CEST; 1s ago
       Docs: man:lightdm(1)
   Main PID: 20613 (lightdm)
      Tasks: 7 (limit: 4533)
     Memory: 20.0M
        CPU: 192ms
     CGroup: /system.slice/lightdm.service
             ├─20613 /usr/bin/lightdm
             └─20619 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt>

ago 28 23:58:48 albanuova systemd[1]: Starting Light Display Manager...
ago 28 23:58:48 albanuova systemd[1]: Started Light Display Manager.


cat /var/log/Xorg.0.log
[  2334.030] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[  2334.030] Current Operating System: Linux albanuova 5.19.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 25 Aug 2022 17:31:12 +0000 x86_64
[  2334.030] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2e1d5c19-c0ed-410e-831d-73a39fcc0c4c rw quiet resume=UUID=24fa46eb-3dbf-4f31-83c0-f7fd1f7ad002 loglevel=3 nowatchdog nvme_load=YES
[  2334.030]  
[  2334.030] Current version of pixman: 0.40.0
[  2334.030] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2334.030] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2334.030] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 28 23:59:35 2022
[  2334.030] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2334.030] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2334.030] (==) No Layout section.  Using the first Screen section.
[  2334.030] (==) No screen section available. Using defaults.
[  2334.030] (**) |-->Screen "Default Screen Section" (0)
[  2334.030] (**) |   |-->Monitor "<default monitor>"
[  2334.031] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2334.031] (==) Automatically adding devices
[  2334.031] (==) Automatically enabling devices
[  2334.031] (==) Automatically adding GPU devices
[  2334.031] (==) Automatically binding GPU devices
[  2334.031] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2334.031] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[  2334.031] 	Entry deleted from font path.
[  2334.031] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[  2334.031] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  2334.031] 	Entry deleted from font path.
[  2334.031] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[  2334.031] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[  2334.031] 	Entry deleted from font path.
[  2334.031] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[  2334.031] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2334.031] 	Entry deleted from font path.
[  2334.031] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  2334.031] 	Entry deleted from font path.
[  2334.031] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2334.031] 	Entry deleted from font path.
[  2334.031] (==) FontPath set to:
	
[  2334.031] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2334.031] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2334.031] (II) Module ABI versions:
[  2334.031] 	X.Org ANSI C Emulation: 0.4
[  2334.031] 	X.Org Video Driver: 25.2
[  2334.031] 	X.Org XInput driver : 24.4
[  2334.031] 	X.Org Server Extension : 10.0
[  2334.031] (++) using VT number 7

[  2334.031] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2334.032] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2334.032] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  2334.043] (--) PCI:*(0@0:2:0) 8086:0152:103c:3398 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  2334.043] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2334.043] (II) LoadModule: "glx"
[  2334.043] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2334.045] (II) Module glx: vendor="X.Org Foundation"
[  2334.045] 	compiled for 1.21.1.4, module version = 1.0.0
[  2334.045] 	ABI class: X.Org Server Extension, version 10.0
[  2334.045] (==) Matched intel as autoconfigured driver 0
[  2334.045] (==) Matched modesetting as autoconfigured driver 1
[  2334.045] (==) Matched fbdev as autoconfigured driver 2
[  2334.045] (==) Matched vesa as autoconfigured driver 3
[  2334.045] (==) Assigned the driver to the xf86ConfigLayout
[  2334.045] (II) LoadModule: "intel"
[  2334.045] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  2334.045] (II) Module intel: vendor="X.Org Foundation"
[  2334.045] 	compiled for 1.21.1.1, module version = 2.99.917
[  2334.045] 	Module class: X.Org Video Driver
[  2334.045] 	ABI class: X.Org Video Driver, version 25.2
[  2334.045] (II) LoadModule: "modesetting"
[  2334.045] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2334.046] (II) Module modesetting: vendor="X.Org Foundation"
[  2334.046] 	compiled for 1.21.1.4, module version = 1.21.1
[  2334.046] 	Module class: X.Org Video Driver
[  2334.046] 	ABI class: X.Org Video Driver, version 25.2
[  2334.046] (II) LoadModule: "fbdev"
[  2334.046] (WW) Warning, couldn't open module fbdev
[  2334.046] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  2334.046] (II) LoadModule: "vesa"
[  2334.046] (WW) Warning, couldn't open module vesa
[  2334.046] (EE) Failed to load module "vesa" (module does not exist, 0)
[  2334.046] (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
[  2334.046] (II) intel: Driver for Intel(R) HD Graphics
[  2334.046] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  2334.046] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  2334.046] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2334.046] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[  2334.046] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[  2334.046] (WW) Falling back to old probe method for modesetting
[  2334.047] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2500
[  2334.047] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[  2334.047] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2334.047] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  2334.047] (==) intel(0): RGB weight 888
[  2334.047] (==) intel(0): Default visual is TrueColor
[  2334.047] (II) intel(0): Output VGA1 has no monitor section
[  2334.047] (II) intel(0): Enabled output VGA1
[  2334.047] (II) intel(0): Output HDMI1 has no monitor section
[  2334.047] (II) intel(0): Enabled output HDMI1
[  2334.047] (II) intel(0): Output DP1 has no monitor section
[  2334.048] (II) intel(0): Enabled output DP1
[  2334.048] (II) intel(0): Output HDMI2 has no monitor section
[  2334.048] (II) intel(0): Enabled output HDMI2
[  2334.048] (II) intel(0): Output DP2 has no monitor section
[  2334.048] (II) intel(0): Enabled output DP2
[  2334.048] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  2334.048] (II) intel(0): Output VIRTUAL1 has no monitor section
[  2334.048] (II) intel(0): Enabled output VIRTUAL1
[  2334.048] (--) intel(0): Output VGA1 using initial mode 1440x900 on pipe 0
[  2334.048] (--) intel(0): Output HDMI2 using initial mode 1360x768 on pipe 1
[  2334.048] (==) intel(0): TearFree disabled
[  2334.048] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  2334.048] (==) intel(0): DPI set to (96, 96)
[  2334.048] (II) Loading sub module "dri3"
[  2334.048] (II) LoadModule: "dri3"
[  2334.048] (II) Module "dri3" already built-in
[  2334.048] (II) Loading sub module "dri2"
[  2334.048] (II) LoadModule: "dri2"
[  2334.048] (II) Module "dri2" already built-in
[  2334.048] (II) Loading sub module "present"
[  2334.048] (II) LoadModule: "present"
[  2334.048] (II) Module "present" already built-in
[  2334.048] (II) UnloadModule: "modesetting"
[  2334.048] (II) Unloading modesetting
[  2334.048] (II) intel(0): SNA initialized with Ivybridge (gen7, gt1) backend
[  2334.048] (==) intel(0): Backing store enabled
[  2334.048] (==) intel(0): Silken mouse enabled
[  2334.048] (II) intel(0): HW Cursor enabled
[  2334.049] (==) intel(0): DPMS enabled
[  2334.049] (==) intel(0): Display hotplug detection enabled
[  2334.049] (II) intel(0): [DRI2] Setup complete
[  2334.049] (II) intel(0): [DRI2]   DRI driver: i965
[  2334.049] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  2334.049] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[  2334.049] (II) intel(0): hardware support for Present enabled
[  2334.049] (II) Initializing extension Generic Event Extension
[  2334.049] (II) Initializing extension SHAPE
[  2334.049] (II) Initializing extension MIT-SHM
[  2334.049] (II) Initializing extension XInputExtension
[  2334.049] (II) Initializing extension XTEST
[  2334.049] (II) Initializing extension BIG-REQUESTS
[  2334.049] (II) Initializing extension SYNC
[  2334.049] (II) Initializing extension XKEYBOARD
[  2334.050] (II) Initializing extension XC-MISC
[  2334.050] (II) Initializing extension SECURITY
[  2334.050] (II) Initializing extension XFIXES
[  2334.050] (II) Initializing extension RENDER
[  2334.050] (II) Initializing extension RANDR
[  2334.050] (II) Initializing extension COMPOSITE
[  2334.050] (II) Initializing extension DAMAGE
[  2334.050] (II) Initializing extension MIT-SCREEN-SAVER
[  2334.050] (II) Initializing extension DOUBLE-BUFFER
[  2334.050] (II) Initializing extension RECORD
[  2334.051] (II) Initializing extension DPMS
[  2334.051] (II) Initializing extension Present
[  2334.051] (II) Initializing extension DRI3
[  2334.051] (II) Initializing extension X-Resource
[  2334.051] (II) Initializing extension XVideo
[  2334.051] (II) Initializing extension XVideo-MotionCompensation
[  2334.051] (II) Initializing extension GLX
[  2334.057] (II) AIGLX: Loaded and initialized i965
[  2334.057] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2334.057] (II) Initializing extension XFree86-VidModeExtension
[  2334.057] (II) Initializing extension XFree86-DGA
[  2334.057] (II) Initializing extension XFree86-DRI
[  2334.057] (II) Initializing extension DRI2
[  2334.061] (II) intel(0): switch to mode 1440x900@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2334.075] (II) intel(0): switch to mode 1360x768@60.0 on HDMI2 using pipe 1, position (0, 0), rotation normal, reflection none
[  2334.092] (II) intel(0): Setting screen physical size to 381 x 238
[  2334.136] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2334.136] (**) Power Button: Applying InputClass "devname"
[  2334.136] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2334.136] (**) Power Button: Applying InputClass "system-keyboard"
[  2334.136] (II) LoadModule: "libinput"
[  2334.136] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2334.137] (II) Module libinput: vendor="X.Org Foundation"
[  2334.137] 	compiled for 1.21.1.3, module version = 1.2.1
[  2334.137] 	Module class: X.Org XInput Driver
[  2334.137] 	ABI class: X.Org XInput driver, version 24.4
[  2334.137] (II) Using input driver 'libinput' for 'Power Button'
[  2334.137] (**) Power Button: always reports core events
[  2334.137] (**) Option "Device" "/dev/input/event1"
[  2334.139] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2334.139] (II) event1  - Power Button: device is a keyboard
[  2334.139] (II) event1  - Power Button: device removed
[  2334.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  2334.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2334.162] (**) Option "xkb_layout" "it"
[  2334.182] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2334.182] (II) event1  - Power Button: device is a keyboard
[  2334.183] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  2334.183] (**) Power Button: Applying InputClass "devname"
[  2334.183] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2334.183] (**) Power Button: Applying InputClass "system-keyboard"
[  2334.183] (II) Using input driver 'libinput' for 'Power Button'
[  2334.183] (**) Power Button: always reports core events
[  2334.183] (**) Option "Device" "/dev/input/event0"
[  2334.184] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2334.184] (II) event0  - Power Button: device is a keyboard
[  2334.184] (II) event0  - Power Button: device removed
[  2334.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  2334.218] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  2334.218] (**) Option "xkb_layout" "it"
[  2334.220] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2334.220] (II) event0  - Power Button: device is a keyboard
[  2334.221] (II) config/udev: Adding input device Logitech Logitech USB Headset (/dev/input/event3)
[  2334.221] (**) Logitech Logitech USB Headset: Applying InputClass "devname"
[  2334.221] (**) Logitech Logitech USB Headset: Applying InputClass "libinput keyboard catchall"
[  2334.221] (**) Logitech Logitech USB Headset: Applying InputClass "system-keyboard"
[  2334.221] (II) Using input driver 'libinput' for 'Logitech Logitech USB Headset'
[  2334.221] (**) Logitech Logitech USB Headset: always reports core events
[  2334.221] (**) Option "Device" "/dev/input/event3"
[  2334.223] (II) event3  - Logitech Logitech USB Headset: is tagged by udev as: Keyboard
[  2334.223] (II) event3  - Logitech Logitech USB Headset: device is a keyboard
[  2334.223] (II) event3  - Logitech Logitech USB Headset: device removed
[  2334.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.3/0003:046D:0A0C.0002/input/input5/event3"
[  2334.265] (II) XINPUT: Adding extended input device "Logitech Logitech USB Headset" (type: KEYBOARD, id 8)
[  2334.265] (**) Option "xkb_layout" "it"
[  2334.267] (II) event3  - Logitech Logitech USB Headset: is tagged by udev as: Keyboard
[  2334.267] (II) event3  - Logitech Logitech USB Headset: device is a keyboard
[  2334.268] (II) config/udev: Adding input device UVC Camera (046d:080f) (/dev/input/event18)
[  2334.268] (**) UVC Camera (046d:080f): Applying InputClass "devname"
[  2334.268] (**) UVC Camera (046d:080f): Applying InputClass "libinput keyboard catchall"
[  2334.268] (**) UVC Camera (046d:080f): Applying InputClass "system-keyboard"
[  2334.268] (II) Using input driver 'libinput' for 'UVC Camera (046d:080f)'
[  2334.268] (**) UVC Camera (046d:080f): always reports core events
[  2334.268] (**) Option "Device" "/dev/input/event18"
[  2334.270] (II) event18 - UVC Camera (046d:080f): is tagged by udev as: Keyboard
[  2334.270] (II) event18 - UVC Camera (046d:080f): device is a keyboard
[  2334.270] (II) event18 - UVC Camera (046d:080f): device removed
[  2334.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input21/event18"
[  2334.308] (II) XINPUT: Adding extended input device "UVC Camera (046d:080f)" (type: KEYBOARD, id 9)
[  2334.308] (**) Option "xkb_layout" "it"
[  2334.311] (II) event18 - UVC Camera (046d:080f): is tagged by udev as: Keyboard
[  2334.311] (II) event18 - UVC Camera (046d:080f): device is a keyboard
[  2334.313] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event2)
[  2334.313] (**)   USB Keyboard: Applying InputClass "devname"
[  2334.313] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  2334.313] (**)   USB Keyboard: Applying InputClass "system-keyboard"
[  2334.313] (II) Using input driver 'libinput' for '  USB Keyboard'
[  2334.313] (**)   USB Keyboard: always reports core events
[  2334.313] (**) Option "Device" "/dev/input/event2"
[  2334.315] (II) event2  -   USB Keyboard: is tagged by udev as: Keyboard
[  2334.315] (II) event2  -   USB Keyboard: device is a keyboard
[  2334.316] (II) event2  -   USB Keyboard: device removed
[  2334.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:04D9:1702.0001/input/input4/event2"
[  2334.338] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 10)
[  2334.338] (**) Option "xkb_layout" "it"
[  2334.341] (II) event2  -   USB Keyboard: is tagged by udev as: Keyboard
[  2334.341] (II) event2  -   USB Keyboard: device is a keyboard
[  2334.343] (II) config/udev: Adding input device   USB Keyboard System Control (/dev/input/event4)
[  2334.343] (**)   USB Keyboard System Control: Applying InputClass "devname"
[  2334.343] (**)   USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2334.343] (**)   USB Keyboard System Control: Applying InputClass "system-keyboard"
[  2334.343] (II) Using input driver 'libinput' for '  USB Keyboard System Control'
[  2334.343] (**)   USB Keyboard System Control: always reports core events
[  2334.343] (**) Option "Device" "/dev/input/event4"
[  2334.346] (II) event4  -   USB Keyboard System Control: is tagged by udev as: Keyboard
[  2334.346] (II) event4  -   USB Keyboard System Control: device is a keyboard
[  2334.346] (II) event4  -   USB Keyboard System Control: device removed
[  2334.365] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/0003:04D9:1702.0003/input/input6/event4"
[  2334.365] (II) XINPUT: Adding extended input device "  USB Keyboard System Control" (type: KEYBOARD, id 11)
[  2334.365] (**) Option "xkb_layout" "it"
[  2334.368] (II) event4  -   USB Keyboard System Control: is tagged by udev as: Keyboard
[  2334.368] (II) event4  -   USB Keyboard System Control: device is a keyboard
[  2334.370] (II) config/udev: Adding input device   USB Keyboard Consumer Control (/dev/input/event5)
[  2334.370] (**)   USB Keyboard Consumer Control: Applying InputClass "devname"
[  2334.370] (**)   USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2334.370] (**)   USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  2334.370] (II) Using input driver 'libinput' for '  USB Keyboard Consumer Control'
[  2334.370] (**)   USB Keyboard Consumer Control: always reports core events
[  2334.370] (**) Option "Device" "/dev/input/event5"
[  2334.372] (II) event5  -   USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2334.373] (II) event5  -   USB Keyboard Consumer Control: device is a keyboard
[  2334.373] (II) event5  -   USB Keyboard Consumer Control: device removed
[  2334.412] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/0003:04D9:1702.0003/input/input7/event5"
[  2334.412] (II) XINPUT: Adding extended input device "  USB Keyboard Consumer Control" (type: KEYBOARD, id 12)
[  2334.412] (**) Option "xkb_layout" "it"
[  2334.414] (II) event5  -   USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2334.415] (II) event5  -   USB Keyboard Consumer Control: device is a keyboard
[  2334.417] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event6)
[  2334.417] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "devname"
[  2334.417] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[  2334.417] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "system-keyboard"
[  2334.417] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  2334.417] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  2334.417] (**) Option "Device" "/dev/input/event6"
[  2334.419] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[  2334.420] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[  2334.420] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  2334.438] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.3/1-1.6.3:1.0/0003:062A:4101.0004/input/input8/event6"
[  2334.438] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 13)
[  2334.438] (**) Option "xkb_layout" "it"
[  2334.441] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[  2334.442] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[  2334.444] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event8)
[  2334.444] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "devname"
[  2334.444] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2334.444] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "system-keyboard"
[  2334.444] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[  2334.444] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[  2334.444] (**) Option "Device" "/dev/input/event8"
[  2334.447] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[  2334.447] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[  2334.447] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[  2334.465] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[  2334.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.3/1-1.6.3:1.1/0003:062A:4101.0005/input/input10/event8"
[  2334.465] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 14)
[  2334.465] (**) Option "AccelerationScheme" "none"
[  2334.465] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[  2334.465] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[  2334.465] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[  2334.468] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[  2334.468] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[  2334.470] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event9)
[  2334.470] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "devname"
[  2334.470] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[  2334.470] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "system-keyboard"
[  2334.470] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[  2334.470] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[  2334.470] (**) Option "Device" "/dev/input/event9"
[  2334.473] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[  2334.473] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[  2334.474] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[  2334.492] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.3/1-1.6.3:1.1/0003:062A:4101.0005/input/input11/event9"
[  2334.492] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 15)
[  2334.492] (**) Option "xkb_layout" "it"
[  2334.495] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[  2334.495] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[  2334.497] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event10)
[  2334.497] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "devname"
[  2334.497] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  2334.497] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  2334.497] (**) Option "Device" "/dev/input/event10"
[  2334.500] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse: not tagged as supported input device
[  2334.538] (II) event10 - not using input device '/dev/input/event10'.
[  2334.538] (EE) libinput: MOSART Semi. 2.4G Keyboard Mouse: Failed to create a device for /dev/input/event10
[  2334.538] (EE) PreInit returned 2 for "MOSART Semi. 2.4G Keyboard Mouse"
[  2334.538] (II) UnloadModule: "libinput"
[  2334.540] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event7)
[  2334.540] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "devname"
[  2334.540] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  2334.540] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  2334.540] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  2334.540] (**) Option "Device" "/dev/input/event7"
[  2334.543] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[  2334.543] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[  2334.543] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  2334.582] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.3/1-1.6.3:1.1/0003:062A:4101.0005/input/input9/event7"
[  2334.582] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 16)
[  2334.582] (**) Option "AccelerationScheme" "none"
[  2334.582] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[  2334.582] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[  2334.582] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[  2334.585] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[  2334.585] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[  2334.587] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[  2334.587] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "devname"
[  2334.587] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  2334.587] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  2334.587] (**) Option "Device" "/dev/input/mouse0"
[  2334.632] (II) mouse0  - not using input device '/dev/input/mouse0'.
[  2334.632] (EE) libinput: MOSART Semi. 2.4G Keyboard Mouse: Failed to create a device for /dev/input/mouse0
[  2334.632] (EE) PreInit returned 2 for "MOSART Semi. 2.4G Keyboard Mouse"
[  2334.632] (II) UnloadModule: "libinput"
[  2334.633] (II) config/udev: Adding input device 123 COM Smart Control (/dev/input/event11)
[  2334.633] (**) 123 COM Smart Control: Applying InputClass "devname"
[  2334.633] (**) 123 COM Smart Control: Applying InputClass "libinput keyboard catchall"
[  2334.633] (**) 123 COM Smart Control: Applying InputClass "system-keyboard"
[  2334.634] (II) Using input driver 'libinput' for '123 COM Smart Control'
[  2334.634] (**) 123 COM Smart Control: always reports core events
[  2334.634] (**) Option "Device" "/dev/input/event11"
[  2334.637] (II) event11 - 123 COM Smart Control: is tagged by udev as: Keyboard
[  2334.637] (II) event11 - 123 COM Smart Control: device is a keyboard
[  2334.637] (II) event11 - 123 COM Smart Control: device removed
[  2334.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.4/1-1.6.4.2/1-1.6.4.2:1.2/0003:1915:1011.0006/input/input13/event11"
[  2334.659] (II) XINPUT: Adding extended input device "123 COM Smart Control" (type: KEYBOARD, id 17)
[  2334.659] (**) Option "xkb_layout" "it"
[  2334.662] (II) event11 - 123 COM Smart Control: is tagged by udev as: Keyboard
[  2334.662] (II) event11 - 123 COM Smart Control: device is a keyboard
[  2334.664] (II) config/udev: Adding input device 123 COM Smart Control (/dev/input/event12)
[  2334.664] (**) 123 COM Smart Control: Applying InputClass "devname"
[  2334.664] (**) 123 COM Smart Control: Applying InputClass "libinput pointer catchall"
[  2334.664] (II) Using input driver 'libinput' for '123 COM Smart Control'
[  2334.664] (**) 123 COM Smart Control: always reports core events
[  2334.664] (**) Option "Device" "/dev/input/event12"
[  2334.721] (II) event12 - 123 COM Smart Control: is tagged by udev as: Mouse
[  2334.721] (II) event12 - 123 COM Smart Control: device is a pointer
[  2334.722] (II) event12 - 123 COM Smart Control: device removed
[  2334.762] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.4/1-1.6.4.2/1-1.6.4.2:1.3/0003:1915:1011.0007/input/input14/event12"
[  2334.762] (II) XINPUT: Adding extended input device "123 COM Smart Control" (type: MOUSE, id 18)
[  2334.762] (**) Option "AccelerationScheme" "none"
[  2334.762] (**) 123 COM Smart Control: (accel) selected scheme none/0
[  2334.762] (**) 123 COM Smart Control: (accel) acceleration factor: 2.000
[  2334.762] (**) 123 COM Smart Control: (accel) acceleration threshold: 4
[  2334.821] (II) event12 - 123 COM Smart Control: is tagged by udev as: Mouse
[  2334.821] (II) event12 - 123 COM Smart Control: device is a pointer
[  2334.823] (II) config/udev: Adding input device 123 COM Smart Control (/dev/input/mouse1)
[  2334.823] (**) 123 COM Smart Control: Applying InputClass "devname"
[  2334.823] (II) Using input driver 'libinput' for '123 COM Smart Control'
[  2334.823] (**) 123 COM Smart Control: always reports core events
[  2334.823] (**) Option "Device" "/dev/input/mouse1"
[  2334.862] (II) mouse1  - not using input device '/dev/input/mouse1'.
[  2334.862] (EE) libinput: 123 COM Smart Control: Failed to create a device for /dev/input/mouse1
[  2334.862] (EE) PreInit returned 2 for "123 COM Smart Control"
[  2334.862] (II) UnloadModule: "libinput"
[  2334.863] (II) config/udev: Adding input device 123 COM Smart Control Consumer Control (/dev/input/event13)
[  2334.864] (**) 123 COM Smart Control Consumer Control: Applying InputClass "devname"
[  2334.864] (**) 123 COM Smart Control Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2334.864] (**) 123 COM Smart Control Consumer Control: Applying InputClass "system-keyboard"
[  2334.864] (II) Using input driver 'libinput' for '123 COM Smart Control Consumer Control'
[  2334.864] (**) 123 COM Smart Control Consumer Control: always reports core events
[  2334.864] (**) Option "Device" "/dev/input/event13"
[  2334.867] (II) event13 - 123 COM Smart Control Consumer Control: is tagged by udev as: Keyboard
[  2334.867] (II) event13 - 123 COM Smart Control Consumer Control: device is a keyboard
[  2334.867] (II) event13 - 123 COM Smart Control Consumer Control: device removed
[  2334.888] (II) libinput: 123 COM Smart Control Consumer Control: needs a virtual subdevice
[  2334.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.4/1-1.6.4.2/1-1.6.4.2:1.4/0003:1915:1011.0008/input/input15/event13"
[  2334.888] (II) XINPUT: Adding extended input device "123 COM Smart Control Consumer Control" (type: MOUSE, id 19)
[  2334.889] (**) Option "AccelerationScheme" "none"
[  2334.889] (**) 123 COM Smart Control Consumer Control: (accel) selected scheme none/0
[  2334.889] (**) 123 COM Smart Control Consumer Control: (accel) acceleration factor: 2.000
[  2334.889] (**) 123 COM Smart Control Consumer Control: (accel) acceleration threshold: 4
[  2334.892] (II) event13 - 123 COM Smart Control Consumer Control: is tagged by udev as: Keyboard
[  2334.892] (II) event13 - 123 COM Smart Control Consumer Control: device is a keyboard
[  2334.894] (II) config/udev: Adding input device 123 COM Smart Control System Control (/dev/input/event14)
[  2334.894] (**) 123 COM Smart Control System Control: Applying InputClass "devname"
[  2334.894] (**) 123 COM Smart Control System Control: Applying InputClass "libinput keyboard catchall"
[  2334.894] (**) 123 COM Smart Control System Control: Applying InputClass "system-keyboard"
[  2334.894] (II) Using input driver 'libinput' for '123 COM Smart Control System Control'
[  2334.894] (**) 123 COM Smart Control System Control: always reports core events
[  2334.894] (**) Option "Device" "/dev/input/event14"
[  2334.897] (II) event14 - 123 COM Smart Control System Control: is tagged by udev as: Keyboard
[  2334.897] (II) event14 - 123 COM Smart Control System Control: device is a keyboard
[  2334.897] (II) event14 - 123 COM Smart Control System Control: device removed
[  2334.915] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.4/1-1.6.4.2/1-1.6.4.2:1.4/0003:1915:1011.0008/input/input16/event14"
[  2334.915] (II) XINPUT: Adding extended input device "123 COM Smart Control System Control" (type: KEYBOARD, id 20)
[  2334.915] (**) Option "xkb_layout" "it"
[  2334.918] (II) event14 - 123 COM Smart Control System Control: is tagged by udev as: Keyboard
[  2334.919] (II) event14 - 123 COM Smart Control System Control: device is a keyboard
[  2334.921] (II) config/udev: Adding input device MUSIC-BOOST USB Microphone (/dev/input/event15)
[  2334.921] (**) MUSIC-BOOST USB Microphone: Applying InputClass "devname"
[  2334.921] (**) MUSIC-BOOST USB Microphone: Applying InputClass "libinput keyboard catchall"
[  2334.921] (**) MUSIC-BOOST USB Microphone: Applying InputClass "system-keyboard"
[  2334.921] (II) Using input driver 'libinput' for 'MUSIC-BOOST USB Microphone'
[  2334.921] (**) MUSIC-BOOST USB Microphone: always reports core events
[  2334.921] (**) Option "Device" "/dev/input/event15"
[  2334.924] (II) event15 - MUSIC-BOOST USB Microphone: is tagged by udev as: Keyboard
[  2334.924] (II) event15 - MUSIC-BOOST USB Microphone: device is a keyboard
[  2334.924] (II) event15 - MUSIC-BOOST USB Microphone: device removed
[  2334.958] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.4/1-1.6.4.3/1-1.6.4.3:1.3/0003:1B3F:2019.0009/input/input17/event15"
[  2334.958] (II) XINPUT: Adding extended input device "MUSIC-BOOST USB Microphone" (type: KEYBOARD, id 21)
[  2334.958] (**) Option "xkb_layout" "it"
[  2334.962] (II) event15 - MUSIC-BOOST USB Microphone: is tagged by udev as: Keyboard
[  2334.962] (II) event15 - MUSIC-BOOST USB Microphone: device is a keyboard
[  2334.964] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event17)
[  2334.964] (**) Logitech USB Optical Mouse: Applying InputClass "devname"
[  2334.964] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  2334.964] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[  2334.964] (**) Logitech USB Optical Mouse: always reports core events
[  2334.964] (**) Option "Device" "/dev/input/event17"
[  2334.967] (II) event17 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[  2334.967] (II) event17 - Logitech USB Optical Mouse: device set to 1000 DPI
[  2334.967] (II) event17 - Logitech USB Optical Mouse: device is a pointer
[  2334.968] (II) event17 - Logitech USB Optical Mouse: device removed

This is what happens…

lightdm shows no error and is not failing…

xorg shows loading the driver also…

you can try setting resolution on grub… and make sure no TTY is working F2 - F7 (Ctrl+Alt+F*)