You are not logged in.

#1 2020-07-17 21:27:01

xenobro
Member
Registered: 2019-05-25
Posts: 100

[SOLVED] startx extremely slow since ~2 months ago

Hi, everyone.

Up until some 2 months ago, I used to boot to text mode, startx into the very minimalistic evilwm in ~2secs and then, from there call xterm with Win+Enter, and get on with my day. After some update around that time, however, when I startx now, it takes 20-30 secs to get into the black screen of the "graphic mode", then some more 6-8 secs for the mouse pointer to appear. Then, when I Win+Enter to get to xterm, 1 of 2 things happens:

1- Nothing appears on the screen, but when I move the mouse pointer, it changes exactly where the terminal borders should be. Pressing Enter twice or Enter, typing something which appears on the screen, then Enter again, makes the prompt appear. Then, toggling maximize with Win+x twice makes the terminal borders appear and everything goes on perfectly after that, as if there was never a problem;
2- The prompt appears, so I just move the pointer out of the terminals limits and, when I bring it back in again, the borders appear and everything is back to normal, as if nothing's ever happened.

Now, I've tested this on other OSs and even on a clone of my own system on a pendrive from before the mysterious update, and none of them has this problem. Back on my system, I've tried to comment everything out of .xinitrc, eventually only leaving "exec xterm" and the problem still happened.

I'm using a Positivo 2 em 1 Q432A, motherboard CHT12CP, VGA controller reported as "Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 36)" and these are my X files:

~/.xinitrc

#!/bin/sh
# Merge ~/.Xresources
xrdb -merge ~/.Xresources
# Set & show cursor (XDefineCursor()):
xsetroot -cursor_name X_cursor
# Start WM
exec /usr/bin/evilwm -bg grey -fg white -mask1 mod4 -mask2 mod4 -snap 25 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-*-*

/etc/X11/xorg.conf.d/40-libinput.conf

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
#        Option "XkbLayout" "br"
#        Option "XkbVariant" "abnt2"
#        Option "XkbOptions" "terminate:ctrl_alt_bksp"
        Option "XkbLayout" "br,gr"
        Option "XkbVariant" "abnt2,polytonic"
        Option "XkbOptions" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"

(Btw, the problem was present before I set the polytonic greek keyboard, and I've already tried to comment it out to see if it solved it, so that's not the issue here.)

~/.Xresources

XCalc*ti.button3.label: SQRT
XCalc*ti.button16.label: pi
XCalc*ti.button20.label: /
XCalc*ti.background: Grey
XCalc*ti.bevel.background: Black
XCalc*ti.bevel.screen.LCD.background: White
XCalc*ti.bevel.screen.LCD.foreground: Black
XCalc*ti.bevel.screen.background: White
XCalc*ti.bevel.screen.foreground: Green
XTerm*background: black
XTerm*foreground: white
!XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-*-*
XTerm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-*-*
XTerm*VT100.geometry: 80x20+0+0

Did something drastic changed in X's code in these last 2 months?
Can somebody help me out here?

Thank you very much,
xenobro.

Last edited by xenobro (2020-07-22 12:04:06)

Offline

#2 2020-07-17 21:31:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] startx extremely slow since ~2 months ago

Your .xinitrc is incomplete.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-07-18 13:23:13

xenobro
Member
Registered: 2019-05-25
Posts: 100

Re: [SOLVED] startx extremely slow since ~2 months ago

Hi, jasonwryan, and thank you for your reply.

I posted my exact .xinitrc. You mean there's something else I should put there? What could it be?
Oh, I've also experimented putting the "&" at the end of every command line except the last one, but that didn't work either, if that's what you mean.

Thank you very much in advance, xenobro.

Last edited by xenobro (2020-07-18 13:34:27)

Offline

#4 2020-07-18 13:38:46

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] startx extremely slow since ~2 months ago


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2020-07-18 16:09:57

xenobro
Member
Registered: 2019-05-25
Posts: 100

Re: [SOLVED] startx extremely slow since ~2 months ago

Hi, Slithery, and thank you for your help.

I had read the wiki and I don't know how I missed it, so I corrected my .xinitrc with the last "if" block like below, but the problem remains.
I've also tried deleting my .xinitrc and running the default one, copying the default to /home/myfolder/.xinitrc and making it run "exec xterm" and then changing the exec line to my evilwm one: all took some 15-20 secs to go into "graphic mode", then 5-8 secs more to show the mouse pointer and had the same issue with xterm.

Any ideas on how to solve this?

Here's my corrected .xinitrc:

#!/bin/sh
# Merge ~/.Xresources
xrdb -merge ~/.Xresources
# Set & show cursor (XDefineCursor()):
xsetroot -cursor_name X_cursor

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

# Start WM
exec /usr/bin/evilwm -bg grey -fg white -mask1 mod4 -mask2 mod4 -snap 25 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-*-*

Thank you very much,
xenobro.

Last edited by xenobro (2020-07-18 16:16:10)

Offline

#6 2020-07-19 10:28:47

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: [SOLVED] startx extremely slow since ~2 months ago

Some answers maybe in ~/.local/share/xorg/Xorg.0.log?

Offline

#7 2020-07-19 22:50:00

xenobro
Member
Registered: 2019-05-25
Posts: 100

Re: [SOLVED] startx extremely slow since ~2 months ago

Hi, ondoho and everyone.

I had forgotten to post this log, thank you for reminding me: this time I just booted the system, ran startx, and after the time needed for the pointer to appear, I corrected the terminal issue and copied Xorg.0.log to somewhere else to avoid it being changed and getting more confusing.
The main issue seems to be almost at the end of the log, in the 13 secs delay between "[27.943] (II) This device may have been added with another device file" and "[38.667] (II) intel(0): EDID vendor "AUO", prod id 17244", but I'm not sure what to make of those. Can somebody help me?

Here's my ~/.local/share/xorg/Xorg.0.log:

[    25.724] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    25.731] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    25.748] Build Operating System: Linux Arch Linux
[    25.752] Current Operating System: Linux archlinux 5.7.9-arch1-1 #1 SMP PREEMPT Thu, 16 Jul 2020 19:34:49 +0000 x86_64
[    25.752] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=60c60104-132a-4195-b74b-07c2adb65cba rw printk.devkmsg=on
[    25.758] Build Date: 05 May 2020  05:08:17AM
[    25.760]  
[    25.761] Current version of pixman: 0.40.0
[    25.766]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    25.766] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.784] (==) Log file: "/home/x/.local/share/xorg/Xorg.0.log", Time: Sun Jul 19 19:21:19 2020
[    25.815] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.820] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.827] (==) No Layout section.  Using the first Screen section.
[    25.827] (==) No screen section available. Using defaults.
[    25.827] (**) |-->Screen "Default Screen Section" (0)
[    25.827] (**) |   |-->Monitor "<default monitor>"
[    25.832] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    25.832] (==) Automatically adding devices
[    25.832] (==) Automatically enabling devices
[    25.832] (==) Automatically adding GPU devices
[    25.832] (==) Automatically binding GPU devices
[    25.832] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.856] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    25.856]    Entry deleted from font path.
[    25.856] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    25.856]    Entry deleted from font path.
[    25.856] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    25.856]    Entry deleted from font path.
[    25.856] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF
[    25.856] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.856] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.856] (II) Module ABI versions:
[    25.856]    X.Org ANSI C Emulation: 0.4
[    25.856]    X.Org Video Driver: 24.1
[    25.856]    X.Org XInput driver : 24.1
[    25.856]    X.Org Server Extension : 10.0
[    25.860] (++) using VT number 1

