You are not logged in.
Pages: 1
I started getting this problem yesterday, however all the solutions I have found have not worked. Whenever I reboot my pc, I get past grub and see the normal boot screen displaying:
Starting version 246.4-1-arch
/dev/nvme0n1p2: clean, 272682/1966080 files, 6966861/7864320 blocks
About 1 out of 10 times, it will just boot normally and take me to the log in screen, but the other 9 times, the screen goes black for a second, then returns me to the same screen and freezes. I have already tried rolling back my linux and linux-headers to no avail. I have also tried following the solution here https://bbs.archlinux.org/viewtopic.php?id=246636, but that did not work either.
If it helps at all, this problem started occurring after my computer broke from suspend in the middle of the night, so I manually powered it off. No updates should have been running.
Last edited by PanzerCrowd (2020-09-07 19:11:50)
Offline
Before trying 'solutions' such as rolling back the kernel, first collect data: journal logs, dmesg, etc..
Also remove 'quiet' from your boot line if you have it set up. There may be a message rolling by that provides insight on what's going on.
Offline
I removed quiet from my grub config, but it didn't shows any errors on failed boots.
So I went through some log files, and think the problem might have something to do with Xorg. Here are the contents of my /var/log/Xorg.0.log.old:
[ 7.311]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 7.311] Build Operating System: Linux Arch Linux
[ 7.311] Current Operating System: Linux archlinux 5.8.6-arch1-1 #1 SMP PREEMPT Thu, 03 Sep 2020 17:27:39 +0000 x86_64
[ 7.312] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=87a57dcd-2f03-492b-ab3c-c55878bb75a3 rw loglevel=3 random.trust_cpu=on
[ 7.312] Build Date: 02 September 2020 06:17:44AM
[ 7.312]
[ 7.312] Current version of pixman: 0.40.0
[ 7.312] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.312] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.312] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 7 14:47:10 2020
[ 7.312] (==) Using config file: "/etc/X11/xorg.conf"
[ 7.312] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.313] (==) No Layout section. Using the first Screen section.
[ 7.313] (==) No screen section available. Using defaults.
[ 7.313] (**) |-->Screen "Default Screen Section" (0)
[ 7.313] (**) | |-->Monitor "<default monitor>"
[ 7.313] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 7.313] (**) | |-->Device "Intel Graphics"
[ 7.313] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.313] (==) Automatically adding devices
[ 7.313] (==) Automatically enabling devices
[ 7.313] (==) Automatically adding GPU devices
[ 7.313] (==) Automatically binding GPU devices
[ 7.314] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.314] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 7.314] Entry deleted from font path.
[ 7.314] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 7.314] Entry deleted from font path.
[ 7.314] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 7.314] Entry deleted from font path.
[ 7.314] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 7.314] Entry deleted from font path.
[ 7.314] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 7.314] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.314] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.314] (II) Module ABI versions:
[ 7.314] X.Org ANSI C Emulation: 0.4
[ 7.314] X.Org Video Driver: 24.1
[ 7.314] X.Org XInput driver : 24.1
[ 7.314] X.Org Server Extension : 10.0
[ 7.316] (++) using VT number 7
[ 7.316] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7.318] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7.318] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 7.334] (EE)
[ 7.334] (EE) Backtrace:
[ 7.334] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x55ad28269bd3]
[ 7.334] (EE) 1: /usr/lib/Xorg (0x55ad28123000+0x151a15) [0x55ad28274a15]
[ 7.334] (EE) 2: /usr/lib/libc.so.6 (0x7f144b469000+0x3d6a0) [0x7f144b4a66a0]
[ 7.335] (EE) 3: /usr/lib/Xorg (xf86BusProbe+0x1c2) [0x55ad2827ee32]
[ 7.335] (EE) 4: /usr/lib/Xorg (InitOutput+0xeaa) [0x55ad2829044a]
[ 7.335] (EE) 5: /usr/lib/Xorg (0x55ad28123000+0x39426) [0x55ad2815c426]
[ 7.335] (EE) 6: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f144b491152]
[ 7.335] (EE) 7: /usr/lib/Xorg (_start+0x2e) [0x55ad2815d5ae]
[ 7.335] (EE)
[ 7.335] (EE) Segmentation fault at address 0x0
[ 7.335] (EE)
Fatal server error:
[ 7.335] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 7.335] (EE)
[ 7.335] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 7.335] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 7.335] (EE)
[ 7.336] (EE) Server terminated with error (1). Closing log file.As you can see it terminated at the end. My Xorg.0.log file, for the Xorg session I am currently using, did not terminate with this error. The two are identical until line 54. Here is my Xorg.0.log file. It is weird because, in the current log, xfree86 doesn't happen until line 206, and then is recalled on line 365.
[ 2.963]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 2.963] Build Operating System: Linux Arch Linux
[ 2.963] Current Operating System: Linux archlinux 5.8.6-arch1-1 #1 SMP PREEMPT Thu, 03 Sep 2020 17:27:39 +0000 x86_64
[ 2.963] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=87a57dcd-2f03-492b-ab3c-c55878bb75a3 rw loglevel=3 random.trust_cpu=on
[ 2.963] Build Date: 02 September 2020 06:17:44AM
[ 2.963]
[ 2.963] Current version of pixman: 0.40.0
[ 2.963] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2.963] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2.963] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 7 14:47:49 2020
[ 2.965] (==) Using config file: "/etc/X11/xorg.conf"
[ 2.965] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2.966] (==) No Layout section. Using the first Screen section.
[ 2.966] (==) No screen section available. Using defaults.
[ 2.966] (**) |-->Screen "Default Screen Section" (0)
[ 2.966] (**) | |-->Monitor "<default monitor>"
[ 2.966] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 2.966] (**) | |-->Device "Intel Graphics"
[ 2.966] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2.966] (==) Automatically adding devices
[ 2.966] (==) Automatically enabling devices
[ 2.966] (==) Automatically adding GPU devices
[ 2.966] (==) Automatically binding GPU devices
[ 2.966] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2.966] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 2.966] Entry deleted from font path.
[ 2.966] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 2.966] Entry deleted from font path.
[ 2.966] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2.966] Entry deleted from font path.
[ 2.966] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2.966] Entry deleted from font path.
[ 2.967] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 2.967] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2.967] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2.967] (II) Module ABI versions:
[ 2.967] X.Org ANSI C Emulation: 0.4
[ 2.967] X.Org Video Driver: 24.1
[ 2.967] X.Org XInput driver : 24.1
[ 2.967] X.Org Server Extension : 10.0
[ 2.968] (++) using VT number 7
[ 2.968] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 2.970] (--) PCI:*(0@0:2:0) 8086:5917:17aa:225c rev 7, Mem @ 0x2ffa000000/16777216, 0xb0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 2.970] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2.970] (II) LoadModule: "glx"
[ 2.971] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2.978] (II) Module glx: vendor="X.Org Foundation"
[ 2.978] compiled for 1.20.9, module version = 1.0.0
[ 2.978] ABI class: X.Org Server Extension, version 10.0
[ 2.978] (II) LoadModule: "intel"
[ 2.978] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2.984] (II) Module intel: vendor="X.Org Foundation"
[ 2.984] compiled for 1.20.8, module version = 2.99.917
[ 2.984] Module class: X.Org Video Driver
[ 2.984] ABI class: X.Org Video Driver, version 24.1
[ 2.984] (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
[ 2.985] (II) intel: Driver for Intel(R) HD Graphics
[ 2.985] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 2.985] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 3.200] intel: waited 0 ms for i915.ko driver to load
[ 3.201] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200515
[ 3.201] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[ 3.202] (--) intel(0): gen9 engineering sample
[ 3.202] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 3.202] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3.202] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 3.202] (==) intel(0): RGB weight 888
[ 3.202] (==) intel(0): Default visual is TrueColor
[ 3.202] (**) intel(0): Option "Backlight" "intel_backlight"
[ 3.244] (II) intel(0): Output eDP1 has no monitor section
[ 3.244] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 3.244] (II) intel(0): Enabled output eDP1
[ 3.244] (II) intel(0): Output DP1 has no monitor section
[ 3.244] (II) intel(0): Enabled output DP1
[ 3.244] (II) intel(0): Output HDMI1 has no monitor section
[ 3.245] (II) intel(0): Enabled output HDMI1
[ 3.245] (II) intel(0): Output DP2 has no monitor section
[ 3.245] (II) intel(0): Enabled output DP2
[ 3.245] (II) intel(0): Output HDMI2 has no monitor section
[ 3.245] (II) intel(0): Enabled output HDMI2
[ 3.245] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 3.245] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 3.245] (II) intel(0): Enabled output VIRTUAL1
[ 3.245] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 3.245] (==) intel(0): TearFree enabled
[ 3.245] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.245] (==) intel(0): DPI set to (96, 96)
[ 3.245] (II) Loading sub module "dri3"
[ 3.245] (II) LoadModule: "dri3"
[ 3.245] (II) Module "dri3" already built-in
[ 3.245] (II) Loading sub module "dri2"
[ 3.245] (II) LoadModule: "dri2"
[ 3.245] (II) Module "dri2" already built-in
[ 3.245] (II) Loading sub module "present"
[ 3.245] (II) LoadModule: "present"
[ 3.245] (II) Module "present" already built-in
[ 3.247] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[ 3.247] (==) intel(0): Backing store enabled
[ 3.247] (==) intel(0): Silken mouse disabled
[ 3.247] (II) intel(0): HW Cursor enabled
[ 3.247] (==) intel(0): DPMS enabled
[ 3.247] (==) intel(0): Display hotplug detection enabled
[ 3.248] (II) intel(0): [DRI2] Setup complete
[ 3.248] (II) intel(0): [DRI2] DRI driver: i965
[ 3.248] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 3.248] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 3.248] (II) intel(0): hardware support for Present enabled
[ 3.248] (II) Initializing extension Generic Event Extension
[ 3.248] (II) Initializing extension SHAPE
[ 3.248] (II) Initializing extension MIT-SHM
[ 3.248] (II) Initializing extension XInputExtension
[ 3.248] (II) Initializing extension XTEST
[ 3.248] (II) Initializing extension BIG-REQUESTS
[ 3.248] (II) Initializing extension SYNC
[ 3.248] (II) Initializing extension XKEYBOARD
[ 3.249] (II) Initializing extension XC-MISC
[ 3.249] (II) Initializing extension SECURITY
[ 3.249] (II) Initializing extension XFIXES
[ 3.249] (II) Initializing extension RENDER
[ 3.249] (II) Initializing extension RANDR
[ 3.249] (II) Initializing extension COMPOSITE
[ 3.249] (II) Initializing extension DAMAGE
[ 3.249] (II) Initializing extension MIT-SCREEN-SAVER
[ 3.249] (II) Initializing extension DOUBLE-BUFFER
[ 3.249] (II) Initializing extension RECORD
[ 3.249] (II) Initializing extension DPMS
[ 3.249] (II) Initializing extension Present
[ 3.250] (II) Initializing extension DRI3
[ 3.250] (II) Initializing extension X-Resource
[ 3.250] (II) Initializing extension XVideo
[ 3.250] (II) Initializing extension XVideo-MotionCompensation
[ 3.250] (II) Initializing extension GLX
[ 3.272] (II) AIGLX: Loaded and initialized i965
[ 3.272] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3.272] (II) Initializing extension XFree86-VidModeExtension
[ 3.272] (II) Initializing extension XFree86-DGA
[ 3.272] (II) Initializing extension XFree86-DRI
[ 3.272] (II) Initializing extension DRI2
[ 3.275] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 3.280] (II) intel(0): Setting screen physical size to 508 x 285
[ 3.388] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 3.388] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3.388] (II) LoadModule: "libinput"
[ 3.388] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3.396] (II) Module libinput: vendor="X.Org Foundation"
[ 3.396] compiled for 1.20.8, module version = 0.30.0
[ 3.396] Module class: X.Org XInput Driver
[ 3.396] ABI class: X.Org XInput driver, version 24.1
[ 3.396] (II) Using input driver 'libinput' for 'Power Button'
[ 3.396] (**) Power Button: always reports core events
[ 3.396] (**) Option "Device" "/dev/input/event2"
[ 3.396] (**) Option "_source" "server/udev"
[ 3.399] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3.399] (II) event2 - Power Button: device is a keyboard
[ 3.399] (II) event2 - Power Button: device removed
[ 3.424] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 3.424] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 3.425] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3.425] (II) event2 - Power Button: device is a keyboard
[ 3.425] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3.425] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3.425] (II) Using input driver 'libinput' for 'Video Bus'
[ 3.425] (**) Video Bus: always reports core events
[ 3.425] (**) Option "Device" "/dev/input/event5"
[ 3.425] (**) Option "_source" "server/udev"
[ 3.426] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.426] (II) event5 - Video Bus: device is a keyboard
[ 3.426] (II) event5 - Video Bus: device removed
[ 3.484] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5"
[ 3.484] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3.492] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.492] (II) event5 - Video Bus: device is a keyboard
[ 3.495] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 3.495] (II) No input driver specified, ignoring this device.
[ 3.495] (II) This device may have been added with another device file.
[ 3.498] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 3.498] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 3.498] (II) Using input driver 'libinput' for 'Sleep Button'
[ 3.498] (**) Sleep Button: always reports core events
[ 3.498] (**) Option "Device" "/dev/input/event0"
[ 3.498] (**) Option "_source" "server/udev"
[ 3.501] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 3.501] (II) event0 - Sleep Button: device is a keyboard
[ 3.502] (II) event0 - Sleep Button: device removed
[ 3.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 3.524] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 3.527] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 3.527] (II) event0 - Sleep Button: device is a keyboard
[ 3.528] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 3.528] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3.528] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 3.528] (II) LoadModule: "modesetting"
[ 3.528] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3.537] (II) Module modesetting: vendor="X.Org Foundation"
[ 3.537] compiled for 1.20.9, module version = 1.20.9
[ 3.537] Module class: X.Org Video Driver
[ 3.537] ABI class: X.Org Video Driver, version 24.1
[ 3.537] (II) modeset(G0): using drv /dev/dri/card0
[ 3.538] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 3.538] (==) modeset(G0): RGB weight 888
[ 3.538] (==) modeset(G0): Default visual is TrueColor
[ 3.538] (II) Loading sub module "glamoregl"
[ 3.538] (II) LoadModule: "glamoregl"
[ 3.538] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 3.559] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3.559] compiled for 1.20.9, module version = 1.0.1
[ 3.559] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.749] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[ 3.749] (II) modeset(G0): glamor initialized
[ 3.750] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 3.750] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 3.753] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 3.754] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 3.866] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 3.982] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.982] (==) modeset(G0): DPI set to (96, 96)
[ 3.982] (II) Loading sub module "fb"
[ 3.982] (II) LoadModule: "fb"
[ 3.982] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.983] (II) Module fb: vendor="X.Org Foundation"
[ 3.983] compiled for 1.20.9, module version = 1.0.0
[ 3.983] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.983] (EE) modeset(G0): drmSetMaster failed: Device or resource busy
[ 3.988] (II) UnloadModule: "modesetting"
[ 3.988] (II) UnloadSubModule: "fb"
[ 3.988] (II) Unloading fb
[ 3.988] (II) UnloadSubModule: "glamoregl"
[ 3.988] (II) Unloading glamoregl
[ 3.988] xf86: found device 0
[ 3.989] (II) config/udev: Adding input device Compx 2.4G Receiver (/dev/input/event6)
[ 3.989] (**) Compx 2.4G Receiver: Applying InputClass "libinput keyboard catchall"
[ 3.989] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver'
[ 3.989] (**) Compx 2.4G Receiver: always reports core events
[ 3.989] (**) Option "Device" "/dev/input/event6"
[ 3.989] (**) Option "_source" "server/udev"
[ 3.990] (II) event6 - Compx 2.4G Receiver: is tagged by udev as: Keyboard
[ 3.990] (II) event6 - Compx 2.4G Receiver: device is a keyboard
[ 3.990] (II) event6 - Compx 2.4G Receiver: device removed
[ 4.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:25A7:FA61.0001/input/input8/event6"
[ 4.027] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver" (type: KEYBOARD, id 9)
[ 4.028] (II) event6 - Compx 2.4G Receiver: is tagged by udev as: Keyboard
[ 4.028] (II) event6 - Compx 2.4G Receiver: device is a keyboard
[ 4.029] (II) config/udev: Adding input device Compx 2.4G Receiver Mouse (/dev/input/event8)
[ 4.029] (**) Compx 2.4G Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 4.029] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Mouse'
[ 4.029] (**) Compx 2.4G Receiver Mouse: always reports core events
[ 4.029] (**) Option "Device" "/dev/input/event8"
[ 4.029] (**) Option "_source" "server/udev"
[ 4.030] (II) event8 - Compx 2.4G Receiver Mouse: is tagged by udev as: Mouse
[ 4.030] (II) event8 - Compx 2.4G Receiver Mouse: device is a pointer
[ 4.030] (II) event8 - Compx 2.4G Receiver Mouse: device removed
[ 4.107] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input10/event8"
[ 4.107] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Mouse" (type: MOUSE, id 10)
[ 4.107] (**) Option "AccelerationScheme" "none"
[ 4.107] (**) Compx 2.4G Receiver Mouse: (accel) selected scheme none/0
[ 4.107] (**) Compx 2.4G Receiver Mouse: (accel) acceleration factor: 2.000
[ 4.107] (**) Compx 2.4G Receiver Mouse: (accel) acceleration threshold: 4
[ 4.108] (II) event8 - Compx 2.4G Receiver Mouse: is tagged by udev as: Mouse
[ 4.108] (II) event8 - Compx 2.4G Receiver Mouse: device is a pointer
[ 4.109] (II) config/udev: Adding input device Compx 2.4G Receiver Mouse (/dev/input/mouse0)
[ 4.109] (II) No input driver specified, ignoring this device.
[ 4.109] (II) This device may have been added with another device file.
[ 4.109] (II) config/udev: Adding input device Compx 2.4G Receiver (/dev/input/event9)
[ 4.109] (II) No input driver specified, ignoring this device.
[ 4.109] (II) This device may have been added with another device file.
[ 4.109] (II) config/udev: Adding input device Compx 2.4G Receiver Consumer Control (/dev/input/event10)
[ 4.109] (**) Compx 2.4G Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 4.109] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Consumer Control'
[ 4.109] (**) Compx 2.4G Receiver Consumer Control: always reports core events
[ 4.109] (**) Option "Device" "/dev/input/event10"
[ 4.109] (**) Option "_source" "server/udev"
[ 4.111] (II) event10 - Compx 2.4G Receiver Consumer Control: is tagged by udev as: Keyboard
[ 4.111] (II) event10 - Compx 2.4G Receiver Consumer Control: device is a keyboard
[ 4.111] (II) event10 - Compx 2.4G Receiver Consumer Control: device removed
[ 4.147] (II) libinput: Compx 2.4G Receiver Consumer Control: needs a virtual subdevice
[ 4.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input12/event10"
[ 4.147] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Consumer Control" (type: MOUSE, id 11)
[ 4.147] (**) Option "AccelerationScheme" "none"
[ 4.147] (**) Compx 2.4G Receiver Consumer Control: (accel) selected scheme none/0
[ 4.147] (**) Compx 2.4G Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 4.147] (**) Compx 2.4G Receiver Consumer Control: (accel) acceleration threshold: 4
[ 4.148] (II) event10 - Compx 2.4G Receiver Consumer Control: is tagged by udev as: Keyboard
[ 4.148] (II) event10 - Compx 2.4G Receiver Consumer Control: device is a keyboard
[ 4.148] (II) config/udev: Adding input device Compx 2.4G Receiver System Control (/dev/input/event11)
[ 4.148] (**) Compx 2.4G Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 4.148] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver System Control'
[ 4.148] (**) Compx 2.4G Receiver System Control: always reports core events
[ 4.148] (**) Option "Device" "/dev/input/event11"
[ 4.148] (**) Option "_source" "server/udev"
[ 4.149] (II) event11 - Compx 2.4G Receiver System Control: is tagged by udev as: Keyboard
[ 4.149] (II) event11 - Compx 2.4G Receiver System Control: device is a keyboard
[ 4.150] (II) event11 - Compx 2.4G Receiver System Control: device removed
[ 4.187] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input13/event11"
[ 4.187] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver System Control" (type: KEYBOARD, id 12)
[ 4.188] (II) event11 - Compx 2.4G Receiver System Control: is tagged by udev as: Keyboard
[ 4.188] (II) event11 - Compx 2.4G Receiver System Control: device is a keyboard
[ 4.189] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[ 4.189] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 4.189] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 4.189] (**) Integrated Camera: Integrated C: always reports core events
[ 4.189] (**) Option "Device" "/dev/input/event7"
[ 4.189] (**) Option "_source" "server/udev"
[ 4.189] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 4.189] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 4.190] (II) event7 - Integrated Camera: Integrated C: device removed
[ 4.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input9/event7"
[ 4.267] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 13)
[ 4.268] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 4.268] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 4.268] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 4.268] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4.268] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4.268] (**) AT Translated Set 2 keyboard: always reports core events
[ 4.268] (**) Option "Device" "/dev/input/event3"
[ 4.268] (**) Option "_source" "server/udev"
[ 4.269] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.269] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.270] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4.294] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 4.294] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 4.294] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.294] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.295] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[ 4.295] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 4.295] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 4.295] (**) ThinkPad Extra Buttons: always reports core events
[ 4.295] (**) Option "Device" "/dev/input/event4"
[ 4.295] (**) Option "_source" "server/udev"
[ 4.296] (II) event4 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 4.296] (II) event4 - ThinkPad Extra Buttons: device is a keyboard
[ 4.296] (II) event4 - ThinkPad Extra Buttons: device removed
[ 4.347] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[ 4.347] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 4.348] (II) event4 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 4.348] (II) event4 - ThinkPad Extra Buttons: device is a keyboard
[ 5.517] (**) Compx 2.4G Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 5.517] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Consumer Control'
[ 5.518] (**) Compx 2.4G Receiver Consumer Control: always reports core events
[ 5.518] (**) Option "Device" "/dev/input/event10"
[ 5.518] (**) Option "_source" "_driver/libinput"
[ 5.518] (II) libinput: Compx 2.4G Receiver Consumer Control: is a virtual subdevice
[ 5.518] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input12/event10"
[ 5.518] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Consumer Control" (type: KEYBOARD, id 16)
[ 5.519] (II) intel(0): EDID vendor "AUO", prod id 12605
[ 5.519] (II) intel(0): Printing DDC gathered Modelines:
[ 5.519] (II) intel(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 5.635] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[ 5.635] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 5.635] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5.635] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 5.636] (II) LoadModule: "modesetting"
[ 5.636] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5.636] (II) Module modesetting: vendor="X.Org Foundation"
[ 5.636] compiled for 1.20.9, module version = 1.20.9
[ 5.636] Module class: X.Org Video Driver
[ 5.636] ABI class: X.Org Video Driver, version 24.1
[ 5.636] (II) UnloadModule: "modesetting"
[ 5.636] (II) Unloading modesetting
[ 5.636] (II) Failed to load module "modesetting" (already loaded, 0)
[ 5.636] (II) modeset(G0): using drv /dev/dri/card0
[ 5.636] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 5.636] (==) modeset(G0): RGB weight 888
[ 5.636] (==) modeset(G0): Default visual is TrueColor
[ 5.636] (II) Loading sub module "glamoregl"
[ 5.636] (II) LoadModule: "glamoregl"
[ 5.637] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 5.637] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5.637] compiled for 1.20.9, module version = 1.0.1
[ 5.637] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.671] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[ 5.671] (II) modeset(G0): glamor initialized
[ 5.672] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 5.672] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 5.675] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 5.675] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 5.786] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 5.901] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.901] (**) modeset(G0): Display dimensions: (310, 170) mm
[ 5.901] (**) modeset(G0): DPI set to (83, 114)
[ 5.901] (II) Loading sub module "fb"
[ 5.901] (II) LoadModule: "fb"
[ 5.902] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5.902] (II) Module fb: vendor="X.Org Foundation"
[ 5.902] compiled for 1.20.9, module version = 1.0.0
[ 5.902] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.902] (EE) modeset(G0): drmSetMaster failed: Device or resource busy
[ 5.908] (II) UnloadModule: "modesetting"
[ 5.908] (II) UnloadSubModule: "fb"
[ 5.908] (II) Unloading fb
[ 5.908] (II) UnloadSubModule: "glamoregl"
[ 5.908] (II) Unloading glamoregl
[ 5.908] xf86: found device 0
[ 5.910] (II) config/udev: removing device Video Bus
[ 5.910] (II) event5 - Video Bus: device removed
[ 5.974] (II) UnloadModule: "libinput"
[ 5.974] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 5.974] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.974] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.974] (**) Video Bus: always reports core events
[ 5.974] (**) Option "Device" "/dev/input/event5"
[ 5.974] (**) Option "_source" "server/udev"
[ 5.976] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 5.976] (II) event5 - Video Bus: device is a keyboard
[ 5.977] (II) event5 - Video Bus: device removed
[ 6.035] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5"
[ 6.035] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6.036] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 6.036] (II) event5 - Video Bus: device is a keyboard
[ 6.037] (II) config/udev: removing device Integrated Camera: Integrated C
[ 6.037] (II) event7 - Integrated Camera: Integrated C: device removed
[ 6.080] (II) UnloadModule: "libinput"
[ 6.082] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[ 6.082] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 6.082] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 6.082] (**) Integrated Camera: Integrated C: always reports core events
[ 6.082] (**) Option "Device" "/dev/input/event7"
[ 6.082] (**) Option "_source" "server/udev"
[ 6.087] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 6.087] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 6.088] (II) event7 - Integrated Camera: Integrated C: device removed
[ 6.154] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input9/event7"
[ 6.154] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 13)
[ 6.155] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 6.155] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 6.156] (II) config/udev: removing device Compx 2.4G Receiver System Control
[ 6.156] (II) event11 - Compx 2.4G Receiver System Control: device removed
[ 6.187] (II) UnloadModule: "libinput"
[ 6.187] (II) config/udev: Adding input device Compx 2.4G Receiver System Control (/dev/input/event11)
[ 6.188] (**) Compx 2.4G Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 6.188] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver System Control'
[ 6.188] (**) Compx 2.4G Receiver System Control: always reports core events
[ 6.188] (**) Option "Device" "/dev/input/event11"
[ 6.188] (**) Option "_source" "server/udev"
[ 6.189] (II) event11 - Compx 2.4G Receiver System Control: is tagged by udev as: Keyboard
[ 6.190] (II) event11 - Compx 2.4G Receiver System Control: device is a keyboard
[ 6.190] (II) event11 - Compx 2.4G Receiver System Control: device removed
[ 6.214] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input13/event11"
[ 6.214] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver System Control" (type: KEYBOARD, id 12)
[ 6.216] (II) event11 - Compx 2.4G Receiver System Control: is tagged by udev as: Keyboard
[ 6.216] (II) event11 - Compx 2.4G Receiver System Control: device is a keyboard
[ 6.216] (II) config/udev: removing device Compx 2.4G Receiver Consumer Control
[ 6.216] (II) UnloadModule: "libinput"
[ 6.216] (II) config/udev: removing device Compx 2.4G Receiver Consumer Control
[ 6.216] (II) event10 - Compx 2.4G Receiver Consumer Control: device removed
[ 6.254] (II) UnloadModule: "libinput"
[ 6.255] (II) config/udev: Adding input device Compx 2.4G Receiver Consumer Control (/dev/input/event10)
[ 6.255] (**) Compx 2.4G Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 6.255] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Consumer Control'
[ 6.255] (**) Compx 2.4G Receiver Consumer Control: always reports core events
[ 6.255] (**) Option "Device" "/dev/input/event10"
[ 6.255] (**) Option "_source" "server/udev"
[ 6.256] (II) event10 - Compx 2.4G Receiver Consumer Control: is tagged by udev as: Keyboard
[ 6.256] (II) event10 - Compx 2.4G Receiver Consumer Control: device is a keyboard
[ 6.256] (II) event10 - Compx 2.4G Receiver Consumer Control: device removed
[ 6.294] (II) libinput: Compx 2.4G Receiver Consumer Control: needs a virtual subdevice
[ 6.294] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input12/event10"
[ 6.294] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Consumer Control" (type: MOUSE, id 11)
[ 6.294] (**) Option "AccelerationScheme" "none"
[ 6.294] (**) Compx 2.4G Receiver Consumer Control: (accel) selected scheme none/0
[ 6.294] (**) Compx 2.4G Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 6.294] (**) Compx 2.4G Receiver Consumer Control: (accel) acceleration threshold: 4
[ 6.296] (II) event10 - Compx 2.4G Receiver Consumer Control: is tagged by udev as: Keyboard
[ 6.296] (II) event10 - Compx 2.4G Receiver Consumer Control: device is a keyboard
[ 6.296] (**) Compx 2.4G Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 6.296] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Consumer Control'
[ 6.296] (**) Compx 2.4G Receiver Consumer Control: always reports core events
[ 6.296] (**) Option "Device" "/dev/input/event10"
[ 6.296] (**) Option "_source" "_driver/libinput"
[ 6.296] (II) libinput: Compx 2.4G Receiver Consumer Control: is a virtual subdevice
[ 6.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input12/event10"
[ 6.296] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Consumer Control" (type: KEYBOARD, id 16)
[ 6.297] (II) config/udev: removing device Compx 2.4G Receiver
[ 6.297] (II) event6 - Compx 2.4G Receiver: device removed
[ 6.320] (II) UnloadModule: "libinput"
[ 6.321] (II) config/udev: Adding input device Compx 2.4G Receiver (/dev/input/event6)
[ 6.321] (**) Compx 2.4G Receiver: Applying InputClass "libinput keyboard catchall"
[ 6.321] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver'
[ 6.321] (**) Compx 2.4G Receiver: always reports core events
[ 6.321] (**) Option "Device" "/dev/input/event6"
[ 6.321] (**) Option "_source" "server/udev"
[ 6.324] (II) event6 - Compx 2.4G Receiver: is tagged by udev as: Keyboard
[ 6.324] (II) event6 - Compx 2.4G Receiver: device is a keyboard
[ 6.325] (II) event6 - Compx 2.4G Receiver: device removed
[ 6.361] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:25A7:FA61.0001/input/input8/event6"
[ 6.361] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver" (type: KEYBOARD, id 9)
[ 6.366] (II) event6 - Compx 2.4G Receiver: is tagged by udev as: Keyboard
[ 6.366] (II) event6 - Compx 2.4G Receiver: device is a keyboard
[ 6.369] (II) config/udev: Adding input device Compx 2.4G Receiver (/dev/input/event9)
[ 6.369] (II) No input driver specified, ignoring this device.
[ 6.369] (II) This device may have been added with another device file.
[ 6.370] (II) config/udev: removing device Compx 2.4G Receiver Mouse
[ 6.370] (II) event8 - Compx 2.4G Receiver Mouse: device removed
[ 6.414] (II) UnloadModule: "libinput"
[ 6.416] (II) config/udev: Adding input device Compx 2.4G Receiver Mouse (/dev/input/event8)
[ 6.416] (**) Compx 2.4G Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 6.416] (II) Using input driver 'libinput' for 'Compx 2.4G Receiver Mouse'
[ 6.416] (**) Compx 2.4G Receiver Mouse: always reports core events
[ 6.416] (**) Option "Device" "/dev/input/event8"
[ 6.416] (**) Option "_source" "server/udev"
[ 6.421] (II) event8 - Compx 2.4G Receiver Mouse: is tagged by udev as: Mouse
[ 6.421] (II) event8 - Compx 2.4G Receiver Mouse: device is a pointer
[ 6.422] (II) event8 - Compx 2.4G Receiver Mouse: device removed
[ 6.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:25A7:FA61.0002/input/input10/event8"
[ 6.467] (II) XINPUT: Adding extended input device "Compx 2.4G Receiver Mouse" (type: MOUSE, id 10)
[ 6.468] (**) Option "AccelerationScheme" "none"
[ 6.468] (**) Compx 2.4G Receiver Mouse: (accel) selected scheme none/0
[ 6.468] (**) Compx 2.4G Receiver Mouse: (accel) acceleration factor: 2.000
[ 6.468] (**) Compx 2.4G Receiver Mouse: (accel) acceleration threshold: 4
[ 6.473] (II) event8 - Compx 2.4G Receiver Mouse: is tagged by udev as: Mouse
[ 6.473] (II) event8 - Compx 2.4G Receiver Mouse: device is a pointer
[ 6.474] (II) config/udev: Adding input device Compx 2.4G Receiver Mouse (/dev/input/mouse0)
[ 6.474] (II) No input driver specified, ignoring this device.
[ 6.474] (II) This device may have been added with another device file.
[ 6.474] (II) config/udev: Adding input device Synaptics TM3289-021 (/dev/input/mouse1)
[ 6.474] (**) Synaptics TM3289-021: Ignoring device from InputClass "touchpad ignore duplicates"
[ 6.474] (II) config/udev: Adding input device Synaptics TM3289-021 (/dev/input/event12)
[ 6.474] (**) Synaptics TM3289-021: Applying InputClass "libinput touchpad catchall"
[ 6.474] (**) Synaptics TM3289-021: Applying InputClass "touchpad catchall"
[ 6.474] (**) Synaptics TM3289-021: Applying InputClass "Default clickpad buttons"
[ 6.474] (II) LoadModule: "synaptics"
[ 6.474] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 6.475] (II) Module synaptics: vendor="X.Org Foundation"
[ 6.475] compiled for 1.20.8, module version = 1.9.1
[ 6.475] Module class: X.Org XInput Driver
[ 6.475] ABI class: X.Org XInput driver, version 24.1
[ 6.475] (II) Using input driver 'synaptics' for 'Synaptics TM3289-021'
[ 6.475] (**) Synaptics TM3289-021: always reports core events
[ 6.475] (**) Option "Device" "/dev/input/event12"
[ 6.531] (II) synaptics: Synaptics TM3289-021: found clickpad property
[ 6.531] (--) synaptics: Synaptics TM3289-021: x-axis range 0 - 1936 (res 20)
[ 6.531] (--) synaptics: Synaptics TM3289-021: y-axis range 0 - 1057 (res 20)
[ 6.531] (--) synaptics: Synaptics TM3289-021: pressure range 0 - 255
[ 6.531] (II) synaptics: Synaptics TM3289-021: device does not report finger width.
[ 6.531] (--) synaptics: Synaptics TM3289-021: buttons: left double triple
[ 6.531] (--) synaptics: Synaptics TM3289-021: Vendor 0x6cb Product 0
[ 6.531] (--) synaptics: Synaptics TM3289-021: invalid finger width range. defaulting to 0 - 15
[ 6.531] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 6.531] (--) synaptics: Synaptics TM3289-021: touchpad found
[ 6.531] (**) Synaptics TM3289-021: always reports core events
[ 6.574] (**) Option "config_info" "udev:/sys/devices/rmi4-00/input/input15/event12"
[ 6.574] (II) XINPUT: Adding extended input device "Synaptics TM3289-021" (type: TOUCHPAD, id 17)
[ 6.574] (**) synaptics: Synaptics TM3289-021: (accel) MinSpeed is now constant deceleration 2.5
[ 6.574] (**) synaptics: Synaptics TM3289-021: (accel) MaxSpeed is now 1.75
[ 6.574] (**) synaptics: Synaptics TM3289-021: (accel) AccelFactor is now 0.091
[ 6.574] (**) Synaptics TM3289-021: (accel) keeping acceleration scheme 1
[ 6.575] (**) Synaptics TM3289-021: (accel) acceleration profile 1
[ 6.575] (**) Synaptics TM3289-021: (accel) acceleration factor: 2.000
[ 6.575] (**) Synaptics TM3289-021: (accel) acceleration threshold: 4
[ 6.575] (--) synaptics: Synaptics TM3289-021: touchpad found
[ 6.576] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[ 6.576] (II) No input driver specified, ignoring this device.
[ 6.576] (II) This device may have been added with another device file.
[ 6.577] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event13)
[ 6.577] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 6.578] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 6.578] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 6.578] (**) Option "Device" "/dev/input/event13"
[ 6.578] (**) Option "_source" "server/udev"
[ 6.582] (II) event13 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 6.583] (II) event13 - TPPS/2 Elan TrackPoint: trackpoint multiplier is 0.40
[ 6.583] (II) event13 - TPPS/2 Elan TrackPoint: device is a pointer
[ 6.587] (II) event13 - TPPS/2 Elan TrackPoint: device removed
[ 6.641] (**) Option "config_info" "udev:/sys/devices/rmi4-00/rmi4-00.fn03/serio2/input/input16/event13"
[ 6.641] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 18)
[ 6.641] (**) Option "AccelerationScheme" "none"
[ 6.641] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 6.641] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 6.641] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 6.645] (II) event13 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 6.646] (II) event13 - TPPS/2 Elan TrackPoint: trackpoint multiplier is 0.40
[ 6.646] (II) event13 - TPPS/2 Elan TrackPoint: device is a pointer
[ 11.156] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 11.157] (II) No input driver specified, ignoring this device.
[ 11.157] (II) This device may have been added with another device file.
[ 11.157] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 11.158] (II) No input driver specified, ignoring this device.
[ 11.158] (II) This device may have been added with another device file.
[ 11.183] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 11.183] (II) No input driver specified, ignoring this device.
[ 11.183] (II) This device may have been added with another device file.
[ 11.186] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[ 11.186] (II) No input driver specified, ignoring this device.
[ 11.186] (II) This device may have been added with another device file.
[ 11.187] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 11.187] (II) No input driver specified, ignoring this device.
[ 11.187] (II) This device may have been added with another device file.
[ 11.188] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 11.188] (II) No input driver specified, ignoring this device.
[ 11.188] (II) This device may have been added with another device file.
[ 11.192] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[ 11.192] (II) No input driver specified, ignoring this device.
[ 11.192] (II) This device may have been added with another device file.
[ 11.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 11.225] (II) No input driver specified, ignoring this device.
[ 11.225] (II) This device may have been added with another device file.Why would my pc boot differently each time? On the first error there is no text, and then it says backtrace. This leads to a segmentation fault and ultamently aborts. I cant quite tell what the error here is.
Offline
For the X error please see https://bugs.archlinux.org/task/67831.
Online
I tried the solution here https://bbs.archlinux.org/viewtopic.php?id=208252, and also tried disabling lightdm.service as some other people said that might be the problem. Neither of these worked, and when I disabled light dm, it would boot up every time, but not register any changes (like typing) until I moved the mouse. I reenabled lightdm, as my computer was practically unusable when needing to move the mouse to register changes. For all the solutions I saw, however, there was a different series of errors before the segmentation fault.
Offline
I will look at https://bugs.archlinux.org/task/67831 right now.
Offline
Thanks for the help. This is the exact error I have.
Offline
Pages: 1