You are not logged in.
In KDE, the autorepeat delay and rate suddenly became excruciatingly slow. The problem is not present on a virtual terminal, so I don't think it can be a hardware issue. To the best of my recollection, I made no configuration changes which might have triggered the problem (though I've tried some things since.) The problem happens in all the applications I've tried in the GUI e.g. chromium, kile and konsole.
Other custom keyboard settings such as the use of capslock for compose seem unaffected: ŵŷ. I can even get € and it is as impossible to type sterling as it usually is. Pointers don't respond unusually slowly, either.
Altering the autorepeat settings in system settings has no apparent effect, though changes made there are reflected in xset's output.
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
XKB indicators:
00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 250 repeat rate: 100
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100I've been using the same systemwide X11 configuration for a while.
/etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
# hacked gan cfr
# ref.: man pages for xorg.conf.d xkeyboard-config (and some more, i think)
Section "InputClass"
Identifier "cfr evdev keyboard"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "AT Translated Set 2 keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbVariant" "euro"
Option "XkbOptions" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
Driver "evdev"
EndSectionThe other configuration files are for the monitor and libinput's handling of pointers.
/etc/X11/xinit/xinitrc.d/ contains 3 files
40-libcanberra-gtk-module.sh 41-cfr-gdk-dpi-tweaks.sh 50-systemd-user.sh None of these have anything to do with the keyboard. /etc/X11/xinit/xinitrc might be relevant, but obviously isn't used by KDE.
~/.config/kcminputrc (after changing the autorepeat stuff in system settings in the vain hope of affecting autorepeat):
[$Version]
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0,kcminputrc_repeat.upd:kcminputrc_migrate_key_repeat
[Keyboard]
KeyRepeat=repeat
NumLock=2
RepeatDelay=250
RepeatRate=100
[Mouse]
Acceleration=2
MouseButtonMapping=RightHanded
ReverseScrollPolarity=false
Threshold=4
X11LibInputXAccelProfileFlat=true
XLbInptLeftHanded=true
cursorTheme=Breeze_Snow
[Tmp]
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize~/.local/share/sddm/xorg-session.log has a bunch of complaints about $TERM and not much else.
Are customised settings for autorepeat just being ignored by KDE? I've had KDE keep overwriting my config for mouse etc. before - to the extent that I have a special script called kcminit-undo - but I've never had a problem with autorepeat and even when KDE overwrites settings, I can affect them temporarily. But nothing I do seems to affect the autorepeat delay/rate at all.
I don't know precisely when this issue began because I initially assumed my computer was running slow.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
xkbset qAnd just to be sure you're not running on wayland (rendering all X11/xkb values irrelevant):
echo $XDG_SESSION_TYPEOffline
xkbset q
Sorry, but where can I find xkbset? pkgfile can't find it and I can't find it in the wiki.
echo $XDG_SESSION_TYPE
x11CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
https://aur.archlinux.org/packages?O=0&K=xkbset - sorry, forgot that it's only in the AUR.
Offline
xkbset q:
Audible Bell = On
Repeat Keys = On
Repeat Delay = 250
Repeat Interval = 10
Per Key Repeat =
00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
Mouse-Keys = Off
Mouse-Keys Default Button = 1
Mouse-Keys Acceleration = On
Mouse-Keys Acceleration Delay = 160
Mouse-Keys Acceleration Interval = 40
Mouse-Keys Acceleration Time to Max = 30
Mouse-Keys Acceleration Max Speed = 30
Mouse-Keys Acceleration Curve = 500
Accessibility Features (AccessX) = Off
Sticky-Keys = Off
Two Keys Mask = On
Latch to Lock Mask = On
Slow-Keys = Off
Slow Keys Delay = 500
Bounce-Keys = Off
Debounce Delay = 500
AccessX Feedback = On
Use Fixed Pitch Bell = On
Beep when LED changes = Off
Beep on Controls on/off = On
Beep if Slow/Bounce-Keys about to be turned off = On
Beep on Slow-Key Press = On
Beep on Slow-Key Accept = On
Beep on Slow-Key Reject = Off
Beep on Slow-Key Release = Off
Beep on Bounce-Key Reject = On
Beep on Sticky-Key Actions = On
Keyboard Overlay 1 = Off
Keyboard Overlay 2 = Off
Groups Wrap Type = wrap
Groups Wrap Value = 1
Ignore Group Lock = On
Nullify Shift = Off
Nullify Caps-Lock = Off
Nullify Control = Off
Nullify Mod1 = Off
Nullify Mod2 = Off
Nullify Mod3 = Off
Nullify Mod4 = Off
Nullify Mod5 = Off
Ignore Lock of Shift = Off
Ignore Lock of Caps-Lock = Off
Ignore Lock of Control = Off
Ignore Lock of Mod1 = Off
Ignore Lock of Mod2 = Off
Ignore Lock of Mod3 = Off
Ignore Lock of Mod4 = Off
Ignore Lock of Mod5 = OffNote that I installed xkbset-git as the xkbset package is broken and I couldn't figure out how to fix it. (Just in case the version matters.)
Last edited by cfr (2022-08-15 23:38:15)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Just in case the version matters.
No, that's fine.
None of the a11y features is enabled, though ![]()
Does the slow autorepeat affect xev (ruling out some client lib)
xev -event keyboard | grep -E '(event|time)'The last libxkb update is a while ago, but xorg-server got updated ~1 month ago, does the local update date somewhat align with "suddenly"?
Offline
None of the a11y features is enabled, though
Sorry, but 'a11y'?
Does the slow autorepeat affect xev (ruling out some client lib)
xev -event keyboard | grep -E '(event|time)'
Here's the output:
KeyPress event, serial 25, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175833628, (40,37), root:(46,104),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175833730, (40,37), root:(46,104),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175834765, (40,37), root:(46,104),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175835663, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175835663, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175835673, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175835673, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836154, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836154, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836164, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836164, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836658, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836658, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175836706, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175838963, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175839050, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175842206, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175842308, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175844698, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175844808, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175849220, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175849722, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175849722, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850206, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850206, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850216, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850216, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850693, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175850693, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175851177, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175851177, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175851187, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175851187, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175851576, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175860195, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175860763, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175860763, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175861241, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175861241, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175861720, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175861720, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175862197, (42,39), root:(48,106),
KeyPress event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175862197, (42,39), root:(48,106),
KeyRelease event, serial 28, synthetic NO, window 0x4600001,
root 0x79b, subw 0x4600002, time 175862662, (42,39), root:(48,106),
KeymapNotify event, serial 28, synthetic NO, window 0x0,
ClientMessage event, serial 28, synthetic YES, window 0x4600001,What does 'time' mean here? The rate of autorepeat settings already have me confused between Hz for the VT and milliseconds or per/second in X.
The last libxkb update is a while ago, but xorg-server got updated ~1 month ago, does the local update date somewhat align with "suddenly"?
I'd guess it's closer to 1 week than 1 month, but this feels roughly right:
[2022-08-05T00:35:42+0100] [ALPM] upgraded xorg-server-common (21.1.3-7 -> 21.1.4-1)
[2022-08-05T00:35:42+0100] [ALPM] upgraded xorg-server (21.1.3-7 -> 21.1.4-1)[I should really re-enable reminders about updating at some point, but libxkb is definitely too long ago.]
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
"Accessibility" - because it's so many letters, it's shortened to a11y, https://en.wikipedia.org/wiki/A11y
What does 'time' mean here?
- ms, it's apparenly at 500
Since that smells very default and un-random, try to downgrade the xorg-server* packages.
And post your xorg logs, https://wiki.archlinux.org/title/Xorg#General
Offline
I realise it isn't just autorepeat. There's a delay even when a key isn't held down. It is just more noticeable in the repeat case.
These are X logs using the *current* packages i.e. I haven't downgraded anything yet.
/var/log/Xorg.0.log
[ 24.905] (--) Log file renamed from "/var/log/Xorg.pid-810.log" to "/var/log/Xorg.0.log"
[ 24.909]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 24.909] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 24.909] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 24.909]
[ 24.909] Current version of pixman: 0.40.0
[ 24.909] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.909] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.909] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 13 02:00:10 2022
[ 24.912] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 24.912] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.918] (==) No Layout section. Using the first Screen section.
[ 24.918] (==) No screen section available. Using defaults.
[ 24.918] (**) |-->Screen "Default Screen Section" (0)
[ 24.918] (**) | |-->Monitor "<default monitor>"
[ 24.918] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 24.918] (==) Automatically adding devices
[ 24.918] (==) Automatically enabling devices
[ 24.918] (==) Automatically adding GPU devices
[ 24.918] (==) Automatically binding GPU devices
[ 24.918] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 24.924] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 24.924] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 24.924] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 24.924] (II) Module ABI versions:
[ 24.924] X.Org ANSI C Emulation: 0.4
[ 24.924] X.Org Video Driver: 25.2
[ 24.924] X.Org XInput driver : 24.4
[ 24.924] X.Org Server Extension : 10.0
[ 24.925] (++) using VT number 1
[ 24.925] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 24.926] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 24.926] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 24.945] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 24.946] (II) Open ACPI successful (/var/run/acpid.socket)
[ 24.946] (II) LoadModule: "glx"
[ 24.953] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24.961] (II) Module glx: vendor="X.Org Foundation"
[ 24.961] compiled for 1.21.1.4, module version = 1.0.0
[ 24.961] ABI class: X.Org Server Extension, version 10.0
[ 24.961] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 24.961] loading driver: modesetting
[ 24.961] (==) Matched modesetting as autoconfigured driver 0
[ 24.961] (==) Matched intel as autoconfigured driver 1
[ 24.961] (==) Matched fbdev as autoconfigured driver 2
[ 24.961] (==) Matched vesa as autoconfigured driver 3
[ 24.961] (==) Assigned the driver to the xf86ConfigLayout
[ 24.961] (II) LoadModule: "modesetting"
[ 24.961] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 24.963] (II) Module modesetting: vendor="X.Org Foundation"
[ 24.963] compiled for 1.21.1.4, module version = 1.21.1
[ 24.963] Module class: X.Org Video Driver
[ 24.963] ABI class: X.Org Video Driver, version 25.2
[ 24.963] (II) LoadModule: "intel"
[ 24.964] (WW) Warning, couldn't open module intel
[ 24.964] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24.964] (II) LoadModule: "fbdev"
[ 24.964] (WW) Warning, couldn't open module fbdev
[ 24.964] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.964] (II) LoadModule: "vesa"
[ 24.964] (WW) Warning, couldn't open module vesa
[ 24.964] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.964] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24.975] (II) modeset(0): using drv /dev/dri/card0
[ 24.975] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 24.975] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 24.975] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 24.975] (==) modeset(0): RGB weight 888
[ 24.975] (==) modeset(0): Default visual is TrueColor
[ 24.975] (II) Loading sub module "glamoregl"
[ 24.975] (II) LoadModule: "glamoregl"
[ 24.975] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 24.982] (II) Module glamoregl: vendor="X.Org Foundation"
[ 24.982] compiled for 1.21.1.4, module version = 1.0.1
[ 24.982] ABI class: X.Org ANSI C Emulation, version 0.4
[ 25.365] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 25.365] (II) modeset(0): glamor initialized
[ 25.365] (==) modeset(0): VariableRefresh: disabled
[ 25.365] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 25.366] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 25.366] (II) modeset(0): Output DP-1 has no monitor section
[ 25.487] (II) modeset(0): Output HDMI-1 has no monitor section
[ 25.487] (II) modeset(0): Output DP-2 has no monitor section
[ 25.491] (II) modeset(0): Output HDMI-2 has no monitor section
[ 25.493] (II) modeset(0): EDID for output eDP-1
[ 25.493] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 25.493] (II) modeset(0): Year: 2015 Week: 52
[ 25.493] (II) modeset(0): EDID Version: 1.4
[ 25.493] (II) modeset(0): Digital Display Input
[ 25.493] (II) modeset(0): 8 bits per channel
[ 25.493] (II) modeset(0): Digital interface is DisplayPort
[ 25.493] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 25.493] (II) modeset(0): Gamma: 2.20
[ 25.493] (II) modeset(0): No DPMS capabilities specified
[ 25.493] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 25.493] (II) modeset(0): First detailed timing is preferred mode
[ 25.493] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 25.493] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 25.493] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 25.493] (II) modeset(0): Manufacturer's mask: 0
[ 25.493] (II) modeset(0): Supported detailed timing:
[ 25.493] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 25.493] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 25.493] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 25.493] (II) modeset(0): Unknown vendor-specific block f
[ 25.493] (II) modeset(0): AUO
[ 25.493] (II) modeset(0): B125HAN02.2
[ 25.493] (II) modeset(0): EDID (in hex):
[ 25.493] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 25.493] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 25.493] (II) modeset(0): 1d4e5300000001010101010101010101
[ 25.493] (II) modeset(0): 010101010101143780b8703824401010
[ 25.493] (II) modeset(0): 3e00149b100000180000000f00000000
[ 25.493] (II) modeset(0): 00000000000000000020000000fe0041
[ 25.493] (II) modeset(0): 554f0a202020202020202020000000fe
[ 25.493] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 25.494] (II) modeset(0): Printing probed modes for output eDP-1
[ 25.494] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 25.494] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 25.494] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 25.494] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 25.494] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 25.494] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 25.494] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 25.494] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 25.494] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 25.494] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 25.494] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 25.494] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 25.494] (II) modeset(0): EDID for output DP-1
[ 25.605] (II) modeset(0): EDID for output HDMI-1
[ 25.605] (II) modeset(0): EDID for output DP-2
[ 25.609] (II) modeset(0): EDID for output HDMI-2
[ 25.609] (II) modeset(0): Output eDP-1 connected
[ 25.609] (II) modeset(0): Output DP-1 disconnected
[ 25.609] (II) modeset(0): Output HDMI-1 disconnected
[ 25.609] (II) modeset(0): Output DP-2 disconnected
[ 25.609] (II) modeset(0): Output HDMI-2 disconnected
[ 25.609] (II) modeset(0): Using exact sizes for initial modes
[ 25.609] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 25.609] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 25.609] (==) modeset(0): DPI set to (96, 96)
[ 25.609] (II) Loading sub module "fb"
[ 25.609] (II) LoadModule: "fb"
[ 25.609] (II) Module "fb" already built-in
[ 25.645] (==) modeset(0): Backing store enabled
[ 25.645] (==) modeset(0): Silken mouse enabled
[ 25.725] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 25.725] (==) modeset(0): DPMS enabled
[ 25.725] (II) modeset(0): [DRI2] Setup complete
[ 25.725] (II) modeset(0): [DRI2] DRI driver: iris
[ 25.725] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 25.725] (II) Initializing extension Generic Event Extension
[ 25.725] (II) Initializing extension SHAPE
[ 25.726] (II) Initializing extension MIT-SHM
[ 25.726] (II) Initializing extension XInputExtension
[ 25.726] (II) Initializing extension XTEST
[ 25.727] (II) Initializing extension BIG-REQUESTS
[ 25.727] (II) Initializing extension SYNC
[ 25.727] (II) Initializing extension XKEYBOARD
[ 25.728] (II) Initializing extension XC-MISC
[ 25.728] (II) Initializing extension SECURITY
[ 25.728] (II) Initializing extension XFIXES
[ 25.728] (II) Initializing extension RENDER
[ 25.729] (II) Initializing extension RANDR
[ 25.729] (II) Initializing extension COMPOSITE
[ 25.730] (II) Initializing extension DAMAGE
[ 25.730] (II) Initializing extension MIT-SCREEN-SAVER
[ 25.730] (II) Initializing extension DOUBLE-BUFFER
[ 25.730] (II) Initializing extension RECORD
[ 25.731] (II) Initializing extension DPMS
[ 25.731] (II) Initializing extension Present
[ 25.731] (II) Initializing extension DRI3
[ 25.731] (II) Initializing extension X-Resource
[ 25.732] (II) Initializing extension XVideo
[ 25.732] (II) Initializing extension XVideo-MotionCompensation
[ 25.732] (II) Initializing extension GLX
[ 25.746] (II) AIGLX: Loaded and initialized iris
[ 25.746] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 25.746] (II) Initializing extension XFree86-VidModeExtension
[ 25.747] (II) Initializing extension XFree86-DGA
[ 25.747] (II) Initializing extension XFree86-DRI
[ 25.747] (II) Initializing extension DRI2
[ 25.748] (II) modeset(0): Damage tracking initialized
[ 25.748] (II) modeset(0): Setting screen physical size to 277 x 156
[ 25.959] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 25.959] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.959] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 25.959] (II) LoadModule: "libinput"
[ 25.959] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 25.964] (II) Module libinput: vendor="X.Org Foundation"
[ 25.964] compiled for 1.21.1.3, module version = 1.2.1
[ 25.964] Module class: X.Org XInput Driver
[ 25.964] ABI class: X.Org XInput driver, version 24.4
[ 25.964] (II) Using input driver 'libinput' for 'Power Button'
[ 25.964] (**) Power Button: always reports core events
[ 25.964] (**) Option "Device" "/dev/input/event2"
[ 25.979] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 25.979] (II) event2 - Power Button: device is a keyboard
[ 25.979] (II) event2 - Power Button: device removed
[ 26.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 26.007] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 26.008] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 26.008] (II) event2 - Power Button: device is a keyboard
[ 26.009] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 26.009] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 26.009] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 26.009] (II) Using input driver 'libinput' for 'Video Bus'
[ 26.009] (**) Video Bus: always reports core events
[ 26.009] (**) Option "Device" "/dev/input/event3"
[ 26.010] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 26.010] (II) event3 - Video Bus: device is a keyboard
[ 26.011] (II) event3 - Video Bus: device removed
[ 26.030] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 26.030] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 26.032] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 26.032] (II) event3 - Video Bus: device is a keyboard
[ 26.032] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 26.032] (II) No input driver specified, ignoring this device.
[ 26.032] (II) This device may have been added with another device file.
[ 26.033] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 26.033] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 26.033] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 26.033] (II) Using input driver 'libinput' for 'Sleep Button'
[ 26.033] (**) Sleep Button: always reports core events
[ 26.033] (**) Option "Device" "/dev/input/event0"
[ 26.034] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 26.035] (II) event0 - Sleep Button: device is a keyboard
[ 26.035] (II) event0 - Sleep Button: device removed
[ 26.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 26.054] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 26.055] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 26.055] (II) event0 - Sleep Button: device is a keyboard
[ 26.057] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[ 26.057] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 26.057] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 26.057] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 26.057] (**) Integrated Camera: Integrated C: always reports core events
[ 26.057] (**) Option "Device" "/dev/input/event17"
[ 26.059] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 26.059] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 26.059] (II) event17 - Integrated Camera: Integrated C: device removed
[ 26.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input19/event17"
[ 26.100] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[ 26.102] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 26.102] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 26.103] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[ 26.103] (II) No input driver specified, ignoring this device.
[ 26.103] (II) This device may have been added with another device file.
[ 26.103] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
[ 26.103] (II) No input driver specified, ignoring this device.
[ 26.103] (II) This device may have been added with another device file.
[ 26.104] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 26.104] (II) No input driver specified, ignoring this device.
[ 26.104] (II) This device may have been added with another device file.
[ 26.104] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[ 26.104] (II) No input driver specified, ignoring this device.
[ 26.104] (II) This device may have been added with another device file.
[ 26.105] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[ 26.105] (II) No input driver specified, ignoring this device.
[ 26.105] (II) This device may have been added with another device file.
[ 26.105] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[ 26.105] (II) No input driver specified, ignoring this device.
[ 26.105] (II) This device may have been added with another device file.
[ 26.106] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[ 26.106] (II) No input driver specified, ignoring this device.
[ 26.106] (II) This device may have been added with another device file.
[ 26.106] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[ 26.106] (II) No input driver specified, ignoring this device.
[ 26.106] (II) This device may have been added with another device file.
[ 26.107] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 26.107] (II) No input driver specified, ignoring this device.
[ 26.107] (II) This device may have been added with another device file.
[ 26.107] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 26.107] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 26.107] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 26.107] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 26.107] (II) LoadModule: "evdev"
[ 26.108] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.108] (II) Module evdev: vendor="X.Org Foundation"
[ 26.108] compiled for 1.21.1.1, module version = 2.10.6
[ 26.109] Module class: X.Org XInput Driver
[ 26.109] ABI class: X.Org XInput driver, version 24.4
[ 26.109] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 26.109] (**) AT Translated Set 2 keyboard: always reports core events
[ 26.109] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 26.109] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 26.109] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 26.109] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 26.109] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 26.109] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 26.109] (**) Option "xkb_rules" "evdev"
[ 26.109] (**) Option "xkb_model" "pc105+inet"
[ 26.109] (**) Option "xkb_layout" "us"
[ 26.109] (**) Option "xkb_variant" "euro"
[ 26.109] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 26.130] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 26.130] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 26.130] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 26.130] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 26.130] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 26.130] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 26.130] (**) Option "Device" "/dev/input/event16"
[ 26.131] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 26.133] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 26.133] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[ 26.167] (**) Option "Tapping" "1"
[ 26.167] (**) Option "TappingDragLock" "1"
[ 26.167] (**) Option "AccelSpeed" "1"
[ 26.167] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[ 26.167] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 26.169] (**) Option "AccelerationScheme" "none"
[ 26.169] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 26.169] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 26.169] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 26.169] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 26.171] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 26.171] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 26.171] (II) No input driver specified, ignoring this device.
[ 26.171] (II) This device may have been added with another device file.
[ 26.172] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[ 26.172] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 26.172] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 26.172] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 26.172] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 26.172] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 26.172] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 26.172] (**) Option "Device" "/dev/input/event18"
[ 26.173] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 26.173] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[ 26.174] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[ 26.203] (**) Option "AccelSpeed" "1"
[ 26.203] (**) Option "AccelProfile" "flat"
[ 26.204] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
[ 26.204] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[ 26.204] (**) Option "AccelerationScheme" "none"
[ 26.204] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 26.204] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 26.204] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 26.205] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 26.205] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[ 26.206] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 26.206] (II) No input driver specified, ignoring this device.
[ 26.206] (II) This device may have been added with another device file.
[ 26.206] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 26.207] (II) No input driver specified, ignoring this device.
[ 26.207] (II) This device may have been added with another device file.
[ 26.209] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[ 26.209] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 26.209] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 26.209] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 26.209] (**) ThinkPad Extra Buttons: always reports core events
[ 26.209] (**) Option "Device" "/dev/input/event5"
[ 26.210] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 26.210] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 26.210] (II) event5 - ThinkPad Extra Buttons: device removed
[ 26.230] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[ 26.230] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[ 26.231] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 26.231] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 26.308] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 26.308] (II) No input driver specified, ignoring this device.
[ 26.308] (II) This device may have been added with another device file.
[ 26.308] (II) config/udev: removing device Integrated Camera: Integrated C
[ 26.308] (II) event17 - Integrated Camera: Integrated C: device removed
[ 26.340] (II) UnloadModule: "libinput"
[ 26.341] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[ 26.341] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 26.341] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 26.341] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 26.341] (**) Integrated Camera: Integrated C: always reports core events
[ 26.341] (**) Option "Device" "/dev/input/event17"
[ 26.342] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 26.342] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 26.342] (II) event17 - Integrated Camera: Integrated C: device removed
[ 26.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input19/event17"
[ 26.374] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[ 26.375] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 26.375] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 26.375] (II) config/udev: removing device TPPS/2 IBM TrackPoint
[ 26.375] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[ 26.407] (II) UnloadModule: "libinput"
[ 26.407] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[ 26.407] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 26.407] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 26.407] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 26.407] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 26.407] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 26.407] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 26.407] (**) Option "Device" "/dev/input/event18"
[ 26.408] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 26.409] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[ 26.409] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[ 26.437] (**) Option "AccelSpeed" "1"
[ 26.437] (**) Option "AccelProfile" "flat"
[ 26.437] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
[ 26.437] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[ 26.437] (**) Option "AccelerationScheme" "none"
[ 26.437] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 26.437] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 26.437] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 26.438] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 26.438] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[ 37.927] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 37.927] (II) modeset(0): Printing DDC gathered Modelines:
[ 37.927] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 40.749] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 40.749] (II) modeset(0): Printing DDC gathered Modelines:
[ 40.749] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 67.329] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[ 67.329] (II) No input driver specified, ignoring this device.
[ 67.329] (II) This device may have been added with another device file.
[ 67.392] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event19)
[ 67.392] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 67.392] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 67.392] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 67.392] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 67.392] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 67.392] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 67.392] (**) Option "Device" "/dev/input/event19"
[ 67.452] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 67.452] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 67.452] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 67.452] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[ 67.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input20/event19"
[ 67.467] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 14)
[ 67.468] (**) Option "AccelerationScheme" "none"
[ 67.469] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 67.469] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 67.469] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 67.471] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 67.471] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 67.471] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 5991.433] (EE) event16 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 6467.720] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[ 6467.743] (II) config/udev: removing device Logitech USB-PS/2 Optical Mouse
[ 6467.748] (II) UnloadModule: "libinput"
[ 6470.855] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[ 6470.856] (II) No input driver specified, ignoring this device.
[ 6470.856] (II) This device may have been added with another device file.
[ 6470.954] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event19)
[ 6470.954] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 6470.954] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 6470.954] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 6470.954] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 6470.954] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 6470.954] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 6470.954] (**) Option "Device" "/dev/input/event19"
[ 6470.997] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 6470.997] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 6470.997] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 6470.998] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[ 6471.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0002/input/input21/event19"
[ 6471.060] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 14)
[ 6471.062] (**) Option "AccelerationScheme" "none"
[ 6471.064] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 6471.064] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 6471.064] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 6471.120] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 6471.120] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 6471.121] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 49855.512] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[ 49857.268] (II) config/udev: removing device Logitech USB-PS/2 Optical Mouse
[ 49857.272] (II) UnloadModule: "libinput"
[ 49857.834] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[ 49857.834] (II) No input driver specified, ignoring this device.
[ 49857.834] (II) This device may have been added with another device file.
[ 49857.953] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event19)
[ 49857.953] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 49857.953] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 49857.953] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 49857.953] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 49857.953] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 49857.953] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 49857.953] (**) Option "Device" "/dev/input/event19"
[ 49857.954] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 49857.954] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 49857.954] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 49857.955] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[ 49857.992] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0003/input/input22/event19"
[ 49857.992] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 14)
[ 49857.993] (**) Option "AccelerationScheme" "none"
[ 49857.994] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 49857.994] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 49857.994] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 49858.052] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 49858.053] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 49858.053] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 70142.931] (EE) event16 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 72948.639] (EE) event16 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 73385.699] (EE) event16 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 73627.098] (EE) event16 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 73627.098] (EE) event16 - SynPS/2 Synaptics TouchPad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[103106.730] (II) event19 - Logitech USB-PS/2 Optical Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.21.0/button-debouncing.html for details
[112228.776] (II) event2 - Power Button: device removed
[112228.797] (II) event3 - Video Bus: device removed
[112228.828] (II) event0 - Sleep Button: device removed
[112228.891] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[112228.925] (II) event5 - ThinkPad Extra Buttons: device removed
[112228.950] (II) event17 - Integrated Camera: Integrated C: device removed
[112228.984] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[112229.017] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[112229.064] (II) AIGLX: Suspending AIGLX clients for VT switch
[112236.658] (II) Open ACPI successful (/var/run/acpid.socket)
[112236.658] (II) AIGLX: Resuming AIGLX clients after VT switch
[112236.800] (II) modeset(0): EDID vendor "AUO", prod id 8813
[112236.800] (II) modeset(0): Printing DDC gathered Modelines:
[112236.800] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[112237.014] (II) modeset(0): EDID vendor "AUO", prod id 8813
[112237.014] (II) modeset(0): Printing DDC gathered Modelines:
[112237.014] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[112237.166] (II) event2 - Power Button: is tagged by udev as: Keyboard
[112237.166] (II) event2 - Power Button: device is a keyboard
[112237.171] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[112237.171] (II) event3 - Video Bus: device is a keyboard
[112237.175] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[112237.175] (II) event0 - Sleep Button: device is a keyboard
[112237.181] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[112237.184] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[112237.189] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[112237.189] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[112237.194] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[112237.195] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[112237.199] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[112237.200] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[112237.262] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[112237.262] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[112237.262] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[124523.740] (II) event2 - Power Button: device removed
[124523.769] (II) event3 - Video Bus: device removed
[124523.786] (II) event0 - Sleep Button: device removed
[124523.819] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[124523.853] (II) event5 - ThinkPad Extra Buttons: device removed
[124523.869] (II) event17 - Integrated Camera: Integrated C: device removed
[124523.903] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[124523.946] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[124523.990] (II) AIGLX: Suspending AIGLX clients for VT switch
[124535.213] (II) Open ACPI successful (/var/run/acpid.socket)
[124535.213] (II) AIGLX: Resuming AIGLX clients after VT switch
[124535.363] (II) modeset(0): EDID vendor "AUO", prod id 8813
[124535.363] (II) modeset(0): Printing DDC gathered Modelines:
[124535.363] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[124535.579] (II) modeset(0): EDID vendor "AUO", prod id 8813
[124535.579] (II) modeset(0): Printing DDC gathered Modelines:
[124535.579] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[124535.731] (II) event2 - Power Button: is tagged by udev as: Keyboard
[124535.731] (II) event2 - Power Button: device is a keyboard
[124535.735] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[124535.735] (II) event3 - Video Bus: device is a keyboard
[124535.738] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[124535.738] (II) event0 - Sleep Button: device is a keyboard
[124535.742] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[124535.746] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[124535.751] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[124535.751] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[124535.755] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[124535.756] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[124535.760] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[124535.761] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[124535.824] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[124535.824] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[124535.824] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[127582.799] (II) event2 - Power Button: device removed
[127582.822] (II) event3 - Video Bus: device removed
[127582.856] (II) event0 - Sleep Button: device removed
[127582.888] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[127582.923] (II) event5 - ThinkPad Extra Buttons: device removed
[127582.939] (II) event17 - Integrated Camera: Integrated C: device removed
[127582.972] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[127583.006] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[127583.039] (II) AIGLX: Suspending AIGLX clients for VT switch
[127589.127] (II) Open ACPI successful (/var/run/acpid.socket)
[127589.127] (II) AIGLX: Resuming AIGLX clients after VT switch
[127589.279] (II) modeset(0): EDID vendor "AUO", prod id 8813
[127589.279] (II) modeset(0): Printing DDC gathered Modelines:
[127589.279] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[127589.495] (II) modeset(0): EDID vendor "AUO", prod id 8813
[127589.495] (II) modeset(0): Printing DDC gathered Modelines:
[127589.495] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[127589.647] (II) event2 - Power Button: is tagged by udev as: Keyboard
[127589.647] (II) event2 - Power Button: device is a keyboard
[127589.651] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[127589.651] (II) event3 - Video Bus: device is a keyboard
[127589.654] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[127589.655] (II) event0 - Sleep Button: device is a keyboard
[127589.659] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[127589.663] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[127589.668] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[127589.668] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[127589.673] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[127589.673] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[127589.678] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[127589.679] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[127589.740] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[127589.741] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[127589.741] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer/var/log/Xorg.0.log.old
[279678.792] (--) Log file renamed from "/var/log/Xorg.pid-40760.log" to "/var/log/Xorg.0.log"
[279678.793]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[279678.793] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[279678.793] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[279678.793]
[279678.793] Current version of pixman: 0.40.0
[279678.793] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[279678.793] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[279678.794] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 12 23:40:57 2022
[279678.795] (==) Using config directory: "/etc/X11/xorg.conf.d"
[279678.795] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[279678.796] (==) No Layout section. Using the first Screen section.
[279678.796] (==) No screen section available. Using defaults.
[279678.796] (**) |-->Screen "Default Screen Section" (0)
[279678.796] (**) | |-->Monitor "<default monitor>"
[279678.797] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[279678.797] (==) Automatically adding devices
[279678.797] (==) Automatically enabling devices
[279678.797] (==) Automatically adding GPU devices
[279678.797] (==) Automatically binding GPU devices
[279678.797] (==) Max clients allowed: 256, resource mask: 0x1fffff
[279678.797] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[279678.797] (==) ModulePath set to "/usr/lib/xorg/modules"
[279678.797] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[279678.797] (II) Module ABI versions:
[279678.797] X.Org ANSI C Emulation: 0.4
[279678.797] X.Org Video Driver: 25.2
[279678.797] X.Org XInput driver : 24.4
[279678.797] X.Org Server Extension : 10.0
[279678.798] (++) using VT number 1
[279678.798] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[279678.800] (II) xfree86: Adding drm device (/dev/dri/card0)
[279678.800] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[279678.810] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[279678.810] (II) Open ACPI successful (/var/run/acpid.socket)
[279678.810] (II) LoadModule: "glx"
[279678.811] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[279678.813] (II) Module glx: vendor="X.Org Foundation"
[279678.813] compiled for 1.21.1.4, module version = 1.0.0
[279678.813] ABI class: X.Org Server Extension, version 10.0
[279678.813] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[279678.813] loading driver: modesetting
[279678.813] (==) Matched modesetting as autoconfigured driver 0
[279678.813] (==) Matched intel as autoconfigured driver 1
[279678.813] (==) Matched fbdev as autoconfigured driver 2
[279678.813] (==) Matched vesa as autoconfigured driver 3
[279678.813] (==) Assigned the driver to the xf86ConfigLayout
[279678.813] (II) LoadModule: "modesetting"
[279678.814] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[279678.814] (II) Module modesetting: vendor="X.Org Foundation"
[279678.814] compiled for 1.21.1.4, module version = 1.21.1
[279678.814] Module class: X.Org Video Driver
[279678.814] ABI class: X.Org Video Driver, version 25.2
[279678.814] (II) LoadModule: "intel"
[279678.815] (WW) Warning, couldn't open module intel
[279678.815] (EE) Failed to load module "intel" (module does not exist, 0)
[279678.815] (II) LoadModule: "fbdev"
[279678.815] (WW) Warning, couldn't open module fbdev
[279678.815] (EE) Failed to load module "fbdev" (module does not exist, 0)
[279678.815] (II) LoadModule: "vesa"
[279678.815] (WW) Warning, couldn't open module vesa
[279678.815] (EE) Failed to load module "vesa" (module does not exist, 0)
[279678.815] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[279678.824] (II) modeset(0): using drv /dev/dri/card0
[279678.824] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[279678.824] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[279678.824] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[279678.824] (==) modeset(0): RGB weight 888
[279678.824] (==) modeset(0): Default visual is TrueColor
[279678.824] (II) Loading sub module "glamoregl"
[279678.824] (II) LoadModule: "glamoregl"
[279678.824] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[279678.830] (II) Module glamoregl: vendor="X.Org Foundation"
[279678.830] compiled for 1.21.1.4, module version = 1.0.1
[279678.830] ABI class: X.Org ANSI C Emulation, version 0.4
[279678.898] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[279678.898] (II) modeset(0): glamor initialized
[279678.898] (==) modeset(0): VariableRefresh: disabled
[279678.898] (==) modeset(0): AsyncFlipSecondaries: disabled
[279678.900] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[279678.900] (II) modeset(0): Output DP-1 has no monitor section
[279679.016] (II) modeset(0): Output HDMI-1 has no monitor section
[279679.016] (II) modeset(0): Output DP-2 has no monitor section
[279679.022] (II) modeset(0): Output HDMI-2 has no monitor section
[279679.024] (II) modeset(0): EDID for output eDP-1
[279679.024] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[279679.024] (II) modeset(0): Year: 2015 Week: 52
[279679.024] (II) modeset(0): EDID Version: 1.4
[279679.024] (II) modeset(0): Digital Display Input
[279679.024] (II) modeset(0): 8 bits per channel
[279679.024] (II) modeset(0): Digital interface is DisplayPort
[279679.024] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[279679.024] (II) modeset(0): Gamma: 2.20
[279679.024] (II) modeset(0): No DPMS capabilities specified
[279679.024] (II) modeset(0): Supported color encodings: RGB 4:4:4
[279679.024] (II) modeset(0): First detailed timing is preferred mode
[279679.024] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[279679.024] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[279679.024] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[279679.024] (II) modeset(0): Manufacturer's mask: 0
[279679.024] (II) modeset(0): Supported detailed timing:
[279679.024] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[279679.024] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[279679.024] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[279679.024] (II) modeset(0): Unknown vendor-specific block f
[279679.024] (II) modeset(0): AUO
[279679.024] (II) modeset(0): B125HAN02.2
[279679.024] (II) modeset(0): EDID (in hex):
[279679.024] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[279679.024] (II) modeset(0): 34190104a51c1078026ba79659579527
[279679.024] (II) modeset(0): 1d4e5300000001010101010101010101
[279679.024] (II) modeset(0): 010101010101143780b8703824401010
[279679.024] (II) modeset(0): 3e00149b100000180000000f00000000
[279679.024] (II) modeset(0): 00000000000000000020000000fe0041
[279679.024] (II) modeset(0): 554f0a202020202020202020000000fe
[279679.024] (II) modeset(0): 004231323548414e30322e32200a00a8
[279679.024] (II) modeset(0): Printing probed modes for output eDP-1
[279679.024] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[279679.024] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[279679.024] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[279679.024] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[279679.024] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[279679.024] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[279679.024] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[279679.024] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[279679.024] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[279679.024] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[279679.024] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[279679.024] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[279679.024] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[279679.024] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[279679.024] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[279679.025] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[279679.025] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[279679.025] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[279679.025] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[279679.025] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[279679.025] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[279679.025] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[279679.025] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[279679.025] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[279679.025] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[279679.025] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[279679.025] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[279679.025] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[279679.025] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[279679.025] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[279679.025] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[279679.025] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[279679.025] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[279679.025] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[279679.025] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[279679.025] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[279679.025] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[279679.025] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[279679.025] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[279679.025] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[279679.025] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[279679.025] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[279679.025] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[279679.025] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[279679.025] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[279679.025] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[279679.025] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[279679.025] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[279679.025] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[279679.025] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[279679.025] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[279679.025] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[279679.025] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[279679.025] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[279679.025] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[279679.025] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[279679.025] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[279679.025] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[279679.025] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[279679.025] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[279679.025] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[279679.025] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[279679.025] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[279679.025] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[279679.025] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[279679.025] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[279679.025] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[279679.025] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[279679.025] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[279679.025] (II) modeset(0): EDID for output DP-1
[279679.142] (II) modeset(0): EDID for output HDMI-1
[279679.142] (II) modeset(0): EDID for output DP-2
[279679.148] (II) modeset(0): EDID for output HDMI-2
[279679.148] (II) modeset(0): Output eDP-1 connected
[279679.148] (II) modeset(0): Output DP-1 disconnected
[279679.148] (II) modeset(0): Output HDMI-1 disconnected
[279679.148] (II) modeset(0): Output DP-2 disconnected
[279679.148] (II) modeset(0): Output HDMI-2 disconnected
[279679.148] (II) modeset(0): Using exact sizes for initial modes
[279679.148] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[279679.148] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[279679.148] (==) modeset(0): DPI set to (96, 96)
[279679.148] (II) Loading sub module "fb"
[279679.148] (II) LoadModule: "fb"
[279679.148] (II) Module "fb" already built-in
[279679.263] (==) modeset(0): Backing store enabled
[279679.263] (==) modeset(0): Silken mouse enabled
[279679.341] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[279679.341] (==) modeset(0): DPMS enabled
[279679.342] (II) modeset(0): [DRI2] Setup complete
[279679.342] (II) modeset(0): [DRI2] DRI driver: iris
[279679.342] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[279679.342] (II) Initializing extension Generic Event Extension
[279679.342] (II) Initializing extension SHAPE
[279679.342] (II) Initializing extension MIT-SHM
[279679.342] (II) Initializing extension XInputExtension
[279679.342] (II) Initializing extension XTEST
[279679.343] (II) Initializing extension BIG-REQUESTS
[279679.343] (II) Initializing extension SYNC
[279679.343] (II) Initializing extension XKEYBOARD
[279679.343] (II) Initializing extension XC-MISC
[279679.343] (II) Initializing extension SECURITY
[279679.343] (II) Initializing extension XFIXES
[279679.343] (II) Initializing extension RENDER
[279679.344] (II) Initializing extension RANDR
[279679.344] (II) Initializing extension COMPOSITE
[279679.344] (II) Initializing extension DAMAGE
[279679.344] (II) Initializing extension MIT-SCREEN-SAVER
[279679.344] (II) Initializing extension DOUBLE-BUFFER
[279679.344] (II) Initializing extension RECORD
[279679.345] (II) Initializing extension DPMS
[279679.345] (II) Initializing extension Present
[279679.345] (II) Initializing extension DRI3
[279679.345] (II) Initializing extension X-Resource
[279679.345] (II) Initializing extension XVideo
[279679.345] (II) Initializing extension XVideo-MotionCompensation
[279679.345] (II) Initializing extension GLX
[279679.355] (II) AIGLX: Loaded and initialized iris
[279679.355] (II) GLX: Initialized DRI2 GL provider for screen 0
[279679.355] (II) Initializing extension XFree86-VidModeExtension
[279679.355] (II) Initializing extension XFree86-DGA
[279679.355] (II) Initializing extension XFree86-DRI
[279679.355] (II) Initializing extension DRI2
[279679.356] (II) modeset(0): Damage tracking initialized
[279679.356] (II) modeset(0): Setting screen physical size to 277 x 156
[279679.506] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[279679.506] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[279679.507] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[279679.507] (II) LoadModule: "libinput"
[279679.507] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[279679.511] (II) Module libinput: vendor="X.Org Foundation"
[279679.511] compiled for 1.21.1.3, module version = 1.2.1
[279679.511] Module class: X.Org XInput Driver
[279679.511] ABI class: X.Org XInput driver, version 24.4
[279679.511] (II) Using input driver 'libinput' for 'Power Button'
[279679.511] (**) Power Button: always reports core events
[279679.511] (**) Option "Device" "/dev/input/event2"
[279679.522] (II) event2 - Power Button: is tagged by udev as: Keyboard
[279679.522] (II) event2 - Power Button: device is a keyboard
[279679.522] (II) event2 - Power Button: device removed
[279679.539] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[279679.539] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[279679.541] (II) event2 - Power Button: is tagged by udev as: Keyboard
[279679.541] (II) event2 - Power Button: device is a keyboard
[279679.542] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[279679.542] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[279679.542] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[279679.542] (II) Using input driver 'libinput' for 'Video Bus'
[279679.542] (**) Video Bus: always reports core events
[279679.542] (**) Option "Device" "/dev/input/event3"
[279679.544] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[279679.544] (II) event3 - Video Bus: device is a keyboard
[279679.544] (II) event3 - Video Bus: device removed
[279679.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[279679.582] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[279679.584] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[279679.585] (II) event3 - Video Bus: device is a keyboard
[279679.586] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[279679.586] (II) No input driver specified, ignoring this device.
[279679.586] (II) This device may have been added with another device file.
[279679.587] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[279679.587] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[279679.587] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[279679.587] (II) Using input driver 'libinput' for 'Sleep Button'
[279679.587] (**) Sleep Button: always reports core events
[279679.587] (**) Option "Device" "/dev/input/event0"
[279679.589] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[279679.589] (II) event0 - Sleep Button: device is a keyboard
[279679.589] (II) event0 - Sleep Button: device removed
[279679.609] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[279679.609] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[279679.611] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[279679.611] (II) event0 - Sleep Button: device is a keyboard
[279679.614] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event19)
[279679.614] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[279679.614] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[279679.614] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[279679.614] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[279679.614] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[279679.614] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[279679.614] (**) Option "Device" "/dev/input/event19"
[279679.671] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[279679.672] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[279679.672] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[279679.672] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[279679.715] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0002/input/input21/event19"
[279679.716] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[279679.716] (**) Option "AccelerationScheme" "none"
[279679.716] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[279679.716] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[279679.716] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[279679.775] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[279679.775] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[279679.775] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[279679.777] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[279679.777] (II) No input driver specified, ignoring this device.
[279679.777] (II) This device may have been added with another device file.
[279679.778] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[279679.778] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[279679.778] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[279679.778] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[279679.778] (**) Integrated Camera: Integrated C: always reports core events
[279679.778] (**) Option "Device" "/dev/input/event17"
[279679.781] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[279679.781] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[279679.781] (II) event17 - Integrated Camera: Integrated C: device removed
[279679.815] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input19/event17"
[279679.816] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[279679.818] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[279679.818] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[279679.820] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[279679.820] (II) No input driver specified, ignoring this device.
[279679.820] (II) This device may have been added with another device file.
[279679.820] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
[279679.820] (II) No input driver specified, ignoring this device.
[279679.820] (II) This device may have been added with another device file.
[279679.821] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[279679.821] (II) No input driver specified, ignoring this device.
[279679.821] (II) This device may have been added with another device file.
[279679.822] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[279679.822] (II) No input driver specified, ignoring this device.
[279679.822] (II) This device may have been added with another device file.
[279679.823] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[279679.823] (II) No input driver specified, ignoring this device.
[279679.823] (II) This device may have been added with another device file.
[279679.824] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[279679.824] (II) No input driver specified, ignoring this device.
[279679.824] (II) This device may have been added with another device file.
[279679.824] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[279679.824] (II) No input driver specified, ignoring this device.
[279679.824] (II) This device may have been added with another device file.
[279679.825] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[279679.825] (II) No input driver specified, ignoring this device.
[279679.825] (II) This device may have been added with another device file.
[279679.826] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[279679.826] (II) No input driver specified, ignoring this device.
[279679.826] (II) This device may have been added with another device file.
[279679.827] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[279679.827] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[279679.827] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[279679.827] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[279679.827] (II) LoadModule: "evdev"
[279679.827] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[279679.828] (II) Module evdev: vendor="X.Org Foundation"
[279679.828] compiled for 1.21.1.1, module version = 2.10.6
[279679.828] Module class: X.Org XInput Driver
[279679.828] ABI class: X.Org XInput driver, version 24.4
[279679.828] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[279679.828] (**) AT Translated Set 2 keyboard: always reports core events
[279679.828] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[279679.828] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[279679.828] (--) evdev: AT Translated Set 2 keyboard: Found keys
[279679.828] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[279679.828] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[279679.828] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[279679.828] (**) Option "xkb_rules" "evdev"
[279679.828] (**) Option "xkb_model" "pc105+inet"
[279679.828] (**) Option "xkb_layout" "us"
[279679.828] (**) Option "xkb_variant" "euro"
[279679.828] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[279679.864] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[279679.864] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[279679.864] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[279679.864] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[279679.864] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[279679.864] (**) SynPS/2 Synaptics TouchPad: always reports core events
[279679.864] (**) Option "Device" "/dev/input/event16"
[279679.866] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[279679.869] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[279679.869] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[279679.905] (**) Option "Tapping" "1"
[279679.906] (**) Option "TappingDragLock" "1"
[279679.906] (**) Option "AccelSpeed" "1"
[279679.906] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[279679.906] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[279679.909] (**) Option "AccelerationScheme" "none"
[279679.909] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[279679.909] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[279679.909] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[279679.911] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[279679.914] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[279679.915] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[279679.915] (II) No input driver specified, ignoring this device.
[279679.915] (II) This device may have been added with another device file.
[279679.917] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[279679.917] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[279679.917] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[279679.917] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[279679.917] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[279679.917] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[279679.917] (**) TPPS/2 IBM TrackPoint: always reports core events
[279679.917] (**) Option "Device" "/dev/input/event18"
[279679.919] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[279679.919] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[279679.921] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[279679.959] (**) Option "AccelSpeed" "1"
[279679.959] (**) Option "AccelProfile" "flat"
[279679.959] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
[279679.959] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[279679.959] (**) Option "AccelerationScheme" "none"
[279679.959] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[279679.959] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[279679.959] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[279679.961] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[279679.962] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[279679.965] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[279679.965] (II) No input driver specified, ignoring this device.
[279679.965] (II) This device may have been added with another device file.
[279679.966] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[279679.966] (II) No input driver specified, ignoring this device.
[279679.966] (II) This device may have been added with another device file.
[279679.971] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[279679.971] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[279679.971] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[279679.972] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[279679.972] (**) ThinkPad Extra Buttons: always reports core events
[279679.972] (**) Option "Device" "/dev/input/event5"
[279679.973] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[279679.973] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[279679.974] (II) event5 - ThinkPad Extra Buttons: device removed
[279679.996] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[279679.996] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[279679.998] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[279679.998] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[279680.108] (II) event2 - Power Button: device removed
[279680.126] (II) event3 - Video Bus: device removed
[279680.162] (II) event0 - Sleep Button: device removed
[279680.179] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[279680.212] (II) event17 - Integrated Camera: Integrated C: device removed
[279680.272] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[279680.312] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[279680.346] (II) event5 - ThinkPad Extra Buttons: device removed
[279680.385] (II) UnloadModule: "libinput"
[279680.385] (II) UnloadModule: "libinput"
[279680.385] (II) UnloadModule: "libinput"
[279680.386] (II) evdev: AT Translated Set 2 keyboard: Close
[279680.386] (II) UnloadModule: "evdev"
[279680.386] (II) UnloadModule: "libinput"
[279680.386] (II) UnloadModule: "libinput"
[279680.386] (II) UnloadModule: "libinput"
[279680.386] (II) UnloadModule: "libinput"
[279680.386] (II) UnloadModule: "libinput"
[279680.456] (II) Server terminated successfully (0). Closing log file.CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Since that smells very default and un-random, try to downgrade the xorg-server* packages.
And my keyboard responds without making me navigate the automated phone system and answer a customer feedback survey first!
I tried looking for similar bugs in the upstream tracker and just searching the web, but the only vaguely relevant thing I found concerned 1.21 restoring autorepeat functionality after years and years. Nothing about 1.21.1.4 destroying it.
cat /var/log/Xorg.0.log.old /var/log/Xorg.0.log
[209080.237] (--) Log file renamed from "/var/log/Xorg.pid-31667.log" to "/var/log/Xorg.0.log"
[209080.237]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[209080.237] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[209080.237] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[209080.237]
[209080.237] Current version of pixman: 0.40.0
[209080.237] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[209080.237] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[209080.238] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 16 21:54:43 2022
[209080.238] (==) Using config directory: "/etc/X11/xorg.conf.d"
[209080.238] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[209080.239] (==) No Layout section. Using the first Screen section.
[209080.239] (==) No screen section available. Using defaults.
[209080.239] (**) |-->Screen "Default Screen Section" (0)
[209080.239] (**) | |-->Monitor "<default monitor>"
[209080.239] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[209080.239] (==) Automatically adding devices
[209080.239] (==) Automatically enabling devices
[209080.239] (==) Automatically adding GPU devices
[209080.239] (==) Automatically binding GPU devices
[209080.239] (==) Max clients allowed: 256, resource mask: 0x1fffff
[209080.240] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[209080.240] (==) ModulePath set to "/usr/lib/xorg/modules"
[209080.240] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[209080.240] (II) Module ABI versions:
[209080.240] X.Org ANSI C Emulation: 0.4
[209080.240] X.Org Video Driver: 25.2
[209080.240] X.Org XInput driver : 24.4
[209080.240] X.Org Server Extension : 10.0
[209080.244] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.NoReply (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
[209080.244] (++) using VT number 7
[209080.244] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[209080.246] (II) xfree86: Adding drm device (/dev/dri/card0)
[209080.246] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[209080.265] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[209080.265] (II) Open ACPI successful (/var/run/acpid.socket)
[209080.265] (II) LoadModule: "glx"
[209080.265] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[209080.267] (II) Module glx: vendor="X.Org Foundation"
[209080.267] compiled for 1.21.1.3, module version = 1.0.0
[209080.267] ABI class: X.Org Server Extension, version 10.0
[209080.267] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[209080.267] loading driver: modesetting
[209080.267] (==) Matched modesetting as autoconfigured driver 0
[209080.267] (==) Matched intel as autoconfigured driver 1
[209080.267] (==) Matched fbdev as autoconfigured driver 2
[209080.267] (==) Matched vesa as autoconfigured driver 3
[209080.267] (==) Assigned the driver to the xf86ConfigLayout
[209080.267] (II) LoadModule: "modesetting"
[209080.267] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[209080.268] (II) Module modesetting: vendor="X.Org Foundation"
[209080.268] compiled for 1.21.1.3, module version = 1.21.1
[209080.268] Module class: X.Org Video Driver
[209080.268] ABI class: X.Org Video Driver, version 25.2
[209080.268] (II) LoadModule: "intel"
[209080.268] (WW) Warning, couldn't open module intel
[209080.268] (EE) Failed to load module "intel" (module does not exist, 0)
[209080.268] (II) LoadModule: "fbdev"
[209080.269] (WW) Warning, couldn't open module fbdev
[209080.269] (EE) Failed to load module "fbdev" (module does not exist, 0)
[209080.269] (II) LoadModule: "vesa"
[209080.269] (WW) Warning, couldn't open module vesa
[209080.269] (EE) Failed to load module "vesa" (module does not exist, 0)
[209080.269] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[209080.294] (II) modeset(0): using drv /dev/dri/card0
[209080.294] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[209080.294] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[209080.294] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[209080.294] (==) modeset(0): RGB weight 888
[209080.294] (==) modeset(0): Default visual is TrueColor
[209080.294] (II) Loading sub module "glamoregl"
[209080.294] (II) LoadModule: "glamoregl"
[209080.295] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[209080.303] (II) Module glamoregl: vendor="X.Org Foundation"What should I do now? I'm guessing that just telling upstream their update messes up keyboard responsiveness for me isn't likely to be very constructive. I'm also assuming just keeping the old versions installed won't work for long.
[Now I keep deleting whole lines when I just meant to erase a couple of letters because I expect it to have to think about each one for a bit first - it's wonderful!]
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
cat /var/log/Xorg.0.log.old /var/log/Xorg.0.log
I assume you posted only parts of that output?
(I don't think we'll see anything there, it'd just be suspicious if that were the entire logs…)
https://github.com/freedesktop/xorg-xse … ver-21.1.4 has a bunch of xkb/dix related commits ![]()
https://github.com/freedesktop/xorg-xse … 3cc32f97e5 makes me nervous because it's meant to fix a gtk3 specific behavior (… yellsintoacushion …) and you have a touch device and most other commits are size checks (which may lead to premature function exits, no idea whether that could cause delays)
Last but not least you could try to remove your keyboard config.
1. it uses evedev while most of the testing probably happens on libinput, so that could be relevant
2. it selectively applies a keymap to one device, not sure whether that could trigger https://github.com/freedesktop/xorg-xse … 620b116102
Offline
cat /var/log/Xorg.0.log.old /var/log/Xorg.0.log
I assume you posted only parts of that output?
Apparently, but not intentionally.
/var/log/Xorg.0.log:
[ 41.521] (--) Log file renamed from "/var/log/Xorg.pid-733.log" to "/var/log/Xorg.0.log"
[ 41.524]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 41.524] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 41.524] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 41.524]
[ 41.524] Current version of pixman: 0.40.0
[ 41.524] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 41.524] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41.525] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 16 21:56:08 2022
[ 41.530] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 41.530] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 41.532] (==) No Layout section. Using the first Screen section.
[ 41.532] (==) No screen section available. Using defaults.
[ 41.532] (**) |-->Screen "Default Screen Section" (0)
[ 41.532] (**) | |-->Monitor "<default monitor>"
[ 41.532] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 41.532] (==) Automatically adding devices
[ 41.532] (==) Automatically enabling devices
[ 41.532] (==) Automatically adding GPU devices
[ 41.532] (==) Automatically binding GPU devices
[ 41.532] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 41.538] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 41.538] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 41.538] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 41.538] (II) Module ABI versions:
[ 41.538] X.Org ANSI C Emulation: 0.4
[ 41.538] X.Org Video Driver: 25.2
[ 41.538] X.Org XInput driver : 24.4
[ 41.538] X.Org Server Extension : 10.0
[ 41.540] (++) using VT number 7
[ 41.540] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 41.541] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 41.541] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 41.553] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 41.553] (II) Open ACPI successful (/var/run/acpid.socket)
[ 41.553] (II) LoadModule: "glx"
[ 41.555] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 41.564] (II) Module glx: vendor="X.Org Foundation"
[ 41.564] compiled for 1.21.1.3, module version = 1.0.0
[ 41.564] ABI class: X.Org Server Extension, version 10.0
[ 41.564] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 41.564] loading driver: modesetting
[ 41.564] (==) Matched modesetting as autoconfigured driver 0
[ 41.564] (==) Matched intel as autoconfigured driver 1
[ 41.564] (==) Matched fbdev as autoconfigured driver 2
[ 41.564] (==) Matched vesa as autoconfigured driver 3
[ 41.564] (==) Assigned the driver to the xf86ConfigLayout
[ 41.564] (II) LoadModule: "modesetting"
[ 41.564] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 41.569] (II) Module modesetting: vendor="X.Org Foundation"
[ 41.570] compiled for 1.21.1.3, module version = 1.21.1
[ 41.570] Module class: X.Org Video Driver
[ 41.570] ABI class: X.Org Video Driver, version 25.2
[ 41.570] (II) LoadModule: "intel"
[ 41.570] (WW) Warning, couldn't open module intel
[ 41.570] (EE) Failed to load module "intel" (module does not exist, 0)
[ 41.570] (II) LoadModule: "fbdev"
[ 41.570] (WW) Warning, couldn't open module fbdev
[ 41.570] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 41.570] (II) LoadModule: "vesa"
[ 41.570] (WW) Warning, couldn't open module vesa
[ 41.570] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 41.570] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 41.600] (II) modeset(0): using drv /dev/dri/card0
[ 41.600] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 41.600] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 41.600] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 41.600] (==) modeset(0): RGB weight 888
[ 41.600] (==) modeset(0): Default visual is TrueColor
[ 41.600] (II) Loading sub module "glamoregl"
[ 41.600] (II) LoadModule: "glamoregl"
[ 41.600] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 41.608] (II) Module glamoregl: vendor="X.Org Foundation"
[ 41.608] compiled for 1.21.1.3, module version = 1.0.1
[ 41.608] ABI class: X.Org ANSI C Emulation, version 0.4
[ 41.979] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 41.979] (II) modeset(0): glamor initialized
[ 41.979] (==) modeset(0): VariableRefresh: disabled
[ 41.979] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 41.980] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 41.981] (II) modeset(0): Output DP-1 has no monitor section
[ 42.097] (II) modeset(0): Output HDMI-1 has no monitor section
[ 42.098] (II) modeset(0): Output DP-2 has no monitor section
[ 42.104] (II) modeset(0): Output HDMI-2 has no monitor section
[ 42.107] (II) modeset(0): EDID for output eDP-1
[ 42.107] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 42.107] (II) modeset(0): Year: 2015 Week: 52
[ 42.107] (II) modeset(0): EDID Version: 1.4
[ 42.107] (II) modeset(0): Digital Display Input
[ 42.107] (II) modeset(0): 8 bits per channel
[ 42.107] (II) modeset(0): Digital interface is DisplayPort
[ 42.107] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 42.107] (II) modeset(0): Gamma: 2.20
[ 42.107] (II) modeset(0): No DPMS capabilities specified
[ 42.107] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 42.107] (II) modeset(0): First detailed timing is preferred mode
[ 42.107] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 42.107] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 42.107] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 42.107] (II) modeset(0): Manufacturer's mask: 0
[ 42.107] (II) modeset(0): Supported detailed timing:
[ 42.107] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 42.107] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 42.107] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 42.107] (II) modeset(0): Unknown vendor-specific block f
[ 42.107] (II) modeset(0): AUO
[ 42.107] (II) modeset(0): B125HAN02.2
[ 42.107] (II) modeset(0): EDID (in hex):
[ 42.107] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 42.107] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 42.107] (II) modeset(0): 1d4e5300000001010101010101010101
[ 42.107] (II) modeset(0): 010101010101143780b8703824401010
[ 42.107] (II) modeset(0): 3e00149b100000180000000f00000000
[ 42.107] (II) modeset(0): 00000000000000000020000000fe0041
[ 42.107] (II) modeset(0): 554f0a202020202020202020000000fe
[ 42.107] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 42.107] (II) modeset(0): Printing probed modes for output eDP-1
[ 42.107] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 42.107] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 42.107] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 42.107] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 42.108] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 42.108] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 42.108] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 42.108] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 42.108] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 42.108] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 42.108] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 42.108] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 42.108] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 42.108] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 42.108] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 42.108] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 42.108] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 42.108] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 42.108] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 42.108] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 42.108] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 42.109] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 42.109] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 42.109] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 42.109] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 42.109] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 42.109] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 42.109] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 42.109] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 42.109] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 42.109] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 42.109] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 42.109] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 42.109] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 42.109] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 42.109] (II) modeset(0): EDID for output DP-1
[ 42.225] (II) modeset(0): EDID for output HDMI-1
[ 42.225] (II) modeset(0): EDID for output DP-2
[ 42.230] (II) modeset(0): EDID for output HDMI-2
[ 42.230] (II) modeset(0): Output eDP-1 connected
[ 42.230] (II) modeset(0): Output DP-1 disconnected
[ 42.230] (II) modeset(0): Output HDMI-1 disconnected
[ 42.230] (II) modeset(0): Output DP-2 disconnected
[ 42.230] (II) modeset(0): Output HDMI-2 disconnected
[ 42.230] (II) modeset(0): Using exact sizes for initial modes
[ 42.230] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 42.230] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 42.230] (==) modeset(0): DPI set to (96, 96)
[ 42.230] (II) Loading sub module "fb"
[ 42.230] (II) LoadModule: "fb"
[ 42.230] (II) Module "fb" already built-in
[ 42.265] (==) modeset(0): Backing store enabled
[ 42.265] (==) modeset(0): Silken mouse enabled
[ 42.333] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 42.333] (==) modeset(0): DPMS enabled
[ 42.333] (II) modeset(0): [DRI2] Setup complete
[ 42.333] (II) modeset(0): [DRI2] DRI driver: iris
[ 42.333] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 42.333] (II) Initializing extension Generic Event Extension
[ 42.333] (II) Initializing extension SHAPE
[ 42.333] (II) Initializing extension MIT-SHM
[ 42.334] (II) Initializing extension XInputExtension
[ 42.334] (II) Initializing extension XTEST
[ 42.334] (II) Initializing extension BIG-REQUESTS
[ 42.334] (II) Initializing extension SYNC
[ 42.334] (II) Initializing extension XKEYBOARD
[ 42.334] (II) Initializing extension XC-MISC
[ 42.335] (II) Initializing extension SECURITY
[ 42.335] (II) Initializing extension XFIXES
[ 42.335] (II) Initializing extension RENDER
[ 42.335] (II) Initializing extension RANDR
[ 42.335] (II) Initializing extension COMPOSITE
[ 42.336] (II) Initializing extension DAMAGE
[ 42.336] (II) Initializing extension MIT-SCREEN-SAVER
[ 42.336] (II) Initializing extension DOUBLE-BUFFER
[ 42.336] (II) Initializing extension RECORD
[ 42.336] (II) Initializing extension DPMS
[ 42.336] (II) Initializing extension Present
[ 42.337] (II) Initializing extension DRI3
[ 42.337] (II) Initializing extension X-Resource
[ 42.337] (II) Initializing extension XVideo
[ 42.337] (II) Initializing extension XVideo-MotionCompensation
[ 42.337] (II) Initializing extension GLX
[ 42.346] (II) AIGLX: Loaded and initialized iris
[ 42.346] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 42.346] (II) Initializing extension XFree86-VidModeExtension
[ 42.347] (II) Initializing extension XFree86-DGA
[ 42.347] (II) Initializing extension XFree86-DRI
[ 42.347] (II) Initializing extension DRI2
[ 42.347] (II) modeset(0): Damage tracking initialized
[ 42.347] (II) modeset(0): Setting screen physical size to 277 x 156
[ 42.483] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 42.483] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 42.483] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 42.483] (II) LoadModule: "libinput"
[ 42.483] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 42.487] (II) Module libinput: vendor="X.Org Foundation"
[ 42.487] compiled for 1.21.1.3, module version = 1.2.1
[ 42.487] Module class: X.Org XInput Driver
[ 42.487] ABI class: X.Org XInput driver, version 24.4
[ 42.487] (II) Using input driver 'libinput' for 'Power Button'
[ 42.487] (**) Power Button: always reports core events
[ 42.487] (**) Option "Device" "/dev/input/event2"
[ 42.497] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 42.498] (II) event2 - Power Button: device is a keyboard
[ 42.498] (II) event2 - Power Button: device removed
[ 42.514] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 42.514] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 42.515] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 42.515] (II) event2 - Power Button: device is a keyboard
[ 42.516] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 42.516] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 42.516] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 42.516] (II) Using input driver 'libinput' for 'Video Bus'
[ 42.516] (**) Video Bus: always reports core events
[ 42.516] (**) Option "Device" "/dev/input/event3"
[ 42.517] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 42.518] (II) event3 - Video Bus: device is a keyboard
[ 42.518] (II) event3 - Video Bus: device removed
[ 42.544] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 42.544] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 42.546] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 42.546] (II) event3 - Video Bus: device is a keyboard
[ 42.546] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 42.546] (II) No input driver specified, ignoring this device.
[ 42.546] (II) This device may have been added with another device file.
[ 42.547] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 42.547] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 42.547] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 42.547] (II) Using input driver 'libinput' for 'Sleep Button'
[ 42.547] (**) Sleep Button: always reports core events
[ 42.547] (**) Option "Device" "/dev/input/event0"
[ 42.548] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 42.548] (II) event0 - Sleep Button: device is a keyboard
[ 42.548] (II) event0 - Sleep Button: device removed
[ 42.577] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 42.577] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 42.579] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 42.579] (II) event0 - Sleep Button: device is a keyboard
[ 42.580] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 42.581] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 42.581] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 42.581] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 42.581] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 42.581] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 42.581] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 42.581] (**) Option "Device" "/dev/input/event5"
[ 42.638] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 42.639] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 42.639] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 42.639] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 42.664] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input6/event5"
[ 42.664] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 42.664] (**) Option "AccelerationScheme" "none"
[ 42.664] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 42.664] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 42.664] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 42.722] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 42.722] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 42.722] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 42.723] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 42.723] (II) No input driver specified, ignoring this device.
[ 42.723] (II) This device may have been added with another device file.
[ 42.723] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 42.723] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 42.723] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 42.724] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 42.724] (**) Integrated Camera: Integrated C: always reports core events
[ 42.724] (**) Option "Device" "/dev/input/event18"
[ 42.725] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 42.725] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 42.725] (II) event18 - Integrated Camera: Integrated C: device removed
[ 42.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 42.757] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 42.759] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 42.759] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 42.759] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 42.759] (II) No input driver specified, ignoring this device.
[ 42.759] (II) This device may have been added with another device file.
[ 42.760] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[ 42.760] (II) No input driver specified, ignoring this device.
[ 42.760] (II) This device may have been added with another device file.
[ 42.760] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 42.760] (II) No input driver specified, ignoring this device.
[ 42.760] (II) This device may have been added with another device file.
[ 42.760] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 42.760] (II) No input driver specified, ignoring this device.
[ 42.760] (II) This device may have been added with another device file.
[ 42.761] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 42.761] (II) No input driver specified, ignoring this device.
[ 42.761] (II) This device may have been added with another device file.
[ 42.761] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 42.761] (II) No input driver specified, ignoring this device.
[ 42.761] (II) This device may have been added with another device file.
[ 42.761] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 42.761] (II) No input driver specified, ignoring this device.
[ 42.761] (II) This device may have been added with another device file.
[ 42.762] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[ 42.762] (II) No input driver specified, ignoring this device.
[ 42.762] (II) This device may have been added with another device file.
[ 42.762] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[ 42.762] (II) No input driver specified, ignoring this device.
[ 42.762] (II) This device may have been added with another device file.
[ 42.763] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 42.763] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 42.763] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 42.763] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 42.763] (II) LoadModule: "evdev"
[ 42.763] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 42.763] (II) Module evdev: vendor="X.Org Foundation"
[ 42.763] compiled for 1.21.1.1, module version = 2.10.6
[ 42.763] Module class: X.Org XInput Driver
[ 42.763] ABI class: X.Org XInput driver, version 24.4
[ 42.763] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 42.763] (**) AT Translated Set 2 keyboard: always reports core events
[ 42.763] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 42.764] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 42.764] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 42.764] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 42.764] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 42.764] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 42.764] (**) Option "xkb_rules" "evdev"
[ 42.764] (**) Option "xkb_model" "pc105+inet"
[ 42.764] (**) Option "xkb_layout" "us"
[ 42.764] (**) Option "xkb_variant" "euro"
[ 42.764] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 42.783] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[ 42.783] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 42.783] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 42.783] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 42.783] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 42.783] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 42.783] (**) Option "Device" "/dev/input/event17"
[ 42.784] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 42.785] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 42.785] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[ 42.824] (**) Option "Tapping" "1"
[ 42.824] (**) Option "TappingDragLock" "1"
[ 42.824] (**) Option "AccelSpeed" "1"
[ 42.824] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
[ 42.824] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 42.825] (**) Option "AccelerationScheme" "none"
[ 42.825] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 42.826] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 42.826] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 42.826] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 42.828] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 42.828] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 42.828] (II) No input driver specified, ignoring this device.
[ 42.828] (II) This device may have been added with another device file.
[ 42.829] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 42.829] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 42.829] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 42.829] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 42.829] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 42.829] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 42.829] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 42.829] (**) Option "Device" "/dev/input/event19"
[ 42.830] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 42.830] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 42.831] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 42.867] (**) Option "AccelSpeed" "1"
[ 42.867] (**) Option "AccelProfile" "flat"
[ 42.867] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 42.867] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 42.868] (**) Option "AccelerationScheme" "none"
[ 42.868] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 42.868] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 42.868] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 42.869] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 42.869] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 42.870] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 42.870] (II) No input driver specified, ignoring this device.
[ 42.870] (II) This device may have been added with another device file.
[ 42.870] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 42.870] (II) No input driver specified, ignoring this device.
[ 42.870] (II) This device may have been added with another device file.
[ 42.873] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 42.873] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 42.873] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 42.873] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 42.873] (**) ThinkPad Extra Buttons: always reports core events
[ 42.873] (**) Option "Device" "/dev/input/event6"
[ 42.874] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 42.874] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 42.874] (II) event6 - ThinkPad Extra Buttons: device removed
[ 42.891] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[ 42.891] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 42.892] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 42.892] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 42.965] (II) config/udev: removing device Integrated Camera: Integrated C
[ 42.966] (II) event18 - Integrated Camera: Integrated C: device removed
[ 42.997] (II) UnloadModule: "libinput"
[ 42.998] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 42.998] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 42.998] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 42.998] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 42.998] (**) Integrated Camera: Integrated C: always reports core events
[ 42.998] (**) Option "Device" "/dev/input/event18"
[ 42.999] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 43.000] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 43.000] (II) event18 - Integrated Camera: Integrated C: device removed
[ 43.031] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 43.031] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 43.032] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 43.032] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 43.034] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 43.034] (II) No input driver specified, ignoring this device.
[ 43.034] (II) This device may have been added with another device file.
[ 43.034] (II) config/udev: removing device TPPS/2 IBM TrackPoint
[ 43.034] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 43.074] (II) UnloadModule: "libinput"
[ 43.074] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 43.074] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 43.074] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 43.074] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 43.074] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 43.074] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 43.074] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 43.074] (**) Option "Device" "/dev/input/event19"
[ 43.075] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 43.076] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 43.076] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 43.101] (**) Option "AccelSpeed" "1"
[ 43.101] (**) Option "AccelProfile" "flat"
[ 43.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 43.101] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 43.101] (**) Option "AccelerationScheme" "none"
[ 43.101] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 43.101] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 43.101] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 43.102] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 43.102] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 57.601] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 57.601] (II) modeset(0): Printing DDC gathered Modelines:
[ 57.601] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 60.163] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 60.163] (II) modeset(0): Printing DDC gathered Modelines:
[ 60.163] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 71.889] (II) event2 - Power Button: device removed
[ 71.908] (II) event3 - Video Bus: device removed
[ 71.924] (II) event0 - Sleep Button: device removed
[ 71.941] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 71.994] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[ 72.028] (II) event6 - ThinkPad Extra Buttons: device removed
[ 72.041] (II) event18 - Integrated Camera: Integrated C: device removed
[ 72.068] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 72.104] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 80.549] (II) Open ACPI successful (/var/run/acpid.socket)
[ 80.549] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 80.685] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 80.685] (II) modeset(0): Printing DDC gathered Modelines:
[ 80.686] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 80.902] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 80.902] (II) modeset(0): Printing DDC gathered Modelines:
[ 80.902] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 81.053] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 81.053] (II) event2 - Power Button: device is a keyboard
[ 81.054] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 81.054] (II) event3 - Video Bus: device is a keyboard
[ 81.056] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 81.056] (II) event0 - Sleep Button: device is a keyboard
[ 81.112] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 81.112] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 81.112] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 81.115] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 81.116] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 81.119] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 81.119] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 81.122] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 81.122] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 81.124] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 81.125] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 24544.520] (EE) event17 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details/var/log/Xorg.0.log.old:
[209080.237] (--) Log file renamed from "/var/log/Xorg.pid-31667.log" to "/var/log/Xorg.0.log"
[209080.237]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[209080.237] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[209080.237] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[209080.237]
[209080.237] Current version of pixman: 0.40.0
[209080.237] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[209080.237] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[209080.238] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 16 21:54:43 2022
[209080.238] (==) Using config directory: "/etc/X11/xorg.conf.d"
[209080.238] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[209080.239] (==) No Layout section. Using the first Screen section.
[209080.239] (==) No screen section available. Using defaults.
[209080.239] (**) |-->Screen "Default Screen Section" (0)
[209080.239] (**) | |-->Monitor "<default monitor>"
[209080.239] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[209080.239] (==) Automatically adding devices
[209080.239] (==) Automatically enabling devices
[209080.239] (==) Automatically adding GPU devices
[209080.239] (==) Automatically binding GPU devices
[209080.239] (==) Max clients allowed: 256, resource mask: 0x1fffff
[209080.240] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[209080.240] (==) ModulePath set to "/usr/lib/xorg/modules"
[209080.240] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[209080.240] (II) Module ABI versions:
[209080.240] X.Org ANSI C Emulation: 0.4
[209080.240] X.Org Video Driver: 25.2
[209080.240] X.Org XInput driver : 24.4
[209080.240] X.Org Server Extension : 10.0
[209080.244] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.NoReply (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
[209080.244] (++) using VT number 7
[209080.244] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[209080.246] (II) xfree86: Adding drm device (/dev/dri/card0)
[209080.246] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[209080.265] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[209080.265] (II) Open ACPI successful (/var/run/acpid.socket)
[209080.265] (II) LoadModule: "glx"
[209080.265] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[209080.267] (II) Module glx: vendor="X.Org Foundation"
[209080.267] compiled for 1.21.1.3, module version = 1.0.0
[209080.267] ABI class: X.Org Server Extension, version 10.0
[209080.267] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[209080.267] loading driver: modesetting
[209080.267] (==) Matched modesetting as autoconfigured driver 0
[209080.267] (==) Matched intel as autoconfigured driver 1
[209080.267] (==) Matched fbdev as autoconfigured driver 2
[209080.267] (==) Matched vesa as autoconfigured driver 3
[209080.267] (==) Assigned the driver to the xf86ConfigLayout
[209080.267] (II) LoadModule: "modesetting"
[209080.267] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[209080.268] (II) Module modesetting: vendor="X.Org Foundation"
[209080.268] compiled for 1.21.1.3, module version = 1.21.1
[209080.268] Module class: X.Org Video Driver
[209080.268] ABI class: X.Org Video Driver, version 25.2
[209080.268] (II) LoadModule: "intel"
[209080.268] (WW) Warning, couldn't open module intel
[209080.268] (EE) Failed to load module "intel" (module does not exist, 0)
[209080.268] (II) LoadModule: "fbdev"
[209080.269] (WW) Warning, couldn't open module fbdev
[209080.269] (EE) Failed to load module "fbdev" (module does not exist, 0)
[209080.269] (II) LoadModule: "vesa"
[209080.269] (WW) Warning, couldn't open module vesa
[209080.269] (EE) Failed to load module "vesa" (module does not exist, 0)
[209080.269] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[209080.294] (II) modeset(0): using drv /dev/dri/card0
[209080.294] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[209080.294] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[209080.294] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[209080.294] (==) modeset(0): RGB weight 888
[209080.294] (==) modeset(0): Default visual is TrueColor
[209080.294] (II) Loading sub module "glamoregl"
[209080.294] (II) LoadModule: "glamoregl"
[209080.295] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[209080.303] (II) Module glamoregl: vendor="X.Org Foundation"
[209080.303] compiled for 1.21.1.3, module version = 1.0.1
[209080.303] ABI class: X.Org ANSI C Emulation, version 0.4
[209080.364] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[209080.364] (II) modeset(0): glamor initialized
[209080.364] (==) modeset(0): VariableRefresh: disabled
[209080.364] (==) modeset(0): AsyncFlipSecondaries: disabled
[209080.365] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[209080.365] (II) modeset(0): Output DP-1 has no monitor section
[209080.483] (II) modeset(0): Output HDMI-1 has no monitor section
[209080.483] (II) modeset(0): Output DP-2 has no monitor section
[209080.489] (II) modeset(0): Output HDMI-2 has no monitor section
[209080.491] (II) modeset(0): EDID for output eDP-1
[209080.491] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[209080.491] (II) modeset(0): Year: 2015 Week: 52
[209080.491] (II) modeset(0): EDID Version: 1.4
[209080.491] (II) modeset(0): Digital Display Input
[209080.491] (II) modeset(0): 8 bits per channel
[209080.491] (II) modeset(0): Digital interface is DisplayPort
[209080.491] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[209080.491] (II) modeset(0): Gamma: 2.20
[209080.491] (II) modeset(0): No DPMS capabilities specified
[209080.491] (II) modeset(0): Supported color encodings: RGB 4:4:4
[209080.491] (II) modeset(0): First detailed timing is preferred mode
[209080.491] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[209080.491] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[209080.491] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[209080.491] (II) modeset(0): Manufacturer's mask: 0
[209080.491] (II) modeset(0): Supported detailed timing:
[209080.491] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[209080.491] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[209080.491] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[209080.491] (II) modeset(0): Unknown vendor-specific block f
[209080.491] (II) modeset(0): AUO
[209080.491] (II) modeset(0): B125HAN02.2
[209080.491] (II) modeset(0): EDID (in hex):
[209080.491] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[209080.491] (II) modeset(0): 34190104a51c1078026ba79659579527
[209080.491] (II) modeset(0): 1d4e5300000001010101010101010101
[209080.491] (II) modeset(0): 010101010101143780b8703824401010
[209080.491] (II) modeset(0): 3e00149b100000180000000f00000000
[209080.491] (II) modeset(0): 00000000000000000020000000fe0041
[209080.491] (II) modeset(0): 554f0a202020202020202020000000fe
[209080.491] (II) modeset(0): 004231323548414e30322e32200a00a8
[209080.492] (II) modeset(0): Printing probed modes for output eDP-1
[209080.492] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[209080.492] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[209080.492] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[209080.492] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[209080.492] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[209080.492] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[209080.492] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[209080.492] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[209080.492] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[209080.492] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[209080.492] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[209080.492] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[209080.492] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[209080.492] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[209080.492] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[209080.492] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[209080.492] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[209080.492] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[209080.492] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[209080.492] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[209080.492] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[209080.492] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[209080.492] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[209080.492] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[209080.492] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[209080.492] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[209080.492] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[209080.492] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[209080.493] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[209080.493] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[209080.493] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[209080.493] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[209080.493] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[209080.493] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[209080.493] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[209080.493] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[209080.493] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[209080.493] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[209080.493] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[209080.493] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[209080.493] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[209080.493] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[209080.493] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[209080.493] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[209080.493] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[209080.493] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[209080.493] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[209080.493] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[209080.493] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[209080.493] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[209080.493] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[209080.493] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[209080.493] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[209080.493] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[209080.493] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[209080.493] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[209080.493] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[209080.493] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[209080.493] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[209080.493] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[209080.493] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[209080.493] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[209080.493] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[209080.493] (II) modeset(0): EDID for output DP-1
[209080.609] (II) modeset(0): EDID for output HDMI-1
[209080.609] (II) modeset(0): EDID for output DP-2
[209080.614] (II) modeset(0): EDID for output HDMI-2
[209080.615] (II) modeset(0): Output eDP-1 connected
[209080.615] (II) modeset(0): Output DP-1 disconnected
[209080.615] (II) modeset(0): Output HDMI-1 disconnected
[209080.615] (II) modeset(0): Output DP-2 disconnected
[209080.615] (II) modeset(0): Output HDMI-2 disconnected
[209080.615] (II) modeset(0): Using exact sizes for initial modes
[209080.615] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[209080.615] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[209080.615] (==) modeset(0): DPI set to (96, 96)
[209080.615] (II) Loading sub module "fb"
[209080.615] (II) LoadModule: "fb"
[209080.615] (II) Module "fb" already built-in
[209080.643] (==) modeset(0): Backing store enabled
[209080.643] (==) modeset(0): Silken mouse enabled
[209080.711] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[209080.712] (==) modeset(0): DPMS enabled
[209080.712] (II) modeset(0): [DRI2] Setup complete
[209080.712] (II) modeset(0): [DRI2] DRI driver: iris
[209080.712] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[209080.712] (II) Initializing extension Generic Event Extension
[209080.712] (II) Initializing extension SHAPE
[209080.712] (II) Initializing extension MIT-SHM
[209080.712] (II) Initializing extension XInputExtension
[209080.712] (II) Initializing extension XTEST
[209080.713] (II) Initializing extension BIG-REQUESTS
[209080.713] (II) Initializing extension SYNC
[209080.713] (II) Initializing extension XKEYBOARD
[209080.713] (II) Initializing extension XC-MISC
[209080.713] (II) Initializing extension SECURITY
[209080.713] (II) Initializing extension XFIXES
[209080.714] (II) Initializing extension RENDER
[209080.714] (II) Initializing extension RANDR
[209080.714] (II) Initializing extension COMPOSITE
[209080.714] (II) Initializing extension DAMAGE
[209080.714] (II) Initializing extension MIT-SCREEN-SAVER
[209080.715] (II) Initializing extension DOUBLE-BUFFER
[209080.715] (II) Initializing extension RECORD
[209080.715] (II) Initializing extension DPMS
[209080.715] (II) Initializing extension Present
[209080.715] (II) Initializing extension DRI3
[209080.715] (II) Initializing extension X-Resource
[209080.715] (II) Initializing extension XVideo
[209080.716] (II) Initializing extension XVideo-MotionCompensation
[209080.716] (II) Initializing extension GLX
[209080.725] (II) AIGLX: Loaded and initialized iris
[209080.725] (II) GLX: Initialized DRI2 GL provider for screen 0
[209080.725] (II) Initializing extension XFree86-VidModeExtension
[209080.725] (II) Initializing extension XFree86-DGA
[209080.725] (II) Initializing extension XFree86-DRI
[209080.725] (II) Initializing extension DRI2
[209080.726] (II) modeset(0): Damage tracking initialized
[209080.726] (II) modeset(0): Setting screen physical size to 277 x 156
[209080.877] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[209080.877] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[209080.877] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[209080.877] (II) LoadModule: "libinput"
[209080.878] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[209080.881] (II) Module libinput: vendor="X.Org Foundation"
[209080.881] compiled for 1.21.1.3, module version = 1.2.1
[209080.881] Module class: X.Org XInput Driver
[209080.881] ABI class: X.Org XInput driver, version 24.4
[209080.881] (II) Using input driver 'libinput' for 'Power Button'
[209080.881] (**) Power Button: always reports core events
[209080.881] (**) Option "Device" "/dev/input/event2"
[209080.891] (II) event2 - Power Button: is tagged by udev as: Keyboard
[209080.892] (II) event2 - Power Button: device is a keyboard
[209080.892] (II) event2 - Power Button: device removed
[209080.906] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[209080.906] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[209080.907] (II) event2 - Power Button: is tagged by udev as: Keyboard
[209080.908] (II) event2 - Power Button: device is a keyboard
[209080.909] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[209080.909] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[209080.909] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[209080.909] (II) Using input driver 'libinput' for 'Video Bus'
[209080.909] (**) Video Bus: always reports core events
[209080.909] (**) Option "Device" "/dev/input/event3"
[209080.910] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[209080.910] (II) event3 - Video Bus: device is a keyboard
[209080.910] (II) event3 - Video Bus: device removed
[209080.949] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[209080.949] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[209080.951] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[209080.951] (II) event3 - Video Bus: device is a keyboard
[209080.952] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[209080.952] (II) No input driver specified, ignoring this device.
[209080.952] (II) This device may have been added with another device file.
[209080.953] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[209080.953] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[209080.953] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[209080.953] (II) Using input driver 'libinput' for 'Sleep Button'
[209080.953] (**) Sleep Button: always reports core events
[209080.953] (**) Option "Device" "/dev/input/event0"
[209080.955] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[209080.955] (II) event0 - Sleep Button: device is a keyboard
[209080.955] (II) event0 - Sleep Button: device removed
[209080.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[209080.976] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[209080.978] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[209080.978] (II) event0 - Sleep Button: device is a keyboard
[209080.980] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event19)
[209080.980] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[209080.980] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[209080.980] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[209080.980] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[209080.980] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[209080.980] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[209080.980] (**) Option "Device" "/dev/input/event19"
[209081.038] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[209081.038] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[209081.038] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[209081.039] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[209081.069] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0003/input/input22/event19"
[209081.069] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[209081.070] (**) Option "AccelerationScheme" "none"
[209081.070] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[209081.070] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[209081.070] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[209081.128] (II) event19 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[209081.128] (II) event19 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[209081.128] (II) event19 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[209081.130] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[209081.130] (II) No input driver specified, ignoring this device.
[209081.130] (II) This device may have been added with another device file.
[209081.131] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[209081.131] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[209081.131] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[209081.131] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[209081.131] (**) Integrated Camera: Integrated C: always reports core events
[209081.131] (**) Option "Device" "/dev/input/event17"
[209081.133] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[209081.133] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[209081.133] (II) event17 - Integrated Camera: Integrated C: device removed
[209081.173] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input19/event17"
[209081.173] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[209081.175] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[209081.175] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[209081.176] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[209081.176] (II) No input driver specified, ignoring this device.
[209081.176] (II) This device may have been added with another device file.
[209081.177] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
[209081.177] (II) No input driver specified, ignoring this device.
[209081.177] (II) This device may have been added with another device file.
[209081.177] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[209081.177] (II) No input driver specified, ignoring this device.
[209081.177] (II) This device may have been added with another device file.
[209081.178] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[209081.178] (II) No input driver specified, ignoring this device.
[209081.178] (II) This device may have been added with another device file.
[209081.179] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[209081.179] (II) No input driver specified, ignoring this device.
[209081.179] (II) This device may have been added with another device file.
[209081.179] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[209081.179] (II) No input driver specified, ignoring this device.
[209081.179] (II) This device may have been added with another device file.
[209081.180] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[209081.180] (II) No input driver specified, ignoring this device.
[209081.180] (II) This device may have been added with another device file.
[209081.181] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[209081.181] (II) No input driver specified, ignoring this device.
[209081.181] (II) This device may have been added with another device file.
[209081.181] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[209081.181] (II) No input driver specified, ignoring this device.
[209081.181] (II) This device may have been added with another device file.
[209081.182] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[209081.182] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[209081.182] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[209081.182] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[209081.182] (II) LoadModule: "evdev"
[209081.182] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[209081.183] (II) Module evdev: vendor="X.Org Foundation"
[209081.183] compiled for 1.21.1.1, module version = 2.10.6
[209081.183] Module class: X.Org XInput Driver
[209081.183] ABI class: X.Org XInput driver, version 24.4
[209081.183] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[209081.183] (**) AT Translated Set 2 keyboard: always reports core events
[209081.183] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[209081.183] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[209081.183] (--) evdev: AT Translated Set 2 keyboard: Found keys
[209081.183] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[209081.183] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[209081.183] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[209081.183] (**) Option "xkb_rules" "evdev"
[209081.183] (**) Option "xkb_model" "pc105+inet"
[209081.183] (**) Option "xkb_layout" "us"
[209081.183] (**) Option "xkb_variant" "euro"
[209081.183] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[209081.219] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[209081.219] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[209081.219] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[209081.219] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[209081.219] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[209081.219] (**) SynPS/2 Synaptics TouchPad: always reports core events
[209081.219] (**) Option "Device" "/dev/input/event16"
[209081.221] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[209081.224] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[209081.224] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[209081.266] (**) Option "Tapping" "1"
[209081.266] (**) Option "TappingDragLock" "1"
[209081.266] (**) Option "AccelSpeed" "1"
[209081.267] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[209081.267] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[209081.270] (**) Option "AccelerationScheme" "none"
[209081.270] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[209081.270] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[209081.270] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[209081.271] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[209081.275] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[209081.277] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[209081.277] (II) No input driver specified, ignoring this device.
[209081.277] (II) This device may have been added with another device file.
[209081.278] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[209081.278] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[209081.278] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[209081.278] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[209081.278] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[209081.278] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[209081.278] (**) TPPS/2 IBM TrackPoint: always reports core events
[209081.278] (**) Option "Device" "/dev/input/event18"
[209081.280] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[209081.281] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[209081.282] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[209081.319] (**) Option "AccelSpeed" "1"
[209081.319] (**) Option "AccelProfile" "flat"
[209081.319] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
[209081.319] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[209081.320] (**) Option "AccelerationScheme" "none"
[209081.320] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[209081.320] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[209081.320] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[209081.322] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[209081.323] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[209081.325] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[209081.325] (II) No input driver specified, ignoring this device.
[209081.325] (II) This device may have been added with another device file.
[209081.326] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[209081.326] (II) No input driver specified, ignoring this device.
[209081.326] (II) This device may have been added with another device file.
[209081.331] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[209081.331] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[209081.331] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[209081.332] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[209081.332] (**) ThinkPad Extra Buttons: always reports core events
[209081.332] (**) Option "Device" "/dev/input/event5"
[209081.333] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[209081.333] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[209081.334] (II) event5 - ThinkPad Extra Buttons: device removed
[209081.349] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[209081.350] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[209081.351] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[209081.352] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[209081.377] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.NoReply (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
[209081.461] (II) event2 - Power Button: device removed
[209081.483] (II) event3 - Video Bus: device removed
[209081.513] (II) event0 - Sleep Button: device removed
[209081.529] (II) event19 - Logitech USB-PS/2 Optical Mouse: device removed
[209081.563] (II) event17 - Integrated Camera: Integrated C: device removed
[209081.613] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[209081.646] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[209081.683] (II) event5 - ThinkPad Extra Buttons: device removed
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) evdev: AT Translated Set 2 keyboard: Close
[209081.722] (II) UnloadModule: "evdev"
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) UnloadModule: "libinput"
[209081.722] (II) UnloadModule: "libinput"
[209081.723] (II) UnloadModule: "libinput"
[209081.806] (II) Server terminated successfully (0). Closing log file.CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
https://github.com/freedesktop/xorg-xse … 3cc32f97e5 makes me nervous because it's meant to fix a gtk3 specific behavior (… yellsintoacushion …) and you have a touch device and most other commits are size checks (which may lead to premature function exits, no idea whether that could cause delays)
That commit reverts an earlier one, if I understand it correctly, and my keyboard worked fine before the earlier change in 2021. I probably had the same keyboard configuration in /etc, too, though I'm not entirely sure about that.
Last but not least you could try to remove your keyboard config.
1. it uses evedev while most of the testing probably happens on libinput, so that could be relevant
2. it selectively applies a keymap to one device, not sure whether that could trigger https://github.com/freedesktop/xorg-xse … 620b116102
This works. What I can't quite remember is why exactly I needed the keyboard configuration. I found a note on keyboard configuration last edited in 2017 which includes this:
use evdev with custom config (copied to _arc under /etc), clean out all KDE config you can find while out of X, restart the display manager or X, login and configure KDE keyboard settings to give exactly the same output - you only get one chance to get compose etc. right (you can fiddle with the model, though) - do NOT use AltGr for compose, but Caps works, change KDE config to use AltGr for third-level (default is none)
It contains a copy of the configuration file I've just moved aside and of ~/.config/kxkbrc.
Currently ~/.config/kxkbrc
[$Version]
update_info=kxkb_variants.upd:split-variants,kxkb.upd:remove-empty-lists,kxkb.upd:add-back-resetoptions
[Layout]
DisplayNames=
LayoutList=us
LayoutLoopCount=-1
Model=pc104
Options=terminate:ctrl_alt_bksp+eurosign:5+compose:caps,lv3:ralt_switch,eurosign:5,terminate:ctrl_alt_bksp,compose:caps,shift:both_capslock_cancel
ResetOldOptions=true
ShowFlag=false
ShowLabel=true
ShowLayoutIndicator=true
ShowSingle=false
SwitchMode=Global
Use=true
VariantList=euro[I don't know why it duplicates options like that.]
I think I had problems with the configuration's stability when the KDE settings didn't match the global ones. (Hence the note about matching the settings and similar to the issue I have with pointers which can't be configured as I want in KDE.)
Should I try a global configuration with libinput rather than evdev? Is the problem with evdev?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
You could first try matching every keyboard device:
Section "InputClass"
Identifier "cfr evdev keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbVariant" "euro"
Option "XkbOptions" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
Driver "evdev"
EndSectionhttps://archlinux.org/packages/extra/x8 … put-evdev/ hasn't seen an update for a while so it might struggle w/ newer server versions.
Section "InputClass"
Identifier "cfr evdev keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbVariant" "euro"
Option "XkbOptions" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
Driver "libinput"
EndSectionOffline
You could first try matching every keyboard device:
I don't want to do this because any external keyboard I plug in is likely to be UK, whereas the internal one is US. If that's the only way to do it, I will because I don't usually use an external keyboard, but that's why I was matching a specific device.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
We want to understand whether it's evdev or the diverging layouts (or a combination of both) - not force you to purchase a bunch of US keyboards as long-term solution ![]()
Offline
We want to understand whether it's evdev or the diverging layouts (or a combination of both) - not force you to purchase a bunch of US keyboards as long-term solution
Sorry, I'm being dumb. I appreciate your patience as well as your help.
Since I was going to be messing around with minor changes to the config file, I thought I would could avoid rebooting. What I did was
systemctl isolate multi-user.target
systemctl isolate graphical.targetwhich I assumed would restart X and use the new configuration. I checked that the display manager disappeared from VT7 as expected.
But it seems I need to reboot in order to test this. Is that right?
What I tried was first using a modified keyboard config with evdev but without the device-specific match. The problem didn't appear after restarting X. To make sure I wasn't doing something stupid, I put my original, problematic config file back in place and restarted X again. But the problem still doesn't appear. So evidently I am doing something stupid and I'd like to know what rather than keep doing it.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
But it seems I need to reboot in order to test this. Is that right?
No, restarting the X11 server will do.
You could even just start a new one.
I'd like to know what rather than keep doing it.
Xorg logs?
You're running the problematic server version, are you?
Offline
I originally assumed I must have screwed up the X version, but I don't think so:
[ 13805.098] (--) Log file renamed from "/var/log/Xorg.pid-4642.log" to "/var/log/Xorg.0.log"
[ 13805.098]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 13805.098] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 13805.098] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 13805.098]
[ 13805.098] Current version of pixman: 0.40.0
[ 13805.098] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13805.098] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13805.098] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 18:34:25 2022
[ 13805.099] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13805.099] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13805.099] (==) No Layout section. Using the first Screen section.
[ 13805.099] (==) No screen section available. Using defaults.
[ 13805.099] (**) |-->Screen "Default Screen Section" (0)
[ 13805.099] (**) | |-->Monitor "<default monitor>"
[ 13805.099] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13805.099] (==) Automatically adding devices
[ 13805.099] (==) Automatically enabling devices
[ 13805.099] (==) Automatically adding GPU devices
[ 13805.099] (==) Automatically binding GPU devices
[ 13805.099] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13805.099] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 13805.099] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13805.099] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13805.099] (II) Module ABI versions:
[ 13805.099] X.Org ANSI C Emulation: 0.4
[ 13805.099] X.Org Video Driver: 25.2
[ 13805.099] X.Org XInput driver : 24.4
[ 13805.099] X.Org Server Extension : 10.0
[ 13805.100] (++) using VT number 7
[ 13805.100] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 13805.101] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13805.101] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 13805.111] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 13805.111] (II) Open ACPI successful (/var/run/acpid.socket)
[ 13805.111] (II) LoadModule: "glx"
[ 13805.111] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13805.113] (II) Module glx: vendor="X.Org Foundation"
[ 13805.113] compiled for 1.21.1.4, module version = 1.0.0
[ 13805.113] ABI class: X.Org Server Extension, version 10.0
[ 13805.113] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 13805.113] loading driver: modesetting
[ 13805.113] (==) Matched modesetting as autoconfigured driver 0
[ 13805.113] (==) Matched intel as autoconfigured driver 1
[ 13805.113] (==) Matched fbdev as autoconfigured driver 2
[ 13805.113] (==) Matched vesa as autoconfigured driver 3
[ 13805.113] (==) Assigned the driver to the xf86ConfigLayout
[ 13805.113] (II) LoadModule: "modesetting"
[ 13805.113] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 13805.114] (II) Module modesetting: vendor="X.Org Foundation"
[ 13805.114] compiled for 1.21.1.4, module version = 1.21.1
[ 13805.114] Module class: X.Org Video Driver
[ 13805.114] ABI class: X.Org Video Driver, version 25.2
[ 13805.114] (II) LoadModule: "intel"
[ 13805.114] (WW) Warning, couldn't open module intel
[ 13805.114] (EE) Failed to load module "intel" (module does not exist, 0)
[ 13805.114] (II) LoadModule: "fbdev"
[ 13805.114] (WW) Warning, couldn't open module fbdev
[ 13805.114] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13805.114] (II) LoadModule: "vesa"
[ 13805.114] (WW) Warning, couldn't open module vesa
[ 13805.114] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13805.114] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13805.141] (II) modeset(0): using drv /dev/dri/card0
[ 13805.141] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 13805.141] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 13805.141] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 13805.141] (==) modeset(0): RGB weight 888
[ 13805.141] (==) modeset(0): Default visual is TrueColor
[ 13805.141] (II) Loading sub module "glamoregl"
[ 13805.141] (II) LoadModule: "glamoregl"
[ 13805.141] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 13805.146] (II) Module glamoregl: vendor="X.Org Foundation"
[ 13805.146] compiled for 1.21.1.4, module version = 1.0.1
[ 13805.146] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13805.192] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 13805.192] (II) modeset(0): glamor initialized
[ 13805.192] (==) modeset(0): VariableRefresh: disabled
[ 13805.192] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 13805.194] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 13805.194] (II) modeset(0): Output DP-1 has no monitor section
[ 13805.310] (II) modeset(0): Output HDMI-1 has no monitor section
[ 13805.310] (II) modeset(0): Output DP-2 has no monitor section
[ 13805.316] (II) modeset(0): Output HDMI-2 has no monitor section
[ 13805.317] (II) modeset(0): EDID for output eDP-1
[ 13805.317] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 13805.317] (II) modeset(0): Year: 2015 Week: 52
[ 13805.317] (II) modeset(0): EDID Version: 1.4
[ 13805.317] (II) modeset(0): Digital Display Input
[ 13805.317] (II) modeset(0): 8 bits per channel
[ 13805.317] (II) modeset(0): Digital interface is DisplayPort
[ 13805.318] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 13805.318] (II) modeset(0): Gamma: 2.20
[ 13805.318] (II) modeset(0): No DPMS capabilities specified
[ 13805.318] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 13805.318] (II) modeset(0): First detailed timing is preferred mode
[ 13805.318] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 13805.318] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 13805.318] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 13805.318] (II) modeset(0): Manufacturer's mask: 0
[ 13805.318] (II) modeset(0): Supported detailed timing:
[ 13805.318] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 13805.318] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 13805.318] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 13805.318] (II) modeset(0): Unknown vendor-specific block f
[ 13805.318] (II) modeset(0): AUO
[ 13805.318] (II) modeset(0): B125HAN02.2
[ 13805.318] (II) modeset(0): EDID (in hex):
[ 13805.318] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 13805.318] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 13805.318] (II) modeset(0): 1d4e5300000001010101010101010101
[ 13805.318] (II) modeset(0): 010101010101143780b8703824401010
[ 13805.318] (II) modeset(0): 3e00149b100000180000000f00000000
[ 13805.318] (II) modeset(0): 00000000000000000020000000fe0041
[ 13805.318] (II) modeset(0): 554f0a202020202020202020000000fe
[ 13805.318] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 13805.318] (II) modeset(0): Printing probed modes for output eDP-1
[ 13805.318] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13805.318] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 13805.318] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 13805.318] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 13805.318] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 13805.318] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 13805.318] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 13805.318] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 13805.318] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 13805.318] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13805.318] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13805.318] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 13805.319] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 13805.319] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 13805.319] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 13805.319] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 13805.319] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 13805.319] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 13805.319] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 13805.319] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 13805.319] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 13805.319] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 13805.319] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 13805.319] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 13805.319] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 13805.319] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 13805.319] (II) modeset(0): EDID for output DP-1
[ 13805.434] (II) modeset(0): EDID for output HDMI-1
[ 13805.434] (II) modeset(0): EDID for output DP-2
[ 13805.440] (II) modeset(0): EDID for output HDMI-2
[ 13805.440] (II) modeset(0): Output eDP-1 connected
[ 13805.440] (II) modeset(0): Output DP-1 disconnected
[ 13805.440] (II) modeset(0): Output HDMI-1 disconnected
[ 13805.440] (II) modeset(0): Output DP-2 disconnected
[ 13805.440] (II) modeset(0): Output HDMI-2 disconnected
[ 13805.440] (II) modeset(0): Using exact sizes for initial modes
[ 13805.440] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 13805.440] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13805.440] (==) modeset(0): DPI set to (96, 96)
[ 13805.440] (II) Loading sub module "fb"
[ 13805.440] (II) LoadModule: "fb"
[ 13805.440] (II) Module "fb" already built-in
[ 13805.455] (==) modeset(0): Backing store enabled
[ 13805.455] (==) modeset(0): Silken mouse enabled
[ 13805.525] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 13805.525] (==) modeset(0): DPMS enabled
[ 13805.525] (II) modeset(0): [DRI2] Setup complete
[ 13805.525] (II) modeset(0): [DRI2] DRI driver: iris
[ 13805.525] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 13805.525] (II) Initializing extension Generic Event Extension
[ 13805.525] (II) Initializing extension SHAPE
[ 13805.525] (II) Initializing extension MIT-SHM
[ 13805.526] (II) Initializing extension XInputExtension
[ 13805.526] (II) Initializing extension XTEST
[ 13805.526] (II) Initializing extension BIG-REQUESTS
[ 13805.526] (II) Initializing extension SYNC
[ 13805.526] (II) Initializing extension XKEYBOARD
[ 13805.526] (II) Initializing extension XC-MISC
[ 13805.526] (II) Initializing extension SECURITY
[ 13805.526] (II) Initializing extension XFIXES
[ 13805.527] (II) Initializing extension RENDER
[ 13805.527] (II) Initializing extension RANDR
[ 13805.527] (II) Initializing extension COMPOSITE
[ 13805.527] (II) Initializing extension DAMAGE
[ 13805.527] (II) Initializing extension MIT-SCREEN-SAVER
[ 13805.527] (II) Initializing extension DOUBLE-BUFFER
[ 13805.527] (II) Initializing extension RECORD
[ 13805.528] (II) Initializing extension DPMS
[ 13805.528] (II) Initializing extension Present
[ 13805.528] (II) Initializing extension DRI3
[ 13805.528] (II) Initializing extension X-Resource
[ 13805.528] (II) Initializing extension XVideo
[ 13805.528] (II) Initializing extension XVideo-MotionCompensation
[ 13805.528] (II) Initializing extension GLX
[ 13805.536] (II) AIGLX: Loaded and initialized iris
[ 13805.536] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 13805.536] (II) Initializing extension XFree86-VidModeExtension
[ 13805.536] (II) Initializing extension XFree86-DGA
[ 13805.536] (II) Initializing extension XFree86-DRI
[ 13805.536] (II) Initializing extension DRI2
[ 13805.537] (II) modeset(0): Damage tracking initialized
[ 13805.537] (II) modeset(0): Setting screen physical size to 277 x 156
[ 13805.630] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 13805.630] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13805.630] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 13805.630] (II) LoadModule: "libinput"
[ 13805.630] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 13805.632] (II) Module libinput: vendor="X.Org Foundation"
[ 13805.632] compiled for 1.21.1.3, module version = 1.2.1
[ 13805.632] Module class: X.Org XInput Driver
[ 13805.632] ABI class: X.Org XInput driver, version 24.4
[ 13805.632] (II) Using input driver 'libinput' for 'Power Button'
[ 13805.632] (**) Power Button: always reports core events
[ 13805.632] (**) Option "Device" "/dev/input/event2"
[ 13805.634] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 13805.634] (II) event2 - Power Button: device is a keyboard
[ 13805.634] (II) event2 - Power Button: device removed
[ 13805.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 13805.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13805.664] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 13805.664] (II) event2 - Power Button: device is a keyboard
[ 13805.664] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 13805.664] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 13805.664] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 13805.664] (II) Using input driver 'libinput' for 'Video Bus'
[ 13805.664] (**) Video Bus: always reports core events
[ 13805.664] (**) Option "Device" "/dev/input/event3"
[ 13805.665] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 13805.665] (II) event3 - Video Bus: device is a keyboard
[ 13805.665] (II) event3 - Video Bus: device removed
[ 13805.693] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 13805.693] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 13805.694] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 13805.694] (II) event3 - Video Bus: device is a keyboard
[ 13805.695] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 13805.695] (II) No input driver specified, ignoring this device.
[ 13805.695] (II) This device may have been added with another device file.
[ 13805.696] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 13805.696] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 13805.696] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 13805.696] (II) Using input driver 'libinput' for 'Sleep Button'
[ 13805.696] (**) Sleep Button: always reports core events
[ 13805.696] (**) Option "Device" "/dev/input/event0"
[ 13805.697] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 13805.697] (II) event0 - Sleep Button: device is a keyboard
[ 13805.697] (II) event0 - Sleep Button: device removed
[ 13805.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 13805.720] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 13805.722] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 13805.722] (II) event0 - Sleep Button: device is a keyboard
[ 13805.725] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 13805.725] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 13805.725] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 13805.725] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 13805.725] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 13805.725] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 13805.725] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 13805.725] (**) Option "Device" "/dev/input/event5"
[ 13805.782] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 13805.783] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 13805.783] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 13805.783] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 13805.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input6/event5"
[ 13805.823] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 13805.823] (**) Option "AccelerationScheme" "none"
[ 13805.823] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 13805.823] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 13805.823] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 13805.883] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 13805.883] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 13805.883] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 13805.885] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 13805.885] (II) No input driver specified, ignoring this device.
[ 13805.885] (II) This device may have been added with another device file.
[ 13805.887] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 13805.887] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 13805.887] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 13805.887] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 13805.887] (**) Integrated Camera: Integrated C: always reports core events
[ 13805.887] (**) Option "Device" "/dev/input/event18"
[ 13805.890] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 13805.890] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 13805.890] (II) event18 - Integrated Camera: Integrated C: device removed
[ 13805.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 13805.923] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 13805.926] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 13805.926] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 13805.928] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 13805.928] (II) No input driver specified, ignoring this device.
[ 13805.928] (II) This device may have been added with another device file.
[ 13805.929] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[ 13805.929] (II) No input driver specified, ignoring this device.
[ 13805.929] (II) This device may have been added with another device file.
[ 13805.930] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 13805.930] (II) No input driver specified, ignoring this device.
[ 13805.930] (II) This device may have been added with another device file.
[ 13805.931] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 13805.931] (II) No input driver specified, ignoring this device.
[ 13805.931] (II) This device may have been added with another device file.
[ 13805.932] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 13805.932] (II) No input driver specified, ignoring this device.
[ 13805.932] (II) This device may have been added with another device file.
[ 13805.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 13805.933] (II) No input driver specified, ignoring this device.
[ 13805.933] (II) This device may have been added with another device file.
[ 13805.934] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 13805.934] (II) No input driver specified, ignoring this device.
[ 13805.934] (II) This device may have been added with another device file.
[ 13805.935] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 13805.935] (II) No input driver specified, ignoring this device.
[ 13805.935] (II) This device may have been added with another device file.
[ 13805.935] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 13805.935] (II) No input driver specified, ignoring this device.
[ 13805.935] (II) This device may have been added with another device file.
[ 13805.937] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 13805.937] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 13805.937] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 13805.937] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 13805.937] (II) LoadModule: "evdev"
[ 13805.937] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13805.937] (II) Module evdev: vendor="X.Org Foundation"
[ 13805.937] compiled for 1.21.1.1, module version = 2.10.6
[ 13805.937] Module class: X.Org XInput Driver
[ 13805.937] ABI class: X.Org XInput driver, version 24.4
[ 13805.937] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 13805.937] (**) AT Translated Set 2 keyboard: always reports core events
[ 13805.937] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 13805.937] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 13805.938] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 13805.938] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 13805.938] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 13805.938] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 13805.938] (**) Option "xkb_rules" "evdev"
[ 13805.938] (**) Option "xkb_model" "pc105+inet"
[ 13805.938] (**) Option "xkb_layout" "us"
[ 13805.938] (**) Option "xkb_variant" "euro"
[ 13805.938] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13805.963] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 13805.963] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13805.963] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 13805.963] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 13805.963] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 13805.963] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13805.963] (**) Option "Device" "/dev/input/event15"
[ 13805.964] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 13805.965] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 13805.965] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 13805.999] (**) Option "Tapping" "1"
[ 13806.000] (**) Option "TappingDragLock" "1"
[ 13806.000] (**) Option "AccelSpeed" "1"
[ 13806.000] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
[ 13806.000] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 13806.002] (**) Option "AccelerationScheme" "none"
[ 13806.002] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 13806.002] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 13806.002] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 13806.004] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 13806.006] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 13806.008] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 13806.008] (II) No input driver specified, ignoring this device.
[ 13806.008] (II) This device may have been added with another device file.
[ 13806.009] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 13806.009] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 13806.009] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 13806.009] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 13806.009] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 13806.009] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 13806.009] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 13806.009] (**) Option "Device" "/dev/input/event19"
[ 13806.011] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 13806.012] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 13806.013] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 13806.046] (**) Option "AccelSpeed" "1"
[ 13806.046] (**) Option "AccelProfile" "flat"
[ 13806.046] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 13806.046] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 13806.047] (**) Option "AccelerationScheme" "none"
[ 13806.047] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 13806.047] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 13806.047] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 13806.049] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 13806.050] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 13806.053] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 13806.053] (II) No input driver specified, ignoring this device.
[ 13806.053] (II) This device may have been added with another device file.
[ 13806.054] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 13806.054] (II) No input driver specified, ignoring this device.
[ 13806.054] (II) This device may have been added with another device file.
[ 13806.060] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 13806.060] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 13806.060] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 13806.060] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 13806.060] (**) ThinkPad Extra Buttons: always reports core events
[ 13806.060] (**) Option "Device" "/dev/input/event6"
[ 13806.062] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 13806.062] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 13806.063] (II) event6 - ThinkPad Extra Buttons: device removed
[ 13806.083] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[ 13806.083] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 13806.085] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 13806.085] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 13807.621] (II) event2 - Power Button: device removed
[ 13807.640] (II) event3 - Video Bus: device removed
[ 13807.660] (II) event0 - Sleep Button: device removed
[ 13807.680] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 13807.713] (II) event18 - Integrated Camera: Integrated C: device removed
[ 13807.763] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 13807.796] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 13807.830] (II) event6 - ThinkPad Extra Buttons: device removed
[ 13807.846] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 13817.582] (II) Open ACPI successful (/var/run/acpid.socket)
[ 13817.582] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 13817.733] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 13817.733] (II) modeset(0): Printing DDC gathered Modelines:
[ 13817.733] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13817.950] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 13817.950] (II) modeset(0): Printing DDC gathered Modelines:
[ 13817.950] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13818.101] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 13818.102] (II) event2 - Power Button: device is a keyboard
[ 13818.104] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 13818.104] (II) event3 - Video Bus: device is a keyboard
[ 13818.106] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 13818.106] (II) event0 - Sleep Button: device is a keyboard
[ 13818.166] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 13818.166] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 13818.166] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 13818.170] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 13818.170] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 13818.172] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 13818.176] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 13818.179] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 13818.180] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 13818.184] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 13818.184] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 13825.558] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 13825.558] (II) modeset(0): Printing DDC gathered Modelines:
[ 13825.558] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13827.659] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 13827.659] (II) modeset(0): Printing DDC gathered Modelines:
[ 13827.659] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13684.680] (--) Log file renamed from "/var/log/Xorg.pid-4531.log" to "/var/log/Xorg.0.log"
[ 13684.681]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 13684.681] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 13684.681] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 13684.681]
[ 13684.681] Current version of pixman: 0.40.0
[ 13684.681] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13684.681] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13684.681] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 18:32:24 2022
[ 13684.681] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13684.681] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13684.681] (==) No Layout section. Using the first Screen section.
[ 13684.681] (==) No screen section available. Using defaults.
[ 13684.681] (**) |-->Screen "Default Screen Section" (0)
[ 13684.681] (**) | |-->Monitor "<default monitor>"
[ 13684.681] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13684.681] (==) Automatically adding devices
[ 13684.681] (==) Automatically enabling devices
[ 13684.681] (==) Automatically adding GPU devices
[ 13684.681] (==) Automatically binding GPU devices
[ 13684.681] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13684.681] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 13684.681] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13684.681] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13684.681] (II) Module ABI versions:
[ 13684.681] X.Org ANSI C Emulation: 0.4
[ 13684.681] X.Org Video Driver: 25.2
[ 13684.681] X.Org XInput driver : 24.4
[ 13684.681] X.Org Server Extension : 10.0
[ 13684.682] (++) using VT number 7
[ 13684.682] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 13684.683] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13684.683] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 13684.694] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 13684.694] (II) Open ACPI successful (/var/run/acpid.socket)
[ 13684.694] (II) LoadModule: "glx"
[ 13684.694] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13684.696] (II) Module glx: vendor="X.Org Foundation"
[ 13684.696] compiled for 1.21.1.4, module version = 1.0.0
[ 13684.696] ABI class: X.Org Server Extension, version 10.0
[ 13684.696] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 13684.696] loading driver: modesetting
[ 13684.696] (==) Matched modesetting as autoconfigured driver 0
[ 13684.696] (==) Matched intel as autoconfigured driver 1
[ 13684.696] (==) Matched fbdev as autoconfigured driver 2
[ 13684.696] (==) Matched vesa as autoconfigured driver 3
[ 13684.696] (==) Assigned the driver to the xf86ConfigLayout
[ 13684.696] (II) LoadModule: "modesetting"
[ 13684.696] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 13684.696] (II) Module modesetting: vendor="X.Org Foundation"
[ 13684.696] compiled for 1.21.1.4, module version = 1.21.1
[ 13684.696] Module class: X.Org Video Driver
[ 13684.696] ABI class: X.Org Video Driver, version 25.2
[ 13684.696] (II) LoadModule: "intel"
[ 13684.697] (WW) Warning, couldn't open module intel
[ 13684.697] (EE) Failed to load module "intel" (module does not exist, 0)
[ 13684.697] (II) LoadModule: "fbdev"
[ 13684.697] (WW) Warning, couldn't open module fbdev
[ 13684.697] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13684.697] (II) LoadModule: "vesa"
[ 13684.697] (WW) Warning, couldn't open module vesa
[ 13684.697] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13684.697] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13684.725] (II) modeset(0): using drv /dev/dri/card0
[ 13684.725] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 13684.725] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 13684.725] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 13684.725] (==) modeset(0): RGB weight 888
[ 13684.725] (==) modeset(0): Default visual is TrueColor
[ 13684.725] (II) Loading sub module "glamoregl"
[ 13684.725] (II) LoadModule: "glamoregl"
[ 13684.726] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 13684.730] (II) Module glamoregl: vendor="X.Org Foundation"
[ 13684.730] compiled for 1.21.1.4, module version = 1.0.1
[ 13684.730] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13684.771] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 13684.771] (II) modeset(0): glamor initialized
[ 13684.771] (==) modeset(0): VariableRefresh: disabled
[ 13684.771] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 13684.772] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 13684.772] (II) modeset(0): Output DP-1 has no monitor section
[ 13684.889] (II) modeset(0): Output HDMI-1 has no monitor section
[ 13684.890] (II) modeset(0): Output DP-2 has no monitor section
[ 13684.896] (II) modeset(0): Output HDMI-2 has no monitor section
[ 13684.898] (II) modeset(0): EDID for output eDP-1
[ 13684.898] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 13684.898] (II) modeset(0): Year: 2015 Week: 52
[ 13684.898] (II) modeset(0): EDID Version: 1.4
[ 13684.898] (II) modeset(0): Digital Display Input
[ 13684.898] (II) modeset(0): 8 bits per channel
[ 13684.898] (II) modeset(0): Digital interface is DisplayPort
[ 13684.898] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 13684.898] (II) modeset(0): Gamma: 2.20
[ 13684.898] (II) modeset(0): No DPMS capabilities specified
[ 13684.898] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 13684.898] (II) modeset(0): First detailed timing is preferred mode
[ 13684.898] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 13684.898] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 13684.898] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 13684.898] (II) modeset(0): Manufacturer's mask: 0
[ 13684.898] (II) modeset(0): Supported detailed timing:
[ 13684.898] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 13684.898] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 13684.898] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 13684.898] (II) modeset(0): Unknown vendor-specific block f
[ 13684.898] (II) modeset(0): AUO
[ 13684.898] (II) modeset(0): B125HAN02.2
[ 13684.899] (II) modeset(0): EDID (in hex):
[ 13684.899] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 13684.899] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 13684.899] (II) modeset(0): 1d4e5300000001010101010101010101
[ 13684.899] (II) modeset(0): 010101010101143780b8703824401010
[ 13684.899] (II) modeset(0): 3e00149b100000180000000f00000000
[ 13684.899] (II) modeset(0): 00000000000000000020000000fe0041
[ 13684.899] (II) modeset(0): 554f0a202020202020202020000000fe
[ 13684.899] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 13684.899] (II) modeset(0): Printing probed modes for output eDP-1
[ 13684.899] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 13684.899] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 13684.900] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 13684.900] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 13684.900] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 13684.900] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 13684.900] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 13684.900] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 13684.900] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 13684.900] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 13684.901] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 13684.901] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13684.901] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 13684.901] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13684.901] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 13684.901] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 13684.901] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 13684.901] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 13684.901] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 13684.901] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 13684.901] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 13684.901] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 13684.901] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 13684.901] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 13684.901] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 13684.901] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 13684.901] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 13684.901] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 13684.901] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 13684.901] (II) modeset(0): EDID for output DP-1
[ 13685.016] (II) modeset(0): EDID for output HDMI-1
[ 13685.016] (II) modeset(0): EDID for output DP-2
[ 13685.022] (II) modeset(0): EDID for output HDMI-2
[ 13685.022] (II) modeset(0): Output eDP-1 connected
[ 13685.022] (II) modeset(0): Output DP-1 disconnected
[ 13685.022] (II) modeset(0): Output HDMI-1 disconnected
[ 13685.022] (II) modeset(0): Output DP-2 disconnected
[ 13685.022] (II) modeset(0): Output HDMI-2 disconnected
[ 13685.022] (II) modeset(0): Using exact sizes for initial modes
[ 13685.022] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 13685.022] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13685.022] (==) modeset(0): DPI set to (96, 96)
[ 13685.022] (II) Loading sub module "fb"
[ 13685.022] (II) LoadModule: "fb"
[ 13685.022] (II) Module "fb" already built-in
[ 13685.051] (==) modeset(0): Backing store enabled
[ 13685.051] (==) modeset(0): Silken mouse enabled
[ 13685.127] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 13685.127] (==) modeset(0): DPMS enabled
[ 13685.127] (II) modeset(0): [DRI2] Setup complete
[ 13685.127] (II) modeset(0): [DRI2] DRI driver: iris
[ 13685.127] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 13685.127] (II) Initializing extension Generic Event Extension
[ 13685.128] (II) Initializing extension SHAPE
[ 13685.128] (II) Initializing extension MIT-SHM
[ 13685.128] (II) Initializing extension XInputExtension
[ 13685.128] (II) Initializing extension XTEST
[ 13685.129] (II) Initializing extension BIG-REQUESTS
[ 13685.129] (II) Initializing extension SYNC
[ 13685.129] (II) Initializing extension XKEYBOARD
[ 13685.130] (II) Initializing extension XC-MISC
[ 13685.130] (II) Initializing extension SECURITY
[ 13685.130] (II) Initializing extension XFIXES
[ 13685.130] (II) Initializing extension RENDER
[ 13685.131] (II) Initializing extension RANDR
[ 13685.131] (II) Initializing extension COMPOSITE
[ 13685.132] (II) Initializing extension DAMAGE
[ 13685.132] (II) Initializing extension MIT-SCREEN-SAVER
[ 13685.132] (II) Initializing extension DOUBLE-BUFFER
[ 13685.132] (II) Initializing extension RECORD
[ 13685.133] (II) Initializing extension DPMS
[ 13685.133] (II) Initializing extension Present
[ 13685.133] (II) Initializing extension DRI3
[ 13685.134] (II) Initializing extension X-Resource
[ 13685.134] (II) Initializing extension XVideo
[ 13685.134] (II) Initializing extension XVideo-MotionCompensation
[ 13685.134] (II) Initializing extension GLX
[ 13685.151] (II) AIGLX: Loaded and initialized iris
[ 13685.152] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 13685.152] (II) Initializing extension XFree86-VidModeExtension
[ 13685.152] (II) Initializing extension XFree86-DGA
[ 13685.152] (II) Initializing extension XFree86-DRI
[ 13685.152] (II) Initializing extension DRI2
[ 13685.153] (II) modeset(0): Damage tracking initialized
[ 13685.153] (II) modeset(0): Setting screen physical size to 277 x 156
[ 13685.242] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 13685.242] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13685.242] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 13685.242] (**) Power Button: Applying InputClass "cfr evdev keyboard"
[ 13685.242] (II) LoadModule: "evdev"
[ 13685.242] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13685.243] (II) Module evdev: vendor="X.Org Foundation"
[ 13685.243] compiled for 1.21.1.1, module version = 2.10.6
[ 13685.243] Module class: X.Org XInput Driver
[ 13685.243] ABI class: X.Org XInput driver, version 24.4
[ 13685.243] (II) Using input driver 'evdev' for 'Power Button'
[ 13685.243] (**) Power Button: always reports core events
[ 13685.243] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 13685.243] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13685.243] (--) evdev: Power Button: Found keys
[ 13685.243] (II) evdev: Power Button: Configuring as keyboard
[ 13685.243] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 13685.243] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13685.243] (**) Option "xkb_rules" "evdev"
[ 13685.243] (**) Option "xkb_model" "pc105+inet"
[ 13685.243] (**) Option "xkb_layout" "us"
[ 13685.243] (**) Option "xkb_variant" "euro"
[ 13685.243] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13685.262] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 13685.262] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 13685.262] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 13685.262] (**) Video Bus: Applying InputClass "cfr evdev keyboard"
[ 13685.262] (II) Using input driver 'evdev' for 'Video Bus'
[ 13685.262] (**) Video Bus: always reports core events
[ 13685.262] (**) evdev: Video Bus: Device: "/dev/input/event3"
[ 13685.262] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 13685.262] (--) evdev: Video Bus: Found keys
[ 13685.262] (II) evdev: Video Bus: Configuring as keyboard
[ 13685.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 13685.262] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 13685.262] (**) Option "xkb_rules" "evdev"
[ 13685.262] (**) Option "xkb_model" "pc105+inet"
[ 13685.262] (**) Option "xkb_layout" "us"
[ 13685.262] (**) Option "xkb_variant" "euro"
[ 13685.262] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13685.262] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 13685.262] (II) No input driver specified, ignoring this device.
[ 13685.262] (II) This device may have been added with another device file.
[ 13685.263] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 13685.263] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 13685.263] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 13685.263] (**) Sleep Button: Applying InputClass "cfr evdev keyboard"
[ 13685.263] (II) Using input driver 'evdev' for 'Sleep Button'
[ 13685.263] (**) Sleep Button: always reports core events
[ 13685.263] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 13685.263] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 13685.263] (--) evdev: Sleep Button: Found keys
[ 13685.263] (II) evdev: Sleep Button: Configuring as keyboard
[ 13685.263] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 13685.263] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 13685.263] (**) Option "xkb_rules" "evdev"
[ 13685.263] (**) Option "xkb_model" "pc105+inet"
[ 13685.263] (**) Option "xkb_layout" "us"
[ 13685.263] (**) Option "xkb_variant" "euro"
[ 13685.263] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13685.264] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 13685.264] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 13685.264] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 13685.264] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 13685.264] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 13685.264] (II) LoadModule: "libinput"
[ 13685.264] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 13685.266] (II) Module libinput: vendor="X.Org Foundation"
[ 13685.266] compiled for 1.21.1.3, module version = 1.2.1
[ 13685.266] Module class: X.Org XInput Driver
[ 13685.266] ABI class: X.Org XInput driver, version 24.4
[ 13685.266] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 13685.266] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 13685.266] (**) Option "Device" "/dev/input/event5"
[ 13685.325] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 13685.326] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 13685.326] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 13685.326] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 13685.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input6/event5"
[ 13685.366] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 13685.367] (**) Option "AccelerationScheme" "none"
[ 13685.367] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 13685.367] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 13685.367] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 13685.426] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 13685.427] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 13685.427] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 13685.430] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 13685.430] (II) No input driver specified, ignoring this device.
[ 13685.430] (II) This device may have been added with another device file.
[ 13685.432] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 13685.432] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 13685.432] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 13685.432] (**) Integrated Camera: Integrated C: Applying InputClass "cfr evdev keyboard"
[ 13685.432] (II) Using input driver 'evdev' for 'Integrated Camera: Integrated C'
[ 13685.432] (**) Integrated Camera: Integrated C: always reports core events
[ 13685.432] (**) evdev: Integrated Camera: Integrated C: Device: "/dev/input/event18"
[ 13685.432] (--) evdev: Integrated Camera: Integrated C: Vendor 0x4f2 Product 0xb5ab
[ 13685.432] (--) evdev: Integrated Camera: Integrated C: Found keys
[ 13685.432] (II) evdev: Integrated Camera: Integrated C: Configuring as keyboard
[ 13685.432] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 13685.432] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 13685.432] (**) Option "xkb_rules" "evdev"
[ 13685.432] (**) Option "xkb_model" "pc105+inet"
[ 13685.432] (**) Option "xkb_layout" "us"
[ 13685.432] (**) Option "xkb_variant" "euro"
[ 13685.432] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13685.434] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 13685.434] (II) No input driver specified, ignoring this device.
[ 13685.434] (II) This device may have been added with another device file.
[ 13685.436] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[ 13685.436] (II) No input driver specified, ignoring this device.
[ 13685.436] (II) This device may have been added with another device file.
[ 13685.437] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 13685.437] (II) No input driver specified, ignoring this device.
[ 13685.437] (II) This device may have been added with another device file.
[ 13685.438] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 13685.438] (II) No input driver specified, ignoring this device.
[ 13685.438] (II) This device may have been added with another device file.
[ 13685.439] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 13685.439] (II) No input driver specified, ignoring this device.
[ 13685.439] (II) This device may have been added with another device file.
[ 13685.440] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 13685.440] (II) No input driver specified, ignoring this device.
[ 13685.440] (II) This device may have been added with another device file.
[ 13685.442] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 13685.442] (II) No input driver specified, ignoring this device.
[ 13685.442] (II) This device may have been added with another device file.
[ 13685.443] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 13685.443] (II) No input driver specified, ignoring this device.
[ 13685.443] (II) This device may have been added with another device file.
[ 13685.444] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 13685.444] (II) No input driver specified, ignoring this device.
[ 13685.444] (II) This device may have been added with another device file.
[ 13685.445] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 13685.446] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 13685.446] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 13685.446] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 13685.446] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 13685.446] (**) AT Translated Set 2 keyboard: always reports core events
[ 13685.446] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 13685.446] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 13685.446] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 13685.446] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 13685.446] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 13685.446] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 13685.446] (**) Option "xkb_rules" "evdev"
[ 13685.446] (**) Option "xkb_model" "pc105+inet"
[ 13685.446] (**) Option "xkb_layout" "us"
[ 13685.446] (**) Option "xkb_variant" "euro"
[ 13685.446] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13685.448] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 13685.448] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13685.448] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 13685.448] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 13685.448] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 13685.448] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13685.448] (**) Option "Device" "/dev/input/event15"
[ 13685.451] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 13685.455] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 13685.455] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 13685.496] (**) Option "Tapping" "1"
[ 13685.496] (**) Option "TappingDragLock" "1"
[ 13685.496] (**) Option "AccelSpeed" "1"
[ 13685.497] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
[ 13685.497] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 13685.501] (**) Option "AccelerationScheme" "none"
[ 13685.501] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 13685.501] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 13685.501] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 13685.504] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 13685.508] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 13685.510] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 13685.510] (II) No input driver specified, ignoring this device.
[ 13685.510] (II) This device may have been added with another device file.
[ 13685.512] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 13685.512] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 13685.512] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 13685.512] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 13685.512] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 13685.512] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 13685.512] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 13685.512] (**) Option "Device" "/dev/input/event19"
[ 13685.516] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 13685.517] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 13685.518] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 13685.560] (**) Option "AccelSpeed" "1"
[ 13685.560] (**) Option "AccelProfile" "flat"
[ 13685.560] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 13685.560] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 13685.560] (**) Option "AccelerationScheme" "none"
[ 13685.560] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 13685.560] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 13685.560] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 13685.563] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 13685.564] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 13685.567] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 13685.567] (II) No input driver specified, ignoring this device.
[ 13685.567] (II) This device may have been added with another device file.
[ 13685.568] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 13685.568] (II) No input driver specified, ignoring this device.
[ 13685.568] (II) This device may have been added with another device file.
[ 13685.577] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 13685.577] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 13685.577] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 13685.577] (**) ThinkPad Extra Buttons: Applying InputClass "cfr evdev keyboard"
[ 13685.577] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 13685.577] (**) ThinkPad Extra Buttons: always reports core events
[ 13685.577] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
[ 13685.577] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 13685.577] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 13685.577] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 13685.577] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[ 13685.577] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 13685.577] (**) Option "xkb_rules" "evdev"
[ 13685.577] (**) Option "xkb_model" "pc105+inet"
[ 13685.577] (**) Option "xkb_layout" "us"
[ 13685.577] (**) Option "xkb_variant" "euro"
[ 13685.577] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 13689.680] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 13689.770] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 13689.813] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 13689.863] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 13710.711] (II) evdev: ThinkPad Extra Buttons: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.711] (II) UnloadModule: "libinput"
[ 13710.711] (II) UnloadModule: "libinput"
[ 13710.711] (II) evdev: AT Translated Set 2 keyboard: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.711] (II) evdev: Integrated Camera: Integrated C: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.711] (II) UnloadModule: "libinput"
[ 13710.711] (II) evdev: Sleep Button: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.711] (II) evdev: Video Bus: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.711] (II) evdev: Power Button: Close
[ 13710.711] (II) UnloadModule: "evdev"
[ 13710.718] (II) Server terminated successfully (0). Closing log file.The only other thing I did was correct some sddm configuration files which were missing section headings, which is why my logs now show X starting on VT7. One of those is related to input,
[General]
# Input method module
InputMethod=qtvirtualkeyboardBut commenting the section header doesn't produce the problem either. (I thought this was just about the input in the greeter, but figured I would try commenting the header out anyway.)
I haven't updated anything. I haven't installed anything (except switching between cached copies of xorg-server and xorg-server-common).
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
[ 13805.098] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 18:34:25 2022
…
[ 13710.718] (II) Server terminated successfully (0). Closing log file.Dated log?
But you were running on evdev and the us layout back then.
[ 13805.937] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
…
[ 13805.938] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 13805.938] (**) Option "xkb_rules" "evdev"
[ 13805.938] (**) Option "xkb_model" "pc105+inet"
[ 13805.938] (**) Option "xkb_layout" "us"
[ 13805.938] (**) Option "xkb_variant" "euro"Offline
I think I know how I did that, but the reason is too stupid to tell.
Here are the current logs (from X started with the heading commented in sddm's config, which I presume is irrelevant):
[ 60659.118] (--) Log file renamed from "/var/log/Xorg.pid-10276.log" to "/var/log/Xorg.0.log"
[ 60659.119]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 60659.119] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 60659.119] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 60659.119]
[ 60659.119] Current version of pixman: 0.40.0
[ 60659.119] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 60659.119] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 60659.119] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 19 19:32:12 2022
[ 60659.119] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 60659.119] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 60659.119] (==) No Layout section. Using the first Screen section.
[ 60659.120] (==) No screen section available. Using defaults.
[ 60659.120] (**) |-->Screen "Default Screen Section" (0)
[ 60659.120] (**) | |-->Monitor "<default monitor>"
[ 60659.120] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 60659.120] (==) Automatically adding devices
[ 60659.120] (==) Automatically enabling devices
[ 60659.120] (==) Automatically adding GPU devices
[ 60659.120] (==) Automatically binding GPU devices
[ 60659.120] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 60659.120] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 60659.120] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 60659.120] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 60659.120] (II) Module ABI versions:
[ 60659.120] X.Org ANSI C Emulation: 0.4
[ 60659.120] X.Org Video Driver: 25.2
[ 60659.120] X.Org XInput driver : 24.4
[ 60659.120] X.Org Server Extension : 10.0
[ 60659.121] (++) using VT number 7
[ 60659.121] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 60659.123] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 60659.123] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 60659.131] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 60659.131] (II) Open ACPI successful (/var/run/acpid.socket)
[ 60659.131] (II) LoadModule: "glx"
[ 60659.132] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 60659.134] (II) Module glx: vendor="X.Org Foundation"
[ 60659.134] compiled for 1.21.1.4, module version = 1.0.0
[ 60659.134] ABI class: X.Org Server Extension, version 10.0
[ 60659.134] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 60659.134] loading driver: modesetting
[ 60659.134] (==) Matched modesetting as autoconfigured driver 0
[ 60659.134] (==) Matched intel as autoconfigured driver 1
[ 60659.134] (==) Matched fbdev as autoconfigured driver 2
[ 60659.134] (==) Matched vesa as autoconfigured driver 3
[ 60659.134] (==) Assigned the driver to the xf86ConfigLayout
[ 60659.134] (II) LoadModule: "modesetting"
[ 60659.134] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 60659.135] (II) Module modesetting: vendor="X.Org Foundation"
[ 60659.135] compiled for 1.21.1.4, module version = 1.21.1
[ 60659.135] Module class: X.Org Video Driver
[ 60659.135] ABI class: X.Org Video Driver, version 25.2
[ 60659.135] (II) LoadModule: "intel"
[ 60659.135] (WW) Warning, couldn't open module intel
[ 60659.135] (EE) Failed to load module "intel" (module does not exist, 0)
[ 60659.135] (II) LoadModule: "fbdev"
[ 60659.136] (WW) Warning, couldn't open module fbdev
[ 60659.136] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 60659.136] (II) LoadModule: "vesa"
[ 60659.136] (WW) Warning, couldn't open module vesa
[ 60659.136] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 60659.136] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 60659.160] (II) modeset(0): using drv /dev/dri/card0
[ 60659.160] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 60659.160] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 60659.160] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 60659.160] (==) modeset(0): RGB weight 888
[ 60659.160] (==) modeset(0): Default visual is TrueColor
[ 60659.160] (II) Loading sub module "glamoregl"
[ 60659.160] (II) LoadModule: "glamoregl"
[ 60659.160] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 60659.166] (II) Module glamoregl: vendor="X.Org Foundation"
[ 60659.166] compiled for 1.21.1.4, module version = 1.0.1
[ 60659.166] ABI class: X.Org ANSI C Emulation, version 0.4
[ 60659.222] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 60659.222] (II) modeset(0): glamor initialized
[ 60659.222] (==) modeset(0): VariableRefresh: disabled
[ 60659.222] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 60659.223] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 60659.223] (II) modeset(0): Output DP-1 has no monitor section
[ 60659.338] (II) modeset(0): Output HDMI-1 has no monitor section
[ 60659.339] (II) modeset(0): Output DP-2 has no monitor section
[ 60659.344] (II) modeset(0): Output HDMI-2 has no monitor section
[ 60659.346] (II) modeset(0): EDID for output eDP-1
[ 60659.346] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 60659.346] (II) modeset(0): Year: 2015 Week: 52
[ 60659.346] (II) modeset(0): EDID Version: 1.4
[ 60659.346] (II) modeset(0): Digital Display Input
[ 60659.346] (II) modeset(0): 8 bits per channel
[ 60659.346] (II) modeset(0): Digital interface is DisplayPort
[ 60659.346] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 60659.346] (II) modeset(0): Gamma: 2.20
[ 60659.346] (II) modeset(0): No DPMS capabilities specified
[ 60659.346] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 60659.346] (II) modeset(0): First detailed timing is preferred mode
[ 60659.346] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 60659.346] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 60659.346] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 60659.346] (II) modeset(0): Manufacturer's mask: 0
[ 60659.346] (II) modeset(0): Supported detailed timing:
[ 60659.346] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 60659.346] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 60659.346] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 60659.346] (II) modeset(0): Unknown vendor-specific block f
[ 60659.346] (II) modeset(0): AUO
[ 60659.346] (II) modeset(0): B125HAN02.2
[ 60659.347] (II) modeset(0): EDID (in hex):
[ 60659.347] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 60659.347] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 60659.347] (II) modeset(0): 1d4e5300000001010101010101010101
[ 60659.347] (II) modeset(0): 010101010101143780b8703824401010
[ 60659.347] (II) modeset(0): 3e00149b100000180000000f00000000
[ 60659.347] (II) modeset(0): 00000000000000000020000000fe0041
[ 60659.347] (II) modeset(0): 554f0a202020202020202020000000fe
[ 60659.347] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 60659.347] (II) modeset(0): Printing probed modes for output eDP-1
[ 60659.347] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 60659.347] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 60659.347] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 60659.347] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 60659.347] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 60659.347] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 60659.347] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 60659.348] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 60659.348] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 60659.348] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 60659.348] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 60659.348] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 60659.348] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 60659.348] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 60659.348] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 60659.348] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 60659.348] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 60659.348] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 60659.348] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 60659.348] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 60659.348] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 60659.348] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 60659.348] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 60659.348] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 60659.348] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 60659.348] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 60659.348] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 60659.348] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 60659.348] (II) modeset(0): EDID for output DP-1
[ 60659.464] (II) modeset(0): EDID for output HDMI-1
[ 60659.464] (II) modeset(0): EDID for output DP-2
[ 60659.470] (II) modeset(0): EDID for output HDMI-2
[ 60659.470] (II) modeset(0): Output eDP-1 connected
[ 60659.470] (II) modeset(0): Output DP-1 disconnected
[ 60659.470] (II) modeset(0): Output HDMI-1 disconnected
[ 60659.470] (II) modeset(0): Output DP-2 disconnected
[ 60659.470] (II) modeset(0): Output HDMI-2 disconnected
[ 60659.470] (II) modeset(0): Using exact sizes for initial modes
[ 60659.470] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 60659.470] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 60659.470] (==) modeset(0): DPI set to (96, 96)
[ 60659.470] (II) Loading sub module "fb"
[ 60659.470] (II) LoadModule: "fb"
[ 60659.470] (II) Module "fb" already built-in
[ 60659.490] (==) modeset(0): Backing store enabled
[ 60659.490] (==) modeset(0): Silken mouse enabled
[ 60659.560] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 60659.560] (==) modeset(0): DPMS enabled
[ 60659.560] (II) modeset(0): [DRI2] Setup complete
[ 60659.560] (II) modeset(0): [DRI2] DRI driver: iris
[ 60659.560] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 60659.560] (II) Initializing extension Generic Event Extension
[ 60659.560] (II) Initializing extension SHAPE
[ 60659.560] (II) Initializing extension MIT-SHM
[ 60659.560] (II) Initializing extension XInputExtension
[ 60659.561] (II) Initializing extension XTEST
[ 60659.561] (II) Initializing extension BIG-REQUESTS
[ 60659.561] (II) Initializing extension SYNC
[ 60659.561] (II) Initializing extension XKEYBOARD
[ 60659.561] (II) Initializing extension XC-MISC
[ 60659.561] (II) Initializing extension SECURITY
[ 60659.561] (II) Initializing extension XFIXES
[ 60659.561] (II) Initializing extension RENDER
[ 60659.562] (II) Initializing extension RANDR
[ 60659.562] (II) Initializing extension COMPOSITE
[ 60659.562] (II) Initializing extension DAMAGE
[ 60659.562] (II) Initializing extension MIT-SCREEN-SAVER
[ 60659.562] (II) Initializing extension DOUBLE-BUFFER
[ 60659.562] (II) Initializing extension RECORD
[ 60659.562] (II) Initializing extension DPMS
[ 60659.562] (II) Initializing extension Present
[ 60659.563] (II) Initializing extension DRI3
[ 60659.563] (II) Initializing extension X-Resource
[ 60659.563] (II) Initializing extension XVideo
[ 60659.563] (II) Initializing extension XVideo-MotionCompensation
[ 60659.563] (II) Initializing extension GLX
[ 60659.570] (II) AIGLX: Loaded and initialized iris
[ 60659.570] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 60659.570] (II) Initializing extension XFree86-VidModeExtension
[ 60659.570] (II) Initializing extension XFree86-DGA
[ 60659.570] (II) Initializing extension XFree86-DRI
[ 60659.570] (II) Initializing extension DRI2
[ 60659.571] (II) modeset(0): Damage tracking initialized
[ 60659.571] (II) modeset(0): Setting screen physical size to 277 x 156
[ 60659.683] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 60659.683] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 60659.683] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 60659.683] (II) LoadModule: "libinput"
[ 60659.683] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 60659.685] (II) Module libinput: vendor="X.Org Foundation"
[ 60659.685] compiled for 1.21.1.3, module version = 1.2.1
[ 60659.685] Module class: X.Org XInput Driver
[ 60659.685] ABI class: X.Org XInput driver, version 24.4
[ 60659.685] (II) Using input driver 'libinput' for 'Power Button'
[ 60659.685] (**) Power Button: always reports core events
[ 60659.685] (**) Option "Device" "/dev/input/event2"
[ 60659.688] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 60659.688] (II) event2 - Power Button: device is a keyboard
[ 60659.688] (II) event2 - Power Button: device removed
[ 60659.725] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 60659.725] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 60659.727] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 60659.727] (II) event2 - Power Button: device is a keyboard
[ 60659.729] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 60659.729] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 60659.729] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 60659.729] (II) Using input driver 'libinput' for 'Video Bus'
[ 60659.729] (**) Video Bus: always reports core events
[ 60659.729] (**) Option "Device" "/dev/input/event3"
[ 60659.732] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 60659.732] (II) event3 - Video Bus: device is a keyboard
[ 60659.733] (II) event3 - Video Bus: device removed
[ 60659.751] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 60659.751] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 60659.753] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 60659.753] (II) event3 - Video Bus: device is a keyboard
[ 60659.754] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 60659.754] (II) No input driver specified, ignoring this device.
[ 60659.754] (II) This device may have been added with another device file.
[ 60659.755] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 60659.755] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 60659.755] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 60659.755] (II) Using input driver 'libinput' for 'Sleep Button'
[ 60659.755] (**) Sleep Button: always reports core events
[ 60659.755] (**) Option "Device" "/dev/input/event0"
[ 60659.756] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 60659.756] (II) event0 - Sleep Button: device is a keyboard
[ 60659.757] (II) event0 - Sleep Button: device removed
[ 60659.771] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 60659.771] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 60659.773] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 60659.773] (II) event0 - Sleep Button: device is a keyboard
[ 60659.775] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 60659.775] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 60659.775] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 60659.775] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 60659.775] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 60659.775] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 60659.775] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 60659.775] (**) Option "Device" "/dev/input/event5"
[ 60659.833] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 60659.833] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 60659.834] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 60659.834] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 60659.875] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input6/event5"
[ 60659.875] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 60659.875] (**) Option "AccelerationScheme" "none"
[ 60659.875] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 60659.875] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 60659.875] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 60659.933] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 60659.934] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 60659.934] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 60659.935] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 60659.935] (II) No input driver specified, ignoring this device.
[ 60659.935] (II) This device may have been added with another device file.
[ 60659.936] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 60659.936] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 60659.936] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 60659.936] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 60659.936] (**) Integrated Camera: Integrated C: always reports core events
[ 60659.936] (**) Option "Device" "/dev/input/event18"
[ 60659.938] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 60659.938] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 60659.938] (II) event18 - Integrated Camera: Integrated C: device removed
[ 60659.975] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 60659.975] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 60659.977] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 60659.977] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 60659.978] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 60659.978] (II) No input driver specified, ignoring this device.
[ 60659.978] (II) This device may have been added with another device file.
[ 60659.979] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[ 60659.979] (II) No input driver specified, ignoring this device.
[ 60659.979] (II) This device may have been added with another device file.
[ 60659.979] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 60659.979] (II) No input driver specified, ignoring this device.
[ 60659.979] (II) This device may have been added with another device file.
[ 60659.980] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 60659.980] (II) No input driver specified, ignoring this device.
[ 60659.980] (II) This device may have been added with another device file.
[ 60659.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 60659.980] (II) No input driver specified, ignoring this device.
[ 60659.980] (II) This device may have been added with another device file.
[ 60659.981] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 60659.981] (II) No input driver specified, ignoring this device.
[ 60659.981] (II) This device may have been added with another device file.
[ 60659.982] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 60659.982] (II) No input driver specified, ignoring this device.
[ 60659.982] (II) This device may have been added with another device file.
[ 60659.982] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 60659.982] (II) No input driver specified, ignoring this device.
[ 60659.982] (II) This device may have been added with another device file.
[ 60659.983] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 60659.983] (II) No input driver specified, ignoring this device.
[ 60659.983] (II) This device may have been added with another device file.
[ 60659.984] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 60659.984] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 60659.984] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 60659.984] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 60659.984] (II) LoadModule: "evdev"
[ 60659.984] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 60659.984] (II) Module evdev: vendor="X.Org Foundation"
[ 60659.984] compiled for 1.21.1.1, module version = 2.10.6
[ 60659.984] Module class: X.Org XInput Driver
[ 60659.984] ABI class: X.Org XInput driver, version 24.4
[ 60659.984] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 60659.984] (**) AT Translated Set 2 keyboard: always reports core events
[ 60659.984] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 60659.984] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 60659.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 60659.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 60659.984] (**) Option "xkb_rules" "evdev"
[ 60659.984] (**) Option "xkb_model" "pc105+inet"
[ 60659.984] (**) Option "xkb_layout" "us"
[ 60659.985] (**) Option "xkb_variant" "euro"
[ 60659.985] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 60660.017] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 60660.017] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 60660.017] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 60660.017] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 60660.017] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 60660.017] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 60660.017] (**) Option "Device" "/dev/input/event15"
[ 60660.018] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 60660.020] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 60660.020] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 60660.055] (**) Option "Tapping" "1"
[ 60660.055] (**) Option "TappingDragLock" "1"
[ 60660.055] (**) Option "AccelSpeed" "1"
[ 60660.055] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
[ 60660.055] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 60660.057] (**) Option "AccelerationScheme" "none"
[ 60660.057] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 60660.057] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 60660.057] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 60660.059] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 60660.061] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 60660.062] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 60660.062] (II) No input driver specified, ignoring this device.
[ 60660.062] (II) This device may have been added with another device file.
[ 60660.063] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 60660.063] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 60660.063] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 60660.063] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 60660.063] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 60660.063] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 60660.063] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 60660.063] (**) Option "Device" "/dev/input/event19"
[ 60660.065] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 60660.066] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 60660.067] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 60660.101] (**) Option "AccelSpeed" "1"
[ 60660.101] (**) Option "AccelProfile" "flat"
[ 60660.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 60660.101] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 60660.102] (**) Option "AccelerationScheme" "none"
[ 60660.102] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 60660.102] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 60660.102] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 60660.103] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 60660.104] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 60660.106] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 60660.106] (II) No input driver specified, ignoring this device.
[ 60660.106] (II) This device may have been added with another device file.
[ 60660.107] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 60660.107] (II) No input driver specified, ignoring this device.
[ 60660.107] (II) This device may have been added with another device file.
[ 60660.111] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 60660.111] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 60660.111] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 60660.111] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 60660.111] (**) ThinkPad Extra Buttons: always reports core events
[ 60660.111] (**) Option "Device" "/dev/input/event6"
[ 60660.112] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 60660.112] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 60660.113] (II) event6 - ThinkPad Extra Buttons: device removed
[ 60660.128] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[ 60660.128] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 60660.130] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 60660.130] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 60669.551] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 60669.551] (II) modeset(0): Printing DDC gathered Modelines:
[ 60669.551] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 60672.024] (II) modeset(0): EDID vendor "AUO", prod id 8813
[ 60672.024] (II) modeset(0): Printing DDC gathered Modelines:
[ 60672.024] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 61847.351] (EE) event15 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 61848.476] (EE) event15 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 60602.114] (--) Log file renamed from "/var/log/Xorg.pid-10199.log" to "/var/log/Xorg.0.log"
[ 60602.116]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 60602.116] Current Operating System: Linux CyfrifiadurCFR 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 60602.116] Kernel command line: root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[ 60602.116]
[ 60602.116] Current version of pixman: 0.40.0
[ 60602.116] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 60602.116] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 60602.116] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 19 19:31:15 2022
[ 60602.117] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 60602.117] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 60602.117] (==) No Layout section. Using the first Screen section.
[ 60602.117] (==) No screen section available. Using defaults.
[ 60602.117] (**) |-->Screen "Default Screen Section" (0)
[ 60602.117] (**) | |-->Monitor "<default monitor>"
[ 60602.118] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 60602.118] (==) Automatically adding devices
[ 60602.118] (==) Automatically enabling devices
[ 60602.118] (==) Automatically adding GPU devices
[ 60602.118] (==) Automatically binding GPU devices
[ 60602.118] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 60602.118] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 60602.118] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 60602.118] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 60602.118] (II) Module ABI versions:
[ 60602.118] X.Org ANSI C Emulation: 0.4
[ 60602.118] X.Org Video Driver: 25.2
[ 60602.118] X.Org XInput driver : 24.4
[ 60602.118] X.Org Server Extension : 10.0
[ 60602.120] (++) using VT number 7
[ 60602.120] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 60602.123] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 60602.123] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 60602.138] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 60602.138] (II) Open ACPI successful (/var/run/acpid.socket)
[ 60602.138] (II) LoadModule: "glx"
[ 60602.140] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 60602.144] (II) Module glx: vendor="X.Org Foundation"
[ 60602.144] compiled for 1.21.1.4, module version = 1.0.0
[ 60602.144] ABI class: X.Org Server Extension, version 10.0
[ 60602.144] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[ 60602.144] loading driver: modesetting
[ 60602.144] (==) Matched modesetting as autoconfigured driver 0
[ 60602.144] (==) Matched intel as autoconfigured driver 1
[ 60602.144] (==) Matched fbdev as autoconfigured driver 2
[ 60602.144] (==) Matched vesa as autoconfigured driver 3
[ 60602.144] (==) Assigned the driver to the xf86ConfigLayout
[ 60602.144] (II) LoadModule: "modesetting"
[ 60602.144] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 60602.146] (II) Module modesetting: vendor="X.Org Foundation"
[ 60602.146] compiled for 1.21.1.4, module version = 1.21.1
[ 60602.146] Module class: X.Org Video Driver
[ 60602.146] ABI class: X.Org Video Driver, version 25.2
[ 60602.146] (II) LoadModule: "intel"
[ 60602.147] (WW) Warning, couldn't open module intel
[ 60602.147] (EE) Failed to load module "intel" (module does not exist, 0)
[ 60602.147] (II) LoadModule: "fbdev"
[ 60602.147] (WW) Warning, couldn't open module fbdev
[ 60602.147] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 60602.147] (II) LoadModule: "vesa"
[ 60602.147] (WW) Warning, couldn't open module vesa
[ 60602.147] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 60602.147] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 60602.180] (II) modeset(0): using drv /dev/dri/card0
[ 60602.180] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 60602.180] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 60602.180] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[ 60602.180] (==) modeset(0): RGB weight 888
[ 60602.181] (==) modeset(0): Default visual is TrueColor
[ 60602.181] (II) Loading sub module "glamoregl"
[ 60602.181] (II) LoadModule: "glamoregl"
[ 60602.181] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 60602.191] (II) Module glamoregl: vendor="X.Org Foundation"
[ 60602.191] compiled for 1.21.1.4, module version = 1.0.1
[ 60602.191] ABI class: X.Org ANSI C Emulation, version 0.4
[ 60602.287] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 60602.287] (II) modeset(0): glamor initialized
[ 60602.287] (==) modeset(0): VariableRefresh: disabled
[ 60602.287] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 60602.289] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[ 60602.289] (II) modeset(0): Output DP-1 has no monitor section
[ 60602.405] (II) modeset(0): Output HDMI-1 has no monitor section
[ 60602.405] (II) modeset(0): Output DP-2 has no monitor section
[ 60602.411] (II) modeset(0): Output HDMI-2 has no monitor section
[ 60602.414] (II) modeset(0): EDID for output eDP-1
[ 60602.414] (II) modeset(0): Manufacturer: AUO Model: 226d Serial#: 0
[ 60602.414] (II) modeset(0): Year: 2015 Week: 52
[ 60602.414] (II) modeset(0): EDID Version: 1.4
[ 60602.414] (II) modeset(0): Digital Display Input
[ 60602.414] (II) modeset(0): 8 bits per channel
[ 60602.414] (II) modeset(0): Digital interface is DisplayPort
[ 60602.414] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
[ 60602.414] (II) modeset(0): Gamma: 2.20
[ 60602.414] (II) modeset(0): No DPMS capabilities specified
[ 60602.414] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 60602.414] (II) modeset(0): First detailed timing is preferred mode
[ 60602.414] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 60602.414] (II) modeset(0): redX: 0.587 redY: 0.350 greenX: 0.342 greenY: 0.585
[ 60602.414] (II) modeset(0): blueX: 0.154 blueY: 0.115 whiteX: 0.306 whiteY: 0.327
[ 60602.414] (II) modeset(0): Manufacturer's mask: 0
[ 60602.414] (II) modeset(0): Supported detailed timing:
[ 60602.414] (II) modeset(0): clock: 141.0 MHz Image Size: 276 x 155 mm
[ 60602.414] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 60602.414] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 60602.414] (II) modeset(0): Unknown vendor-specific block f
[ 60602.414] (II) modeset(0): AUO
[ 60602.414] (II) modeset(0): B125HAN02.2
[ 60602.414] (II) modeset(0): EDID (in hex):
[ 60602.414] (II) modeset(0): 00ffffffffffff0006af6d2200000000
[ 60602.414] (II) modeset(0): 34190104a51c1078026ba79659579527
[ 60602.414] (II) modeset(0): 1d4e5300000001010101010101010101
[ 60602.414] (II) modeset(0): 010101010101143780b8703824401010
[ 60602.414] (II) modeset(0): 3e00149b100000180000000f00000000
[ 60602.414] (II) modeset(0): 00000000000000000020000000fe0041
[ 60602.414] (II) modeset(0): 554f0a202020202020202020000000fe
[ 60602.415] (II) modeset(0): 004231323548414e30322e32200a00a8
[ 60602.415] (II) modeset(0): Printing probed modes for output eDP-1
[ 60602.415] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 60602.415] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 60602.415] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 60602.416] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 60602.416] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 60602.416] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 60602.416] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 60602.416] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 60602.416] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 60602.416] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 60602.417] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 60602.417] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 60602.417] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 60602.417] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 60602.417] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 60602.417] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 60602.417] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 60602.417] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 60602.417] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 60602.417] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 60602.417] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 60602.417] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 60602.417] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 60602.417] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 60602.417] (II) modeset(0): EDID for output DP-1
[ 60602.532] (II) modeset(0): EDID for output HDMI-1
[ 60602.532] (II) modeset(0): EDID for output DP-2
[ 60602.538] (II) modeset(0): EDID for output HDMI-2
[ 60602.538] (II) modeset(0): Output eDP-1 connected
[ 60602.538] (II) modeset(0): Output DP-1 disconnected
[ 60602.538] (II) modeset(0): Output HDMI-1 disconnected
[ 60602.538] (II) modeset(0): Output DP-2 disconnected
[ 60602.538] (II) modeset(0): Output HDMI-2 disconnected
[ 60602.538] (II) modeset(0): Using exact sizes for initial modes
[ 60602.538] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 60602.538] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 60602.538] (==) modeset(0): DPI set to (96, 96)
[ 60602.538] (II) Loading sub module "fb"
[ 60602.538] (II) LoadModule: "fb"
[ 60602.538] (II) Module "fb" already built-in
[ 60602.574] (==) modeset(0): Backing store enabled
[ 60602.574] (==) modeset(0): Silken mouse enabled
[ 60602.648] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 60602.649] (==) modeset(0): DPMS enabled
[ 60602.649] (II) modeset(0): [DRI2] Setup complete
[ 60602.649] (II) modeset(0): [DRI2] DRI driver: iris
[ 60602.649] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 60602.649] (II) Initializing extension Generic Event Extension
[ 60602.649] (II) Initializing extension SHAPE
[ 60602.649] (II) Initializing extension MIT-SHM
[ 60602.650] (II) Initializing extension XInputExtension
[ 60602.650] (II) Initializing extension XTEST
[ 60602.650] (II) Initializing extension BIG-REQUESTS
[ 60602.651] (II) Initializing extension SYNC
[ 60602.651] (II) Initializing extension XKEYBOARD
[ 60602.651] (II) Initializing extension XC-MISC
[ 60602.651] (II) Initializing extension SECURITY
[ 60602.652] (II) Initializing extension XFIXES
[ 60602.652] (II) Initializing extension RENDER
[ 60602.652] (II) Initializing extension RANDR
[ 60602.653] (II) Initializing extension COMPOSITE
[ 60602.653] (II) Initializing extension DAMAGE
[ 60602.653] (II) Initializing extension MIT-SCREEN-SAVER
[ 60602.654] (II) Initializing extension DOUBLE-BUFFER
[ 60602.654] (II) Initializing extension RECORD
[ 60602.654] (II) Initializing extension DPMS
[ 60602.654] (II) Initializing extension Present
[ 60602.655] (II) Initializing extension DRI3
[ 60602.655] (II) Initializing extension X-Resource
[ 60602.655] (II) Initializing extension XVideo
[ 60602.656] (II) Initializing extension XVideo-MotionCompensation
[ 60602.656] (II) Initializing extension GLX
[ 60602.672] (II) AIGLX: Loaded and initialized iris
[ 60602.672] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 60602.672] (II) Initializing extension XFree86-VidModeExtension
[ 60602.673] (II) Initializing extension XFree86-DGA
[ 60602.673] (II) Initializing extension XFree86-DRI
[ 60602.673] (II) Initializing extension DRI2
[ 60602.674] (II) modeset(0): Damage tracking initialized
[ 60602.674] (II) modeset(0): Setting screen physical size to 277 x 156
[ 60602.837] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 60602.837] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 60602.837] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 60602.837] (II) LoadModule: "libinput"
[ 60602.837] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 60602.840] (II) Module libinput: vendor="X.Org Foundation"
[ 60602.840] compiled for 1.21.1.3, module version = 1.2.1
[ 60602.840] Module class: X.Org XInput Driver
[ 60602.840] ABI class: X.Org XInput driver, version 24.4
[ 60602.840] (II) Using input driver 'libinput' for 'Power Button'
[ 60602.840] (**) Power Button: always reports core events
[ 60602.840] (**) Option "Device" "/dev/input/event2"
[ 60602.842] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 60602.842] (II) event2 - Power Button: device is a keyboard
[ 60602.842] (II) event2 - Power Button: device removed
[ 60602.871] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 60602.872] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 60602.873] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 60602.873] (II) event2 - Power Button: device is a keyboard
[ 60602.873] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 60602.873] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 60602.873] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 60602.873] (II) Using input driver 'libinput' for 'Video Bus'
[ 60602.873] (**) Video Bus: always reports core events
[ 60602.873] (**) Option "Device" "/dev/input/event3"
[ 60602.874] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 60602.874] (II) event3 - Video Bus: device is a keyboard
[ 60602.875] (II) event3 - Video Bus: device removed
[ 60602.901] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 60602.901] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 60602.903] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 60602.903] (II) event3 - Video Bus: device is a keyboard
[ 60602.905] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 60602.905] (II) No input driver specified, ignoring this device.
[ 60602.905] (II) This device may have been added with another device file.
[ 60602.906] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 60602.906] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 60602.906] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 60602.906] (II) Using input driver 'libinput' for 'Sleep Button'
[ 60602.906] (**) Sleep Button: always reports core events
[ 60602.906] (**) Option "Device" "/dev/input/event0"
[ 60602.907] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 60602.908] (II) event0 - Sleep Button: device is a keyboard
[ 60602.908] (II) event0 - Sleep Button: device removed
[ 60602.928] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 60602.928] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 60602.931] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 60602.931] (II) event0 - Sleep Button: device is a keyboard
[ 60602.935] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 60602.935] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 60602.936] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 60602.936] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 60602.936] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 60602.936] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 60602.936] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 60602.936] (**) Option "Device" "/dev/input/event5"
[ 60602.995] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 60602.996] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 60602.996] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 60602.996] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 60603.035] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input6/event5"
[ 60603.035] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 60603.035] (**) Option "AccelerationScheme" "none"
[ 60603.035] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 60603.035] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 60603.035] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 60603.095] (II) event5 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 60603.095] (II) event5 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 60603.096] (II) event5 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 60603.098] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 60603.098] (II) No input driver specified, ignoring this device.
[ 60603.098] (II) This device may have been added with another device file.
[ 60603.100] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[ 60603.100] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[ 60603.100] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 60603.100] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 60603.100] (**) Integrated Camera: Integrated C: always reports core events
[ 60603.100] (**) Option "Device" "/dev/input/event18"
[ 60603.104] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 60603.104] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 60603.105] (II) event18 - Integrated Camera: Integrated C: device removed
[ 60603.135] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[ 60603.135] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 60603.139] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 60603.139] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[ 60603.141] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 60603.141] (II) No input driver specified, ignoring this device.
[ 60603.141] (II) This device may have been added with another device file.
[ 60603.142] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[ 60603.142] (II) No input driver specified, ignoring this device.
[ 60603.142] (II) This device may have been added with another device file.
[ 60603.143] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 60603.143] (II) No input driver specified, ignoring this device.
[ 60603.143] (II) This device may have been added with another device file.
[ 60603.144] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 60603.144] (II) No input driver specified, ignoring this device.
[ 60603.144] (II) This device may have been added with another device file.
[ 60603.146] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 60603.146] (II) No input driver specified, ignoring this device.
[ 60603.146] (II) This device may have been added with another device file.
[ 60603.147] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 60603.147] (II) No input driver specified, ignoring this device.
[ 60603.147] (II) This device may have been added with another device file.
[ 60603.148] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 60603.148] (II) No input driver specified, ignoring this device.
[ 60603.148] (II) This device may have been added with another device file.
[ 60603.149] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 60603.149] (II) No input driver specified, ignoring this device.
[ 60603.149] (II) This device may have been added with another device file.
[ 60603.150] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 60603.150] (II) No input driver specified, ignoring this device.
[ 60603.150] (II) This device may have been added with another device file.
[ 60603.152] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 60603.152] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 60603.152] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 60603.152] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[ 60603.152] (II) LoadModule: "evdev"
[ 60603.152] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 60603.155] (II) Module evdev: vendor="X.Org Foundation"
[ 60603.155] compiled for 1.21.1.1, module version = 2.10.6
[ 60603.155] Module class: X.Org XInput Driver
[ 60603.155] ABI class: X.Org XInput driver, version 24.4
[ 60603.155] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 60603.155] (**) AT Translated Set 2 keyboard: always reports core events
[ 60603.155] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 60603.155] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 60603.155] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 60603.155] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 60603.155] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 60603.155] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 60603.155] (**) Option "xkb_rules" "evdev"
[ 60603.155] (**) Option "xkb_model" "pc105+inet"
[ 60603.155] (**) Option "xkb_layout" "us"
[ 60603.155] (**) Option "xkb_variant" "euro"
[ 60603.155] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[ 60603.217] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 60603.217] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 60603.217] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 60603.217] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[ 60603.217] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 60603.217] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 60603.217] (**) Option "Device" "/dev/input/event15"
[ 60603.219] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 60603.223] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 60603.223] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 60603.268] (**) Option "Tapping" "1"
[ 60603.268] (**) Option "TappingDragLock" "1"
[ 60603.268] (**) Option "AccelSpeed" "1"
[ 60603.269] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
[ 60603.270] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 60603.273] (**) Option "AccelerationScheme" "none"
[ 60603.273] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 60603.273] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 60603.273] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 60603.276] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 60603.280] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 60603.282] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 60603.283] (II) No input driver specified, ignoring this device.
[ 60603.283] (II) This device may have been added with another device file.
[ 60603.284] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[ 60603.284] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 60603.284] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 60603.284] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[ 60603.284] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[ 60603.284] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 60603.284] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 60603.284] (**) Option "Device" "/dev/input/event19"
[ 60603.287] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 60603.288] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 60603.290] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 60603.331] (**) Option "AccelSpeed" "1"
[ 60603.332] (**) Option "AccelProfile" "flat"
[ 60603.332] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[ 60603.332] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 60603.332] (**) Option "AccelerationScheme" "none"
[ 60603.332] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 60603.332] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 60603.332] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 60603.335] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 60603.336] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[ 60603.340] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 60603.340] (II) No input driver specified, ignoring this device.
[ 60603.340] (II) This device may have been added with another device file.
[ 60603.341] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 60603.341] (II) No input driver specified, ignoring this device.
[ 60603.341] (II) This device may have been added with another device file.
[ 60603.349] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 60603.349] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 60603.349] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 60603.349] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 60603.349] (**) ThinkPad Extra Buttons: always reports core events
[ 60603.349] (**) Option "Device" "/dev/input/event6"
[ 60603.352] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 60603.352] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 60603.353] (II) event6 - ThinkPad Extra Buttons: device removed
[ 60603.378] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[ 60603.378] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 60603.381] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 60603.381] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 60605.544] (II) event2 - Power Button: device removed
[ 60605.568] (II) event3 - Video Bus: device removed
[ 60605.588] (II) event0 - Sleep Button: device removed
[ 60605.605] (II) event5 - Logitech USB-PS/2 Optical Mouse: device removed
[ 60605.638] (II) event18 - Integrated Camera: Integrated C: device removed
[ 60605.698] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 60605.732] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[ 60605.765] (II) event6 - ThinkPad Extra Buttons: device removed
[ 60605.782] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) evdev: AT Translated Set 2 keyboard: Close
[ 60640.078] (II) UnloadModule: "evdev"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.078] (II) UnloadModule: "libinput"
[ 60640.079] (II) UnloadModule: "libinput"
[ 60640.090] (II) Server terminated successfully (0). Closing log file.CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
You just don't want to reveal your time machine ![]()
Either way, same thing
[ 60659.984] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 60659.984] (**) AT Translated Set 2 keyboard: always reports core events
[ 60659.984] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 60659.984] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 60659.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 60659.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 60659.984] (**) Option "xkb_rules" "evdev"
[ 60659.984] (**) Option "xkb_model" "pc105+inet"
[ 60659.984] (**) Option "xkb_layout" "us"
[ 60659.985] (**) Option "xkb_variant" "euro"
[ 60659.985] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"Did you change anything else?
Still using sddm? Did SDDM maybe run on wayland (though iirc that's still in sddm-git only)?
Any changes to the desktop environment?
Some pesky client or IM (fcitx and the likes) that might have interfered?
Offline
You just don't want to reveal your time machine
Either way, same thing[ 60659.984] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 60659.984] (**) AT Translated Set 2 keyboard: always reports core events [ 60659.984] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4" [ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 60659.984] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 60659.984] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 60659.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" [ 60659.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11) [ 60659.984] (**) Option "xkb_rules" "evdev" [ 60659.984] (**) Option "xkb_model" "pc105+inet" [ 60659.984] (**) Option "xkb_layout" "us" [ 60659.985] (**) Option "xkb_variant" "euro" [ 60659.985] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
Yet the problem isn't here.
The only thing I haven't done is reboot.
Did you change anything else?
Presumably I must have, but I cannot imagine what. I fiddled with the rate and delay of autorepeat in KDE system settings, but that was almost the first thing I did when I had the problem and it had no effect at all until I downgraded X. Then I fiddled because I'd made it too fast. Then I fiddled when testing whether the problem was present during a particular run of X.
I haven't installed anything, I haven't updated anything and I haven't changed anything else. This is from etckeeper:
commit 976a04b9760d364dd67c549b32a7d8ad66a86e13
Author:XXX
Date: Thu Aug 18 14:59:40 2022 +0100
daily autocommit
:100755 100755 b02d45c 9096bb4 M .etckeeper
:100644 100644 76ac18e 47a0449 M .updated
:100644 000000 55ac7c0 0000000 D X11/xorg.conf.d/00-keyboard.conf
commit 61a40d88c097723aa21b40f5415684f58d465ecb
Author:XXX
Date: Tue Aug 16 22:11:17 2022 +0100
daily autocommit
:100644 100644 776766f 76ac18e M .updated
commit f2ddb429264805400041b10dd99668d77c707753
Author:XXX
Date: Tue Aug 16 13:34:13 2022 +0100
try to fix sddm config issues
:100644 100644 7f71904 8f23433 M sddm.conf.d/10-input-method.conf
:100644 100644 aa04bae 3e3a7c7 M sddm.conf.d/20-theme.conf
:100644 100644 d716ad4 93e9c43 M sddm.conf.d/30-path.conf
:100644 100644 c8f9a0f 2e655d9 M sddm.conf.d/40-hidpi.conf
:100644 100644 7c62f72 224c01c M sddm.conf.d/50-vt.conf
:100644 100644 209d612 d36f05d M sddm.conf.d/60-font.conf
commit 1bcb6d95f91794e506dcd58bc22477da953f0957
Author:XXX
Date: Mon Aug 15 19:49:33 2022 +0100
change to https protocol in /etc/pacman.d/cmds, but also edit /etc/xdg/reflector/reflector.conf for newly enabled reflector.timer service so it sorts by rate rather than age.
:100644 100644 7aafc75 d7a4855 M pacman.d/cmds
:000000 120000 0000000 70da445 A systemd/system/timers.target.wants/reflector.timer
:100644 100644 92eb3bf 53ccf51 M xdg/reflector/reflector.conf
commit d32d4c851f5c78c58e7aa950290e1670ac38b50c
Author:XXX
Date: Sat Aug 13 02:15:06 2022 +0100
daily autocommit
:100644 100644 f8cbd90 776766f M .updated
:100644 100644 ad57bf2 b36e312 M udev/hwdb.bin
commit 85f14297467c230f548a938907bbab209d1d07bd
Author:XXX
Date: Fri Aug 12 18:32:15 2022 +0100
committing changes in /etc made by "/bin/bash /usr/bin/pacmatic -Syu"
Packages with configuration changes:
-bluez 5.64-2
+bluez 5.65-2
-bluez-utils 5.64-2
+bluez-utils 5.65-2
-nano 6.3-1
+nano 6.4-1
-systemd 251.3-1
+systemd 251.4-1
Package changes:
-acpi_call-lts 1.2.2-62
+acpi_call-lts 1.2.2-65
-binutils 2.38-7
+binutils 2.39-2
-bluez 5.64-2
-bluez-libs 5.64-2
+bluez 5.65-2
+bluez-libs 5.65-2
-bluez-utils 5.64-2
+bluez-utils 5.65-2
-calibre 6.2.1-1
+calibre 6.3.0-1
-crypto++ 8.6.0-2
+crypto++ 8.7.0-1
-cups-filters 1.28.15-1
+cups-filters 1.28.15-2
-firefox 103.0.1-1
-firefox-i18n-cy 103.0.1-1
-firefox-i18n-en-gb 103.0.1-1
+firefox 103.0.2-1
+firefox-i18n-cy 103.0.2-1
+firefox-i18n-en-gb 103.0.2-1
-gcab 1.4-2
+gcab 1.5-1
-gcr 3.41.1-1
+gcr 3.41.1-2
-gdk-pixbuf2 2.42.8-1
+gdk-pixbuf2 2.42.9-1
-glib-networking 1:2.72.1-1
+glib-networking 1:2.72.2-1
-gnutls 3.7.6-1
+gnutls 3.7.7-1
-graphviz 5.0.0-1
+graphviz 5.0.0-2
-gsm 1.0.21-1
+gsm 1.0.22-1
-haskell-aeson 1.5.6.0-121
-haskell-aeson-pretty 0.8.9-72
-haskell-ansi-terminal 0.11.3-7
+haskell-aeson 1.5.6.0-123
+haskell-aeson-pretty 0.8.9-74
+haskell-ansi-terminal 0.11.3-9
-haskell-asn1-encoding 0.9.6-180
-haskell-asn1-parse 0.9.5-180
-haskell-asn1-types 0.3.4-159
-haskell-assoc 1.0.2-149
-haskell-async 2.2.4-86
-haskell-attoparsec 0.14.4-27
+haskell-asn1-encoding 0.9.6-181
+haskell-asn1-parse 0.9.5-181
+haskell-asn1-types 0.3.4-160
+haskell-assoc 1.0.2-151
+haskell-async 2.2.4-90
+haskell-attoparsec 0.14.4-28
-haskell-base-compat-batteries 0.12.1-39
+haskell-base-compat-batteries 0.12.1-41
-haskell-base-orphans 0.8.6-57
-haskell-base16-bytestring 1.0.2.0-33
-haskell-base64-bytestring 1.2.1.0-54
+haskell-base-orphans 0.8.6-59
+haskell-base16-bytestring 1.0.2.0-34
+haskell-base64-bytestring 1.2.1.0-55
-haskell-bifunctors 5.5.12-13
+haskell-bifunctors 5.5.12-15
-haskell-blaze-html 0.9.1.2-177
-haskell-blaze-markup 0.8.2.8-83
+haskell-blaze-html 0.9.1.2-178
+haskell-blaze-markup 0.8.2.8-84
-haskell-case-insensitive 1.2.1.0-156
+haskell-case-insensitive 1.2.1.0-157
-haskell-citeproc 0.7-5
-haskell-cmark-gfm 0.2.3-22
+haskell-citeproc 0.7-7
+haskell-cmark-gfm 0.2.3-23
-haskell-colour 2.3.6-116
-haskell-commonmark 0.2.2-6
-haskell-commonmark-extensions 0.2.3.2-3
-haskell-commonmark-pandoc 0.2.1.2-60
-haskell-comonad 5.0.8-152
-haskell-conduit 1.3.4.2-69
-haskell-conduit-extra 1.3.6-10
-haskell-connection 0.3.1-207
+haskell-colour 2.3.6-118
+haskell-commonmark 0.2.2-7
+haskell-commonmark-extensions 0.2.3.2-4
+haskell-commonmark-pandoc 0.2.1.2-62
+haskell-comonad 5.0.8-154
+haskell-conduit 1.3.4.2-71
+haskell-conduit-extra 1.3.6-12
+haskell-connection 0.3.1-208
-haskell-cryptonite 0.30-23
-haskell-data-default 0.7.1.1-238
+haskell-cryptonite 0.30-24
+haskell-data-default 0.7.1.1-239
-haskell-data-default-instances-dlist 0.0.1-251
+haskell-data-default-instances-dlist 0.0.1-252
-haskell-data-fix 0.3.2-55
+haskell-data-fix 0.3.2-56
-haskell-distributive 0.6.2.1-155
-haskell-dlist 1.0-173
-haskell-doclayout 0.4-3
-haskell-doctemplates 0.10.0.2-1
-haskell-emojis 0.1.2-27
+haskell-distributive 0.6.2.1-157
+haskell-dlist 1.0-174
+haskell-doclayout 0.4-4
+haskell-doctemplates 0.10.0.2-3
+haskell-emojis 0.1.2-28
-haskell-foundation 0.0.28-22
+haskell-foundation 0.0.28-23
-haskell-glob 0.10.2-43
-haskell-haddock-library 1.10.0-149
-haskell-hashable 1.4.0.2-28
-haskell-hourglass 0.2.12-199
-haskell-hslua 2.2.0-6
-haskell-hslua-aeson 2.2.0-6
-haskell-hslua-classes 2.2.0-6
-haskell-hslua-core 2.2.1-1
-haskell-hslua-marshalling 2.2.0-6
-haskell-hslua-module-doclayout 1.0.4-29
-haskell-hslua-module-path 1.0.1-33
-haskell-hslua-module-system 1.0.1-33
-haskell-hslua-module-text 1.0.1-33
-haskell-hslua-module-version 1.0.1-33
-haskell-hslua-objectorientation 2.2.0-6
-haskell-hslua-packaging 2.2.0-6
-haskell-hsyaml 0.2.1.1-11
-haskell-http 4000.4.1-14
-haskell-http-client 0.7.11-37
-haskell-http-client-tls 0.3.6.1-32
-haskell-http-types 0.12.3-249
-haskell-hxt 9.3.1.22-78
+haskell-glob 0.10.2-44
+haskell-haddock-library 1.10.0-151
+haskell-hashable 1.4.0.2-31
+haskell-hourglass 0.2.12-200
+haskell-hslua 2.2.0-10
+haskell-hslua-aeson 2.2.0.1-2
+haskell-hslua-classes 2.2.0-8
+haskell-hslua-core 2.2.1-3
+haskell-hslua-marshalling 2.2.0-8
+haskell-hslua-module-doclayout 1.0.4-33
+haskell-hslua-module-path 1.0.1-37
+haskell-hslua-module-system 1.0.1-36
+haskell-hslua-module-text 1.0.1-36
+haskell-hslua-module-version 1.0.1-37
+haskell-hslua-objectorientation 2.2.0-8
+haskell-hslua-packaging 2.2.0.1-1
+haskell-hsyaml 0.2.1.1-12
+haskell-http 4000.4.1-18
+haskell-http-client 0.7.12-2
+haskell-http-client-tls 0.3.6.1-35
+haskell-http-types 0.12.3-251
+haskell-hxt 9.3.1.22-79
-haskell-iproute 1.7.12-31
-haskell-ipynb 0.2-31
-haskell-jira-wiki-markup 1.4.0-66
-haskell-juicypixels 3.3.7-23
+haskell-iproute 1.7.12-32
+haskell-ipynb 0.2-33
+haskell-jira-wiki-markup 1.4.0-67
+haskell-juicypixels 3.3.7-24
-haskell-libyaml 0.1.2-233
-haskell-lifted-base 0.2.3.12-220
-haskell-lpeg 1.0.3-2
-haskell-lua 2.2.1-3
-haskell-math-functions 0.3.4.2-175
-haskell-memory 0.17.0-19
+haskell-libyaml 0.1.2-235
+haskell-lifted-base 0.2.3.12-221
+haskell-lpeg 1.0.3-3
+haskell-lua 2.2.1-4
+haskell-math-functions 0.3.4.2-178
+haskell-memory 0.17.0-20
-haskell-monad-control 1.0.3.1-55
-haskell-mono-traversable 1.0.15.3-66
-haskell-mwc-random 0.15.0.2-62
-haskell-network 3.1.2.7-31
-haskell-network-uri 2.6.4.1-88
+haskell-monad-control 1.0.3.1-56
+haskell-mono-traversable 1.0.15.3-68
+haskell-mwc-random 0.15.0.2-63
+haskell-network 3.1.2.7-32
+haskell-network-uri 2.6.4.1-89
-haskell-pandoc-lua-marshal 0.1.6-3
-haskell-pandoc-types 1.22.2-27
-haskell-pem 0.2.4-236
+haskell-pandoc-lua-marshal 0.1.6-7
+haskell-pandoc-types 1.22.2-29
+haskell-pem 0.2.4-237
-haskell-primitive 0.7.4.0-17
-haskell-quickcheck 2.14.2-336
-haskell-random 1.2.1.1-34
+haskell-primitive 0.7.4.0-19
+haskell-quickcheck 2.14.2-338
+haskell-random 1.2.1.1-36
-haskell-resourcet 1.2.6-3
+haskell-resourcet 1.2.6-4
-haskell-scientific 0.3.7.0-66
+haskell-scientific 0.3.7.0-67
-haskell-skylighting 0.12.3.1-6
-haskell-skylighting-core 0.12.3.1-6
-haskell-socks 0.6.1-183
-haskell-split 0.2.3.4-198
-haskell-splitmix 0.1.0.4-82
-haskell-streaming-commons 0.2.2.4-27
-haskell-strict 0.4.0.1-123
-haskell-syb 0.7.2.1-152
+haskell-skylighting 0.12.3.1-8
+haskell-skylighting-core 0.12.3.1-8
+haskell-socks 0.6.1-184
+haskell-split 0.2.3.4-199
+haskell-splitmix 0.1.0.4-84
+haskell-streaming-commons 0.2.2.4-28
+haskell-strict 0.4.0.1-125
+haskell-syb 0.7.2.1-154
-haskell-tagsoup 0.14.8-179
-haskell-temporary 1.3-435
-haskell-texmath 0.12.5.1-4
-haskell-text-conversions 0.3.1.1-13
-haskell-text-icu 0.8.0.2-1
-haskell-tf-random 0.5-532
-haskell-th-abstraction 0.4.3.0-2
-haskell-th-compat 0.1.3-50
-haskell-th-lift 0.8.2-11
-haskell-th-lift-instances 0.1.19-39
-haskell-these 1.1.1.1-150
-haskell-time-compat 1.9.6.1-50
+haskell-tagsoup 0.14.8-180
+haskell-temporary 1.3-438
+haskell-texmath 0.12.5.1-6
+haskell-text-conversions 0.3.1.1-14
+haskell-text-icu 0.8.0.2-2
+haskell-tf-random 0.5-535
+haskell-th-abstraction 0.4.4.0-1
+haskell-th-compat 0.1.3-51
+haskell-th-lift 0.8.2-12
+haskell-th-lift-instances 0.1.19-41
+haskell-these 1.1.1.1-152
+haskell-time-compat 1.9.6.1-51
-haskell-tls 1.6.0-5
-haskell-transformers-base 0.4.6-55
+haskell-tls 1.6.0-6
+haskell-transformers-base 0.4.6-56
-haskell-typed-process 0.2.10.1-6
-haskell-unicode-collation 0.1.3.2-12
-haskell-unicode-data 0.3.0-20
-haskell-unicode-transforms 0.4.0.1-19
-haskell-uniplate 1.6.13-137
+haskell-typed-process 0.2.10.1-7
+haskell-unicode-collation 0.1.3.2-14
+haskell-unicode-data 0.3.0-21
+haskell-unicode-transforms 0.4.0.1-20
+haskell-uniplate 1.6.13-139
-haskell-unordered-containers 0.2.19.1-21
-haskell-utf8-string 1.0.2-103
-haskell-uuid-types 1.0.5-70
-haskell-vector 0.12.3.1-109
-haskell-vector-algorithms 0.8.0.4-118
-haskell-vector-th-unbox 0.2.2-114
-haskell-x509 1.7.7-9
-haskell-x509-store 1.6.9-34
-haskell-x509-system 1.6.7-37
-haskell-x509-validation 1.6.12-39
+haskell-unordered-containers 0.2.19.1-23
+haskell-utf8-string 1.0.2-104
+haskell-uuid-types 1.0.5-71
+haskell-vector 0.12.3.1-112
+haskell-vector-algorithms 0.8.0.4-119
+haskell-vector-th-unbox 0.2.2-117
+haskell-x509 1.7.7-10
+haskell-x509-store 1.6.9-35
+haskell-x509-system 1.6.7-38
+haskell-x509-validation 1.6.12-40
-haskell-xml-conduit 1.9.1.1-124
+haskell-xml-conduit 1.9.1.1-126
-haskell-yaml 0.11.8.0-40
-haskell-zip-archive 0.4.2.1-23
-haskell-zlib 0.6.3.0-13
+haskell-yaml 0.11.8.0-42
+haskell-zip-archive 0.4.2.1-24
+haskell-zlib 0.6.3.0-14
-intel-ucode 20220510-1
+intel-ucode 20220809-1
-lib2geom 1.2-1
+lib2geom 1.2-2
-libbluray 1.3.1-1
+libbluray 1.3.2-1
-libevdev 1.12.1-1
-libevent 2.1.12-1
+libevdev 1.13.0-1
+libevent 2.1.12-2
-libglvnd 1.4.0-2
+libglvnd 1.4.0-3
-libimagequant 4.0.0-1
+libimagequant 4.0.1-1
-libnm 1.38.2-2
+libnm 1.38.4-1
-libwacom 2.3.0-1
-libwebp 1.2.3-1
+libwacom 2.4.0-1
+libwebp 1.2.4-1
-libxcvt 0.1.1-1
+libxcvt 0.1.2-1
-linux-lts 5.15.58-2
+linux-lts 5.15.60-1
-lua 5.4.4-1
+lua 5.4.4-2
-luajit 2.1.0.beta3.r431.g5677985d-1
+luajit 2.1.0.beta3.r439.g633f265f-1
-mesa 22.1.4-1
+mesa 22.1.6-1
-nano 6.3-1
+nano 6.4-1
-nettle 3.8-1
-networkmanager 1.38.2-2
+nettle 3.8.1-1
+networkmanager 1.38.4-1
-nspr 4.34-1
+nspr 4.34.1-1
-pandoc 2.18-13
-pango 1:1.50.8-1
+pandoc 2.18-18
+pango 1:1.50.9-1
-python-trove-classifiers 2022.7.22-1
+python-trove-classifiers 2022.8.7-1
-python-urllib3 1.26.9-1
+python-urllib3 1.26.10-1
-rsync 3.2.4-1
+rsync 3.2.5pre2-1
-ruby 3.0.4-2
-ruby-bundledgems 3.0.4-2
-ruby-bundler 2.3.18-1
+ruby 3.0.4-5
+ruby-bundledgems 3.0.4-5
+ruby-bundler 2.3.19-1
+ruby-date 3.2.2-1
-ruby-minitest 5.15.0-1
+ruby-minitest 5.16.2-1
+ruby-net-http 0.2.2-1
+ruby-open-uri 0.2.0-2
-ruby-stdlib 3.0.4-2
+ruby-stdlib 3.0.4-5
+ruby-time 0.2.0-2
+ruby-uri 0.11.0-2
-smbclient 4.16.4-2
+smbclient 4.16.4-3
-sqlite 3.39.1-1
+sqlite 3.39.2-1
-systemd 251.3-1
-systemd-libs 251.3-1
-systemd-sysvcompat 251.3-1
+systemd 251.4-1
+systemd-libs 251.4-1
+systemd-sysvcompat 251.4-1
-tracker3 3.3.2-1
-tree 2.0.2-1
+tracker3 3.3.3-1
+tree 2.0.2-2
-unzip 6.0-18
+unzip 6.0-19
-util-linux 2.38-1
-util-linux-libs 2.38-1
+util-linux 2.38.1-1
+util-linux-libs 2.38.1-1
-x86_energy_perf_policy 5.18-1
+x86_energy_perf_policy 5.19-1
-xdg-user-dirs 0.17-3
+xdg-user-dirs 0.18-1
-xkeyboard-config 2.36-2
+xkeyboard-config 2.36-3
:100755 100755 2d8f68e b02d45c M .etckeeper
:100644 100644 4017962 2796f15 M bluetooth/main.conf
:000000 100644 0000000 aca9e6f A bluetooth/mesh-main.conf
:100644 100644 dc99e49 eb1bd0e M nanorc
:100644 000000 f1dbe6a 0000000 D security/limits.d/10-gcr.conf
:100644 100644 174f5ea a3d3114 M systemd/sleep.conf
commit e56de09ec20115fa404cd5321ecceb6b0c0554e9
Author:XXX
Date: Fri Aug 12 18:31:13 2022 +0100
saving uncommitted changes in /etc prior to pacmatic run
:100644 100644 8953aa5 ced2adb M pacman.d/gnupg/trustdb.gpgUnless udev/hwdb.bin is relevant. I don't know what that is and pacman doesn't know whose it is.
I even wondered if I'd somehow failed to reboot after upgrading on the 12th (including the keyboard config thing at the end) trying to fix the issue, but journalctl shows I rebooted on the 13th.
Still using sddm? Did SDDM maybe run on wayland (though iirc that's still in sddm-git only)?
Yes. sddm starts when I do systemctl isolate graphical.target. I'm definitely not running sddm-git. pacman gives me an error for sddm-git. For sddm:
Name : sddm
Version : 0.19.0-8
Description : QML based X11 and Wayland display manager
Architecture : x86_64
URL : https://github.com/sddm/sddm
Licenses : GPL
Groups : None
Provides : display-manager
Depends On : qt5-declarative xorg-xauth xorg-server ttf-font
Optional Deps : None
Required By : sddm-stellar-theme
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 4.45 MiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Dydd Iau 03 mis Chwefror 2022 21:26:58 GMT
Install Date : Dydd Gwener 04 mis Chwefror 2022 18:48:07 GMT
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureAt least as installed locally, Wayland isn't an option. The menu only offers an X session.
Any changes to the desktop environment?
I made one correction in a KDE file in ~/.config, but only because I noticed it while troubleshooting. I don't remember what it was, but it had nothing conceivably to do with keyboards or I'd have been excited it might be helpful. (I know it won't stick. I don't even know why I bothered.) Of course, KDE rewrites its configuration files all the time, but the only changes I've made were the autorepeat delay/rate in system settings which has precisely no effect when the problem occurs.
Some pesky client or IM (fcitx and the likes) that might have interfered?
I didn't know what fcitx was, but pacman told me and assures me I don't have it.
I don't really need a non-standard IM. The only vaguely troublesome characters I type are the accented characters typical of European languages which use a Latin alphabet (é etc.), the less typical accented characters in Welsh (ŵ, ŷ etc.), the euro (€) and the sterling sign (which I won't produce because it is a pain). Compose and the 'euro' setting deal with everything bar sterling in X. (I haven't found an alternative to compose for the console or a good solution for sterling anywhere, but \pounds works in TeX so I can make one and copy-paste if I have to.) I sometimes need Greek characters and things, but only really in TeX documents, so it's not really an issue.
I've tried really hard not to change anything because I didn't want to accidentally fix it and not know what it was. But apparently 'really hard' isn't hard enough.
Last edited by cfr (2022-08-20 00:14:08)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
[Deleted content as I accidentally replied to myself rather than correcting a typo in the original.]
Last edited by cfr (2022-08-20 00:15:47)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
heisenbug - we'll wait whether and until it re-appears and until then you get to enjoy backspace races ![]()
It might have been a corruption in the installation of the previous xorg-server, though I'd rather expect stuff to crash in that case…
Offline