[    25.871] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    25.879] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.882] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    25.894] (--) PCI:*(0@0:2:0) 8086:22b0:8086:7270 rev 54, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64, BIOS @ 0x????????/131072
[    25.895] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.895] (II) LoadModule: "glx"
[    25.904] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.970] (II) Module glx: vendor="X.Org Foundation"
[    25.970]    compiled for 1.20.8, module version = 1.0.0
[    25.970]    ABI class: X.Org Server Extension, version 10.0
[    25.970] (==) Matched intel as autoconfigured driver 0
[    25.970] (==) Matched modesetting as autoconfigured driver 1
[    25.970] (==) Matched fbdev as autoconfigured driver 2
[    25.970] (==) Matched vesa as autoconfigured driver 3
[    25.970] (==) Assigned the driver to the xf86ConfigLayout
[    25.970] (II) LoadModule: "intel"
[    25.971] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    25.995] (II) Module intel: vendor="X.Org Foundation"
[    25.996]    compiled for 1.20.8, module version = 2.99.917
[    25.996]    Module class: X.Org Video Driver
[    25.996]    ABI class: X.Org Video Driver, version 24.1
[    25.996] (II) LoadModule: "modesetting"
[    25.996] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    26.019] (II) Module modesetting: vendor="X.Org Foundation"
[    26.020]    compiled for 1.20.8, module version = 1.20.8
[    26.020]    Module class: X.Org Video Driver
[    26.020]    ABI class: X.Org Video Driver, version 24.1
[    26.020] (II) LoadModule: "fbdev"
[    26.020] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    26.026] (II) Module fbdev: vendor="X.Org Foundation"
[    26.026]    compiled for 1.20.8, module version = 0.5.0
[    26.026]    Module class: X.Org Video Driver
[    26.026]    ABI class: X.Org Video Driver, version 24.1
[    26.026] (II) LoadModule: "vesa"
[    26.026] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    26.032] (II) Module vesa: vendor="X.Org Foundation"
[    26.032]    compiled for 1.20.8, module version = 2.4.0
[    26.032]    Module class: X.Org Video Driver
[    26.032]    ABI class: X.Org Video Driver, version 24.1
[    26.032] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    26.033] (II) intel: Driver for Intel(R) HD Graphics
[    26.033] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    26.033] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    26.033] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    26.033] (II) FBDEV: driver for framebuffer: fbdev
[    26.033] (II) VESA: driver for VESA chipsets: vesa
[    26.033] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    26.038] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200313
[    26.038] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[    26.060] (WW) Falling back to old probe method for modesetting
[    26.061] (WW) Falling back to old probe method for fbdev
[    26.061] (II) Loading sub module "fbdevhw"
[    26.061] (II) LoadModule: "fbdevhw"
[    26.061] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    26.066] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.067]    compiled for 1.20.8, module version = 0.0.2
[    26.067]    ABI class: X.Org Video Driver, version 24.1
[    26.067] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    26.072] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    26.072] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 4 threads
[    26.072] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    26.072] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    26.072] (==) intel(0): RGB weight 888
[    26.072] (==) intel(0): Default visual is TrueColor
[    26.081] (II) intel(0): Output eDP1 has no monitor section
[    26.092] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    26.092] (II) intel(0): Enabled output eDP1
[    26.093] (II) intel(0): Output DP1 has no monitor section
[    26.094] (II) intel(0): Enabled output DP1
[    26.094] (II) intel(0): Output HDMI1 has no monitor section
[    26.094] (II) intel(0): Enabled output HDMI1
[    26.094] (II) intel(0): Output DP2 has no monitor section
[    26.095] (II) intel(0): Enabled output DP2
[    26.095] (II) intel(0): Output HDMI2 has no monitor section
[    26.096] (II) intel(0): Enabled output HDMI2
[    26.096] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    26.097] (II) intel(0): Output VIRTUAL1 has no monitor section
[    26.097] (II) intel(0): Enabled output VIRTUAL1
[    26.097] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[    26.098] (==) intel(0): TearFree disabled
[    26.098] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.098] (==) intel(0): DPI set to (96, 96)
[    26.098] (II) Loading sub module "dri3"
[    26.098] (II) LoadModule: "dri3"
[    26.098] (II) Module "dri3" already built-in
[    26.098] (II) Loading sub module "dri2"
[    26.098] (II) LoadModule: "dri2"
[    26.098] (II) Module "dri2" already built-in
[    26.098] (II) Loading sub module "present"
[    26.098] (II) LoadModule: "present"
[    26.098] (II) Module "present" already built-in
[    26.098] (II) UnloadModule: "modesetting"
[    26.098] (II) Unloading modesetting
[    26.099] (II) UnloadModule: "fbdev"
[    26.099] (II) Unloading fbdev
[    26.099] (II) UnloadSubModule: "fbdevhw"
[    26.099] (II) Unloading fbdevhw
[    26.100] (II) UnloadModule: "vesa"
[    26.100] (II) Unloading vesa
[    26.116] (II) intel(0): SNA initialized with Cherryview (gen8) backend
[    26.116] (==) intel(0): Backing store enabled
[    26.116] (==) intel(0): Silken mouse disabled
[    26.116] (II) intel(0): HW Cursor enabled
[    26.121] (==) intel(0): DPMS enabled
[    26.121] (==) intel(0): Display hotplug detection enabled
[    26.125] (II) intel(0): [DRI2] Setup complete
[    26.125] (II) intel(0): [DRI2]   DRI driver: i965
[    26.125] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    26.125] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    26.125] (II) intel(0): hardware support for Present enabled
[    26.125] (II) Initializing extension Generic Event Extension
[    26.125] (II) Initializing extension SHAPE
[    26.125] (II) Initializing extension MIT-SHM
[    26.125] (II) Initializing extension XInputExtension
[    26.128] (II) Initializing extension XTEST
[    26.128] (II) Initializing extension BIG-REQUESTS
[    26.128] (II) Initializing extension SYNC
[    26.128] (II) Initializing extension XKEYBOARD
[    26.128] (II) Initializing extension XC-MISC
[    26.128] (II) Initializing extension SECURITY
[    26.128] (II) Initializing extension XFIXES
[    26.128] (II) Initializing extension RENDER
[    26.128] (II) Initializing extension RANDR
[    26.129] (II) Initializing extension COMPOSITE
[    26.129] (II) Initializing extension DAMAGE
[    26.129] (II) Initializing extension MIT-SCREEN-SAVER
[    26.129] (II) Initializing extension DOUBLE-BUFFER
[    26.129] (II) Initializing extension RECORD
[    26.129] (II) Initializing extension DPMS
[    26.129] (II) Initializing extension Present
[    26.129] (II) Initializing extension DRI3
[    26.129] (II) Initializing extension X-Resource
[    26.129] (II) Initializing extension XVideo
[    26.129] (II) Initializing extension XVideo-MotionCompensation
[    26.129] (II) Initializing extension GLX
[    26.414] (II) AIGLX: Loaded and initialized i965
[    26.414] (II) GLX: Initialized DRI2 GL provider for screen 0
[    26.414] (II) Initializing extension XFree86-VidModeExtension
[    26.414] (II) Initializing extension XFree86-DGA
[    26.414] (II) Initializing extension XFree86-DRI
[    26.414] (II) Initializing extension DRI2
[    26.433] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    26.434] (II) intel(0): Setting screen physical size to 361 x 203
[    26.786] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    26.787] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.787] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.787] (II) LoadModule: "libinput"
[    26.787] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    26.814] (II) Module libinput: vendor="X.Org Foundation"
[    26.814]    compiled for 1.20.8, module version = 0.30.0
[    26.814]    Module class: X.Org XInput Driver
[    26.814]    ABI class: X.Org XInput driver, version 24.1
[    26.814] (II) Using input driver 'libinput' for 'Power Button'
[    26.819] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[    26.819] (**) Power Button: always reports core events
[    26.819] (**) Option "Device" "/dev/input/event2"
[    26.820] (**) Option "_source" "server/udev"
[    26.876] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    26.877] (II) event2  - Power Button: device is a keyboard
[    26.877] (II) event2  - Power Button: device removed
[    26.877] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    26.877] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    26.877] (**) Option "xkb_layout" "br,gr"
[    26.877] (**) Option "xkb_variant" "abnt2,polytonic"
[    26.877] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.000] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    27.000] (II) event2  - Power Button: device is a keyboard
[    27.004] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    27.004] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.004] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.004] (II) Using input driver 'libinput' for 'Video Bus'
[    27.009] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    27.009] (**) Video Bus: always reports core events
[    27.010] (**) Option "Device" "/dev/input/event3"
[    27.010] (**) Option "_source" "server/udev"
[    27.019] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    27.019] (II) event3  - Video Bus: device is a keyboard
[    27.020] (II) event3  - Video Bus: device removed
[    27.020] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    27.020] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.020] (**) Option "xkb_layout" "br,gr"
[    27.020] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.020] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.024] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    27.024] (II) event3  - Video Bus: device is a keyboard
[    27.027] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.027] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.027] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.027] (II) Using input driver 'libinput' for 'Power Button'
[    27.032] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[    27.032] (**) Power Button: always reports core events
[    27.032] (**) Option "Device" "/dev/input/event0"
[    27.032] (**) Option "_source" "server/udev"
[    27.039] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.039] (II) event0  - Power Button: device is a keyboard
[    27.040] (II) event0  - Power Button: device removed
[    27.040] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    27.040] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    27.040] (**) Option "xkb_layout" "br,gr"
[    27.040] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.040] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.046] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.047] (II) event0  - Power Button: device is a keyboard
[   [    27.049] (II) No input driver specified, ignoring this device.
[    27.049] (II) This device may have been added with another device file.
[    27.052] (II) config/udev: Adding input device Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 (/dev/input/event12)
[    27.052] (II) No input driver specified, ignoring this device.
[    27.052] (II) This device may have been added with another device file.
[    27.054] (II) config/udev: Adding input device Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 (/dev/input/event13)
[    27.054] (II) No input driver specified, ignoring this device.
[    27.054] (II) This device may have been added with another device file.
[    27.055] (II) config/udev: Adding input device Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 (/dev/input/event14)
[    27.055] (II) No input driver specified, ignoring this device.
[    27.055] (II) This device may have been added with another device file.
[    27.058] (II) config/udev: Adding input device USB 2.0 Web Camera: USB 2.0 Web (/dev/input/event18)
[    27.058] (**) USB 2.0 Web Camera: USB 2.0 Web: Applying InputClass "libinput keyboard catchall"
[    27.058] (**) USB 2.0 Web Camera: USB 2.0 Web: Applying InputClass "libinput keyboard catchall"
[    27.058] (II) Using input driver 'libinput' for 'USB 2.0 Web Camera: USB 2.0 Web'
[    27.064] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 21 paused 0
[    27.064] (**) USB 2.0 Web Camera: USB 2.0 Web: always reports core events
[    27.064] (**) Option "Device" "/dev/input/event18"
[    27.064] (**) Option "_source" "server/udev"
[    27.073] (II) event18 - USB 2.0 Web Camera: USB 2.0 Web: is tagged by udev as: Keyboard
[    27.073] (II) event18 - USB 2.0 Web Camera: USB 2.0 Web: device is a keyboard
[    27.074] (II) event18 - USB 2.0 Web Camera: USB 2.0 Web: device removed
[    27.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input19/event18"
[    27.074] (II) XINPUT: Adding extended input device "USB 2.0 Web Camera: USB 2.0 Web" (type: KEYBOARD, id 9)
[    27.074] (**) Option "xkb_layout" "br,gr"
[    27.074] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.074] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.079] (II) event18 - USB 2.0 Web Camera: USB 2.0 Web: is tagged by udev as: Keyboard
[    27.079] (II) event18 - USB 2.0 Web Camera: USB 2.0 Web: device is a keyboard
[    27.083] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD (/dev/input/event4)
[    27.083] (**) HAILUCK CO.,LTD USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[    27.083] (**) HAILUCK CO.,LTD USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[    27.083] (II) Using input driver 'libinput' for 'HAILUCK CO.,LTD USB KEYBOARD'
[    27.089] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    27.089] (**) HAILUCK CO.,LTD USB KEYBOARD: always reports core events
[    27.089] (**) Option "Device" "/dev/input/event4"
[    27.089] (**) Option "_source" "server/udev" 27.049] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    27.100] (II) event4  - HAILUCK CO.,LTD USB KEYBOARD: is tagged by udev as: Keyboard
[    27.100] (II) event4  - HAILUCK CO.,LTD USB KEYBOARD: device is a keyboard
[    27.101] (II) event4  - HAILUCK CO.,LTD USB KEYBOARD: device removed
[    27.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:258A:000C.0001/input/input4/event4"
[    27.101] (II) XINPUT: Adding extended input device "HAILUCK CO.,LTD USB KEYBOARD" (type: KEYBOARD, id 10)
[    27.101] (**) Option "xkb_layout" "br,gr"
[    27.101] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.101] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.107] (II) event4  - HAILUCK CO.,LTD USB KEYBOARD: is tagged by udev as: Keyboard
[    27.107] (II) event4  - HAILUCK CO.,LTD USB KEYBOARD: device is a keyboard
[    27.111] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD Mouse (/dev/input/event5)
[    27.111] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: Applying InputClass "libinput pointer catchall"
[    27.111] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: Applying InputClass "libinput pointer catchall"
[    27.111] (II) Using input driver 'libinput' for 'HAILUCK CO.,LTD USB KEYBOARD Mouse'
[    27.117] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    27.117] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: always reports core events
[    27.117] (**) Option "Device" "/dev/input/event5"
[    27.117] (**) Option "_source" "server/udev"
[    27.124] (II) event5  - HAILUCK CO.,LTD USB KEYBOARD Mouse: is tagged by udev as: Mouse
[    27.125] (II) event5  - HAILUCK CO.,LTD USB KEYBOARD Mouse: device is a pointer
[    27.126] (II) event5  - HAILUCK CO.,LTD USB KEYBOARD Mouse: device removed
[    27.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:258A:000C.0002/input/input5/event5"
[    27.126] (II) XINPUT: Adding extended input device "HAILUCK CO.,LTD USB KEYBOARD Mouse" (type: MOUSE, id 11)
[    27.126] (**) Option "AccelerationScheme" "none"
[    27.127] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: (accel) selected scheme none/0
[    27.127] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: (accel) acceleration factor: 2.000
[    27.127] (**) HAILUCK CO.,LTD USB KEYBOARD Mouse: (accel) acceleration threshold: 4
[    27.133] (II) event5  - HAILUCK CO.,LTD USB KEYBOARD Mouse: is tagged by udev as: Mouse
[    27.134] (II) event5  - HAILUCK CO.,LTD USB KEYBOARD Mouse: device is a pointer
[    27.137] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD Mouse (/dev/input/mouse0)
[    27.137] (II) No input driver specified, ignoring this device.
[    27.137] (II) This device may have been added with another device file.
[    27.140] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD System Control (/dev/input/event6)
[    27.140] (**) HAILUCK CO.,LTD USB KEYBOARD System Control: Applying InputClass "libinput keyboard catchall"
[    27.140] (**) HAILUCK CO.,LTD USB KEYBOARD System Control: Applying InputClass "libinput keyboard catchall"
[    27.140] (II) Using input driver 'libinput' for 'HAILUCK CO.,LTD USB KEYBOARD System Control'
[    27.145] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
[    27.145] (**) HAILUCK CO.,LTD USB KEYBOARD System Control: always reports core events
[    27.145] (**) Option "Device" "/dev/input/event6"
[    27.145] (**) Option "_source" "server/udev"
[    27.151] (II) event6  - HAILUCK CO.,LTD USB KEYBOARD System Control: is tagged by udev as: Keyboard
[    27.151] (II) event6  - HAILUCK CO.,LTD USB KEYBOARD System Control: device is a keyboard
[    27.152] (II) event6  - HAILUCK CO.,LTD USB KEYBOARD System Control: device removed
[    27.152] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:258A:000C.0002/input/input6/event6"
[    27.152] (II) XINPUT: Adding extended input device "HAILUCK CO.,LTD USB KEYBOARD System Control" (type: KEYBOARD, id 12)
[    27.152] (**) Option "xkb_layout" "br,gr"
[    27.152] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.152] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.159] (II) event6  - HAILUCK CO.,LTD USB KEYBOARD System Control: is tagged by udev as: Keyboard
[    27.159] (II) event6  - HAILUCK CO.,LTD USB KEYBOARD System Control: device is a keyboard
[    27.163] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD Consumer Control (/dev/input/event7)
[    27.163] (**) HAILUCK CO.,LTD USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[    27.163] (**) HAILUCK CO.,LTD USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[    27.163] (II) Using input driver 'libinput' for 'HAILUCK CO.,LTD USB KEYBOARD Consumer Control'
[    27.168] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[    27.168] (**) HAILUCK CO.,LTD USB KEYBOARD Consumer Control: always reports core events
[    27.168] (**) Option "Device" "/dev/input/event7"
[    27.168] (**) Option "_source" "server/udev"
[    27.179] (II) event7  - HAILUCK CO.,LTD USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[    27.179] (II) event7  - HAILUCK CO.,LTD USB KEYBOARD Consumer Control: device is a keyboard
[    27.180] (II) event7  - HAILUCK CO.,LTD USB KEYBOARD Consumer Control: device removed
[    27.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:258A:000C.0002/input/input7/event7"
[    27.180] (II) XINPUT: Adding extended input device "HAILUCK CO.,LTD USB KEYBOARD Consumer Control" (type: KEYBOARD, id 13)
[    27.180] (**) Option "xkb_layout" "br,gr"
[    27.180] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.180] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.186] (II) event7  - HAILUCK CO.,LTD USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[    27.187] (II) event7  - HAILUCK CO.,LTD USB KEYBOARD Consumer Control: device is a keyboard
[    27.190] (II) config/udev: Adding input device HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control (/dev/input/event8)
[    27.190] (**) HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    27.190] (**) HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    27.190] (II) Using input driver 'libinput' for 'HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control'
[    27.196] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[    27.197] (**) HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: always reports core events
[    27.197] (**) Option "Device" "/dev/input/event8"
[    27.197] (**) Option "_source" "server/udev"
[    27.203] (II) event8  - HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: is tagged by udev as: Keyboard
[    27.204] (II) event8  - HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: device is a keyboard
[    27.205] (II) event8  - HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: device removed
[    27.205] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:258A:000C.0002/input/input8/event8"
[    27.205] (II) XINPUT: Adding extended input device "HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control" (type: KEYBOARD, id 14)
[    27.205] (**) Option "xkb_layout" "br,gr"
[    27.205] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.205] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.214] (II) event8  - HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: is tagged by udev as: Keyboard
[    27.214] (II) event8  - HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control: device is a keyboard
[    27.217] (II) config/udev: Adding input device bytcht-es8316 Headset (/dev/input/event19)
[    27.217] (**) bytcht-es8316 Headset: Applying InputClass "libinput keyboard catchall"
[    27.217] (**) bytcht-es8316 Headset: Applying InputClass "libinput keyboard catchall"
[    27.217] (II) Using input driver 'libinput' for 'bytcht-es8316 Headset'
[    27.222] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 27 paused 0
[    27.223] (**) bytcht-es8316 Headset: always reports core events
[    27.223] (**) Option "Device" "/dev/input/event19"
[    27.223] (**) Option "_source" "server/udev"
[    27.228] (II) event19 - bytcht-es8316 Headset: is tagged by udev as: Keyboard Switch
[    27.228] (II) event19 - bytcht-es8316 Headset: device is a keyboard
[    27.228] (II) event19 - bytcht-es8316 Headset: device removed
[    27.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622A8:00/bytcht_es8316/sound/card0/input23/event19"
[    27.229] (II) XINPUT: Adding extended input device "bytcht-es8316 Headset" (type: KEYBOARD, id 15)
[    27.229] (**) Option "xkb_layout" "br,gr"
[    27.229] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.229] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.235] (II) event19 - bytcht-es8316 Headset: is tagged by udev as: Keyboard Switch
[    27.235] (II) event19 - bytcht-es8316 Headset: device is a keyboard
[    27.237] (II) config/udev: Adding input device FTSC0001:00 2808:5012 (/dev/input/event10)
[    27.238] (**) FTSC0001:00 2808:5012: Applying InputClass "libinput touchscreen catchall"
[    27.238] (**) FTSC0001:00 2808:5012: Applying InputClass "libinput touchscreen catchall"
[    27.238] (II) Using input driver 'libinput' for 'FTSC0001:00 2808:5012'
[    27.244] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 28 paused 0
[    27.244] (**) FTSC0001:00 2808:5012: always reports core events
[    27.244] (**) Option "Device" "/dev/input/event10"
[    27.244] (**) Option "_source" "server/udev"
[    27.252] (II) event10 - FTSC0001:00 2808:5012: is tagged by udev as: Touchscreen
[    27.253] (II) event10 - FTSC0001:00 2808:5012: device is a touch device
[    27.254] (II) event10 - FTSC0001:00 2808:5012: device removed
[    27.254] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:05/i2c-5/i2c-FTSC0001:00/0018:2808:5012.0003/input/input20/event10"
[    27.254] (II) XINPUT: Adding extended input device "FTSC0001:00 2808:5012" (type: TOUCHSCREEN, id 16)
[    27.255] (**) Option "AccelerationScheme" "none"
[    27.255] (**) FTSC0001:00 2808:5012: (accel) selected scheme none/0
[    27.255] (**) FTSC0001:00 2808:5012: (accel) acceleration factor: 2.000
[    27.255] (**) FTSC0001:00 2808:5012: (accel) acceleration threshold: 4
[    27.262] (II) event10 - FTSC0001:00 2808:5012: is tagged by udev as: Touchscreen
[    27.262] (II) event10 - FTSC0001:00 2808:5012: device is a touch device
[    27.265] (II) config/udev: Adding input device FTSC0001:00 2808:5012 (/dev/input/mouse1)
[    27.265] (II) No input driver specified, ignoring this device.
[    27.265] (II) This device may have been added with another device file.
[    27.267] (II) config/udev: Adding input device FTSC0001:00 2808:5012 UNKNOWN (/dev/input/event11)
[    27.268] (**) FTSC0001:00 2808:5012 UNKNOWN: Applying InputClass "libinput tablet catchall"
[    27.268] (**) FTSC0001:00 2808:5012 UNKNOWN: Applying InputClass "libinput tablet catchall"
[    27.268] (II) Using input driver 'libinput' for 'FTSC0001:00 2808:5012 UNKNOWN'
[    27.274] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 29 paused 0
[    27.274] (**) FTSC0001:00 2808:5012 UNKNOWN: always reports core events
[    27.274] (**) Option "Device" "/dev/input/event11"
[    27.274] (**) Option "_source" "server/udev"
[    27.283] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: is tagged by udev as: Tablet
[    27.866] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: tablet 'FTSC0001:00 2808:5012 UNKNOWN' unknown to libwacom
[    27.867] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: device is a tablet
[    27.867] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: device removed
[    27.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:05/i2c-5/i2c-FTSC0001:00/0018:2808:5012.0003/input/input22/event11"
[    27.868] (II) XINPUT: Adding extended input device "FTSC0001:00 2808:5012 UNKNOWN" (type: TABLET, id 17)
[    27.875] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: is tagged by udev as: Tablet
[    27.877] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: tablet 'FTSC0001:00 2808:5012 UNKNOWN' unknown to libwacom
[    27.877] (II) event11 - FTSC0001:00 2808:5012 UNKNOWN: device is a tablet
[    27.880] (II) config/udev: Adding input device FTSC0001:00 2808:5012 UNKNOWN (/dev/input/mouse2)
[    27.880] (II) No input driver specified, ignoring this device.
[    27.880] (II) This device may have been added with another device file.
[    27.881] (II) config/udev: Adding input device Intel HID events (/dev/input/event9)
[    27.881] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    27.881] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    27.881] (II) Using input driver 'libinput' for 'Intel HID events'
[    27.887] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 31 paused 0
[    27.887] (**) Intel HID events: always reports core events
[    27.887] (**) Option "Device" "/dev/input/event9"
[    27.887] (**) Option "_source" "server/udev"
[    27.894] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    27.895] (II) event9  - Intel HID events: device is a keyboard
[    27.895] (II) event9  - Intel HID events: device removed
[    27.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/INT33D5:00/input/input9/event9"
[    27.896] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 18)
[    27.896] (**) Option "xkb_layout" "br,gr"
[    27.896] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.896] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.901] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    27.901] (II) event9  - Intel HID events: device is a keyboard
[    27.903] (II) config/udev: Adding input device gpio-keys (/dev/input/event16)
[    27.903] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[    27.903] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[    27.903] (II) Using input driver 'libinput' for 'gpio-keys'
[    27.908] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 32 paused 0
[    27.909] (**) gpio-keys: always reports core events
[    27.909] (**) Option "Device" "/dev/input/event16"
[    27.909] (**) Option "_source" "server/udev"
[    27.916] (II) event16 - gpio-keys: is tagged by udev as: Keyboard
[    27.916] (II) event16 - gpio-keys: device is a keyboard
[    27.917] (II) event16 - gpio-keys: device removed
[    27.917] (**) Option "config_info" "udev:/sys/devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input17/event16"
[    27.917] (II) XINPUT: Adding extended input device "gpio-keys" (type: KEYBOARD, id 19)
[    27.917] (**) Option "xkb_layout" "br,gr"
[    27.917] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.917] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.923] (II) event16 - gpio-keys: is tagged by udev as: Keyboard
[    27.923] (II) event16 - gpio-keys: device is a keyboard
[    27.926] (II) config/udev: Adding input device gpio-keys (/dev/input/event17)
[    27.926] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[    27.926] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[    27.926] (II) Using input driver 'libinput' for 'gpio-keys'
[    27.930] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 33 paused 0
[    27.931] (**) gpio-keys: always reports core events
[    27.931] (**) Option "Device" "/dev/input/event17"
[    27.931] (**) Option "_source" "server/udev"
[    27.935] (II) event17 - gpio-keys: is tagged by udev as: Keyboard
[    27.935] (II) event17 - gpio-keys: device is a keyboard
[    27.935] (II) event17 - gpio-keys: device removed
[    27.936] (**) Option "config_info" "udev:/sys/devices/platform/ACPI0011:00/gpio-keys.2.auto/input/input18/event17"
[    27.936] (II) XINPUT: Adding extended input device "gpio-keys" (type: KEYBOARD, id 20)
[    27.936] (**) Option "xkb_layout" "br,gr"
[    27.936] (**) Option "xkb_variant" "abnt2,polytonic"
[    27.936] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    27.940] (II) event17 - gpio-keys: is tagged by udev as: Keyboard
[    27.941] (II) event17 - gpio-keys: device is a keyboard
[    27.943] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[    27.943] (II) No input driver specified, ignoring this device.
[    27.943] (II) This device may have been added with another device file.
[    38.667] (II) intel(0): EDID vendor "AUO", prod id 17244
[    38.667] (II) intel(0): Printing DDC gathered Modelines:
[    38.667] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1456  768 772 778 793 -hsync -vsync (47.6 kHz eP)

