Skip to content

Instantly share code, notes, and snippets.

@uninhm
Created August 9, 2020 02:27
Show Gist options
  • Save uninhm/a8a20c3c7db806163b3222d85d289e60 to your computer and use it in GitHub Desktop.
Save uninhm/a8a20c3c7db806163b3222d85d289e60 to your computer and use it in GitHub Desktop.
# Start external programs
[[startProcess]]
command = "pkill nimdow"
keys = [ "Delete" ]
modifiers = [ "control", "alt" ]
[[startProcess]]
command = "brave"
keys = [ "i" ]
modifiers = [ "super" ]
[[startProcess]]
command = "dmenu_run"
keys = [ "p" ]
modifiers = [ "super" ]
[[startProcess]]
command = "tilix"
keys = [ "Return" ]
modifiers = [ "super" ]
# ------- Volume Control -------
[[startProcess]]
command = "amixer sset Master 5%-"
keys = [ "XF86AudioLowerVolume" ]
modifiers = []
[[startProcess]]
command = "amixer sset Master 5%+"
keys = [ "XF86AudioRaiseVolume" ]
modifiers = []
# ------- Brigth -------
[[startProcess]]
command = "xbacklight -dec 5"
keys = [ "XF86MonBrightnessDown" ]
modifiers = []
[[startProcess]]
command = "xbacklight -inc 5"
keys = [ "XF86MonBrightnessUp" ]
modifiers = []
# ------- Screenshot -------
[[startProcess]]
command = "flameshot gui"
keys = [ "Print" ]
modifiers = []
[autostart]
exec = [
"/home/unai/Comandos/my-magic-status",
"brave"
#"st",
]
[settings]
# Window settings
gapSize = 12
borderWidth = 1
borderColorFocused = "#519f50"
borderColorUnfocused = "#1c1b19"
# Bar settings
barHeight = 20
barBackgroundColor = "#1c1b19"
barForegroundColor = "#fce8c3"
barSelectionColor = "#519f50"
barFonts = [
"monospace:size=10:anialias=false",
"NotoColorEmoji:size=10:anialias=false"
]
# Window manager controls
[controls]
[controls.reloadConfig]
keys = [ "r" ]
modifiers = [ "super", "shift" ]
[controls.focusPrevious]
keys = [ "k" ]
modifiers = [ "super" ]
[controls.focusNext]
keys = [ "j" ]
modifiers = [ "super" ]
[controls.moveWindowPrevious]
keys = [ "k" ]
modifiers = [ "super", "shift" ]
[controls.moveWindowNext]
keys = [ "j" ]
modifiers = [ "super", "shift" ]
[controls.toggleFullscreen]
keys = [ "f" ]
modifiers = [ "super" ]
[controls.destroySelectedWindow]
keys = [ "c" ]
modifiers = [ "super", "shift" ]
[controls.destroySelectedProgram]
keys = [ "q" ]
modifiers = [ "super", "shift" ]
[controls.moveWindowToTag]
keys = [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
modifiers = [ "super", "shift" ]
[controls.goToTag]
keys = [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
modifiers = [ "super" ]
[controls.goToPreviousTag]
keys = [ "w" ]
modifiers = [ "super" ]
[controls.focusPreviousMonitor]
keys = [ "comma" ]
modifiers = [ "super" ]
[controls.focusNextMonitor]
keys = [ "period" ]
modifiers = [ "super" ]
[controls.moveWindowToPreviousMonitor]
keys = [ "comma" ]
modifiers = [ "super", "shift" ]
[controls.moveWindowToNextMonitor]
keys = [ "period" ]
modifiers = [ "super", "shift" ]
[controls.increaseMasterCount]
keys = [ "z" ]
modifiers = [ "super" ]
[controls.decreaseMasterCount]
keys = [ "x" ]
modifiers = [ "super" ]
[controls.toggleFloating]
keys = [ "space" ]
modifiers = [ "super" ]
[ 3569.243] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 3569.244]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 3569.246] Build Operating System: Linux Arch Linux
[ 3569.247] Current Operating System: Linux unai-pc 5.7.7-arch1-1 #1 SMP PREEMPT Wed, 01 Jul 2020 14:53:16 +0000 x86_64
[ 3569.247] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0f1a5ecb-1d59-474f-8fbb-ff3e357c54b9 rw loglevel=3 quiet
[ 3569.249] Build Date: 05 May 2020 05:08:17AM
[ 3569.249]
[ 3569.250] Current version of pixman: 0.40.0
[ 3569.252] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3569.252] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3569.255] (==) Log file: "/home/unai/.local/share/xorg/Xorg.0.log", Time: Mon Jul 6 18:46:55 2020
[ 3569.256] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3569.256] (==) No Layout section. Using the first Screen section.
[ 3569.256] (==) No screen section available. Using defaults.
[ 3569.256] (**) |-->Screen "Default Screen Section" (0)
[ 3569.256] (**) | |-->Monitor "<default monitor>"
[ 3569.256] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3569.256] (==) Automatically adding devices
[ 3569.256] (==) Automatically enabling devices
[ 3569.256] (==) Automatically adding GPU devices
[ 3569.256] (==) Automatically binding GPU devices
[ 3569.256] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3569.256] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3569.256] Entry deleted from font path.
[ 3569.256] (==) FontPath set to:
[ 3569.256] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3569.256] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3569.256] (II) Module ABI versions:
[ 3569.256] X.Org ANSI C Emulation: 0.4
[ 3569.256] X.Org Video Driver: 24.1
[ 3569.256] X.Org XInput driver : 24.1
[ 3569.256] X.Org Server Extension : 10.0
[ 3569.257] (++) using VT number 3
[ 3569.258] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_37
[ 3569.258] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3569.259] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 3569.260] (--) PCI:*(0@0:2:0) 8086:5917:17aa:396b rev 7, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 3569.260] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3569.260] (II) LoadModule: "glx"
[ 3569.260] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3569.261] (II) Module glx: vendor="X.Org Foundation"
[ 3569.261] compiled for 1.20.8, module version = 1.0.0
[ 3569.261] ABI class: X.Org Server Extension, version 10.0
[ 3569.261] (==) Matched intel as autoconfigured driver 0
[ 3569.261] (==) Matched modesetting as autoconfigured driver 1
[ 3569.261] (==) Matched fbdev as autoconfigured driver 2
[ 3569.261] (==) Matched vesa as autoconfigured driver 3
[ 3569.261] (==) Assigned the driver to the xf86ConfigLayout
[ 3569.261] (II) LoadModule: "intel"
[ 3569.261] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 3569.261] (II) Module intel: vendor="X.Org Foundation"
[ 3569.261] compiled for 1.20.8, module version = 2.99.917
[ 3569.261] Module class: X.Org Video Driver
[ 3569.261] ABI class: X.Org Video Driver, version 24.1
[ 3569.261] (II) LoadModule: "modesetting"
[ 3569.261] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3569.262] (II) Module modesetting: vendor="X.Org Foundation"
[ 3569.262] compiled for 1.20.8, module version = 1.20.8
[ 3569.262] Module class: X.Org Video Driver
[ 3569.262] ABI class: X.Org Video Driver, version 24.1
[ 3569.262] (II) LoadModule: "fbdev"
[ 3569.262] (WW) Warning, couldn't open module fbdev
[ 3569.262] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3569.262] (II) LoadModule: "vesa"
[ 3569.262] (WW) Warning, couldn't open module vesa
[ 3569.262] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 3569.262] (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
[ 3569.262] (II) intel: Driver for Intel(R) HD Graphics
[ 3569.262] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 3569.262] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 3569.262] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3569.262] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 3569.262] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200313
[ 3569.262] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[ 3569.279] (WW) Falling back to old probe method for modesetting
[ 3569.280] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3569.280] (--) intel(0): gen9 engineering sample
[ 3569.280] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 3569.280] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3569.280] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 3569.280] (==) intel(0): RGB weight 888
[ 3569.280] (==) intel(0): Default visual is TrueColor
[ 3569.280] (II) intel(0): Output eDP1 has no monitor section
[ 3569.281] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 3569.281] (II) intel(0): Enabled output eDP1
[ 3569.281] (II) intel(0): Output HDMI1 has no monitor section
[ 3569.281] (II) intel(0): Enabled output HDMI1
[ 3569.281] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 3569.281] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 3569.281] (II) intel(0): Enabled output VIRTUAL1
[ 3569.281] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[ 3569.281] (==) intel(0): TearFree disabled
[ 3569.281] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3569.281] (==) intel(0): DPI set to (96, 96)
[ 3569.281] (II) Loading sub module "dri3"
[ 3569.281] (II) LoadModule: "dri3"
[ 3569.281] (II) Module "dri3" already built-in
[ 3569.281] (II) Loading sub module "dri2"
[ 3569.281] (II) LoadModule: "dri2"
[ 3569.281] (II) Module "dri2" already built-in
[ 3569.281] (II) Loading sub module "present"
[ 3569.281] (II) LoadModule: "present"
[ 3569.281] (II) Module "present" already built-in
[ 3569.281] (II) UnloadModule: "modesetting"
[ 3569.281] (II) Unloading modesetting
[ 3569.282] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[ 3569.282] (==) intel(0): Backing store enabled
[ 3569.282] (==) intel(0): Silken mouse disabled
[ 3569.282] (II) intel(0): HW Cursor enabled
[ 3569.282] (==) intel(0): DPMS enabled
[ 3569.282] (==) intel(0): Display hotplug detection enabled
[ 3569.282] (II) intel(0): [DRI2] Setup complete
[ 3569.282] (II) intel(0): [DRI2] DRI driver: i965
[ 3569.282] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 3569.282] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 3569.282] (II) intel(0): hardware support for Present enabled
[ 3569.282] (II) Initializing extension Generic Event Extension
[ 3569.282] (II) Initializing extension SHAPE
[ 3569.282] (II) Initializing extension MIT-SHM
[ 3569.282] (II) Initializing extension XInputExtension
[ 3569.282] (II) Initializing extension XTEST
[ 3569.282] (II) Initializing extension BIG-REQUESTS
[ 3569.282] (II) Initializing extension SYNC
[ 3569.282] (II) Initializing extension XKEYBOARD
[ 3569.282] (II) Initializing extension XC-MISC
[ 3569.282] (II) Initializing extension SECURITY
[ 3569.282] (II) Initializing extension XFIXES
[ 3569.282] (II) Initializing extension RENDER
[ 3569.282] (II) Initializing extension RANDR
[ 3569.282] (II) Initializing extension COMPOSITE
[ 3569.282] (II) Initializing extension DAMAGE
[ 3569.282] (II) Initializing extension MIT-SCREEN-SAVER
[ 3569.282] (II) Initializing extension DOUBLE-BUFFER
[ 3569.282] (II) Initializing extension RECORD
[ 3569.282] (II) Initializing extension DPMS
[ 3569.282] (II) Initializing extension Present
[ 3569.282] (II) Initializing extension DRI3
[ 3569.282] (II) Initializing extension X-Resource
[ 3569.282] (II) Initializing extension XVideo
[ 3569.282] (II) Initializing extension XVideo-MotionCompensation
[ 3569.282] (II) Initializing extension GLX
[ 3569.293] (II) AIGLX: Loaded and initialized i965
[ 3569.293] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3569.293] (II) Initializing extension XFree86-VidModeExtension
[ 3569.293] (II) Initializing extension XFree86-DGA
[ 3569.293] (II) Initializing extension XFree86-DRI
[ 3569.293] (II) Initializing extension DRI2
[ 3569.295] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 3569.306] (II) intel(0): Setting screen physical size to 361 x 203
[ 3569.330] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 3569.330] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3569.330] (II) LoadModule: "libinput"
[ 3569.330] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3569.331] (II) Module libinput: vendor="X.Org Foundation"
[ 3569.331] compiled for 1.20.8, module version = 0.30.0
[ 3569.331] Module class: X.Org XInput Driver
[ 3569.331] ABI class: X.Org XInput driver, version 24.1
[ 3569.331] (II) Using input driver 'libinput' for 'Power Button'
[ 3569.332] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[ 3569.332] (**) Power Button: always reports core events
[ 3569.332] (**) Option "Device" "/dev/input/event1"
[ 3569.332] (**) Option "_source" "server/udev"
[ 3569.333] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3569.333] (II) event1 - Power Button: device is a keyboard
[ 3569.333] (II) event1 - Power Button: device removed
[ 3569.333] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 3569.333] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 3569.334] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3569.334] (II) event1 - Power Button: device is a keyboard
[ 3569.334] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 3569.334] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3569.334] (II) Using input driver 'libinput' for 'Video Bus'
[ 3569.335] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 19 paused 0
[ 3569.335] (**) Video Bus: always reports core events
[ 3569.335] (**) Option "Device" "/dev/input/event6"
[ 3569.335] (**) Option "_source" "server/udev"
[ 3569.335] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 3569.335] (II) event6 - Video Bus: device is a keyboard
[ 3569.335] (II) event6 - Video Bus: device removed
[ 3569.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[ 3569.335] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3569.336] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 3569.336] (II) event6 - Video Bus: device is a keyboard
[ 3569.337] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 3569.337] (II) No input driver specified, ignoring this device.
[ 3569.337] (II) This device may have been added with another device file.
[ 3569.337] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event5)
[ 3569.337] (**) USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[ 3569.337] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[ 3569.393] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 20 paused 0
[ 3569.393] (**) USB OPTICAL MOUSE: always reports core events
[ 3569.393] (**) Option "Device" "/dev/input/event5"
[ 3569.393] (**) Option "_source" "server/udev"
[ 3569.397] (II) event5 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 3569.397] (II) event5 - USB OPTICAL MOUSE: device is a pointer
[ 3569.398] (II) event5 - USB OPTICAL MOUSE: device removed
[ 3569.398] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0000:3825.0001/input/input5/event5"
[ 3569.398] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 8)
[ 3569.398] (**) Option "AccelerationScheme" "none"
[ 3569.398] (**) USB OPTICAL MOUSE: (accel) selected scheme none/0
[ 3569.398] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 3569.398] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 3569.402] (II) event5 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 3569.403] (II) event5 - USB OPTICAL MOUSE: device is a pointer
[ 3569.404] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 3569.405] (II) No input driver specified, ignoring this device.
[ 3569.405] (II) This device may have been added with another device file.
[ 3569.406] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[ 3569.406] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 3569.406] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 3569.408] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 21 paused 0
[ 3569.408] (**) Integrated Camera: Integrated C: always reports core events
[ 3569.408] (**) Option "Device" "/dev/input/event7"
[ 3569.408] (**) Option "_source" "server/udev"
[ 3569.412] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 3569.412] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 3569.412] (II) event7 - Integrated Camera: Integrated C: device removed
[ 3569.412] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input9/event7"
[ 3569.412] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[ 3569.416] (II) event7 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 3569.416] (II) event7 - Integrated Camera: Integrated C: device is a keyboard
[ 3569.418] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Mouse (/dev/input/event8)
[ 3569.418] (**) ELAN469D:00 04F3:304B Mouse: Applying InputClass "libinput pointer catchall"
[ 3569.418] (II) Using input driver 'libinput' for 'ELAN469D:00 04F3:304B Mouse'
[ 3569.420] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 22 paused 0
[ 3569.420] (**) ELAN469D:00 04F3:304B Mouse: always reports core events
[ 3569.420] (**) Option "Device" "/dev/input/event8"
[ 3569.420] (**) Option "_source" "server/udev"
[ 3569.424] (II) event8 - ELAN469D:00 04F3:304B Mouse: is tagged by udev as: Mouse Pointingstick
[ 3569.425] (II) event8 - ELAN469D:00 04F3:304B Mouse: device is a pointer
[ 3569.426] (II) event8 - ELAN469D:00 04F3:304B Mouse: device removed
[ 3569.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN469D:00/0018:04F3:304B.0002/input/input10/event8"
[ 3569.426] (II) XINPUT: Adding extended input device "ELAN469D:00 04F3:304B Mouse" (type: MOUSE, id 10)
[ 3569.426] (**) Option "AccelerationScheme" "none"
[ 3569.426] (**) ELAN469D:00 04F3:304B Mouse: (accel) selected scheme none/0
[ 3569.426] (**) ELAN469D:00 04F3:304B Mouse: (accel) acceleration factor: 2.000
[ 3569.426] (**) ELAN469D:00 04F3:304B Mouse: (accel) acceleration threshold: 4
[ 3569.430] (II) event8 - ELAN469D:00 04F3:304B Mouse: is tagged by udev as: Mouse Pointingstick
[ 3569.431] (II) event8 - ELAN469D:00 04F3:304B Mouse: device is a pointer
[ 3569.433] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Mouse (/dev/input/mouse1)
[ 3569.433] (II) No input driver specified, ignoring this device.
[ 3569.433] (II) This device may have been added with another device file.
[ 3569.434] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Touchpad (/dev/input/event9)
[ 3569.434] (**) ELAN469D:00 04F3:304B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 3569.434] (**) ELAN469D:00 04F3:304B Touchpad: Applying InputClass "touchpad catchall"
[ 3569.434] (**) ELAN469D:00 04F3:304B Touchpad: Applying InputClass "Default clickpad buttons"
[ 3569.434] (II) LoadModule: "synaptics"
[ 3569.434] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 3569.435] (II) Module synaptics: vendor="X.Org Foundation"
[ 3569.435] compiled for 1.20.8, module version = 1.9.1
[ 3569.435] Module class: X.Org XInput Driver
[ 3569.435] ABI class: X.Org XInput driver, version 24.1
[ 3569.435] (II) Using input driver 'synaptics' for 'ELAN469D:00 04F3:304B Touchpad'
[ 3569.436] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 23 paused 0
[ 3569.436] (**) ELAN469D:00 04F3:304B Touchpad: always reports core events
[ 3569.436] (**) Option "Device" "/dev/input/event9"
[ 3569.436] (II) synaptics: ELAN469D:00 04F3:304B Touchpad: found clickpad property
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: x-axis range 0 - 3209 (res 32)
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: y-axis range 0 - 2097 (res 32)
[ 3569.436] (II) synaptics: ELAN469D:00 04F3:304B Touchpad: device does not report pressure, will use touch data.
[ 3569.436] (II) synaptics: ELAN469D:00 04F3:304B Touchpad: device does not report finger width.
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: buttons: left double triple
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: Vendor 0x4f3 Product 0x304b
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: invalid pressure range. defaulting to 0 - 255
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: invalid finger width range. defaulting to 0 - 15
[ 3569.436] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 3569.436] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: touchpad found
[ 3569.437] (**) ELAN469D:00 04F3:304B Touchpad: always reports core events
[ 3569.437] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN469D:00/0018:04F3:304B.0002/input/input11/event9"
[ 3569.437] (II) XINPUT: Adding extended input device "ELAN469D:00 04F3:304B Touchpad" (type: TOUCHPAD, id 11)
[ 3569.437] (**) synaptics: ELAN469D:00 04F3:304B Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 3569.437] (**) synaptics: ELAN469D:00 04F3:304B Touchpad: (accel) MaxSpeed is now 1.75
[ 3569.437] (**) synaptics: ELAN469D:00 04F3:304B Touchpad: (accel) AccelFactor is now 0.052
[ 3569.437] (**) ELAN469D:00 04F3:304B Touchpad: (accel) keeping acceleration scheme 1
[ 3569.437] (**) ELAN469D:00 04F3:304B Touchpad: (accel) acceleration profile 1
[ 3569.437] (**) ELAN469D:00 04F3:304B Touchpad: (accel) acceleration factor: 2.000
[ 3569.437] (**) ELAN469D:00 04F3:304B Touchpad: (accel) acceleration threshold: 4
[ 3569.437] (--) synaptics: ELAN469D:00 04F3:304B Touchpad: touchpad found
[ 3569.438] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Touchpad (/dev/input/mouse2)
[ 3569.438] (**) ELAN469D:00 04F3:304B Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 3569.438] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event3)
[ 3569.438] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 3569.438] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 3569.439] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[ 3569.439] (**) Ideapad extra buttons: always reports core events
[ 3569.439] (**) Option "Device" "/dev/input/event3"
[ 3569.439] (**) Option "_source" "server/udev"
[ 3569.441] (II) event3 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 3569.441] (II) event3 - Ideapad extra buttons: device is a keyboard
[ 3569.441] (II) event3 - Ideapad extra buttons: device removed
[ 3569.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input3/event3"
[ 3569.441] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[ 3569.442] (II) event3 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 3569.442] (II) event3 - Ideapad extra buttons: device is a keyboard
[ 3569.443] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 3569.443] (II) No input driver specified, ignoring this device.
[ 3569.443] (II) This device may have been added with another device file.
[ 3569.443] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 3569.443] (II) No input driver specified, ignoring this device.
[ 3569.443] (II) This device may have been added with another device file.
[ 3569.444] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 3569.444] (II) No input driver specified, ignoring this device.
[ 3569.444] (II) This device may have been added with another device file.
[ 3569.444] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 3569.444] (II) No input driver specified, ignoring this device.
[ 3569.444] (II) This device may have been added with another device file.
[ 3569.444] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 3569.444] (II) No input driver specified, ignoring this device.
[ 3569.444] (II) This device may have been added with another device file.
[ 3569.445] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 3569.445] (II) No input driver specified, ignoring this device.
[ 3569.445] (II) This device may have been added with another device file.
[ 3569.445] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 3569.445] (II) No input driver specified, ignoring this device.
[ 3569.445] (II) This device may have been added with another device file.
[ 3569.446] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 3569.446] (II) No input driver specified, ignoring this device.
[ 3569.446] (II) This device may have been added with another device file.
[ 3569.446] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 3569.446] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 3569.446] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 3569.447] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 3569.447] (**) AT Translated Set 2 keyboard: always reports core events
[ 3569.447] (**) Option "Device" "/dev/input/event2"
[ 3569.447] (**) Option "_source" "server/udev"
[ 3569.448] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3569.448] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 3569.448] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 3569.448] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 3569.448] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 3569.449] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3569.449] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 3569.450] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 3569.450] (II) No input driver specified, ignoring this device.
[ 3569.450] (II) This device may have been added with another device file.
[ 3571.284] (II) intel(0): EDID vendor "BOE", prod id 1879
[ 3571.284] (II) intel(0): Printing DDC gathered Modelines:
[ 3571.284] (II) intel(0): Modeline "1366x768"x0.0 76.30 1366 1414 1446 1592 768 771 777 798 +hsync -vsync (47.9 kHz eP)
[ 3579.529] (**) Option "fd" "16"
[ 3579.529] (II) event1 - Power Button: device removed
[ 3579.529] (**) Option "fd" "19"
[ 3579.529] (II) event6 - Video Bus: device removed
[ 3579.529] (**) Option "fd" "20"
[ 3579.529] (II) event5 - USB OPTICAL MOUSE: device removed
[ 3579.529] (**) Option "fd" "21"
[ 3579.529] (II) event7 - Integrated Camera: Integrated C: device removed
[ 3579.529] (**) Option "fd" "22"
[ 3579.529] (II) event8 - ELAN469D:00 04F3:304B Mouse: device removed
[ 3579.530] (**) Option "fd" "24"
[ 3579.530] (II) event3 - Ideapad extra buttons: device removed
[ 3579.530] (**) Option "fd" "25"
[ 3579.530] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 3579.531] (II) UnloadModule: "libinput"
[ 3579.531] (II) systemd-logind: releasing fd for 13:66
[ 3579.556] (II) UnloadModule: "libinput"
[ 3579.556] (II) systemd-logind: releasing fd for 13:67
[ 3579.636] (II) UnloadModule: "synaptics"
[ 3579.636] (II) systemd-logind: releasing fd for 13:73
[ 3579.689] (II) UnloadModule: "libinput"
[ 3579.689] (II) systemd-logind: releasing fd for 13:72
[ 3579.742] (II) UnloadModule: "libinput"
[ 3579.742] (II) systemd-logind: releasing fd for 13:71
[ 3579.796] (II) UnloadModule: "libinput"
[ 3579.796] (II) systemd-logind: releasing fd for 13:69
[ 3579.849] (II) UnloadModule: "libinput"
[ 3579.849] (II) systemd-logind: releasing fd for 13:70
[ 3579.903] (II) UnloadModule: "libinput"
[ 3579.903] (II) systemd-logind: releasing fd for 13:65
[ 3579.985] (II) Server terminated successfully (0). Closing log file.
[ 2680.134] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 2680.135]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 2680.135] Build Operating System: Linux Arch Linux
[ 2680.136] Current Operating System: Linux unai-pc 5.7.12-arch1-1 #1 SMP PREEMPT Fri, 31 Jul 2020 17:38:22 +0000 x86_64
[ 2680.136] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0f1a5ecb-1d59-474f-8fbb-ff3e357c54b9 rw loglevel=3 quiet
[ 2680.136] Build Date: 31 July 2020 04:00:57PM
[ 2680.137]
[ 2680.137] Current version of pixman: 0.40.0
[ 2680.138] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2680.138] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2680.139] (==) Log file: "/home/unai/.local/share/xorg/Xorg.1.log", Time: Sat Aug 8 15:29:29 2020
[ 2680.140] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2680.140] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2680.141] (==) No Layout section. Using the first Screen section.
[ 2680.141] (==) No screen section available. Using defaults.
[ 2680.141] (**) |-->Screen "Default Screen Section" (0)
[ 2680.141] (**) | |-->Monitor "<default monitor>"
[ 2680.141] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2680.141] (==) Automatically adding devices
[ 2680.141] (==) Automatically enabling devices
[ 2680.141] (==) Automatically adding GPU devices
[ 2680.141] (==) Automatically binding GPU devices
[ 2680.141] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2680.141] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 2680.141] Entry deleted from font path.
[ 2680.141] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 2680.141] Entry deleted from font path.
[ 2680.141] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 2680.141] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2680.141] Entry deleted from font path.
[ 2680.141] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2680.141] Entry deleted from font path.
[ 2680.141] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 2680.141] Entry deleted from font path.
[ 2680.141] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 2680.141] Entry deleted from font path.
[ 2680.141] (==) FontPath set to:
[ 2680.141] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2680.141] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2680.141] (II) Module ABI versions:
[ 2680.141] X.Org ANSI C Emulation: 0.4
[ 2680.141] X.Org Video Driver: 24.1
[ 2680.141] X.Org XInput driver : 24.1
[ 2680.141] X.Org Server Extension : 10.0
[ 2680.141] (++) using VT number 2
[ 2680.143] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_325
[ 2680.143] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2680.144] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 2680.145] (--) PCI:*(0@0:2:0) 8086:5917:17aa:396b rev 7, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 2680.145] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2680.145] (II) LoadModule: "glx"
[ 2680.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2680.146] (II) Module glx: vendor="X.Org Foundation"
[ 2680.146] compiled for 1.20.8, module version = 1.0.0
[ 2680.146] ABI class: X.Org Server Extension, version 10.0
[ 2680.146] (==) Matched intel as autoconfigured driver 0
[ 2680.146] (==) Matched modesetting as autoconfigured driver 1
[ 2680.146] (==) Matched fbdev as autoconfigured driver 2
[ 2680.146] (==) Matched vesa as autoconfigured driver 3
[ 2680.146] (==) Assigned the driver to the xf86ConfigLayout
[ 2680.146] (II) LoadModule: "intel"
[ 2680.146] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2680.146] (II) Module intel: vendor="X.Org Foundation"
[ 2680.146] compiled for 1.20.8, module version = 2.99.917
[ 2680.146] Module class: X.Org Video Driver
[ 2680.146] ABI class: X.Org Video Driver, version 24.1
[ 2680.146] (II) LoadModule: "modesetting"
[ 2680.146] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2680.147] (II) Module modesetting: vendor="X.Org Foundation"
[ 2680.147] compiled for 1.20.8, module version = 1.20.8
[ 2680.147] Module class: X.Org Video Driver
[ 2680.147] ABI class: X.Org Video Driver, version 24.1
[ 2680.147] (II) LoadModule: "fbdev"
[ 2680.147] (WW) Warning, couldn't open module fbdev
[ 2680.147] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2680.147] (II) LoadModule: "vesa"
[ 2680.147] (WW) Warning, couldn't open module vesa
[ 2680.147] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 2680.147] (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
[ 2680.147] (II) intel: Driver for Intel(R) HD Graphics
[ 2680.147] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 2680.147] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 2680.147] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2680.147] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 2680.147] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200313
[ 2680.147] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[ 2680.163] (WW) Falling back to old probe method for modesetting
[ 2680.163] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 2680.163] (--) intel(0): gen9 engineering sample
[ 2680.163] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 2680.163] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2680.163] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 2680.163] (==) intel(0): RGB weight 888
[ 2680.163] (==) intel(0): Default visual is TrueColor
[ 2680.163] (II) intel(0): Output eDP1 has no monitor section
[ 2680.164] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 2680.164] (II) intel(0): Enabled output eDP1
[ 2680.164] (II) intel(0): Output HDMI1 has no monitor section
[ 2680.164] (II) intel(0): Enabled output HDMI1
[ 2680.164] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 2680.164] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 2680.164] (II) intel(0): Enabled output VIRTUAL1
[ 2680.164] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[ 2680.164] (==) intel(0): TearFree disabled
[ 2680.164] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2680.164] (==) intel(0): DPI set to (96, 96)
[ 2680.164] (II) Loading sub module "dri3"
[ 2680.164] (II) LoadModule: "dri3"
[ 2680.164] (II) Module "dri3" already built-in
[ 2680.164] (II) Loading sub module "dri2"
[ 2680.164] (II) LoadModule: "dri2"
[ 2680.164] (II) Module "dri2" already built-in
[ 2680.164] (II) Loading sub module "present"
[ 2680.164] (II) LoadModule: "present"
[ 2680.164] (II) Module "present" already built-in
[ 2680.164] (II) UnloadModule: "modesetting"
[ 2680.164] (II) Unloading modesetting
[ 2680.165] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[ 2680.165] (==) intel(0): Backing store enabled
[ 2680.165] (==) intel(0): Silken mouse disabled
[ 2680.165] (II) intel(0): HW Cursor enabled
[ 2680.165] (==) intel(0): DPMS enabled
[ 2680.165] (==) intel(0): Display hotplug detection enabled
[ 2680.165] (II) intel(0): [DRI2] Setup complete
[ 2680.165] (II) intel(0): [DRI2] DRI driver: i965
[ 2680.165] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 2680.165] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 2680.165] (II) intel(0): hardware support for Present enabled
[ 2680.165] (II) Initializing extension Generic Event Extension
[ 2680.165] (II) Initializing extension SHAPE
[ 2680.165] (II) Initializing extension MIT-SHM
[ 2680.165] (II) Initializing extension XInputExtension
[ 2680.165] (II) Initializing extension XTEST
[ 2680.165] (II) Initializing extension BIG-REQUESTS
[ 2680.165] (II) Initializing extension SYNC
[ 2680.165] (II) Initializing extension XKEYBOARD
[ 2680.165] (II) Initializing extension XC-MISC
[ 2680.165] (II) Initializing extension SECURITY
[ 2680.165] (II) Initializing extension XFIXES
[ 2680.165] (II) Initializing extension RENDER
[ 2680.165] (II) Initializing extension RANDR
[ 2680.165] (II) Initializing extension COMPOSITE
[ 2680.165] (II) Initializing extension DAMAGE
[ 2680.165] (II) Initializing extension MIT-SCREEN-SAVER
[ 2680.165] (II) Initializing extension DOUBLE-BUFFER
[ 2680.165] (II) Initializing extension RECORD
[ 2680.165] (II) Initializing extension DPMS
[ 2680.165] (II) Initializing extension Present
[ 2680.165] (II) Initializing extension DRI3
[ 2680.165] (II) Initializing extension X-Resource
[ 2680.165] (II) Initializing extension XVideo
[ 2680.165] (II) Initializing extension XVideo-MotionCompensation
[ 2680.165] (II) Initializing extension GLX
[ 2680.173] (II) AIGLX: Loaded and initialized i965
[ 2680.173] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 2680.173] (II) Initializing extension XFree86-VidModeExtension
[ 2680.173] (II) Initializing extension XFree86-DGA
[ 2680.173] (II) Initializing extension XFree86-DRI
[ 2680.173] (II) Initializing extension DRI2
[ 2680.175] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 2680.184] (II) intel(0): Setting screen physical size to 361 x 203
[ 2680.208] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 2680.208] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2680.208] (II) LoadModule: "libinput"
[ 2680.208] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 2680.209] (II) Module libinput: vendor="X.Org Foundation"
[ 2680.209] compiled for 1.20.8, module version = 0.30.0
[ 2680.209] Module class: X.Org XInput Driver
[ 2680.209] ABI class: X.Org XInput driver, version 24.1
[ 2680.209] (II) Using input driver 'libinput' for 'Power Button'
[ 2680.210] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[ 2680.210] (**) Power Button: always reports core events
[ 2680.210] (**) Option "Device" "/dev/input/event1"
[ 2680.210] (**) Option "_source" "server/udev"
[ 2680.211] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 2680.211] (II) event1 - Power Button: device is a keyboard
[ 2680.211] (II) event1 - Power Button: device removed
[ 2680.211] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 2680.211] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2680.212] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 2680.212] (II) event1 - Power Button: device is a keyboard
[ 2680.212] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 2680.212] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 2680.212] (II) Using input driver 'libinput' for 'Video Bus'
[ 2680.213] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 19 paused 0
[ 2680.213] (**) Video Bus: always reports core events
[ 2680.213] (**) Option "Device" "/dev/input/event6"
[ 2680.213] (**) Option "_source" "server/udev"
[ 2680.214] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 2680.214] (II) event6 - Video Bus: device is a keyboard
[ 2680.214] (II) event6 - Video Bus: device removed
[ 2680.214] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
[ 2680.214] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 2680.215] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 2680.215] (II) event6 - Video Bus: device is a keyboard
[ 2680.215] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 2680.215] (II) No input driver specified, ignoring this device.
[ 2680.215] (II) This device may have been added with another device file.
[ 2680.216] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event5)
[ 2680.216] (**) USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[ 2680.216] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[ 2680.272] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 20 paused 0
[ 2680.273] (**) USB OPTICAL MOUSE: always reports core events
[ 2680.273] (**) Option "Device" "/dev/input/event5"
[ 2680.273] (**) Option "_source" "server/udev"
[ 2680.276] (II) event5 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 2680.276] (II) event5 - USB OPTICAL MOUSE: device is a pointer
[ 2680.276] (II) event5 - USB OPTICAL MOUSE: device removed
[ 2680.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0000:3825.0001/input/input5/event5"
[ 2680.276] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 8)
[ 2680.277] (**) Option "AccelerationScheme" "none"
[ 2680.277] (**) USB OPTICAL MOUSE: (accel) selected scheme none/0
[ 2680.277] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 2680.277] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 2680.280] (II) event5 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 2680.281] (II) event5 - USB OPTICAL MOUSE: device is a pointer
[ 2680.283] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 2680.283] (II) No input driver specified, ignoring this device.
[ 2680.283] (II) This device may have been added with another device file.
[ 2680.284] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[ 2680.284] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 2680.284] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 2680.287] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 21 paused 0
[ 2680.287] (**) Integrated Camera: Integrated C: always reports core events
[ 2680.287] (**) Option "Device" "/dev/input/event17"
[ 2680.287] (**) Option "_source" "server/udev"
[ 2680.290] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 2680.290] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 2680.291] (II) event17 - Integrated Camera: Integrated C: device removed
[ 2680.291] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19/event17"
[ 2680.291] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[ 2680.294] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 2680.294] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[ 2680.296] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Touchpad (/dev/input/event8)
[ 2680.296] (**) ELAN469D:00 04F3:304B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 2680.296] (**) ELAN469D:00 04F3:304B Touchpad: Applying InputClass "tap-by-default"
[ 2680.296] (II) Using input driver 'libinput' for 'ELAN469D:00 04F3:304B Touchpad'
[ 2680.299] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 22 paused 0
[ 2680.299] (**) ELAN469D:00 04F3:304B Touchpad: always reports core events
[ 2680.299] (**) Option "Device" "/dev/input/event8"
[ 2680.299] (**) Option "_source" "server/udev"
[ 2680.303] (II) event8 - ELAN469D:00 04F3:304B Touchpad: is tagged by udev as: Touchpad
[ 2680.305] (II) event8 - ELAN469D:00 04F3:304B Touchpad: device is a touchpad
[ 2680.305] (II) event8 - ELAN469D:00 04F3:304B Touchpad: device removed
[ 2680.305] (**) Option "Tapping" "on"
[ 2680.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN469D:00/0018:04F3:304B.0002/input/input10/event8"
[ 2680.305] (II) XINPUT: Adding extended input device "ELAN469D:00 04F3:304B Touchpad" (type: TOUCHPAD, id 10)
[ 2680.306] (**) Option "AccelerationScheme" "none"
[ 2680.306] (**) ELAN469D:00 04F3:304B Touchpad: (accel) selected scheme none/0
[ 2680.306] (**) ELAN469D:00 04F3:304B Touchpad: (accel) acceleration factor: 2.000
[ 2680.306] (**) ELAN469D:00 04F3:304B Touchpad: (accel) acceleration threshold: 4
[ 2680.307] (II) event8 - ELAN469D:00 04F3:304B Touchpad: is tagged by udev as: Touchpad
[ 2680.308] (II) event8 - ELAN469D:00 04F3:304B Touchpad: device is a touchpad
[ 2680.308] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Touchpad (/dev/input/mouse2)
[ 2680.308] (II) No input driver specified, ignoring this device.
[ 2680.308] (II) This device may have been added with another device file.
[ 2680.309] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Mouse (/dev/input/event7)
[ 2680.309] (**) ELAN469D:00 04F3:304B Mouse: Applying InputClass "libinput pointer catchall"
[ 2680.309] (II) Using input driver 'libinput' for 'ELAN469D:00 04F3:304B Mouse'
[ 2680.309] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 23 paused 0
[ 2680.309] (**) ELAN469D:00 04F3:304B Mouse: always reports core events
[ 2680.309] (**) Option "Device" "/dev/input/event7"
[ 2680.309] (**) Option "_source" "server/udev"
[ 2680.310] (II) event7 - ELAN469D:00 04F3:304B Mouse: is tagged by udev as: Mouse Pointingstick
[ 2680.310] (II) event7 - ELAN469D:00 04F3:304B Mouse: device is a pointer
[ 2680.311] (II) event7 - ELAN469D:00 04F3:304B Mouse: device removed
[ 2680.311] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN469D:00/0018:04F3:304B.0002/input/input9/event7"
[ 2680.311] (II) XINPUT: Adding extended input device "ELAN469D:00 04F3:304B Mouse" (type: MOUSE, id 11)
[ 2680.311] (**) Option "AccelerationScheme" "none"
[ 2680.311] (**) ELAN469D:00 04F3:304B Mouse: (accel) selected scheme none/0
[ 2680.311] (**) ELAN469D:00 04F3:304B Mouse: (accel) acceleration factor: 2.000
[ 2680.311] (**) ELAN469D:00 04F3:304B Mouse: (accel) acceleration threshold: 4
[ 2680.312] (II) event7 - ELAN469D:00 04F3:304B Mouse: is tagged by udev as: Mouse Pointingstick
[ 2680.312] (II) event7 - ELAN469D:00 04F3:304B Mouse: device is a pointer
[ 2680.313] (II) config/udev: Adding input device ELAN469D:00 04F3:304B Mouse (/dev/input/mouse1)
[ 2680.313] (II) No input driver specified, ignoring this device.
[ 2680.313] (II) This device may have been added with another device file.
[ 2680.313] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event3)
[ 2680.313] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 2680.313] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 2680.314] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[ 2680.314] (**) Ideapad extra buttons: always reports core events
[ 2680.314] (**) Option "Device" "/dev/input/event3"
[ 2680.314] (**) Option "_source" "server/udev"
[ 2680.314] (II) event3 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 2680.314] (II) event3 - Ideapad extra buttons: device is a keyboard
[ 2680.315] (II) event3 - Ideapad extra buttons: device removed
[ 2680.315] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input3/event3"
[ 2680.315] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[ 2680.315] (II) event3 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 2680.315] (II) event3 - Ideapad extra buttons: device is a keyboard
[ 2680.316] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 2680.316] (II) No input driver specified, ignoring this device.
[ 2680.316] (II) This device may have been added with another device file.
[ 2680.316] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 2680.316] (II) No input driver specified, ignoring this device.
[ 2680.316] (II) This device may have been added with another device file.
[ 2680.316] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 2680.316] (II) No input driver specified, ignoring this device.
[ 2680.316] (II) This device may have been added with another device file.
[ 2680.316] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 2680.316] (II) No input driver specified, ignoring this device.
[ 2680.316] (II) This device may have been added with another device file.
[ 2680.317] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 2680.317] (II) No input driver specified, ignoring this device.
[ 2680.317] (II) This device may have been added with another device file.
[ 2680.317] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 2680.317] (II) No input driver specified, ignoring this device.
[ 2680.317] (II) This device may have been added with another device file.
[ 2680.317] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[ 2680.317] (II) No input driver specified, ignoring this device.
[ 2680.317] (II) This device may have been added with another device file.
[ 2680.317] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[ 2680.317] (II) No input driver specified, ignoring this device.
[ 2680.317] (II) This device may have been added with another device file.
[ 2680.318] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 2680.318] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 2680.318] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 2680.318] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 2680.318] (**) AT Translated Set 2 keyboard: always reports core events
[ 2680.318] (**) Option "Device" "/dev/input/event2"
[ 2680.318] (**) Option "_source" "server/udev"
[ 2680.319] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2680.319] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 2680.320] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 2680.320] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 2680.320] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 2680.320] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2680.320] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 2680.321] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 2680.321] (II) No input driver specified, ignoring this device.
[ 2680.321] (II) This device may have been added with another device file.
[ 2682.168] (II) intel(0): EDID vendor "BOE", prod id 1879
[ 2682.168] (II) intel(0): Printing DDC gathered Modelines:
[ 2682.168] (II) intel(0): Modeline "1366x768"x0.0 76.30 1366 1414 1446 1592 768 771 777 798 +hsync -vsync (47.9 kHz eP)
[ 2685.777] (**) Option "fd" "16"
[ 2685.777] (II) event1 - Power Button: device removed
[ 2685.777] (**) Option "fd" "19"
[ 2685.777] (II) event6 - Video Bus: device removed
[ 2685.777] (**) Option "fd" "20"
[ 2685.777] (II) event5 - USB OPTICAL MOUSE: device removed
[ 2685.777] (**) Option "fd" "21"
[ 2685.777] (II) event17 - Integrated Camera: Integrated C: device removed
[ 2685.777] (**) Option "fd" "22"
[ 2685.777] (II) event8 - ELAN469D:00 04F3:304B Touchpad: device removed
[ 2685.777] (**) Option "fd" "23"
[ 2685.777] (II) event7 - ELAN469D:00 04F3:304B Mouse: device removed
[ 2685.777] (**) Option "fd" "24"
[ 2685.777] (II) event3 - Ideapad extra buttons: device removed
[ 2685.777] (**) Option "fd" "25"
[ 2685.777] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 2685.778] (II) UnloadModule: "libinput"
[ 2685.778] (II) systemd-logind: releasing fd for 13:66
[ 2685.822] (II) UnloadModule: "libinput"
[ 2685.822] (II) systemd-logind: releasing fd for 13:67
[ 2685.889] (II) UnloadModule: "libinput"
[ 2685.889] (II) systemd-logind: releasing fd for 13:71
[ 2685.942] (II) UnloadModule: "libinput"
[ 2685.942] (II) systemd-logind: releasing fd for 13:72
[ 2685.995] (II) UnloadModule: "libinput"
[ 2685.995] (II) systemd-logind: releasing fd for 13:81
[ 2686.049] (II) UnloadModule: "libinput"
[ 2686.049] (II) systemd-logind: releasing fd for 13:69
[ 2686.102] (II) UnloadModule: "libinput"
[ 2686.102] (II) systemd-logind: releasing fd for 13:70
[ 2686.156] (II) UnloadModule: "libinput"
[ 2686.156] (II) systemd-logind: releasing fd for 13:65
[ 2686.235] (II) Server terminated successfully (0). Closing log file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment