Manjaro does no boot into GUI

Hello,
Manjaro does no boot into GUI. I shut down with Ctrl+Alt+End in Cinnamom. All the latest updates are installed.The system boots into terminal mode but I am at a loss there.I have tried fallback into kernels 5.9 and 5.4 in vain. I use kernel 5.11. Nvidia card, but I do no t know which one.

Any suggestions for a not experienced terminal user?

Before someone else says in less than diplomatic terms, some information always helps. If you post a pastebin of your Xorg log and any errors posted into your journal during boot then someone might be able to be of assistance.

cat /var/log/Xorg.0.log > ~/xorg-log.txt  

and

journalctl --boot=0 --system --priority=3 > ~/journal-log-today.txt

You could also post the content of the inxi command, sometimes it helps to know about your hardware and drivers:

inxi --admin --verbosity=7 --filter --no-host

Then post the contents of the generated files (or even output) to pastebin.com [not forgetting to strip out any identifiable information] or somewhere similar, and post a link to the pastebin here. To help you resolve this issue more information is required.

Good luck Jojopara

Thank you for the diplomatic terms, but I do not know what commands to write.

I ran the first command and got an error that file (do not remember which) does not exits.

I think, I shall re-install tomorrow as this has almost always proved less time consuming. I have a timeshift backup, but have never been successful in restoring through it :frowning:
When running “stratx”, I get:
Couldn’t exec cinnamon session, No such file of directory
xinit connection to X server lost

Wow, that sounds bad. Presumably you have ‘systemd’ installed which should rule out journal not existing… unless you have managed to disable the journal (??). Not having any Xorg logs is also pretty bad. Have you checked by just ls’ing the log directory:

ls /var/log/

or

ls /var/log/ | grep Xorg

Without any log files to look at it will be difficult for anyone to resolve your issues.
Just a thought, are you by chance looking at the wrong drive, perhaps you have a live media attached with a bootable partition or some kind of sandboxed incomplete/half way install that you are examining after GUI start. Or maybe you have the wrong graphics manager enabled (startxfce4 for example).

Could you post your xinitrc file here?

cat ~/.xinitrc

exec cinnamon session needs to be uncommented (enabled) and any other GUI startup command that is uncommented needs to be commented out (disabled).

As I’ve said, without any log files it is very difficult

PS inxi (from my previous reply) requires elevated privileges, either sudo or su. I’m sure journalctl and cat-ing a log file don’t

Hello,

My terminal output:

grep Xorg
Xorg.0.log

Xorg in the second line is in red.

cat ~/.xinitrc
#!/bin/bash

~/.xinitrc

Executed by startx (run your window manager from here)

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

DEFAULT_SESSION=cinnamon-session

merge in defaults and keymaps

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

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

if [ -f “$userresources” ]; then
xrdb -merge “$userresources”
fi

if [ -f “$usermodmap” ]; then
xmodmap “$usermodmap”
fi

start some nice programs

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

get_session(){
local dbus_args=(–sh-syntax --exit-with-session)
case $1 in
awesome) dbus_args+=(awesome) ;;
bspwm) dbus_args+=(bspwm-session) ;;
budgie) dbus_args+=(budgie-desktop) ;;
cinnamon) dbus_args+=(cinnamon-session) ;;
deepin) dbus_args+=(startdde) ;;
enlightenment) dbus_args+=(enlightenment_start) ;;
fluxbox) dbus_args+=(startfluxbox) ;;
gnome) dbus_args+=(gnome-session) ;;
i3|i3wm) dbus_args+=(i3 --shmlog-size 0) ;;
jwm) dbus_args+=(jwm) ;;
kde) dbus_args+=(startplasma-x11) ;;
lxde) dbus_args+=(startlxde) ;;
lxqt) dbus_args+=(lxqt-session) ;;
mate) dbus_args+=(mate-session) ;;
xfce) dbus_args+=(xfce4-session) ;;
openbox) dbus_args+=(openbox-session) ;;
*) dbus_args+=($DEFAULT_SESSION) ;;
esac

echo "dbus-launch ${dbus_args[*]}"

}