Thank you very much in advance,
xenobro

Offline

#8 2020-07-19 23:26:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] startx extremely slow since ~2 months ago

I would start by trying to nail down the offending file/setting. Try a vanilla evilwm invocation. Remove your Xresources, then the libinput file, etc., until you identify the source of the issue.

I would also try removing the intel driver and using the kernel's native modesetting (see the wiki page).


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2020-07-21 03:52:30

xenobro
Member
Registered: 2019-05-25
Posts: 100

Re: [SOLVED] startx extremely slow since ~2 months ago

Hi, jasonwryan and everyone, and thank you again for your help.

The issue seems to have been solved: first I tried deleting .xinitrc, .Xresources, the libinput file but nothing solved the problem.
Then, reading the Intel graphics wiki page before trying to remove the driver as you mentioned, I saw the note about xf86-video-intel usually not being recommended and decided to take a look again at "ps ax" to see what was being run when startx was executed. I noticed /usr/lib/xf86-video-intel-backlight-helper being called along with X and, sure enough, it belonged to intel driver's package. After uninstalling it, making sure again I had i915 in the MODULES of /etc/mkinitcpio.conf, and running startx again, everything started in 1-2 secs without any issues, even with .Xresources, .xinitrc and the libinput file back into place, and the xterm issue also disappeared. After rebooting a few times and testing video, audio etc., everything seems perfect without that package.

