Package: xserver-xorg-video-amdgpu Version: 19.1.0-1 Severity: normal Dear Maintainer,
I have a Lenovo Thinkpad T495; I am trying to get the screen's backlight under control. The raw interface is working (/sys/class/backlight/amdgpu_bl0). However I could not get it to be supported by 'xbacklight'. As suggested in similar cases, I tried to add a configuration file with: /etc/X11/xorg.conf.d/backlight.conf ---------------------------------- Section "Device" Identifier "Card0" Option "Backlight" "amdgpu_bl0" EndSection ---------------------------------- Acconding to the Xorg.log, the option is parsed but the driver does not supports it: ---------------------------------- [ 407.514] (WW) AMDGPU(0): Option "Backlight" is not used ---------------------------------- This seems consistent with the man page for "amdgpu", but then I do not know how to get this to work... Regards, Christophe. -- Package-specific info: /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: ---------------------------------- 06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev d2) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: --------------------------------- total 4 -rw-r--r-- 1 root root 483 Apr 17 14:59 options.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): ------------------------------- Linux version 5.4.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 9.2.1 20200203 (Debian 9.2.1-28)) #1 SMP Debian 5.4.19-1 (2020-02-13) Xorg X server log files on system: ---------------------------------- -rw-r--r-- 1 root root 30921 Apr 17 15:11 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): --------------------------------------------------------------------- [ 407.318] X.Org X Server 1.20.8 X Protocol Version 11, Revision 0 [ 407.318] Build Operating System: Linux 4.19.0-8-amd64 x86_64 Debian [ 407.318] Current Operating System: Linux Necroman 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 [ 407.318] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-4-amd64 root=UUID=05193e2f-a1dc-4f97-a036-af0f7fdd8534 ro quiet [ 407.318] Build Date: 31 March 2020 10:14:40AM [ 407.318] xorg-server 2:1.20.8-2 (https://www.debian.org/support) [ 407.318] Current version of pixman: 0.36.0 [ 407.318] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 407.318] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 407.318] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 17 15:08:34 2020 [ 407.318] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 407.318] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 407.319] (==) No Layout section. Using the first Screen section. [ 407.319] (==) No screen section available. Using defaults. [ 407.319] (**) |-->Screen "Default Screen Section" (0) [ 407.319] (**) | |-->Monitor "<default monitor>" [ 407.319] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 407.319] (**) | |-->Device "Card0" [ 407.319] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 407.319] (**) Option "DontZap" "on" [ 407.319] (**) Option "DontZoom" "on" [ 407.319] (**) Option "DisableVidModeExtension" "yes" [ 407.319] (**) Option "BlankTime" "0" [ 407.319] (==) Automatically adding devices [ 407.319] (==) Automatically enabling devices [ 407.319] (==) Automatically adding GPU devices [ 407.319] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 407.319] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 407.319] Entry deleted from font path. [ 407.319] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 407.319] Entry deleted from font path. [ 407.319] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 407.319] Entry deleted from font path. [ 407.319] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, built-ins [ 407.319] (==) ModulePath set to "/usr/lib/xorg/modules" [ 407.319] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 407.319] (II) Loader magic: 0x5654270e0e20 [ 407.319] (II) Module ABI versions: [ 407.319] X.Org ANSI C Emulation: 0.4 [ 407.319] X.Org Video Driver: 24.1 [ 407.319] X.Org XInput driver : 24.1 [ 407.319] X.Org Server Extension : 10.0 [ 407.321] (++) using VT number 7 [ 407.321] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 407.322] (II) xfree86: Adding drm device (/dev/dri/card0) [ 407.335] (--) PCI:*(6@0:0:0) 1002:15d8:17aa:5125 rev 210, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xd0500000/524288, I/O @ 0x00001000/256 [ 407.335] (II) LoadModule: "glx" [ 407.335] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 407.336] (II) Module glx: vendor="X.Org Foundation" [ 407.336] compiled for 1.20.8, module version = 1.0.0 [ 407.336] ABI class: X.Org Server Extension, version 10.0 [ 407.336] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0 [ 407.336] loading driver: amdgpu [ 407.336] (==) Matched amdgpu as autoconfigured driver 0 [ 407.336] (==) Matched ati as autoconfigured driver 1 [ 407.336] (==) Matched modesetting as autoconfigured driver 2 [ 407.336] (==) Matched fbdev as autoconfigured driver 3 [ 407.336] (==) Matched vesa as autoconfigured driver 4 [ 407.336] (==) Assigned the driver to the xf86ConfigLayout [ 407.336] (II) LoadModule: "amdgpu" [ 407.336] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so [ 407.336] (II) Module amdgpu: vendor="X.Org Foundation" [ 407.336] compiled for 1.20.4, module version = 19.1.0 [ 407.336] Module class: X.Org Video Driver [ 407.336] ABI class: X.Org Video Driver, version 24.0 [ 407.336] (II) LoadModule: "ati" [ 407.337] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 407.337] (II) Module ati: vendor="X.Org Foundation" [ 407.337] compiled for 1.20.4, module version = 19.1.0 [ 407.337] Module class: X.Org Video Driver [ 407.337] ABI class: X.Org Video Driver, version 24.0 [ 407.347] (II) LoadModule: "modesetting" [ 407.347] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 407.347] (II) Module modesetting: vendor="X.Org Foundation" [ 407.347] compiled for 1.20.8, module version = 1.20.8 [ 407.347] Module class: X.Org Video Driver [ 407.347] ABI class: X.Org Video Driver, version 24.1 [ 407.347] (II) LoadModule: "fbdev" [ 407.347] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 407.347] (II) Module fbdev: vendor="X.Org Foundation" [ 407.347] compiled for 1.20.0, module version = 0.5.0 [ 407.347] Module class: X.Org Video Driver [ 407.347] ABI class: X.Org Video Driver, version 24.0 [ 407.347] (II) LoadModule: "vesa" [ 407.348] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 407.348] (II) Module vesa: vendor="X.Org Foundation" [ 407.348] compiled for 1.20.4, module version = 2.4.0 [ 407.348] Module class: X.Org Video Driver [ 407.348] ABI class: X.Org Video Driver, version 24.0 [ 407.348] (II) AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver [ 407.348] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 407.348] (II) FBDEV: driver for framebuffer: fbdev [ 407.348] (II) VESA: driver for VESA chipsets: vesa [ 407.348] (II) AMDGPU(0): [KMS] Kernel modesetting enabled. [ 407.351] (WW) Falling back to old probe method for modesetting [ 407.351] (WW) Falling back to old probe method for fbdev [ 407.351] (II) Loading sub module "fbdevhw" [ 407.351] (II) LoadModule: "fbdevhw" [ 407.351] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 407.351] (II) Module fbdevhw: vendor="X.Org Foundation" [ 407.351] compiled for 1.20.8, module version = 0.0.2 [ 407.351] ABI class: X.Org Video Driver, version 24.1 [ 407.351] (II) AMDGPU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 407.351] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32 [ 407.351] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 407.351] (==) AMDGPU(0): Default visual is TrueColor [ 407.351] (==) AMDGPU(0): RGB weight 888 [ 407.351] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC) [ 407.351] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x15d8) [ 407.351] (II) Loading sub module "fb" [ 407.351] (II) LoadModule: "fb" [ 407.351] (II) Loading /usr/lib/xorg/modules/libfb.so [ 407.352] (II) Module fb: vendor="X.Org Foundation" [ 407.352] compiled for 1.20.8, module version = 1.0.0 [ 407.352] ABI class: X.Org ANSI C Emulation, version 0.4 [ 407.352] (II) Loading sub module "dri2" [ 407.352] (II) LoadModule: "dri2" [ 407.352] (II) Module "dri2" already built-in [ 407.415] (II) Loading sub module "glamoregl" [ 407.416] (II) LoadModule: "glamoregl" [ 407.416] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 407.418] (II) Module glamoregl: vendor="X.Org Foundation" [ 407.418] compiled for 1.20.8, module version = 1.0.1 [ 407.418] ABI class: X.Org ANSI C Emulation, version 0.4 [ 407.429] (II) AMDGPU(0): glamor X acceleration enabled on AMD RAVEN (DRM 3.35.0, 5.4.0-4-amd64, LLVM 9.0.1) [ 407.429] (II) AMDGPU(0): glamor detected, initialising EGL layer. [ 407.429] (==) AMDGPU(0): TearFree property default: auto [ 407.429] (==) AMDGPU(0): VariableRefresh: disabled [ 407.429] (II) AMDGPU(0): KMS Pageflipping: enabled [ 407.429] (II) AMDGPU(0): Output eDP has no monitor section [ 407.429] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section [ 407.429] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section [ 407.429] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section [ 407.447] (II) AMDGPU(0): EDID for output eDP [ 407.447] (II) AMDGPU(0): Manufacturer: LGD Model: 5fa Serial#: 0 [ 407.447] (II) AMDGPU(0): Year: 2018 Week: 0 [ 407.447] (II) AMDGPU(0): EDID Version: 1.4 [ 407.447] (II) AMDGPU(0): Digital Display Input [ 407.447] (II) AMDGPU(0): 8 bits per channel [ 407.447] (II) AMDGPU(0): Digital interface is DisplayPort [ 407.447] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 407.447] (II) AMDGPU(0): Gamma: 2.20 [ 407.447] (II) AMDGPU(0): No DPMS capabilities specified [ 407.447] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 [ 407.447] (II) AMDGPU(0): First detailed timing is preferred mode [ 407.447] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate [ 407.447] (II) AMDGPU(0): redX: 0.584 redY: 0.369 greenX: 0.350 greenY: 0.557 [ 407.447] (II) AMDGPU(0): blueX: 0.154 blueY: 0.106 whiteX: 0.313 whiteY: 0.329 [ 407.447] (II) AMDGPU(0): Manufacturer's mask: 0 [ 407.447] (II) AMDGPU(0): Supported detailed timing: [ 407.447] (II) AMDGPU(0): clock: 138.7 MHz Image Size: 309 x 174 mm [ 407.447] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 407.447] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0 [ 407.447] (II) AMDGPU(0): Supported detailed timing: [ 407.447] (II) AMDGPU(0): clock: 114.5 MHz Image Size: 309 x 174 mm [ 407.447] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2164 h_border: 0 [ 407.447] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1102 v_border: 0 [ 407.447] (II) AMDGPU(0): LG Display [ 407.447] (II) AMDGPU(0): LP140WFA-SPD2 [ 407.447] (II) AMDGPU(0): EDID (in hex): [ 407.447] (II) AMDGPU(0): 00ffffffffffff0030e4fa0500000000 [ 407.447] (II) AMDGPU(0): 001c0104a51f117802aa95955e598e27 [ 407.448] (II) AMDGPU(0): 1b505400000001010101010101010101 [ 407.448] (II) AMDGPU(0): 0101010101012e3680a070381f403020 [ 407.448] (II) AMDGPU(0): 350035ae1000001ab62c80f470381640 [ 407.448] (II) AMDGPU(0): 3020350035ae1000001a000000fe004c [ 407.448] (II) AMDGPU(0): 4720446973706c61790a2020000000fe [ 407.448] (II) AMDGPU(0): 004c503134305746412d53504432004d [ 407.448] (II) AMDGPU(0): Printing probed modes for output eDP [ 407.448] (II) AMDGPU(0): Modeline "1920x1080"x60.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP) [ 407.448] (II) AMDGPU(0): Modeline "1920x1080"x48.0 114.46 1920 1968 2000 2164 1080 1083 1088 1102 +hsync -vsync (52.9 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1680x1050"x60.0 138.70 1680 1968 2000 2080 1050 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1280x1024"x60.0 138.70 1280 1968 2000 2080 1024 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1440x900"x60.0 138.70 1440 1968 2000 2080 900 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1280x800"x60.0 138.70 1280 1968 2000 2080 800 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1280x720"x60.0 138.70 1280 1968 2000 2080 720 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "1024x768"x60.0 138.70 1024 1968 2000 2080 768 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "800x600"x60.0 138.70 800 1968 2000 2080 600 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): Modeline "640x480"x60.0 138.70 640 1968 2000 2080 480 1083 1088 1111 +hsync -vsync (66.7 kHz e) [ 407.448] (II) AMDGPU(0): EDID for output HDMI-A-0 [ 407.448] (II) AMDGPU(0): EDID for output DisplayPort-0 [ 407.448] (II) AMDGPU(0): EDID for output DisplayPort-1 [ 407.448] (II) AMDGPU(0): Output eDP connected [ 407.448] (II) AMDGPU(0): Output HDMI-A-0 disconnected [ 407.448] (II) AMDGPU(0): Output DisplayPort-0 disconnected [ 407.448] (II) AMDGPU(0): Output DisplayPort-1 disconnected [ 407.448] (II) AMDGPU(0): Using exact sizes for initial modes [ 407.448] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0 [ 407.448] (II) AMDGPU(0): mem size init: gart size :bf7cf000 vram size: s:7e842000 visible:7e842000 [ 407.448] (==) AMDGPU(0): DPI set to (96, 96) [ 407.448] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0) [ 407.448] (II) Loading sub module "ramdac" [ 407.448] (II) LoadModule: "ramdac" [ 407.448] (II) Module "ramdac" already built-in [ 407.448] (II) UnloadModule: "modesetting" [ 407.448] (II) Unloading modesetting [ 407.448] (II) UnloadModule: "fbdev" [ 407.448] (II) Unloading fbdev [ 407.448] (II) UnloadSubModule: "fbdevhw" [ 407.448] (II) Unloading fbdevhw [ 407.448] (II) UnloadModule: "vesa" [ 407.448] (II) Unloading vesa [ 407.448] (II) AMDGPU(0): [DRI2] Setup complete [ 407.448] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi [ 407.448] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi [ 407.487] (II) AMDGPU(0): Front buffer pitch: 7680 bytes [ 407.487] (II) AMDGPU(0): SYNC extension fences enabled [ 407.487] (II) AMDGPU(0): Present extension enabled [ 407.487] (==) AMDGPU(0): DRI3 enabled [ 407.487] (==) AMDGPU(0): Backing store enabled [ 407.487] (II) AMDGPU(0): Direct rendering enabled [ 407.494] (II) AMDGPU(0): Use GLAMOR acceleration. [ 407.494] (II) AMDGPU(0): Acceleration enabled [ 407.494] (==) AMDGPU(0): DPMS enabled [ 407.495] (==) AMDGPU(0): Silken mouse enabled [ 407.495] (II) AMDGPU(0): Set up textured video (glamor) [ 407.514] (WW) AMDGPU(0): Option "Backlight" is not used [ 407.514] (II) Initializing extension Generic Event Extension [ 407.515] (II) Initializing extension SHAPE [ 407.515] (II) Initializing extension MIT-SHM [ 407.515] (II) Initializing extension XInputExtension [ 407.515] (II) Initializing extension XTEST [ 407.515] (II) Initializing extension BIG-REQUESTS [ 407.515] (II) Initializing extension SYNC [ 407.516] (II) Initializing extension XKEYBOARD [ 407.516] (II) Initializing extension XC-MISC [ 407.516] (II) Initializing extension SECURITY [ 407.516] (II) Initializing extension XFIXES [ 407.516] (II) Initializing extension RENDER [ 407.517] (II) Initializing extension RANDR [ 407.517] (II) Initializing extension COMPOSITE [ 407.517] (II) Initializing extension DAMAGE [ 407.517] (II) Initializing extension MIT-SCREEN-SAVER [ 407.518] (II) Initializing extension DOUBLE-BUFFER [ 407.518] (II) Initializing extension RECORD [ 407.518] (II) Initializing extension DPMS [ 407.518] (II) Initializing extension Present [ 407.518] (II) Initializing extension DRI3 [ 407.518] (II) Initializing extension X-Resource [ 407.519] (II) Initializing extension XVideo [ 407.519] (II) Initializing extension XVideo-MotionCompensation [ 407.519] (II) Initializing extension SELinux [ 407.519] (II) SELinux: Disabled on system [ 407.519] (II) Initializing extension GLX [ 407.529] (II) AIGLX: Loaded and initialized radeonsi [ 407.529] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 407.529] (II) Initializing extension XFree86-VidModeExtension [ 407.529] (II) Initializing extension XFree86-DGA [ 407.529] (II) Initializing extension XFree86-DRI [ 407.529] (II) Initializing extension DRI2 [ 407.530] (II) AMDGPU(0): Setting screen physical size to 508 x 285 [ 407.592] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 407.592] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 407.592] (II) LoadModule: "libinput" [ 407.592] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so [ 407.594] (II) Module libinput: vendor="X.Org Foundation" [ 407.594] compiled for 1.20.4, module version = 0.29.0 [ 407.594] Module class: X.Org XInput Driver [ 407.594] ABI class: X.Org XInput driver, version 24.1 [ 407.594] (II) Using input driver 'libinput' for 'Power Button' [ 407.594] (**) Power Button: always reports core events [ 407.594] (**) Option "Device" "/dev/input/event4" [ 407.594] (**) Option "_source" "server/udev" [ 407.595] (II) event4 - Power Button: is tagged by udev as: Keyboard [ 407.595] (II) event4 - Power Button: device is a keyboard [ 407.595] (II) event4 - Power Button: device removed [ 407.611] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4" [ 407.611] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 407.611] (**) Option "xkb_model" "pc105" [ 407.611] (**) Option "xkb_layout" "us" [ 407.613] (II) event4 - Power Button: is tagged by udev as: Keyboard [ 407.613] (II) event4 - Power Button: device is a keyboard [ 407.614] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 407.614] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 407.614] (II) Using input driver 'libinput' for 'Video Bus' [ 407.614] (**) Video Bus: always reports core events [ 407.614] (**) Option "Device" "/dev/input/event5" [ 407.614] (**) Option "_source" "server/udev" [ 407.616] (II) event5 - Video Bus: is tagged by udev as: Keyboard [ 407.616] (II) event5 - Video Bus: device is a keyboard [ 407.616] (II) event5 - Video Bus: device removed [ 407.643] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input7/event5" [ 407.643] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 407.643] (**) Option "xkb_model" "pc105" [ 407.643] (**) Option "xkb_layout" "us" [ 407.645] (II) event5 - Video Bus: is tagged by udev as: Keyboard [ 407.645] (II) event5 - Video Bus: device is a keyboard [ 407.646] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 407.646] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 407.646] (II) Using input driver 'libinput' for 'Power Button' [ 407.646] (**) Power Button: always reports core events [ 407.646] (**) Option "Device" "/dev/input/event1" [ 407.646] (**) Option "_source" "server/udev" [ 407.648] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 407.648] (II) event1 - Power Button: device is a keyboard [ 407.648] (II) event1 - Power Button: device removed [ 407.667] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1" [ 407.667] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 407.667] (**) Option "xkb_model" "pc105" [ 407.667] (**) Option "xkb_layout" "us" [ 407.669] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 407.669] (II) event1 - Power Button: device is a keyboard [ 407.670] (II) config/udev: Adding input device Lid Switch (/dev/input/event2) [ 407.670] (II) No input driver specified, ignoring this device. [ 407.670] (II) This device may have been added with another device file. [ 407.671] (II) config/udev: Adding input device Sleep Button (/dev/input/event3) [ 407.671] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 407.671] (II) Using input driver 'libinput' for 'Sleep Button' [ 407.671] (**) Sleep Button: always reports core events [ 407.671] (**) Option "Device" "/dev/input/event3" [ 407.671] (**) Option "_source" "server/udev" [ 407.672] (II) event3 - Sleep Button: is tagged by udev as: Keyboard [ 407.672] (II) event3 - Sleep Button: device is a keyboard [ 407.672] (II) event3 - Sleep Button: device removed [ 407.691] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event3" [ 407.691] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 407.691] (**) Option "xkb_model" "pc105" [ 407.691] (**) Option "xkb_layout" "us" [ 407.693] (II) event3 - Sleep Button: is tagged by udev as: Keyboard [ 407.693] (II) event3 - Sleep Button: device is a keyboard [ 407.694] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event8) [ 407.694] (II) No input driver specified, ignoring this device. [ 407.694] (II) This device may have been added with another device file. [ 407.695] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event9) [ 407.695] (II) No input driver specified, ignoring this device. [ 407.695] (II) This device may have been added with another device file. [ 407.696] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event10) [ 407.696] (II) No input driver specified, ignoring this device. [ 407.696] (II) This device may have been added with another device file. [ 407.697] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17) [ 407.697] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall" [ 407.697] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C' [ 407.697] (**) Integrated Camera: Integrated C: always reports core events [ 407.697] (**) Option "Device" "/dev/input/event17" [ 407.697] (**) Option "_source" "server/udev" [ 407.700] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [ 407.700] (II) event17 - Integrated Camera: Integrated C: device is a keyboard [ 407.700] (II) event17 - Integrated Camera: Integrated C: device removed [ 407.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input18/event17" [ 407.731] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10) [ 407.731] (**) Option "xkb_model" "pc105" [ 407.731] (**) Option "xkb_layout" "us" [ 407.735] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [ 407.735] (II) event17 - Integrated Camera: Integrated C: device is a keyboard [ 407.736] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12) [ 407.736] (II) No input driver specified, ignoring this device. [ 407.736] (II) This device may have been added with another device file. [ 407.736] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event13) [ 407.736] (II) No input driver specified, ignoring this device. [ 407.736] (II) This device may have been added with another device file. [ 407.737] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event14) [ 407.737] (II) No input driver specified, ignoring this device. [ 407.737] (II) This device may have been added with another device file. [ 407.738] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 407.738] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 407.738] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 407.738] (**) AT Translated Set 2 keyboard: always reports core events [ 407.738] (**) Option "Device" "/dev/input/event0" [ 407.738] (**) Option "_source" "server/udev" [ 407.740] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [ 407.740] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 407.741] (II) event0 - AT Translated Set 2 keyboard: device removed [ 407.759] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 407.759] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11) [ 407.759] (**) Option "xkb_model" "pc105" [ 407.759] (**) Option "xkb_layout" "us" [ 407.761] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [ 407.761] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 407.763] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6) [ 407.763] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 407.763] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad' [ 407.763] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 407.763] (**) Option "Device" "/dev/input/event6" [ 407.763] (**) Option "_source" "server/udev" [ 407.765] (II) event6 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad [ 407.766] (II) event6 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm [ 407.767] (II) event6 - SynPS/2 Synaptics TouchPad: device is a touchpad [ 407.768] (II) event6 - SynPS/2 Synaptics TouchPad: device removed [ 407.799] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event6" [ 407.799] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12) [ 407.801] (**) Option "AccelerationScheme" "none" [ 407.801] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0 [ 407.801] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 407.801] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 407.803] (II) event6 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad [ 407.804] (II) event6 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm [ 407.805] (II) event6 - SynPS/2 Synaptics TouchPad: device is a touchpad [ 407.806] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 407.806] (II) No input driver specified, ignoring this device. [ 407.806] (II) This device may have been added with another device file. [ 407.807] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event16) [ 407.807] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall" [ 407.807] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint' [ 407.807] (**) TPPS/2 Elan TrackPoint: always reports core events [ 407.807] (**) Option "Device" "/dev/input/event16" [ 407.807] (**) Option "_source" "server/udev" [ 407.809] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick [ 407.809] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer [ 407.810] (II) event16 - TPPS/2 Elan TrackPoint: device removed [ 407.839] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event16" [ 407.839] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 13) [ 407.840] (**) Option "AccelerationScheme" "none" [ 407.840] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0 [ 407.840] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000 [ 407.840] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4 [ 407.842] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick [ 407.842] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer [ 407.844] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1) [ 407.844] (II) No input driver specified, ignoring this device. [ 407.844] (II) This device may have been added with another device file. [ 407.845] (II) config/udev: Adding input device PC Speaker (/dev/input/event7) [ 407.845] (II) No input driver specified, ignoring this device. [ 407.845] (II) This device may have been added with another device file. [ 407.846] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event11) [ 407.846] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall" [ 407.846] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons' [ 407.846] (**) ThinkPad Extra Buttons: always reports core events [ 407.846] (**) Option "Device" "/dev/input/event11" [ 407.847] (**) Option "_source" "server/udev" [ 407.848] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch [ 407.848] (II) event11 - ThinkPad Extra Buttons: device is a keyboard [ 407.849] (II) event11 - ThinkPad Extra Buttons: device removed [ 407.867] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input10/event11" [ 407.867] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14) [ 407.867] (**) Option "xkb_model" "pc105" [ 407.867] (**) Option "xkb_layout" "us" [ 407.869] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch [ 407.869] (II) event11 - ThinkPad Extra Buttons: device is a keyboard [ 407.871] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15) [ 407.871] (**) ACPI Virtual Keyboard Device: Applying InputClass "libinput keyboard catchall" [ 407.871] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device' [ 407.871] (**) ACPI Virtual Keyboard Device: always reports core events [ 407.871] (**) Option "Device" "/dev/input/event15" [ 407.871] (**) Option "_source" "server/udev" [ 407.872] (II) event15 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard [ 407.872] (II) event15 - ACPI Virtual Keyboard Device: device is a keyboard [ 407.873] (II) event15 - ACPI Virtual Keyboard Device: device removed [ 407.892] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event15" [ 407.892] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 15) [ 407.892] (**) Option "xkb_model" "pc105" [ 407.892] (**) Option "xkb_layout" "us" [ 407.893] (II) event15 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard [ 407.893] (II) event15 - ACPI Virtual Keyboard Device: device is a keyboard [ 413.202] (II) AMDGPU(0): EDID vendor "LGD", prod id 1530 [ 413.202] (II) AMDGPU(0): Printing DDC gathered Modelines: [ 413.202] (II) AMDGPU(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP) [ 413.202] (II) AMDGPU(0): Modeline "1920x1080"x0.0 114.46 1920 1968 2000 2164 1080 1083 1088 1102 +hsync -vsync (52.9 kHz e) [ 562.538] (EE) event6 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded. See https://wayland.freedesktop.org/libinput/doc/1.15.4/touchpad-jumping-cursors.html for details udev information: ----------------- P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 E: SUBSYSTEM=input E: PRODUCT=19/0/1/0 E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PROP=0 E: EV=3 E: KEY=10000000000000 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: USEC_INITIALIZED=2273348 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00 E: TAGS=:seat: P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4 N: input/event4 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event4 E: MAJOR=13 E: MINOR=68 E: USEC_INITIALIZED=2399838 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button E: TAGS=:power-switch: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input7 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input7 E: SUBSYSTEM=input E: PRODUCT=19/0/6/0 E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PROP=0 E: EV=3 E: KEY=3e000b00000000 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: USEC_INITIALIZED=2277724 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00 E: TAGS=:seat: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input7/event5 N: input/event5 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input7/event5 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event5 E: MAJOR=13 E: MINOR=69 E: USEC_INITIALIZED=2353511 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video E: TAGS=:power-switch: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: SUBSYSTEM=input E: PRODUCT=19/0/1/0 E: NAME="Power Button" E: PHYS="PNP0C0C/button/input0" E: PROP=0 E: EV=3 E: KEY=10000000000000 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: USEC_INITIALIZED=2269500 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: ID_FOR_SEAT=input-acpi-PNP0C0C_00 E: TAGS=:seat: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1 N: input/event1 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event1 E: MAJOR=13 E: MINOR=65 E: USEC_INITIALIZED=2399784 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button E: TAGS=:power-switch: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 E: SUBSYSTEM=input E: PRODUCT=19/0/5/0 E: NAME="Lid Switch" E: PHYS="PNP0C0D/button/input0" E: PROP=0 E: EV=21 E: SW=1 E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0, E: USEC_INITIALIZED=2270052 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: ID_FOR_SEAT=input-acpi-PNP0C0D_00 E: TAGS=:seat: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4/event2 N: input/event2 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4/event2 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event2 E: MAJOR=13 E: MINOR=66 E: USEC_INITIALIZED=2375417 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button E: TAGS=:power-switch: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5 E: SUBSYSTEM=input E: PRODUCT=19/0/3/0 E: NAME="Sleep Button" E: PHYS="PNP0C0E/button/input0" E: PROP=0 E: EV=3 E: KEY=4000 0 0 E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw E: USEC_INITIALIZED=2271617 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: ID_FOR_SEAT=input-acpi-PNP0C0E_00 E: TAGS=:seat: P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event3 N: input/event3 L: 0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event3 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event3 E: MAJOR=13 E: MINOR=67 E: USEC_INITIALIZED=2376747 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11 E: SUBSYSTEM=input E: PRODUCT=0/0/0/0 E: NAME="HD-Audio Generic HDMI/DP,pcm=3" E: PHYS="ALSA" E: PROP=0 E: EV=21 E: SW=140 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: USEC_INITIALIZED=2429382 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: ID_FOR_SEAT=input-pci-0000_06_00_1 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11/event8 N: input/event8 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11/event8 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event8 E: MAJOR=13 E: MINOR=72 E: USEC_INITIALIZED=2514277 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12 E: SUBSYSTEM=input E: PRODUCT=0/0/0/0 E: NAME="HD-Audio Generic HDMI/DP,pcm=7" E: PHYS="ALSA" E: PROP=0 E: EV=21 E: SW=140 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: USEC_INITIALIZED=2427246 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: ID_FOR_SEAT=input-pci-0000_06_00_1 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12/event9 N: input/event9 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12/event9 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event9 E: MAJOR=13 E: MINOR=73 E: USEC_INITIALIZED=2509374 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input13 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input13 E: SUBSYSTEM=input E: PRODUCT=0/0/0/0 E: NAME="HD-Audio Generic HDMI/DP,pcm=8" E: PHYS="ALSA" E: PROP=0 E: EV=21 E: SW=140 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: USEC_INITIALIZED=2429502 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: ID_FOR_SEAT=input-pci-0000_06_00_1 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input13/event10 N: input/event10 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input13/event10 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event10 E: MAJOR=13 E: MINOR=74 E: USEC_INITIALIZED=2503171 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.1 E: ID_PATH_TAG=pci-0000_06_00_1 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input18 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input18 E: SUBSYSTEM=input E: PRODUCT=3/5986/2130/5609 E: NAME="Integrated Camera: Integrated C" E: PHYS="usb-0000:06:00.4-2.1/button" E: PROP=0 E: EV=3 E: KEY=100000 0 0 0 E: MODALIAS=input:b0003v5986p2130e5609-e0,1,kD4,ramlsfw E: USEC_INITIALIZED=3492382 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_VENDOR=SunplusIT_Inc E: ID_VENDOR_ENC=SunplusIT\x20Inc E: ID_VENDOR_ID=5986 E: ID_MODEL=Integrated_Camera E: ID_MODEL_ENC=Integrated\x20Camera E: ID_MODEL_ID=2130 E: ID_REVISION=5609 E: ID_SERIAL=SunplusIT_Inc_Integrated_Camera E: ID_TYPE=video E: ID_BUS=usb E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_DRIVER=uvcvideo E: ID_PATH=pci-0000:06:00.4-usb-0:2.1:1.0 E: ID_PATH_TAG=pci-0000_06_00_4-usb-0_2_1_1_0 E: ID_FOR_SEAT=input-pci-0000_06_00_4-usb-0_2_1_1_0 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input18/event17 N: input/event17 L: 0 S: input/by-id/usb-SunplusIT_Inc_Integrated_Camera-event-if00 S: input/by-path/pci-0000:06:00.4-usb-0:2.1:1.0-event E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input18/event17 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event17 E: MAJOR=13 E: MINOR=81 E: USEC_INITIALIZED=3558031 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_VENDOR=SunplusIT_Inc E: ID_VENDOR_ENC=SunplusIT\x20Inc E: ID_VENDOR_ID=5986 E: ID_MODEL=Integrated_Camera E: ID_MODEL_ENC=Integrated\x20Camera E: ID_MODEL_ID=2130 E: ID_REVISION=5609 E: ID_SERIAL=SunplusIT_Inc_Integrated_Camera E: ID_TYPE=video E: ID_BUS=usb E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_DRIVER=uvcvideo E: ID_PATH=pci-0000:06:00.4-usb-0:2.1:1.0 E: ID_PATH_TAG=pci-0000_06_00_4-usb-0_2_1_1_0 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=3/5986/2130:usb-0000:06:00.4-2 E: DEVLINKS=/dev/input/by-id/usb-SunplusIT_Inc_Integrated_Camera-event-if00 /dev/input/by-path/pci-0000:06:00.4-usb-0:2.1:1.0-event E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14 E: SUBSYSTEM=input E: PRODUCT=1/10ec/257/1 E: NAME="HDA Digital PCBeep" E: PHYS="card1/codec#0/beep0" E: PROP=0 E: EV=40001 E: SND=6 E: MODALIAS=input:b0001v10ECp0257e0001-e0,12,kramls1,2,fw E: USEC_INITIALIZED=2460773 E: ID_INPUT=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: ID_FOR_SEAT=input-pci-0000_06_00_6 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14/event12 N: input/event12 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14/event12 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event12 E: MAJOR=13 E: MINOR=76 E: USEC_INITIALIZED=2515329 E: ID_INPUT=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: LIBINPUT_DEVICE_GROUP=1/10ec/257:card1/codec#0/beep0 P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15 E: SUBSYSTEM=input E: PRODUCT=0/0/0/0 E: NAME="HD-Audio Generic Mic" E: PHYS="ALSA" E: PROP=0 E: EV=21 E: SW=10 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: USEC_INITIALIZED=2460618 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: ID_FOR_SEAT=input-pci-0000_06_00_6 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15/event13 N: input/event13 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15/event13 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event13 E: MAJOR=13 E: MINOR=77 E: USEC_INITIALIZED=2533670 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: TAGS=:power-switch: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input16 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input16 E: SUBSYSTEM=input E: PRODUCT=0/0/0/0 E: NAME="HD-Audio Generic Headphone" E: PHYS="ALSA" E: PROP=0 E: EV=21 E: SW=4 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: USEC_INITIALIZED=2462841 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: ID_FOR_SEAT=input-pci-0000_06_00_6 E: TAGS=:seat: P: /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input16/event14 N: input/event14 L: 0 E: DEVPATH=/devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input16/event14 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event14 E: MAJOR=13 E: MINOR=78 E: USEC_INITIALIZED=2538022 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:06:00.6 E: ID_PATH_TAG=pci-0000_06_00_6 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: TAGS=:power-switch: P: /devices/platform/i8042/serio0/input/input0 L: 0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0 E: SUBSYSTEM=input E: PRODUCT=11/1/1/ab83 E: NAME="AT Translated Set 2 keyboard" E: PHYS="isa0060/serio0/input0" E: PROP=0 E: EV=120013 E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe E: MSC=10 E: LED=7 E: MODALIAS=input:b0011v0001p0001eAB83-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw E: USEC_INITIALIZED=974215 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_FOR_SEAT=input-platform-i8042-serio-0 E: TAGS=:seat: P: /devices/platform/i8042/serio0/input/input0/event0 N: input/event0 L: 0 S: input/by-path/platform-i8042-serio-0-event-kbd E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event0 E: MAJOR=13 E: MINOR=64 E: USEC_INITIALIZED=2194267 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd E: TAGS=:power-switch: P: /devices/platform/i8042/serio1/input/input2 L: 0 E: DEVPATH=/devices/platform/i8042/serio1/input/input2 E: SUBSYSTEM=input E: PRODUCT=11/2/7/1a1 E: NAME="SynPS/2 Synaptics TouchPad" E: PHYS="isa0060/serio1/input0" E: PROP=5 E: EV=b E: KEY=e520 10000 0 0 0 0 E: ABS=660800011000003 E: MODALIAS=input:b0011v0002p0007e01A1-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw E: USEC_INITIALIZED=2294325 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-1 E: ID_PATH_TAG=platform-i8042-serio-1 E: ID_FOR_SEAT=input-platform-i8042-serio-1 E: TAGS=:seat: P: /devices/platform/i8042/serio1/input/input2/event6 N: input/event6 L: 0 S: input/by-path/platform-i8042-serio-1-event-mouse E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event6 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event6 E: MAJOR=13 E: MINOR=70 E: USEC_INITIALIZED=2480191 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-1 E: ID_PATH_TAG=platform-i8042-serio-1 E: ID_INPUT_TOUCHPAD_INTEGRATION=internal E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio1 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse P: /devices/platform/i8042/serio1/input/input2/mouse0 N: input/mouse0 L: 0 S: input/by-path/platform-i8042-serio-1-mouse E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse0 E: SUBSYSTEM=input E: DEVNAME=/dev/input/mouse0 E: MAJOR=13 E: MINOR=32 E: USEC_INITIALIZED=2299451 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-1 E: ID_PATH_TAG=platform-i8042-serio-1 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse P: /devices/platform/i8042/serio1/serio2/input/input8 L: 0 E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input8 E: SUBSYSTEM=input E: PRODUCT=11/2/a/0 E: NAME="TPPS/2 Elan TrackPoint" E: PHYS="synaptics-pt/serio0/input0" E: PROP=21 E: EV=7 E: KEY=70000 0 0 0 0 E: REL=3 E: MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw E: USEC_INITIALIZED=2956146 E: ID_INPUT=1 E: ID_INPUT_POINTINGSTICK=1 E: ID_INPUT_MOUSE=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: ID_FOR_SEAT=input-platform-i8042-serio-2 E: TAGS=:seat: P: /devices/platform/i8042/serio1/serio2/input/input8/event16 N: input/event16 L: 0 S: input/by-path/platform-i8042-serio-2-event-mouse E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input8/event16 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event16 E: MAJOR=13 E: MINOR=80 E: USEC_INITIALIZED=3015245 E: ID_INPUT=1 E: ID_INPUT_POINTINGSTICK=1 E: ID_INPUT_MOUSE=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: LIBINPUT_DEVICE_GROUP=11/2/a:synaptics-pt/serio0 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse P: /devices/platform/i8042/serio1/serio2/input/input8/mouse1 N: input/mouse1 L: 0 S: input/by-path/platform-i8042-serio-2-mouse E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input8/mouse1 E: SUBSYSTEM=input E: DEVNAME=/dev/input/mouse1 E: MAJOR=13 E: MINOR=33 E: USEC_INITIALIZED=2959656 E: ID_INPUT=1 E: ID_INPUT_POINTINGSTICK=1 E: ID_INPUT_MOUSE=1 E: ID_BUS=i8042 E: ID_SERIAL=noserial E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse P: /devices/platform/pcspkr/input/input9 L: 0 E: DEVPATH=/devices/platform/pcspkr/input/input9 E: SUBSYSTEM=input E: PRODUCT=10/1f/1/100 E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PROP=0 E: EV=40001 E: SND=6 E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: USEC_INITIALIZED=2345401 E: ID_INPUT=1 E: ID_SERIAL=noserial E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_FOR_SEAT=input-platform-pcspkr E: TAGS=:seat: P: /devices/platform/pcspkr/input/input9/event7 N: input/event7 L: 0 S: input/by-path/platform-pcspkr-event-spkr E: DEVPATH=/devices/platform/pcspkr/input/input9/event7 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event7 E: MAJOR=13 E: MINOR=71 E: USEC_INITIALIZED=2428771 E: ID_INPUT=1 E: ID_SERIAL=noserial E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061 E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr P: /devices/platform/thinkpad_acpi/input/input10 L: 0 E: DEVPATH=/devices/platform/thinkpad_acpi/input/input10 E: SUBSYSTEM=input E: PRODUCT=19/17aa/5054/4101 E: NAME="ThinkPad Extra Buttons" E: PHYS="thinkpad_acpi/input0" E: PROP=0 E: EV=33 E: KEY=10040 0 18040000 0 50000000000000 0 1701b02102004 c000280051115000 10e000000000000 0 E: MSC=10 E: SW=8 E: MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,78,8C,8E,90,94,98,9C,9E,AB,AD,BE,BF,C2,CD,D4,D9,E0,E1,E3,E4,EC,ED,EE,F0,174,176,1D2,1DB,1DC,246,250,ram4,lsfw3, E: USEC_INITIALIZED=2435929 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=platform-thinkpad_acpi E: ID_PATH_TAG=platform-thinkpad_acpi E: ID_FOR_SEAT=input-platform-thinkpad_acpi E: TAGS=:seat: P: /devices/platform/thinkpad_acpi/input/input10/event11 N: input/event11 L: 0 S: input/by-path/platform-thinkpad_acpi-event E: DEVPATH=/devices/platform/thinkpad_acpi/input/input10/event11 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event11 E: MAJOR=13 E: MINOR=75 E: USEC_INITIALIZED=2503924 E: KEYBOARD_KEY_01=screenlock E: KEYBOARD_KEY_02=battery E: KEYBOARD_KEY_03=sleep E: KEYBOARD_KEY_04=wlan E: KEYBOARD_KEY_06=switchvideomode E: KEYBOARD_KEY_07=f21 E: KEYBOARD_KEY_08=f24 E: KEYBOARD_KEY_0b=suspend E: KEYBOARD_KEY_0f=brightnessup E: KEYBOARD_KEY_10=brightnessdown E: KEYBOARD_KEY_11=kbdillumtoggle E: KEYBOARD_KEY_13=zoom E: KEYBOARD_KEY_14=volumeup E: KEYBOARD_KEY_15=volumedown E: KEYBOARD_KEY_16=mute E: KEYBOARD_KEY_17=prog1 E: KEYBOARD_KEY_1a=f20 E: KEYBOARD_KEY_45=bookmarks E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=platform-thinkpad_acpi E: ID_PATH_TAG=platform-thinkpad_acpi E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: LIBINPUT_DEVICE_GROUP=19/17aa/5054:thinkpad_acpi E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event E: TAGS=:power-switch: P: /devices/virtual/input/input17 L: 0 E: DEVPATH=/devices/virtual/input/input17 E: SUBSYSTEM=input E: PRODUCT=3/0/0/4 E: NAME="ACPI Virtual Keyboard Device" E: PROP=0 E: EV=3 E: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw E: USEC_INITIALIZED=2949856 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: TAGS=:seat: P: /devices/virtual/input/input17/event15 N: input/event15 L: 0 E: DEVPATH=/devices/virtual/input/input17/event15 E: SUBSYSTEM=input E: DEVNAME=/dev/input/event15 E: MAJOR=13 E: MINOR=79 E: USEC_INITIALIZED=3006047 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: XKBMODEL=pc105 E: XKBLAYOUT=us E: BACKSPACE=guess E: TAGS=:power-switch: DRM Information from dmesg: --------------------------- -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xserver-xorg-video-amdgpu depends on: ii libc6 2.30-4 ii libdrm-amdgpu1 2.4.101-1 ii libgbm1 19.3.3-1 ii libudev1 244.3-1 ii xserver-xorg-core [xorg-video-abi-24] 2:1.20.8-2 xserver-xorg-video-amdgpu recommends no packages. Versions of packages xserver-xorg-video-amdgpu suggests: ii firmware-amd-graphics 20190717-2 -- no debconf information