sudo inxi --admin --verbosity=7 --filter --no-host
System:
Kernel: 5.8.6-1-MANJARO x86_64 bits: 64 compiler: N/A
parameters: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC
driver=nonfree nouveau.modeset=0 i915.modeset=1 radeon.modeset=1
misobasedir=manjaro misolabel=MANJARO_CINNAMON_201 quiet
systemd.show_status=1 apparmor=1 security=apparmor
Desktop: Cinnamon 4.6.7 tk: GTK 3.24.23 wm: Muffin dm: LightDM 1.30.0
Distro: Manjaro Linux
Machine:
Type: Desktop Mobo: ASUSTeK model: ROG MAXIMUS X HERO v: Rev 1.xx
serial: UEFI: American Megatrends v: 2203 date: 10/07/2019
Battery:
Device-1: hidpp_battery_0 model: Logitech Wireless Mouse MX Master 3
serial: charge: 100% (should be ignored) rechargeable: yes
status: Discharging
Memory:
RAM: total: 62.67 GiB used: 1.33 GiB (2.1%)
Array-1: capacity: 64 GiB slots: 4 EC: None max module size: 16 GiB
note: est.
Device-1: ChannelA-DIMM1 size: 16 GiB speed: 2133 MT/s type: DDR4
detail: synchronous unbuffered (unregistered) bus width: 64 bits
total: 64 bits manufacturer: Corsair part-no: CMU64GX4M4C3000C15
serial: N/A
Device-2: ChannelA-DIMM2 size: 16 GiB speed: 2133 MT/s type: DDR4
detail: synchronous unbuffered (unregistered) bus width: 64 bits
total: 64 bits manufacturer: Corsair part-no: CMU64GX4M4C3000C15
serial: N/A
Device-3: ChannelB-DIMM1 size: 16 GiB speed: 2133 MT/s type: DDR4
detail: synchronous unbuffered (unregistered) bus width: 64 bits
total: 64 bits manufacturer: Corsair part-no: CMU64GX4M4C3000C15
serial: N/A
Device-4: ChannelB-DIMM2 size: 16 GiB speed: 2133 MT/s type: DDR4
detail: synchronous unbuffered (unregistered) bus width: 64 bits
total: 64 bits manufacturer: Corsair part-no: CMU64GX4M4C3000C15
serial: N/A
CPU:
Topology: 6-Core model: Intel Core i7-8700K socket: LGA1151 bits: 64
type: MT MCP arch: Kaby Lake family: 6 model-id: 9E (158) stepping: A (10)
microcode: D6 L1 cache: 384 KiB L2 cache: 12.0 MiB L3 cache: 12.0 MiB
bogomips: 88824
Speed: 800 MHz min/max: 800/4700 MHz base/boost: 3700/8300 volts: 1.0 V
ext-clock: 100 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800 5: 800
6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800
Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_perfmon
art avx avx2 bmi1 bmi2 bts clflush clflushopt cmov constant_tsc cpuid
cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est
f16c flexpriority flush_l1d fma fpu fsgsbase fxsr hle ht hwp
hwp_act_window hwp_epp hwp_notify ibpb ibrs ida intel_pt invpcid
invpcid_single lahf_lm lm mca mce md_clear mmx monitor movbe mpx msr mtrr
nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln
pni popcnt pse pse36 pti pts rdrand rdseed rdtscp rep_good rtm sdbg sep
smap smep smx ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2
tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic
xgetbv1 xsave xsavec xsaveopt xsaves xtopology xtpr
Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled
Type: l1tf
mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable
Type: mds mitigation: Clear CPU buffers; SMT vulnerable
Type: meltdown mitigation: PTI
Type: spec_store_bypass
mitigation: Speculative Store Bypass disabled via prctl and seccomp
Type: spectre_v1
mitigation: usercopy/swapgs barriers and __user pointer sanitization
Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional,
IBRS_FW, STIBP: conditional, RSB filling
Type: srbds mitigation: Microcode
Type: tsx_async_abort mitigation: Clear CPU buffers; SMT vulnerable
Graphics:
Device-1: Intel UHD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel
bus ID: 00:02.0 chip ID: 8086:3e92
Display: server: X.Org 1.20.8 driver: intel unloaded: modesetting
alternate: fbdev,vesa display ID: :0 screens: 1
Screen-1: 0 s-res: 2560x1440 s-dpi: 96 s-size: 677x381mm (26.7x15.0")
s-diag: 777mm (30.6")
Monitor-1: HDMI2 res: 2560x1440 hz: 60 dpi: 108
size: 600x340mm (23.6x13.4") diag: 690mm (27.2")
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.1.7
direct render: Yes
Audio:
Device-1: Intel 200 Series PCH HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel bus ID: 00:1f.3 chip ID: 8086:a2f0
Sound Server: ALSA v: k5.8.6-1-MANJARO
Network:
Device-1: Intel Ethernet I219-V vendor: ASUSTeK driver: e1000e v: 3.2.6-k
port: f040 bus ID: 00:1f.6 chip ID: 8086:15b8
IF: enp0s31f6 state: up speed: 100 Mbps duplex: full mac:
IP v4: type: dynamic noprefixroute scope: global
broadcast:
IP v6: type: noprefixroute scope: link
WAN IP:
Drives:
Local Storage: total: 3.67 TiB used: 3.26 TiB (88.9%)
ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 960 EVO 1TB size: 931.51 GiB
block size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4
serial: rev: 3B7QCXE7 temp: 29 Celsius C scheme: GPT
SMART: yes health: PASSED on: 76d 21h cycles: 3,347
read-units: 32,256,884 [16.5 TB] written-units: 32,933,100 [16.8 TB]
ID-2: /dev/sda vendor: Toshiba model: HDWD130 family: P300 size: 2.73 TiB
block size: physical: 4096 B logical: 512 B sata: 3.0 speed: 6.0 Gb/s
rotation: 7200 rpm serial: rev: ACF0 temp: 32 C scheme: GPT
SMART: yes state: enabled health: PASSED on: 1y 51d 15h cycles: 3198
ID-3: /dev/sdb type: USB vendor: Transcend model: JetFlash Transcend 32GB
size: 29.92 GiB block size: physical: 512 B logical: 512 B
serial: rev: 8.07 scheme: MBR
SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
Message: No Optical or Floppy data was found.
RAID:
Message: No RAID data was found.
Partition:
ID-1: / raw size: N/A size: 47.01 GiB used: 132.9 MiB (0.3%) fs: overlay
source: ERR-102 label: N/A uuid: N/A
ID-2: /run/media/manjaro/057b85c9-b6ff-4b9b-aca3-205852af69fc
raw size: 48.93 GiB size: 47.91 GiB (97.92%) used: 20.77 GiB (43.4%)
fs: ext4 block size: 4096 B dev: /dev/nvme0n1p1 label: N/A
uuid: 057b85c9-b6ff-4b9b-aca3-205852af69fc
ID-3: /run/media/manjaro/16fa0b3f-327b-4733-ba19-b415f916abab
raw size: 97.66 GiB size: 95.62 GiB (97.92%) used: 66.83 GiB (69.9%)
fs: ext4 block size: 4096 B dev: /dev/nvme0n1p3 label: N/A
uuid: 16fa0b3f-327b-4733-ba19-b415f916abab
ID-4: /run/media/manjaro/316D-9473 raw size: 199.0 MiB
size: 195.9 MiB (98.45%) used: 298 KiB (0.1%) fs: vfat block size: 512 B
dev: /dev/nvme0n1p2 label: N/A uuid: 316D-9473
ID-5: /run/media/manjaro/5c5a6aa0-c11d-489e-b79b-1474ff2a80a1
raw size: 784.73 GiB size: 771.42 GiB (98.30%) used: 658.95 GiB (85.4%)
fs: ext4 block size: 4096 B dev: /dev/nvme0n1p4 label: N/A
uuid: 5c5a6aa0-c11d-489e-b79b-1474ff2a80a1
ID-6: /run/media/manjaro/716ff601-4cbf-4c10-9eea-f0f1e6e791f4
raw size: 2.73 TiB size: 2.69 TiB (98.40%) used: 2.53 TiB (94.3%) fs: ext4
block size: 4096 B dev: /dev/sda1 label: N/A
uuid: 716ff601-4cbf-4c10-9eea-f0f1e6e791f4
Swap:
Alert: No Swap data was found.
Unmounted:
ID-1: /dev/sdb1 size: 2.25 GiB fs: iso9660 label: MANJARO_CINNAMON_201
uuid: 2020-09-13-00-39-29-00
ID-2: /dev/sdb2 size: 4.0 MiB fs: vfat label: MISO_EFI uuid: 760C-B302
USB:
Hub: 1-0:1 info: Full speed (or root) Hub ports: 16 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Device-1: 1-1:2 info: MosArt Wireless Keyboard/Mouse type: Keyboard,Mouse
driver: hid-generic,usbhid interfaces: 2 rev: 1.1 speed: 12 Mb/s
chip ID: 062a:4101
Hub: 1-5:4 info: Seagate RSS LLC Backup Plus Hub ports: 3 rev: 2.1
speed: 480 Mb/s chip ID: 0bc2:ab44
Device-1: 1-7:5 info: Logitech LX-700 Cordless Desktop Receiver
type: Keyboard,Mouse driver: logitech,usbhid interfaces: 2 rev: 1.1
speed: 1.5 Mb/s chip ID: 046d:c512
Device-2: 1-8:6 info: Logitech Unifying Receiver type: Keyboard,Mouse,HID
driver: logitech-djreceiver,usbhid interfaces: 3 rev: 2.0 speed: 12 Mb/s
chip ID: 046d:c52b
Device-3: 1-14:7 info: ASUSTek AURA LED Controller type: HID
driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 12 Mb/s
chip ID: 0b05:1872 serial:
Hub: 2-0:1 info: Full speed (or root) Hub ports: 10 rev: 3.0 speed: 5 Gb/s
chip ID: 1d6b:0003
Hub: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Device-1: 3-2:2 info: Alcor Micro Flash Drive type: Mass Storage
driver: usb-storage interfaces: 1 rev: 2.0 speed: 480 Mb/s
chip ID: 058f:6387 serial:
Hub: 4-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1 speed: 10 Gb/s
chip ID: 1d6b:0003
Hub: 5-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 6-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1 speed: 10 Gb/s
chip ID: 1d6b:0003
Sensors:
System Temperatures: cpu: 29.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info:
Processes: 304 Uptime: 19m Init: systemd v: 246 Compilers: gcc: 10.2.0
Packages: pacman: 1164 lib: 291 flatpak: 0 Shell: Bash (sudo) v: 5.0.18
running in: gnome-terminal inxi: 3.1.05

Hello @jojopara :wink:

First of all, please edit your post and add ~~~ the beginning and at the end of the code, like this for readability:

~~~
my terminal output
~~~
:arrow_down:

my terminal output

thanks :slight_smile:


Secondly, I assume that you are n a live session.

  1. open a terminal
  2. type in manjaro-chroot -a
  3. Now you can act on the terminal like it were booted.
  4. then type sudo pacman -S --noconfirm mlocate && sudo updatedb
  5. Then search for the xorg log: locate Xorg.0.log. There should be displayed the path after a while.
  6. Then open the file manager and open the local disk and go to that path and copy&paste the log here as code, like described above.

Here is only an intel gpu listed:

Your assumption about the live session is right!

My terminal output:

manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p1]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]
→ mount: [/mnt/home]

pacman -S --noconfirm mlocate && sudo updatedb
resolving dependencies…
looking for conflicting packages…

Packages (1) mlocate-0.26.git.20170220-6

Total Download Size: 0.09 MiB
Total Installed Size: 0.34 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages…
mlocate-0.26.git… 88.0 KiB 3.74 MiB/s 00:00 [######################] 100%
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes…
(1/1) installing mlocate [######################] 100%
:: Running post-transaction hooks…
(1/3) Creating system user accounts…
Creating group locate with gid 21.
(2/3) Reloading system manager configuration…
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate…

My terminal output:

[ 7193.074]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[ 7193.074] Build Operating System: Linux Manjaro Linux
[ 7193.074] Current Operating System: Linux jojo 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64
[ 7193.074] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=057b85c9-b6ff-4b9b-aca3-205852af69fc rw quiet apparmor=1 security=apparmor udev.log_priority=3
[ 7193.074] Build Date: 16 December 2020 10:33:32PM
[ 7193.074]
[ 7193.074] Current version of pixman: 0.40.0
[ 7193.074] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7193.074] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7193.074] (==) Log file: “/var/log/Xorg.1.log”, Time: Thu Feb 4 11:54:38 2021
[ 7193.074] (==) Using config directory: “/etc/X11/xorg.conf.d”
[ 7193.074] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 7193.074] (==) No Layout section. Using the first Screen section.
[ 7193.074] (==) No screen section available. Using defaults.
[ 7193.074] (
) |–>Screen “Default Screen Section” (0)
[ 7193.074] (**) | |–>Monitor “”
[ 7193.074] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 7193.074] (==) Automatically adding devices
[ 7193.074] (==) Automatically enabling devices
[ 7193.074] (==) Automatically adding GPU devices
[ 7193.074] (==) Automatically binding GPU devices
[ 7193.074] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7193.074] (WW) The directory “/usr/share/fonts/OTF” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/Type1” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/100dpi” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/75dpi” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 7193.074] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 7193.074] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7193.074] (II) Module ABI versions:
[ 7193.074] X.Org ANSI C Emulation: 0.4
[ 7193.074] X.Org Video Driver: 24.1
[ 7193.074] X.Org XInput driver : 24.1
[ 7193.074] X.Org Server Extension : 10.0
[ 7193.075] (++) using VT number 8

[ 7193.075] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7193.076] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7193.076] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 7193.077] (–) PCI:*(0@0:2:0) 8086:3e92:1043:872f rev 0, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x???/131072
[ 7193.077] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7193.077] (II) LoadModule: “glx”
[ 7193.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7193.078] (II) Module glx: vendor=“X.Org Foundation”
[ 7193.078] compiled for 1.20.10, module version = 1.0.0
[ 7193.078] ABI class: X.Org Server Extension, version 10.0
[ 7193.078] (==) Matched intel as autoconfigured driver 0
[ 7193.078] (==) Matched modesetting as autoconfigured driver 1
[ 7193.078] (==) Matched fbdev as autoconfigured driver 2
[ 7193.078] (==) Matched vesa as autoconfigured driver 3
[ 7193.078] (==) Assigned the driver to the xf86ConfigLayout
[ 7193.078] (II) LoadModule: “intel”
[ 7193.078] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7193.078] (II) Module intel: vendor=“X.Org Foundation”
[ 7193.078] compiled for 1.20.10, module version = 2.99.917
[ 7193.078] Module class: X.Org Video Driver
[ 7193.078] ABI class: X.Org Video Driver, version 24.1
[ 7193.078] (II) LoadModule: “modesetting”
[ 7193.078] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7193.079] (II) Module modesetting: vendor=“X.Org Foundation”
[ 7193.079] compiled for 1.20.10, module version = 1.20.10
[ 7193.079] Module class: X.Org Video Driver
[ 7193.079] ABI class: X.Org Video Driver, version 24.1
[ 7193.079] (II) LoadModule: “fbdev”
[ 7193.079] (WW) Warning, couldn’t open module fbdev
[ 7193.079] (EE) Failed to load module “fbdev” (module does not exist, 0)
[ 7193.079] (II) LoadModule: “vesa”
[ 7193.079] (WW) Warning, couldn’t open module vesa
[ 7193.079] (EE) Failed to load module “vesa” (module does not exist, 0)
[ 7193.079] (II) intel: Driver for Intel® 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
[ 7193.079] (II) intel: Driver for Intel® HD Graphics
[ 7193.079] (II) intel: Driver for Intel® Iris™ Graphics
[ 7193.079] (II) intel: Driver for Intel® Iris™ Pro Graphics
[ 7193.079] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7193.424] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200715
[ 7193.424] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 7193.444] (WW) Falling back to old probe method for modesetting
[ 7193.445] (–) intel(0): Integrated Graphics Chipset: Intel® HD Graphics
[ 7193.445] (–) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[ 7193.445] (II) intel(0): Creating default Display subsection in Screen section
“Default Screen Section” for depth/fbbpp 24/32
[ 7193.445] (==) intel(0): Depth 24, (–) framebuffer bpp 32
[ 7193.445] (==) intel(0): RGB weight 888
[ 7193.445] (==) intel(0): Default visual is TrueColor
[ 7193.445] (II) intel(0): Output DP1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output DP1
[ 7193.445] (II) intel(0): Output HDMI1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output HDMI1
[ 7193.445] (II) intel(0): Output HDMI2 has no monitor section
[ 7193.445] (II) intel(0): Enabled output HDMI2
[ 7193.445] (–) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 7193.445] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output VIRTUAL1
[ 7193.445] (–) intel(0): Output HDMI2 using initial mode 2560x1440 on pipe 0
[ 7193.445] (==) intel(0): TearFree enabled
[ 7193.445] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7193.445] (==) intel(0): DPI set to (96, 96)
[ 7193.445] (II) Loading sub module “dri3”
[ 7193.445] (II) LoadModule: “dri3”
[ 7193.445] (II) Module “dri3” already built-in
[ 7193.445] (II) Loading sub module “dri2”
[ 7193.445] (II) LoadModule: “dri2”
[ 7193.445] (II) Module “dri2” already built-in
[ 7193.445] (II) Loading sub module “present”
[ 7193.445] (II) LoadModule: “present”
[ 7193.445] (II) Module “present” already built-in
[ 7193.445] (II) UnloadModule: “modesetting”
[ 7193.445] (II) Unloading modesetting
[ 7193.446] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[ 7193.446] (==) intel(0): Backing store enabled
[ 7193.446] (==) intel(0): Silken mouse disabled
[ 7193.446] (II) intel(0): HW Cursor enabled
[ 7193.446] (==) intel(0): DPMS enabled
[ 7193.446] (==) intel(0): Display hotplug detection enabled
[ 7193.446] (II) intel(0): [DRI2] Setup complete
[ 7193.446] (II) intel(0): [DRI2] DRI driver: i965
[ 7193.446] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 7193.446] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 7193.446] (II) intel(0): hardware support for Present enabled
[ 7193.446] (II) Initializing extension Generic Event Extension
[ 7193.446] (II) Initializing extension SHAPE
[ 7193.446] (II) Initializing extension MIT-SHM
[ 7193.446] (II) Initializing extension XInputExtension
[ 7193.446] (II) Initializing extension XTEST
[ 7193.446] (II) Initializing extension BIG-REQUESTS
[ 7193.446] (II) Initializing extension SYNC
[ 7193.447] (II) Initializing extension XKEYBOARD
[ 7193.447] (II) Initializing extension XC-MISC
[ 7193.447] (II) Initializing extension SECURITY
[ 7193.447] (II) Initializing extension XFIXES
[ 7193.447] (II) Initializing extension RENDER
[ 7193.447] (II) Initializing extension RANDR
[ 7193.447] (II) Initializing extension COMPOSITE
[ 7193.447] (II) Initializing extension DAMAGE
[ 7193.447] (II) Initializing extension MIT-SCREEN-SAVER
[ 7193.447] (II) Initializing extension DOUBLE-BUFFER
[ 7193.447] (II) Initializing extension RECORD
[ 7193.447] (II) Initializing extension DPMS
[ 7193.447] (II) Initializing extension Present
[ 7193.448] (II) Initializing extension DRI3
[ 7193.448] (II) Initializing extension X-Resource
[ 7193.448] (II) Initializing extension XVideo
[ 7193.448] (II) Initializing extension XVideo-MotionCompensation
[ 7193.448] (II) Initializing extension GLX
[ 7193.456] (II) AIGLX: Loaded and initialized i965
[ 7193.456] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7193.456] (II) Initializing extension XFree86-VidModeExtension
[ 7193.456] (II) Initializing extension XFree86-DGA
[ 7193.456] (II) Initializing extension XFree86-DRI
[ 7193.456] (II) Initializing extension DRI2
[ 7193.461] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
[ 7193.474] (II) intel(0): Setting screen physical size to 677 x 381
[ 7193.494] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 7193.494] () Power Button: Applying InputClass “evdev keyboard catchall”
[ 7193.494] (
) Power Button: Applying InputClass “libinput keyboard catchall”
[ 7193.494] () Power Button: Applying InputClass “system-keyboard”
[ 7193.494] (II) LoadModule: “libinput”
[ 7193.494] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7193.495] (II) Module libinput: vendor=“X.Org Foundation”
[ 7193.495] compiled for 1.20.8, module version = 0.30.0
[ 7193.495] Module class: X.Org XInput Driver
[ 7193.495] ABI class: X.Org XInput driver, version 24.1
[ 7193.495] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 7193.495] (
) Power Button: always reports core events
[ 7193.495] () Option “Device” “/dev/input/event2”
[ 7193.495] (
) Option “_source” “server/udev”
[ 7193.496] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7193.496] (II) event2 - Power Button: device is a keyboard
[ 7193.496] (II) event2 - Power Button: device removed
[ 7193.537] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2”
[ 7193.537] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 6)
[ 7193.537] (
) Option “xkb_model” “pc105”
[ 7193.537] () Option “xkb_layout” “us”
[ 7193.538] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7193.538] (II) event2 - Power Button: device is a keyboard
[ 7193.539] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 7193.539] (
) Video Bus: Applying InputClass “evdev keyboard catchall”
[ 7193.539] () Video Bus: Applying InputClass “libinput keyboard catchall”
[ 7193.539] (
) Video Bus: Applying InputClass “system-keyboard”
[ 7193.539] (II) Using input driver ‘libinput’ for ‘Video Bus’
[ 7193.539] () Video Bus: always reports core events
[ 7193.539] (
) Option “Device” “/dev/input/event5”
[ 7193.539] () Option “_source” “server/udev”
[ 7193.540] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7193.540] (II) event5 - Video Bus: device is a keyboard
[ 7193.540] (II) event5 - Video Bus: device removed
[ 7193.604] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5”
[ 7193.604] (II) XINPUT: Adding extended input device “Video Bus” (type: KEYBOARD, id 7)
[ 7193.604] () Option “xkb_model” “pc105”
[ 7193.604] (
) Option “xkb_layout” “us”
[ 7193.608] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7193.608] (II) event5 - Video Bus: device is a keyboard
[ 7193.610] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7193.610] () Power Button: Applying InputClass “evdev keyboard catchall”
[ 7193.610] (
) Power Button: Applying InputClass “libinput keyboard catchall”
[ 7193.610] () Power Button: Applying InputClass “system-keyboard”
[ 7193.610] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 7193.610] (
) Power Button: always reports core events
[ 7193.610] () Option “Device” “/dev/input/event1”
[ 7193.610] (
) Option “_source” “server/udev”
[ 7193.613] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7193.614] (II) event1 - Power Button: device is a keyboard
[ 7193.614] (II) event1 - Power Button: device removed
[ 7193.644] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1”
[ 7193.644] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 8)
[ 7193.644] (
) Option “xkb_model” “pc105”
[ 7193.644] () Option “xkb_layout” “us”
[ 7193.648] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7193.648] (II) event1 - Power Button: device is a keyboard
[ 7193.650] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 7193.650] (
) Sleep Button: Applying InputClass “evdev keyboard catchall”
[ 7193.650] () Sleep Button: Applying InputClass “libinput keyboard catchall”
[ 7193.650] (
) Sleep Button: Applying InputClass “system-keyboard”
[ 7193.650] (II) Using input driver ‘libinput’ for ‘Sleep Button’
[ 7193.650] () Sleep Button: always reports core events
[ 7193.650] (
) Option “Device” “/dev/input/event0”
[ 7193.650] () Option “_source” “server/udev”
[ 7193.653] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7193.653] (II) event0 - Sleep Button: device is a keyboard
[ 7193.654] (II) event0 - Sleep Button: device removed
[ 7193.711] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0”
[ 7193.711] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 9)
[ 7193.711] () Option “xkb_model” “pc105”
[ 7193.711] (
) Option “xkb_layout” “us”
[ 7193.714] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7193.715] (II) event0 - Sleep Button: device is a keyboard
[ 7193.715] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 7193.715] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7193.716] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 7193.718] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
[ 7193.718] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.718] (
) Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.719] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.719] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.719] (
) Logitech USB Receiver: always reports core events
[ 7193.719] () Option “Device” “/dev/input/event17”
[ 7193.719] (
) Option “_source” “server/udev”
[ 7193.723] (II) event17 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 7193.724] (II) event17 - Logitech USB Receiver: device is a keyboard
[ 7193.724] (II) event17 - Logitech USB Receiver: device removed
[ 7193.764] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C512.0001/input/input22/event17”
[ 7193.764] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: KEYBOARD, id 10)
[ 7193.764] (
) Option “xkb_model” “pc105”
[ 7193.764] () Option “xkb_layout” “us”
[ 7193.769] (II) event17 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 7193.769] (II) event17 - Logitech USB Receiver: device is a keyboard
[ 7193.773] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event18)
[ 7193.773] (
) Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.773] (
) Logitech USB Receiver: Applying InputClass “libinput pointer catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.773] (
) Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.773] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.773] () Logitech USB Receiver: always reports core events
[ 7193.773] (
) Option “Device” “/dev/input/event18”
[ 7193.773] () Option “_source” “server/udev”
[ 7193.778] (II) event18 - Logitech USB Receiver: is tagged by udev as: Keyboard Mouse
[ 7193.779] (II) event18 - Logitech USB Receiver: device is a pointer
[ 7193.779] (II) event18 - Logitech USB Receiver: device is a keyboard
[ 7193.779] (II) event18 - Logitech USB Receiver: device removed
[ 7193.804] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[ 7193.804] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:046D:C512.0002/input/input23/event18”
[ 7193.804] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: MOUSE, id 11)
[ 7193.804] () Option “AccelerationScheme” “none”
[ 7193.804] (
) Logitech USB Receiver: (accel) selected scheme none/0
[ 7193.804] () Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 7193.804] (
) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 7193.809] (II) event18 - Logitech USB Receiver: is tagged by udev as: Keyboard Mouse
[ 7193.810] (II) event18 - Logitech USB Receiver: device is a pointer
[ 7193.810] (II) event18 - Logitech USB Receiver: device is a keyboard
[ 7193.812] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/js0)
[ 7193.813] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.813] (II) No input driver specified, ignoring this device.
[ 7193.813] (II) This device may have been added with another device file.
[ 7193.815] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 7193.815] (
) Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.815] (II) No input driver specified, ignoring this device.
[ 7193.815] (II) This device may have been added with another device file.
[ 7193.817] (II) config/udev: Adding input device Logitech MX Master 3 (/dev/input/event19)
[ 7193.817] () Logitech MX Master 3: Applying InputClass “evdev pointer catchall”
[ 7193.817] (
) Logitech MX Master 3: Applying InputClass “evdev keyboard catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “libinput pointer catchall”
[ 7193.817] (
) Logitech MX Master 3: Applying InputClass “libinput keyboard catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.817] (II) Using input driver ‘libinput’ for ‘Logitech MX Master 3’
[ 7193.817] (
) Logitech MX Master 3: always reports core events
[ 7193.817] () Option “Device” “/dev/input/event19”
[ 7193.817] (
) Option “_source” “server/udev”
[ 7193.823] (II) event19 - Logitech MX Master 3: is tagged by udev as: Keyboard Mouse
[ 7193.823] (II) event19 - Logitech MX Master 3: device is a pointer
[ 7193.823] (II) event19 - Logitech MX Master 3: device is a keyboard
[ 7193.824] (II) event19 - Logitech MX Master 3: device removed
[ 7193.857] (II) libinput: Logitech MX Master 3: needs a virtual subdevice
[ 7193.857] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:046D:C52B.0005/0003:046D:4082.0007/input/input29/event19”
[ 7193.857] (II) XINPUT: Adding extended input device “Logitech MX Master 3” (type: MOUSE, id 12)
[ 7193.858] (
) Option “AccelerationScheme” “none”
[ 7193.858] () Logitech MX Master 3: (accel) selected scheme none/0
[ 7193.858] (
) Logitech MX Master 3: (accel) acceleration factor: 2.000
[ 7193.858] () Logitech MX Master 3: (accel) acceleration threshold: 4
[ 7193.863] (II) event19 - Logitech MX Master 3: is tagged by udev as: Keyboard Mouse
[ 7193.864] (II) event19 - Logitech MX Master 3: device is a pointer
[ 7193.864] (II) event19 - Logitech MX Master 3: device is a keyboard
[ 7193.867] (II) config/udev: Adding input device Logitech MX Master 3 (/dev/input/mouse1)
[ 7193.867] (
) Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.867] (II) No input driver specified, ignoring this device.
[ 7193.867] (II) This device may have been added with another device file.
[ 7193.868] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 7193.868] (II) No input driver specified, ignoring this device.
[ 7193.868] (II) This device may have been added with another device file.
[ 7193.869] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 7193.869] (II) No input driver specified, ignoring this device.
[ 7193.869] (II) This device may have been added with another device file.
[ 7193.870] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 7193.871] (II) No input driver specified, ignoring this device.
[ 7193.871] (II) This device may have been added with another device file.
[ 7193.872] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 7193.872] (II) No input driver specified, ignoring this device.
[ 7193.872] (II) This device may have been added with another device file.
[ 7193.873] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 7193.873] (II) No input driver specified, ignoring this device.
[ 7193.873] (II) This device may have been added with another device file.
[ 7193.874] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 7193.874] (II) No input driver specified, ignoring this device.
[ 7193.874] (II) This device may have been added with another device file.
[ 7193.875] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 7193.875] (II) No input driver specified, ignoring this device.
[ 7193.875] (II) This device may have been added with another device file.
[ 7193.876] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 7193.876] (II) No input driver specified, ignoring this device.
[ 7193.877] (II) This device may have been added with another device file.
[ 7193.878] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 7193.878] (II) No input driver specified, ignoring this device.
[ 7193.878] (II) This device may have been added with another device file.
[ 7193.879] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 7193.879] (II) No input driver specified, ignoring this device.
[ 7193.879] (II) This device may have been added with another device file.
[ 7193.880] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 7193.881] (II) No input driver specified, ignoring this device.
[ 7193.881] (II) This device may have been added with another device file.
[ 7193.882] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[ 7193.882] () Eee PC WMI hotkeys: Applying InputClass “evdev keyboard catchall”
[ 7193.882] (
) Eee PC WMI hotkeys: Applying InputClass “libinput keyboard catchall”
[ 7193.882] () Eee PC WMI hotkeys: Applying InputClass “system-keyboard”
[ 7193.882] (II) Using input driver ‘libinput’ for ‘Eee PC WMI hotkeys’
[ 7193.882] (
) Eee PC WMI hotkeys: always reports core events
[ 7193.882] () Option “Device” “/dev/input/event4”
[ 7193.882] (
) Option “_source” “server/udev”
[ 7193.884] (II) event4 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7193.885] (II) event4 - Eee PC WMI hotkeys: device is a keyboard
[ 7193.885] (II) event4 - Eee PC WMI hotkeys: device removed
[ 7193.937] () Option “config_info” “udev:/sys/devices/platform/eeepc-wmi/input/input4/event4”
[ 7193.937] (II) XINPUT: Adding extended input device “Eee PC WMI hotkeys” (type: KEYBOARD, id 13)
[ 7193.937] (
) Option “xkb_model” “pc105”
[ 7193.937] () Option “xkb_layout” “us”
[ 7193.941] (II) event4 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7193.941] (II) event4 - Eee PC WMI hotkeys: device is a keyboard
[ 7193.943] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 7193.943] (II) No input driver specified, ignoring this device.
[ 7193.943] (II) This device may have been added with another device file.
[ 7193.974] (
) Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
[ 7193.974] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.974] (
) Logitech USB Receiver: Applying InputClass “libinput pointer catchall”
[ 7193.975] () Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.975] (
) Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.975] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.975] () Logitech USB Receiver: always reports core events
[ 7193.975] (
) Option “Device” “/dev/input/event18”
[ 7193.975] () Option “_source” “_driver/libinput”
[ 7193.975] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[ 7193.975] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:046D:C512.0002/input/input23/event18”
[ 7193.975] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: KEYBOARD, id 14)
[ 7193.975] () Option “xkb_model” “pc105”
[ 7193.975] (
) Option “xkb_layout” “us”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “evdev pointer catchall”
[ 7193.975] (
) Logitech MX Master 3: Applying InputClass “evdev keyboard catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “libinput pointer catchall”
[ 7193.975] (
) Logitech MX Master 3: Applying InputClass “libinput keyboard catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.975] (II) Using input driver ‘libinput’ for ‘Logitech MX Master 3’
[ 7193.975] (
) Logitech MX Master 3: always reports core events
[ 7193.975] () Option “Device” “/dev/input/event19”
[ 7193.975] (
) Option “_source” “_driver/libinput”
[ 7193.975] (II) libinput: Logitech MX Master 3: is a virtual subdevice
[ 7193.975] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:046D:C52B.0005/0003:046D:4082.0007/input/input29/event19”
[ 7193.975] (II) XINPUT: Adding extended input device “Logitech MX Master 3” (type: KEYBOARD, id 15)
[ 7193.975] (
) Option “xkb_model” “pc105”
[ 7193.975] (**) Option “xkb_layout” “us”
[ 27908.940] (II) event2 - Power Button: device removed
[ 27908.985] (II) event5 - Video Bus: device removed
[ 27909.068] (II) event1 - Power Button: device removed
[ 27909.082] (II) event0 - Sleep Button: device removed
[ 27909.108] (II) event17 - Logitech USB Receiver: device removed
[ 27909.135] (II) event4 - Eee PC WMI hotkeys: device removed
[ 27909.202] (II) event18 - Logitech USB Receiver: device removed
[ 27909.228] (II) event19 - Logitech MX Master 3: device removed
[ 27909.282] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.315] (II) Server terminated successfully (0). Closing log file.

my terminal output

@jojopara again: please edit your posts:

You hurt my eyes with this formatting :dizzy_face:

I have put ‘my terminal output’ at the end as well. I did not know about this; thank you!

The formating is what I copied from the terminal. It is quite readable for my not perfect eyes. I do not know how to change it, sorry.

There is a pencil at the bottom of every post. This is the “edit” button. Click on it and edit it. It shouldn’t be so hard to add “~~~” like described. It is not only for me, but also for people who search for solutions. :wink:

What are the tildes ~~~ for? And where shyuould I put them? Thank you for teaching me forum rules!

These tildes are there to narrow down the code. It is Markdown: Markdown Reference

You can use ~~~ or ```. It is easier to put this at the top and the bottom then any method where you have add a formatting at every line.

Here is what i mean with readability. You don’t have to scroll through the whole log to get to the next post. There is on the top right a copy button and the contrast is better. So the text is better to view. And it costs only 3 characters on the top and the bottom.

[ 7193.074]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[ 7193.074] Build Operating System: Linux Manjaro Linux
[ 7193.074] Current Operating System: Linux jojo 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64
[ 7193.074] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=057b85c9-b6ff-4b9b-aca3-205852af69fc rw quiet apparmor=1 security=apparmor udev.log_priority=3
[ 7193.074] Build Date: 16 December 2020 10:33:32PM
[ 7193.074]
[ 7193.074] Current version of pixman: 0.40.0
[ 7193.074] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7193.074] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7193.074] (==) Log file: “/var/log/Xorg.1.log”, Time: Thu Feb 4 11:54:38 2021
[ 7193.074] (==) Using config directory: “/etc/X11/xorg.conf.d”
[ 7193.074] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 7193.074] (==) No Layout section. Using the first Screen section.
[ 7193.074] (==) No screen section available. Using defaults.
[ 7193.074] () |–>Screen “Default Screen Section” (0)
[ 7193.074] (**) | |–>Monitor “”
[ 7193.074] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 7193.074] (==) Automatically adding devices
[ 7193.074] (==) Automatically enabling devices
[ 7193.074] (==) Automatically adding GPU devices
[ 7193.074] (==) Automatically binding GPU devices
[ 7193.074] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7193.074] (WW) The directory “/usr/share/fonts/OTF” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/Type1” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/100dpi” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (WW) The directory “/usr/share/fonts/75dpi” does not exist.
[ 7193.074] Entry deleted from font path.
[ 7193.074] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 7193.074] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 7193.074] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7193.074] (II) Module ABI versions:
[ 7193.074] X.Org ANSI C Emulation: 0.4
[ 7193.074] X.Org Video Driver: 24.1
[ 7193.074] X.Org XInput driver : 24.1
[ 7193.074] X.Org Server Extension : 10.0
[ 7193.075] (++) using VT number 8

[ 7193.075] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7193.076] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7193.076] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 7193.077] (–) PCI:*(0@0:2:0) 8086:3e92:1043:872f rev 0, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x???/131072
[ 7193.077] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7193.077] (II) LoadModule: “glx”
[ 7193.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7193.078] (II) Module glx: vendor=“X.Org Foundation”
[ 7193.078] compiled for 1.20.10, module version = 1.0.0
[ 7193.078] ABI class: X.Org Server Extension, version 10.0
[ 7193.078] (==) Matched intel as autoconfigured driver 0
[ 7193.078] (==) Matched modesetting as autoconfigured driver 1
[ 7193.078] (==) Matched fbdev as autoconfigured driver 2
[ 7193.078] (==) Matched vesa as autoconfigured driver 3
[ 7193.078] (==) Assigned the driver to the xf86ConfigLayout
[ 7193.078] (II) LoadModule: “intel”
[ 7193.078] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7193.078] (II) Module intel: vendor=“X.Org Foundation”
[ 7193.078] compiled for 1.20.10, module version = 2.99.917
[ 7193.078] Module class: X.Org Video Driver
[ 7193.078] ABI class: X.Org Video Driver, version 24.1
[ 7193.078] (II) LoadModule: “modesetting”
[ 7193.078] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7193.079] (II) Module modesetting: vendor=“X.Org Foundation”
[ 7193.079] compiled for 1.20.10, module version = 1.20.10
[ 7193.079] Module class: X.Org Video Driver
[ 7193.079] ABI class: X.Org Video Driver, version 24.1
[ 7193.079] (II) LoadModule: “fbdev”
[ 7193.079] (WW) Warning, couldn’t open module fbdev
[ 7193.079] (EE) Failed to load module “fbdev” (module does not exist, 0)
[ 7193.079] (II) LoadModule: “vesa”
[ 7193.079] (WW) Warning, couldn’t open module vesa
[ 7193.079] (EE) Failed to load module “vesa” (module does not exist, 0)
[ 7193.079] (II) intel: Driver for Intel® 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
[ 7193.079] (II) intel: Driver for Intel® HD Graphics
[ 7193.079] (II) intel: Driver for Intel® Iris™ Graphics
[ 7193.079] (II) intel: Driver for Intel® Iris™ Pro Graphics
[ 7193.079] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7193.424] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200715
[ 7193.424] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 7193.444] (WW) Falling back to old probe method for modesetting
[ 7193.445] (–) intel(0): Integrated Graphics Chipset: Intel® HD Graphics
[ 7193.445] (–) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[ 7193.445] (II) intel(0): Creating default Display subsection in Screen section
“Default Screen Section” for depth/fbbpp 24/32
[ 7193.445] (==) intel(0): Depth 24, (–) framebuffer bpp 32
[ 7193.445] (==) intel(0): RGB weight 888
[ 7193.445] (==) intel(0): Default visual is TrueColor
[ 7193.445] (II) intel(0): Output DP1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output DP1
[ 7193.445] (II) intel(0): Output HDMI1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output HDMI1
[ 7193.445] (II) intel(0): Output HDMI2 has no monitor section
[ 7193.445] (II) intel(0): Enabled output HDMI2
[ 7193.445] (–) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 7193.445] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 7193.445] (II) intel(0): Enabled output VIRTUAL1
[ 7193.445] (–) intel(0): Output HDMI2 using initial mode 2560x1440 on pipe 0
[ 7193.445] (==) intel(0): TearFree enabled
[ 7193.445] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7193.445] (==) intel(0): DPI set to (96, 96)
[ 7193.445] (II) Loading sub module “dri3”
[ 7193.445] (II) LoadModule: “dri3”
[ 7193.445] (II) Module “dri3” already built-in
[ 7193.445] (II) Loading sub module “dri2”
[ 7193.445] (II) LoadModule: “dri2”
[ 7193.445] (II) Module “dri2” already built-in
[ 7193.445] (II) Loading sub module “present”
[ 7193.445] (II) LoadModule: “present”
[ 7193.445] (II) Module “present” already built-in
[ 7193.445] (II) UnloadModule: “modesetting”
[ 7193.445] (II) Unloading modesetting
[ 7193.446] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[ 7193.446] (==) intel(0): Backing store enabled
[ 7193.446] (==) intel(0): Silken mouse disabled
[ 7193.446] (II) intel(0): HW Cursor enabled
[ 7193.446] (==) intel(0): DPMS enabled
[ 7193.446] (==) intel(0): Display hotplug detection enabled
[ 7193.446] (II) intel(0): [DRI2] Setup complete
[ 7193.446] (II) intel(0): [DRI2] DRI driver: i965
[ 7193.446] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 7193.446] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 7193.446] (II) intel(0): hardware support for Present enabled
[ 7193.446] (II) Initializing extension Generic Event Extension
[ 7193.446] (II) Initializing extension SHAPE
[ 7193.446] (II) Initializing extension MIT-SHM
[ 7193.446] (II) Initializing extension XInputExtension
[ 7193.446] (II) Initializing extension XTEST
[ 7193.446] (II) Initializing extension BIG-REQUESTS
[ 7193.446] (II) Initializing extension SYNC
[ 7193.447] (II) Initializing extension XKEYBOARD
[ 7193.447] (II) Initializing extension XC-MISC
[ 7193.447] (II) Initializing extension SECURITY
[ 7193.447] (II) Initializing extension XFIXES
[ 7193.447] (II) Initializing extension RENDER
[ 7193.447] (II) Initializing extension RANDR
[ 7193.447] (II) Initializing extension COMPOSITE
[ 7193.447] (II) Initializing extension DAMAGE
[ 7193.447] (II) Initializing extension MIT-SCREEN-SAVER
[ 7193.447] (II) Initializing extension DOUBLE-BUFFER
[ 7193.447] (II) Initializing extension RECORD
[ 7193.447] (II) Initializing extension DPMS
[ 7193.447] (II) Initializing extension Present
[ 7193.448] (II) Initializing extension DRI3
[ 7193.448] (II) Initializing extension X-Resource
[ 7193.448] (II) Initializing extension XVideo
[ 7193.448] (II) Initializing extension XVideo-MotionCompensation
[ 7193.448] (II) Initializing extension GLX
[ 7193.456] (II) AIGLX: Loaded and initialized i965
[ 7193.456] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7193.456] (II) Initializing extension XFree86-VidModeExtension
[ 7193.456] (II) Initializing extension XFree86-DGA
[ 7193.456] (II) Initializing extension XFree86-DRI
[ 7193.456] (II) Initializing extension DRI2
[ 7193.461] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
[ 7193.474] (II) intel(0): Setting screen physical size to 677 x 381
[ 7193.494] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 7193.494] () Power Button: Applying InputClass “evdev keyboard catchall”
[ 7193.494] () Power Button: Applying InputClass “libinput keyboard catchall”
[ 7193.494] () Power Button: Applying InputClass “system-keyboard”
[ 7193.494] (II) LoadModule: “libinput”
[ 7193.494] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7193.495] (II) Module libinput: vendor=“X.Org Foundation”
[ 7193.495] compiled for 1.20.8, module version = 0.30.0
[ 7193.495] Module class: X.Org XInput Driver
[ 7193.495] ABI class: X.Org XInput driver, version 24.1
[ 7193.495] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 7193.495] () Power Button: always reports core events
[ 7193.495] () Option “Device” “/dev/input/event2”
[ 7193.495] () Option “_source” “server/udev”
[ 7193.496] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7193.496] (II) event2 - Power Button: device is a keyboard
[ 7193.496] (II) event2 - Power Button: device removed
[ 7193.537] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2”
[ 7193.537] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 6)
[ 7193.537] () Option “xkb_model” “pc105”
[ 7193.537] () Option “xkb_layout” “us”
[ 7193.538] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7193.538] (II) event2 - Power Button: device is a keyboard
[ 7193.539] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 7193.539] () Video Bus: Applying InputClass “evdev keyboard catchall”
[ 7193.539] () Video Bus: Applying InputClass “libinput keyboard catchall”
[ 7193.539] () Video Bus: Applying InputClass “system-keyboard”
[ 7193.539] (II) Using input driver ‘libinput’ for ‘Video Bus’
[ 7193.539] () Video Bus: always reports core events
[ 7193.539] () Option “Device” “/dev/input/event5”
[ 7193.539] () Option “_source” “server/udev”
[ 7193.540] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7193.540] (II) event5 - Video Bus: device is a keyboard
[ 7193.540] (II) event5 - Video Bus: device removed
[ 7193.604] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5”
[ 7193.604] (II) XINPUT: Adding extended input device “Video Bus” (type: KEYBOARD, id 7)
[ 7193.604] () Option “xkb_model” “pc105”
[ 7193.604] () Option “xkb_layout” “us”
[ 7193.608] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7193.608] (II) event5 - Video Bus: device is a keyboard
[ 7193.610] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7193.610] () Power Button: Applying InputClass “evdev keyboard catchall”
[ 7193.610] () Power Button: Applying InputClass “libinput keyboard catchall”
[ 7193.610] () Power Button: Applying InputClass “system-keyboard”
[ 7193.610] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 7193.610] () Power Button: always reports core events
[ 7193.610] () Option “Device” “/dev/input/event1”
[ 7193.610] () Option “_source” “server/udev”
[ 7193.613] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7193.614] (II) event1 - Power Button: device is a keyboard
[ 7193.614] (II) event1 - Power Button: device removed
[ 7193.644] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1”
[ 7193.644] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 8)
[ 7193.644] () Option “xkb_model” “pc105”
[ 7193.644] () Option “xkb_layout” “us”
[ 7193.648] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7193.648] (II) event1 - Power Button: device is a keyboard
[ 7193.650] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 7193.650] () Sleep Button: Applying InputClass “evdev keyboard catchall”
[ 7193.650] () Sleep Button: Applying InputClass “libinput keyboard catchall”
[ 7193.650] () Sleep Button: Applying InputClass “system-keyboard”
[ 7193.650] (II) Using input driver ‘libinput’ for ‘Sleep Button’
[ 7193.650] () Sleep Button: always reports core events
[ 7193.650] () Option “Device” “/dev/input/event0”
[ 7193.650] () Option “_source” “server/udev”
[ 7193.653] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7193.653] (II) event0 - Sleep Button: device is a keyboard
[ 7193.654] (II) event0 - Sleep Button: device removed
[ 7193.711] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0”
[ 7193.711] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 9)
[ 7193.711] () Option “xkb_model” “pc105”
[ 7193.711] () Option “xkb_layout” “us”
[ 7193.714] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7193.715] (II) event0 - Sleep Button: device is a keyboard
[ 7193.715] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 7193.715] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7193.716] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 7193.718] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
[ 7193.718] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.718] () Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.719] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.719] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.719] () Logitech USB Receiver: always reports core events
[ 7193.719] () Option “Device” “/dev/input/event17”
[ 7193.719] () Option “_source” “server/udev”
[ 7193.723] (II) event17 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 7193.724] (II) event17 - Logitech USB Receiver: device is a keyboard
[ 7193.724] (II) event17 - Logitech USB Receiver: device removed
[ 7193.764] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C512.0001/input/input22/event17”
[ 7193.764] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: KEYBOARD, id 10)
[ 7193.764] () Option “xkb_model” “pc105”
[ 7193.764] () Option “xkb_layout” “us”
[ 7193.769] (II) event17 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 7193.769] (II) event17 - Logitech USB Receiver: device is a keyboard
[ 7193.773] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event18)
[ 7193.773] () Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “libinput pointer catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.773] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.773] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.773] () Logitech USB Receiver: always reports core events
[ 7193.773] () Option “Device” “/dev/input/event18”
[ 7193.773] () Option “_source” “server/udev”
[ 7193.778] (II) event18 - Logitech USB Receiver: is tagged by udev as: Keyboard Mouse
[ 7193.779] (II) event18 - Logitech USB Receiver: device is a pointer
[ 7193.779] (II) event18 - Logitech USB Receiver: device is a keyboard
[ 7193.779] (II) event18 - Logitech USB Receiver: device removed
[ 7193.804] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[ 7193.804] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:046D:C512.0002/input/input23/event18”
[ 7193.804] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: MOUSE, id 11)
[ 7193.804] () Option “AccelerationScheme” “none”
[ 7193.804] () Logitech USB Receiver: (accel) selected scheme none/0
[ 7193.804] () Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 7193.804] () Logitech USB Receiver: (accel) acceleration threshold: 4
[ 7193.809] (II) event18 - Logitech USB Receiver: is tagged by udev as: Keyboard Mouse
[ 7193.810] (II) event18 - Logitech USB Receiver: device is a pointer
[ 7193.810] (II) event18 - Logitech USB Receiver: device is a keyboard
[ 7193.812] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/js0)
[ 7193.813] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.813] (II) No input driver specified, ignoring this device.
[ 7193.813] (II) This device may have been added with another device file.
[ 7193.815] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 7193.815] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.815] (II) No input driver specified, ignoring this device.
[ 7193.815] (II) This device may have been added with another device file.
[ 7193.817] (II) config/udev: Adding input device Logitech MX Master 3 (/dev/input/event19)
[ 7193.817] () Logitech MX Master 3: Applying InputClass “evdev pointer catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “evdev keyboard catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “libinput pointer catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “libinput keyboard catchall”
[ 7193.817] () Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.817] (II) Using input driver ‘libinput’ for ‘Logitech MX Master 3’
[ 7193.817] () Logitech MX Master 3: always reports core events
[ 7193.817] () Option “Device” “/dev/input/event19”
[ 7193.817] () Option “_source” “server/udev”
[ 7193.823] (II) event19 - Logitech MX Master 3: is tagged by udev as: Keyboard Mouse
[ 7193.823] (II) event19 - Logitech MX Master 3: device is a pointer
[ 7193.823] (II) event19 - Logitech MX Master 3: device is a keyboard
[ 7193.824] (II) event19 - Logitech MX Master 3: device removed
[ 7193.857] (II) libinput: Logitech MX Master 3: needs a virtual subdevice
[ 7193.857] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:046D:C52B.0005/0003:046D:4082.0007/input/input29/event19”
[ 7193.857] (II) XINPUT: Adding extended input device “Logitech MX Master 3” (type: MOUSE, id 12)
[ 7193.858] () Option “AccelerationScheme” “none”
[ 7193.858] () Logitech MX Master 3: (accel) selected scheme none/0
[ 7193.858] () Logitech MX Master 3: (accel) acceleration factor: 2.000
[ 7193.858] () Logitech MX Master 3: (accel) acceleration threshold: 4
[ 7193.863] (II) event19 - Logitech MX Master 3: is tagged by udev as: Keyboard Mouse
[ 7193.864] (II) event19 - Logitech MX Master 3: device is a pointer
[ 7193.864] (II) event19 - Logitech MX Master 3: device is a keyboard
[ 7193.867] (II) config/udev: Adding input device Logitech MX Master 3 (/dev/input/mouse1)
[ 7193.867] () Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.867] (II) No input driver specified, ignoring this device.
[ 7193.867] (II) This device may have been added with another device file.
[ 7193.868] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 7193.868] (II) No input driver specified, ignoring this device.
[ 7193.868] (II) This device may have been added with another device file.
[ 7193.869] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 7193.869] (II) No input driver specified, ignoring this device.
[ 7193.869] (II) This device may have been added with another device file.
[ 7193.870] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 7193.871] (II) No input driver specified, ignoring this device.
[ 7193.871] (II) This device may have been added with another device file.
[ 7193.872] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 7193.872] (II) No input driver specified, ignoring this device.
[ 7193.872] (II) This device may have been added with another device file.
[ 7193.873] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 7193.873] (II) No input driver specified, ignoring this device.
[ 7193.873] (II) This device may have been added with another device file.
[ 7193.874] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 7193.874] (II) No input driver specified, ignoring this device.
[ 7193.874] (II) This device may have been added with another device file.
[ 7193.875] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 7193.875] (II) No input driver specified, ignoring this device.
[ 7193.875] (II) This device may have been added with another device file.
[ 7193.876] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 7193.876] (II) No input driver specified, ignoring this device.
[ 7193.877] (II) This device may have been added with another device file.
[ 7193.878] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 7193.878] (II) No input driver specified, ignoring this device.
[ 7193.878] (II) This device may have been added with another device file.
[ 7193.879] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 7193.879] (II) No input driver specified, ignoring this device.
[ 7193.879] (II) This device may have been added with another device file.
[ 7193.880] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 7193.881] (II) No input driver specified, ignoring this device.
[ 7193.881] (II) This device may have been added with another device file.
[ 7193.882] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[ 7193.882] () Eee PC WMI hotkeys: Applying InputClass “evdev keyboard catchall”
[ 7193.882] () Eee PC WMI hotkeys: Applying InputClass “libinput keyboard catchall”
[ 7193.882] () Eee PC WMI hotkeys: Applying InputClass “system-keyboard”
[ 7193.882] (II) Using input driver ‘libinput’ for ‘Eee PC WMI hotkeys’
[ 7193.882] () Eee PC WMI hotkeys: always reports core events
[ 7193.882] () Option “Device” “/dev/input/event4”
[ 7193.882] () Option “_source” “server/udev”
[ 7193.884] (II) event4 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7193.885] (II) event4 - Eee PC WMI hotkeys: device is a keyboard
[ 7193.885] (II) event4 - Eee PC WMI hotkeys: device removed
[ 7193.937] () Option “config_info” “udev:/sys/devices/platform/eeepc-wmi/input/input4/event4”
[ 7193.937] (II) XINPUT: Adding extended input device “Eee PC WMI hotkeys” (type: KEYBOARD, id 13)
[ 7193.937] () Option “xkb_model” “pc105”
[ 7193.937] () Option “xkb_layout” “us”
[ 7193.941] (II) event4 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7193.941] (II) event4 - Eee PC WMI hotkeys: device is a keyboard
[ 7193.943] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 7193.943] (II) No input driver specified, ignoring this device.
[ 7193.943] (II) This device may have been added with another device file.
[ 7193.974] () Logitech USB Receiver: Applying InputClass “evdev pointer catchall”
[ 7193.974] () Logitech USB Receiver: Applying InputClass “evdev keyboard catchall”
[ 7193.974] () Logitech USB Receiver: Applying InputClass “libinput pointer catchall”
[ 7193.975] () Logitech USB Receiver: Applying InputClass “libinput keyboard catchall”
[ 7193.975] () Logitech USB Receiver: Applying InputClass “system-keyboard”
[ 7193.975] (II) Using input driver ‘libinput’ for ‘Logitech USB Receiver’
[ 7193.975] () Logitech USB Receiver: always reports core events
[ 7193.975] () Option “Device” “/dev/input/event18”
[ 7193.975] () Option “_source” “_driver/libinput”
[ 7193.975] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[ 7193.975] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:046D:C512.0002/input/input23/event18”
[ 7193.975] (II) XINPUT: Adding extended input device “Logitech USB Receiver” (type: KEYBOARD, id 14)
[ 7193.975] () Option “xkb_model” “pc105”
[ 7193.975] () Option “xkb_layout” “us”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “evdev pointer catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “evdev keyboard catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “libinput pointer catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “libinput keyboard catchall”
[ 7193.975] () Logitech MX Master 3: Applying InputClass “system-keyboard”
[ 7193.975] (II) Using input driver ‘libinput’ for ‘Logitech MX Master 3’
[ 7193.975] () Logitech MX Master 3: always reports core events
[ 7193.975] () Option “Device” “/dev/input/event19”
[ 7193.975] () Option “_source” “_driver/libinput”
[ 7193.975] (II) libinput: Logitech MX Master 3: is a virtual subdevice
[ 7193.975] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:046D:C52B.0005/0003:046D:4082.0007/input/input29/event19”
[ 7193.975] (II) XINPUT: Adding extended input device “Logitech MX Master 3” (type: KEYBOARD, id 15)
[ 7193.975] () Option “xkb_model” “pc105”
[ 7193.975] (**) Option “xkb_layout” “us”
[ 27908.940] (II) event2 - Power Button: device removed
[ 27908.985] (II) event5 - Video Bus: device removed
[ 27909.068] (II) event1 - Power Button: device removed
[ 27909.082] (II) event0 - Sleep Button: device removed
[ 27909.108] (II) event17 - Logitech USB Receiver: device removed
[ 27909.135] (II) event4 - Eee PC WMI hotkeys: device removed
[ 27909.202] (II) event18 - Logitech USB Receiver: device removed
[ 27909.228] (II) event19 - Logitech MX Master 3: device removed
[ 27909.282] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.313] (II) UnloadModule: “libinput”
[ 27909.315] (II) Server terminated successfully (0). Closing log file.

@jojopara However, at the Xorg log is no error recorded, which could cause your issue. If you can not see the the login screen, then i assume the problem is the display-manager.

I see you have HiDPI screen. Did you ever recognize any display issues?

I believe it is a the issue of lightdm, if cinnamon edition uses it.

check the status:

sudo systemctl status lightdm

and try to restart lightdm on another tty:

sudo systemctl restart lightdm

megavolt,
This is the terminal output:
Unit lightdm.service could not be found.
End of terminal output.

P.P. Enclosing the quote in tildes made it invisible.