So now, before I mark this as "solved", I'd just like to ask you a few questions: is there any downside to not having xf86-video-intel installed? As in any performance issues are tobe expected? Also, should I report the problem I've encountered as a bug? If so, where should I do that?

Thank you very much,
xenobro.

Offline

#10 2020-07-21 12:18:19

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: [SOLVED] startx extremely slow since ~2 months ago

xenobro wrote:

So now, before I mark this as "solved", I'd just like to ask you a few questions: is there any downside to not having xf86-video-intel installed?

I think it can increase tearing in non-fullscreen video playback. Unless the player is configured to use hardware accelaration. Myabe. I'd actually like an answer as well.

Offline

#11 2020-07-21 13:51:55

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] startx extremely slow since ~2 months ago

2D xorg operations are slower - measurably, not necessarily noticeably so. Very few toolkits actually rely on plain 2D xorg acceleration anymore so that's likely a moot point for most. And yes potentially increased tearing if you don't use a dedicated compositor as it doesn't have a dedicated tearfree/vsync mode. But you'd often have to actively look out for that to really notice and there are, as shown in this thread, many more potential downsides to xf86-video-intel. It's also in much more active development than xf86-video-intel which has only seen very sporadic and small fixes here and there.

If it's any reference, the majority of "major" distributions like Ubuntu, Fedora and the like switched away from xf86-video-intel to modesetting for 2007+ GPUs

Offline

#12 2020-07-22 12:02:19

xenobro
Member
Registered: 2019-05-25
Posts: 100

Re: [SOLVED] startx extremely slow since ~2 months ago

Hi, ondoho and V1del, and thank you for your replies.

I think I might have noticed some movies playing slightly less smoothly after the removal of the driver, but as you said, it's too small a difference for me to be even sure that it was an actual thing and not me imagining it, besides the other issues in having it installed, so I'm considering it solved.

Thank you very much for all your help,
xenobro.

Offline

Board footer

Powered by FluxBB