You are not logged in.

#1 2020-07-04 19:22:16

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

[SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

Hi, I've recently made the change to Arch Linux after 1 year on Ubuntu on my ASUS laptop (ASUS TUF-gaming FX-505, it has two GPU: AMD Ryzen 7 and NVIDIA GTX 1650)

I managed to get the NVIDIA GPU working with the onboard monitor and an external one, using proprietary drivers (nvidia-440-100-1) and then tweaking with xorg.

Last week I updated the kernel to 5.4.50-1-lts from the previous 5.4.49.1-lts, as well as the nvidia drivers (from 440-100-1 to 440-100-3). After rebooting, lightdm falled back to use AMD GPU... but I got the NVIDIA GPU working again.

Right now my system is using the NVIDIA GPU, but lightdm is only showing on an external HDMI monitor while the onboard monitor remains in black.
xrandr only shows the HDMI-0 monitor, though before updating the kernel and the nvidia drivers it displayed both eDP-1-1 (onboard monitor) and HDMI-0.

Nvidia packages installed:

{} ~ pacman -Qs nvidia
local/cuda 10.2.89-5
    NVIDIA's GPU programming toolkit
local/egl-wayland 1.1.5-1
    EGLStream-based Wayland external platform
local/lib32-nvidia-utils 440.100-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 440.100-1
    NVIDIA NV-CONTROL X extension
local/nvidia 440.100-3
    NVIDIA drivers for linux
local/nvidia-dkms 440.100-1
    NVIDIA drivers - module sources
local/nvidia-lts 1:440.100-3
    NVIDIA drivers for linux-lts
local/nvidia-prime 1.0-3
    NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 440.100-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 440.100-1
    NVIDIA drivers utilities
local/opencl-nvidia 440.100-1
    OpenCL implemention for NVIDIA
local/xf86-video-nouveau 1.0.16-2 (xorg-drivers)
    Open Source 3D acceleration driver for nVidia cards

xrandr output:

[~]$ xrandr -q                                                                                         
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94 

Xorg conf (10-monitor.conf):

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.100

Section "ServerLayout"
    Identifier     "Layout0"
    Screen          0  "Screen0" 0 0
    Screen          1  "Screen1" 1920 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "MonitorHDMI0"
    VendorName     "Unknown"
    ModelName      "Samsung S22F350"
    Modeline       "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
    Option         "PreferredMode" "1920x1080"
    Option         "TargetRefresh" "60"
    Option         "Position" "1920 0"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "MonitorDP1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Modeline       "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
    Option         "PreferredMode" "1920x1080"
    Option         "TargetRefresh" "60"
    Option         "LeftOf" "MonitorHDMI0"
    Option         "Position" "0 0"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1650"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1650"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    DefaultDepth    24
    Subsection     "Display"
        Depth       24
    EndSubSection
EndSection

Xorg log:

[     5.172] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     5.172] Build Operating System: Linux Arch Linux
[     5.172] Current Operating System: Linux yumiya 5.4.50-1-lts #1 SMP Wed, 01 Jul 2020 14:53:03 +0000 x86_64
[     5.172] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d22d7449-db19-4f4f-9497-4426c343098f rw quiet loglevel=3
[     5.172] Build Date: 05 May 2020  05:08:17AM
[     5.172]  
[     5.172] Current version of pixman: 0.40.0
[     5.172]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     5.172] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.172] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul  4 21:12:33 2020
[     5.172] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.172] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.174] (==) ServerLayout "layout"
[     5.174] (**) |-->Screen "Screen0" (0)
[     5.174] (**) |   |-->Monitor "<default monitor>"
[     5.174] (**) |   |-->Device "Device0"
[     5.174] (**) |   |-->GPUDevice "Device1"
[     5.174] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
[     5.174] (**) Option "DontZap" "false"
[     5.174] (==) Automatically adding devices
[     5.174] (==) Automatically enabling devices
[     5.174] (==) Automatically adding GPU devices
[     5.174] (==) Automatically binding GPU devices
[     5.174] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.176] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.176]    Entry deleted from font path.
[     5.176] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.176]    Entry deleted from font path.
[     5.176] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.176]    Entry deleted from font path.
[     5.176] (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/OTF
[     5.176] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.176] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.176] (II) Module ABI versions:
[     5.176]    X.Org ANSI C Emulation: 0.4
[     5.176]    X.Org Video Driver: 24.1
[     5.176]    X.Org XInput driver : 24.1
[     5.176]    X.Org Server Extension : 10.0
[     5.176] (++) using VT number 7

[     5.176] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.176] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.194] (--) PCI: (1@0:0:0) 10de:1f91:1043:109f rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     5.194] (--) PCI:*(5@0:0:0) 1002:15d8:1043:18f1 rev 193, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7500000/524288, I/O @ 0x0000c000/256
[     5.194] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.194] (II) LoadModule: "glx"
[     5.194] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.200] (II) Module glx: vendor="X.Org Foundation"
[     5.200]    compiled for 1.20.8, module version = 1.0.0
[     5.200]    ABI class: X.Org Server Extension, version 10.0
[     5.200] (II) LoadModule: "nvidia"
[     5.200] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.203] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.203]    compiled for 1.6.99.901, module version = 1.0.0
[     5.203]    Module class: X.Org Video Driver
[     5.204] (II) NVIDIA dlloader X Driver  440.100  Fri May 29 08:21:27 UTC 2020
[     5.204] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.211] (II) Loading sub module "fb"
[     5.211] (II) LoadModule: "fb"
[     5.211] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.212] (II) Module fb: vendor="X.Org Foundation"
[     5.212]    compiled for 1.20.8, module version = 1.0.0
[     5.212]    ABI class: X.Org ANSI C Emulation, version 0.4
[     5.212] (II) Loading sub module "wfb"
[     5.212] (II) LoadModule: "wfb"
[     5.212] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.213] (II) Module wfb: vendor="X.Org Foundation"
[     5.213]    compiled for 1.20.8, module version = 1.0.0
[     5.213]    ABI class: X.Org ANSI C Emulation, version 0.4
[     5.213] (II) Loading sub module "ramdac"
[     5.213] (II) LoadModule: "ramdac"
[     5.213] (II) Module "ramdac" already built-in
[     5.248] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.248] (==) NVIDIA(0): RGB weight 888
[     5.248] (==) NVIDIA(0): Default visual is TrueColor
[     5.248] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.248] (**) Option "AllowNVIDIAGpuScreens"
[     5.249] (**) NVIDIA(0): Enabling 2D acceleration
[     5.249] (II) Loading sub module "glxserver_nvidia"
[     5.249] (II) LoadModule: "glxserver_nvidia"
[     5.249] (WW) Warning, couldn't open module glxserver_nvidia
[     5.249] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     5.249] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     5.249] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     5.249] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     5.249] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     5.249] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     5.249] (II) NVIDIA: The X server does not support PRIME Render Offload.
[     6.085] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.085] (--) NVIDIA(0):     DFP-0 (boot)
[     6.086] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 (TU117-A) at PCI:1:0:0 (GPU-0)
[     6.086] (--) NVIDIA(0): Memory: 4194304 kBytes
[     6.086] (--) NVIDIA(0): VideoBIOS: 90.17.1c.00.62
[     6.086] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.116] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-0): connected
[     6.116] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-0): Internal TMDS
[     6.116] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-0): 600.0 MHz maximum pixel clock
[     6.116] (--) NVIDIA(GPU-0): 
[     6.159] (==) NVIDIA(0): 
[     6.159] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.159] (==) NVIDIA(0):     will be used as the requested mode.
[     6.159] (==) NVIDIA(0): 
[     6.161] (II) NVIDIA(0): Validated MetaModes:
[     6.161] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     6.161] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     6.223] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     6.223] (--) NVIDIA(0):     option
[     6.223] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[     6.223] (II) NVIDIA:     access.
[     6.233] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.233] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.233] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.233] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.233] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.233] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.233] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.233] (II) NVIDIA(0):     Config Options in the README.
[     6.267] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     6.354] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.354] (==) NVIDIA(0): Backing store enabled
[     6.354] (==) NVIDIA(0): Silken mouse disabled
[     6.354] (==) NVIDIA(0): DPMS enabled
[     6.354] (II) Loading sub module "dri2"
[     6.354] (II) LoadModule: "dri2"
[     6.354] (II) Module "dri2" already built-in
[     6.354] (II) NVIDIA(0): [DRI2] Setup complete
[     6.354] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.355] (II) Initializing extension Generic Event Extension
[     6.355] (II) Initializing extension SHAPE
[     6.355] (II) Initializing extension MIT-SHM
[     6.355] (II) Initializing extension XInputExtension
[     6.355] (II) Initializing extension XTEST
[     6.355] (II) Initializing extension BIG-REQUESTS
[     6.355] (II) Initializing extension SYNC
[     6.355] (II) Initializing extension XKEYBOARD
[     6.355] (II) Initializing extension XC-MISC
[     6.355] (II) Initializing extension SECURITY
[     6.355] (II) Initializing extension XFIXES
[     6.355] (II) Initializing extension RENDER
[     6.355] (II) Initializing extension RANDR
[     6.356] (II) Initializing extension COMPOSITE
[     6.356] (II) Initializing extension DAMAGE
[     6.356] (II) Initializing extension MIT-SCREEN-SAVER
[     6.356] (II) Initializing extension DOUBLE-BUFFER
[     6.356] (II) Initializing extension RECORD
[     6.356] (II) Initializing extension DPMS
[     6.356] (II) Initializing extension Present
[     6.356] (II) Initializing extension DRI3
[     6.356] (II) Initializing extension X-Resource
[     6.356] (II) Initializing extension XVideo
[     6.356] (II) Initializing extension XVideo-MotionCompensation
[     6.356] (II) Initializing extension GLX
[     6.356] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.469] (II) IGLX: Loaded and initialized swrast
[     6.469] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.469] (II) Initializing extension XFree86-VidModeExtension
[     6.469] (II) Initializing extension XFree86-DGA
[     6.469] (II) Initializing extension XFree86-DRI
[     6.469] (II) Initializing extension DRI2
[     6.469] (II) Initializing extension NV-GLX
[     6.469] (II) Initializing extension NV-CONTROL
[     6.469] (II) Initializing extension XINERAMA
[     6.503] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.503] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.503] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.503] (**) Power Button: Applying InputClass "system-keyboard"
[     6.503] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.503] (II) LoadModule: "libinput"
[     6.503] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.505] (II) Module libinput: vendor="X.Org Foundation"
[     6.505]    compiled for 1.20.8, module version = 0.30.0
[     6.505]    Module class: X.Org XInput Driver
[     6.505]    ABI class: X.Org XInput driver, version 24.1
[     6.505] (II) Using input driver 'libinput' for 'Power Button'
[     6.505] (**) Power Button: always reports core events
[     6.505] (**) Option "Device" "/dev/input/event3"
[     6.505] (**) Option "_source" "server/udev"
[     6.509] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.509] (II) event3  - Power Button: device is a keyboard
[     6.509] (II) event3  - Power Button: device removed
[     6.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.556] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.556] (**) Option "xkb_model" "pc105"
[     6.556] (**) Option "xkb_layout" "es"
[     6.556] (**) Option "xkb_variant" "winkeys"
[     6.556] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.574] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.574] (II) event3  - Power Button: device is a keyboard
[     6.575] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event10)
[     6.575] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     6.575] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     6.575] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     6.575] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[     6.575] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     6.575] (**) Asus Wireless Radio Control: always reports core events
[     6.575] (**) Option "Device" "/dev/input/event10"
[     6.575] (**) Option "_source" "server/udev"
[     6.576] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.576] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[     6.576] (II) event10 - Asus Wireless Radio Control: device removed
[     6.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input12/event10"
[     6.716] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     6.716] (**) Option "xkb_model" "pc105"
[     6.716] (**) Option "xkb_layout" "es"
[     6.716] (**) Option "xkb_variant" "winkeys"
[     6.716] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.718] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.718] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[     6.719] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     6.719] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.719] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.719] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.719] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.719] (II) Using input driver 'libinput' for 'Video Bus'
[     6.719] (**) Video Bus: always reports core events
[     6.719] (**) Option "Device" "/dev/input/event4"
[     6.719] (**) Option "_source" "server/udev"
[     6.721] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.721] (II) event4  - Video Bus: device is a keyboard
[     6.722] (II) event4  - Video Bus: device removed
[     6.826] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input4/event4"
[     6.826] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.826] (**) Option "xkb_model" "pc105"
[     6.826] (**) Option "xkb_layout" "es"
[     6.826] (**) Option "xkb_variant" "winkeys"
[     6.826] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.828] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.829] (II) event4  - Video Bus: device is a keyboard
[     6.830] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.830] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.830] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.830] (**) Power Button: Applying InputClass "system-keyboard"
[     6.830] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.830] (II) Using input driver 'libinput' for 'Power Button'
[     6.830] (**) Power Button: always reports core events
[     6.830] (**) Option "Device" "/dev/input/event0"
[     6.830] (**) Option "_source" "server/udev"
[     6.831] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.831] (II) event0  - Power Button: device is a keyboard
[     6.832] (II) event0  - Power Button: device removed
[     6.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.886] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.886] (**) Option "xkb_model" "pc105"
[     6.886] (**) Option "xkb_layout" "es"
[     6.886] (**) Option "xkb_variant" "winkeys"
[     6.886] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.888] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.888] (II) event0  - Power Button: device is a keyboard
[     6.889] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.889] (II) No input driver specified, ignoring this device.
[     6.889] (II) This device may have been added with another device file.
[     6.890] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.890] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.890] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.890] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.890] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[     6.890] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.890] (**) Sleep Button: always reports core events
[     6.890] (**) Option "Device" "/dev/input/event2"
[     6.890] (**) Option "_source" "server/udev"
[     6.891] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.891] (II) event2  - Sleep Button: device is a keyboard
[     6.891] (II) event2  - Sleep Button: device removed
[     6.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.936] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     6.936] (**) Option "xkb_model" "pc105"
[     6.936] (**) Option "xkb_layout" "es"
[     6.936] (**) Option "xkb_variant" "winkeys"
[     6.936] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.937] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.938] (II) event2  - Sleep Button: device is a keyboard
[     6.938] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.938] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.938] (II) LoadModule: "modesetting"
[     6.938] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.941] (II) Module modesetting: vendor="X.Org Foundation"
[     6.941]    compiled for 1.20.8, module version = 1.20.8
[     6.941]    Module class: X.Org Video Driver
[     6.941]    ABI class: X.Org Video Driver, version 24.1
[     6.941] xf86: found device 1
[     6.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     6.942] (II) No input driver specified, ignoring this device.
[     6.942] (II) This device may have been added with another device file.
[     6.943] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event11)
[     6.943] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     6.944] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     6.944] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     6.944] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Keyboard Defaults"
[     6.944] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     6.944] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     6.944] (**) Option "Device" "/dev/input/event11"
[     6.944] (**) Option "_source" "server/udev"
[     6.947] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     6.947] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     6.947] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/input/input18/event11"
[     7.096] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[     7.096] (**) Option "xkb_model" "pc105"
[     7.096] (**) Option "xkb_layout" "es"
[     7.096] (**) Option "xkb_variant" "winkeys"
[     7.096] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.099] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.099] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.100] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse (/dev/input/event6)
[     7.100] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: Applying InputClass "evdev pointer catchall"
[     7.100] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: Applying InputClass "libinput pointer catchall"
[     7.100] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse'
[     7.100] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: always reports core events
[     7.100] (**) Option "Device" "/dev/input/event6"
[     7.100] (**) Option "_source" "server/udev"
[     7.168] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: is tagged by udev as: Mouse
[     7.169] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device is a pointer
[     7.169] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device removed
[     7.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:1B80:B400.0002/input/input7/event6"
[     7.276] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse" (type: MOUSE, id 12)
[     7.277] (**) Option "AccelerationScheme" "none"
[     7.277] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) selected scheme none/0
[     7.277] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) acceleration factor: 2.000
[     7.277] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) acceleration threshold: 4
[     7.348] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: is tagged by udev as: Mouse
[     7.349] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device is a pointer
[     7.350] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse (/dev/input/mouse0)
[     7.350] (II) No input driver specified, ignoring this device.
[     7.350] (II) This device may have been added with another device file.
[     7.351] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse System Control (/dev/input/event9)
[     7.351] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "evdev keyboard catchall"
[     7.351] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "libinput keyboard catchall"
[     7.351] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "system-keyboard"
[     7.351] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "Keyboard Defaults"
[     7.351] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse System Control'
[     7.351] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: always reports core events
[     7.351] (**) Option "Device" "/dev/input/event9"
[     7.351] (**) Option "_source" "server/udev"
[     7.353] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: is tagged by udev as: Keyboard
[     7.354] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device is a keyboard
[     7.354] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device removed
[     7.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input11/event9"
[     7.426] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse System Control" (type: KEYBOARD, id 13)
[     7.426] (**) Option "xkb_model" "pc105"
[     7.426] (**) Option "xkb_layout" "es"
[     7.426] (**) Option "xkb_variant" "winkeys"
[     7.426] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.429] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: is tagged by udev as: Keyboard
[     7.429] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device is a keyboard
[     7.430] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard (/dev/input/event7)
[     7.430] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.430] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.430] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "system-keyboard"
[     7.430] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "Keyboard Defaults"
[     7.430] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard'
[     7.431] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: always reports core events
[     7.431] (**) Option "Device" "/dev/input/event7"
[     7.431] (**) Option "_source" "server/udev"
[     7.433] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: is tagged by udev as: Keyboard
[     7.433] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device is a keyboard
[     7.433] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device removed
[     7.486] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input8/event7"
[     7.486] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard" (type: KEYBOARD, id 14)
[     7.486] (**) Option "xkb_model" "pc105"
[     7.486] (**) Option "xkb_layout" "es"
[     7.486] (**) Option "xkb_variant" "winkeys"
[     7.486] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.489] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: is tagged by udev as: Keyboard
[     7.489] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device is a keyboard
[     7.491] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control (/dev/input/event8)
[     7.491] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "evdev keyboard catchall"
[     7.491] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.491] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "system-keyboard"
[     7.491] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[     7.491] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control'
[     7.491] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: always reports core events
[     7.491] (**) Option "Device" "/dev/input/event8"
[     7.491] (**) Option "_source" "server/udev"
[     7.493] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is tagged by udev as: Keyboard
[     7.494] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device is a keyboard
[     7.494] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device removed
[     7.546] (II) libinput: GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: needs a virtual subdevice
[     7.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input9/event8"
[     7.546] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control" (type: MOUSE, id 15)
[     7.546] (**) Option "AccelerationScheme" "none"
[     7.546] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) selected scheme none/0
[     7.546] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) acceleration factor: 2.000
[     7.546] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) acceleration threshold: 4
[     7.549] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is tagged by udev as: Keyboard
[     7.549] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device is a keyboard
[     7.549] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event13)
[     7.550] (II) No input driver specified, ignoring this device.
[     7.550] (II) This device may have been added with another device file.
[     7.550] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event14)
[     7.550] (II) No input driver specified, ignoring this device.
[     7.550] (II) This device may have been added with another device file.
[     7.551] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event16)
[     7.551] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     7.551] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     7.551] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     7.551] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     7.551] (**) Option "Device" "/dev/input/event16"
[     7.551] (**) Option "_source" "server/udev"
[     7.553] (II) event16 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.553] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.555] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device removed
[     7.646] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0004/input/input20/event16"
[     7.646] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 16)
[     7.646] (**) Option "AccelerationScheme" "none"
[     7.646] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     7.646] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     7.646] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     7.648] (II) event16 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.648] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.650] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse1)
[     7.650] (II) No input driver specified, ignoring this device.
[     7.650] (II) This device may have been added with another device file.
[     7.651] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event17)
[     7.651] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.651] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.651] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     7.651] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     7.651] (**) Option "Device" "/dev/input/event17"
[     7.651] (**) Option "_source" "server/udev"
[     7.653] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.655] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.655] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     7.747] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0004/input/input21/event17"
[     7.747] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 17)
[     7.748] (**) Option "AccelerationScheme" "none"
[     7.748] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     7.748] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     7.748] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     7.749] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.750] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.751] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse2)
[     7.751] (II) No input driver specified, ignoring this device.
[     7.751] (II) This device may have been added with another device file.
[     7.751] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
[     7.751] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.751] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.751] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.751] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     7.751] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.751] (**) Asus WMI hotkeys: always reports core events
[     7.751] (**) Option "Device" "/dev/input/event15"
[     7.751] (**) Option "_source" "server/udev"
[     7.752] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.752] (II) event15 - Asus WMI hotkeys: device is a keyboard
[     7.752] (II) event15 - Asus WMI hotkeys: device removed
[     7.826] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input17/event15"
[     7.826] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[     7.826] (**) Option "xkb_model" "pc105"
[     7.826] (**) Option "xkb_layout" "es"
[     7.826] (**) Option "xkb_variant" "winkeys"
[     7.826] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.828] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.828] (II) event15 - Asus WMI hotkeys: device is a keyboard
[     7.828] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     7.828] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.828] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.828] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.828] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     7.828] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.828] (**) AT Translated Set 2 keyboard: always reports core events
[     7.828] (**) Option "Device" "/dev/input/event5"
[     7.828] (**) Option "_source" "server/udev"
[     7.829] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.829] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.830] (II) event5  - AT Translated Set 2 keyboard: device removed
[     7.866] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     7.866] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[     7.866] (**) Option "xkb_model" "pc105"
[     7.866] (**) Option "xkb_layout" "es"
[     7.866] (**) Option "xkb_variant" "winkeys"
[     7.866] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.867] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.867] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.871] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "evdev keyboard catchall"
[     7.871] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.871] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "system-keyboard"
[     7.871] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[     7.871] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control'
[     7.871] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: always reports core events
[     7.871] (**) Option "Device" "/dev/input/event8"
[     7.871] (**) Option "_source" "_driver/libinput"
[     7.871] (II) libinput: GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is a virtual subdevice
[     7.871] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input9/event8"
[     7.871] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control" (type: KEYBOARD, id 20)
[     7.871] (**) Option "xkb_model" "pc105"
[     7.871] (**) Option "xkb_layout" "es"
[     7.871] (**) Option "xkb_variant" "winkeys"
[     7.871] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.872] (II) config/udev: removing device Video Bus
[     7.872] (II) event4  - Video Bus: device removed
[     7.966] (II) UnloadModule: "libinput"
[     7.967] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     7.967] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.967] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.967] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.967] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     7.967] (II) Using input driver 'libinput' for 'Video Bus'
[     7.967] (**) Video Bus: always reports core events
[     7.967] (**) Option "Device" "/dev/input/event4"
[     7.967] (**) Option "_source" "server/udev"
[     7.968] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     7.968] (II) event4  - Video Bus: device is a keyboard
[     7.968] (II) event4  - Video Bus: device removed
[     8.046] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input4/event4"
[     8.046] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     8.046] (**) Option "xkb_model" "pc105"
[     8.046] (**) Option "xkb_layout" "es"
[     8.046] (**) Option "xkb_variant" "winkeys"
[     8.046] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.047] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     8.048] (II) event4  - Video Bus: device is a keyboard
[     8.048] (II) config/udev: removing device Asus Wireless Radio Control
[     8.048] (II) event10 - Asus Wireless Radio Control: device removed
[     8.126] (II) UnloadModule: "libinput"
[     8.127] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event10)
[     8.127] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     8.127] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     8.127] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     8.127] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[     8.127] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     8.127] (**) Asus Wireless Radio Control: always reports core events
[     8.127] (**) Option "Device" "/dev/input/event10"
[     8.127] (**) Option "_source" "server/udev"
[     8.128] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     8.128] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[     8.128] (II) event10 - Asus Wireless Radio Control: device removed
[     8.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input12/event10"
[     8.226] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     8.226] (**) Option "xkb_model" "pc105"
[     8.226] (**) Option "xkb_layout" "es"
[     8.226] (**) Option "xkb_variant" "winkeys"
[     8.226] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.228] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     8.228] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[     8.228] (II) config/udev: removing device AT Translated Set 2 keyboard
[     8.228] (II) event5  - AT Translated Set 2 keyboard: device removed
[     8.276] (II) UnloadModule: "libinput"
[     8.277] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     8.277] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     8.277] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     8.277] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     8.277] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     8.277] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     8.277] (**) AT Translated Set 2 keyboard: always reports core events
[     8.277] (**) Option "Device" "/dev/input/event5"
[     8.277] (**) Option "_source" "server/udev"
[     8.278] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.278] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     8.279] (II) event5  - AT Translated Set 2 keyboard: device removed
[     8.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     8.316] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[     8.316] (**) Option "xkb_model" "pc105"
[     8.316] (**) Option "xkb_layout" "es"
[     8.316] (**) Option "xkb_variant" "winkeys"
[     8.316] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.318] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.318] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     8.320] (II) config/udev: removing device GAMDIAS GAMDIAS ZEUS Laser Mouse System Control
[     8.320] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device removed
[     8.366] (II) UnloadModule: "libinput"
[     8.367] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse System Control (/dev/input/event9)
[     8.367] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "evdev keyboard catchall"
[     8.367] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "libinput keyboard catchall"
[     8.367] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "system-keyboard"
[     8.367] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: Applying InputClass "Keyboard Defaults"
[     8.367] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse System Control'
[     8.367] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: always reports core events
[     8.367] (**) Option "Device" "/dev/input/event9"
[     8.367] (**) Option "_source" "server/udev"
[     8.369] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: is tagged by udev as: Keyboard
[     8.369] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device is a keyboard
[     8.369] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device removed
[     8.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input11/event9"
[     8.446] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse System Control" (type: KEYBOARD, id 13)
[     8.446] (**) Option "xkb_model" "pc105"
[     8.446] (**) Option "xkb_layout" "es"
[     8.446] (**) Option "xkb_variant" "winkeys"
[     8.446] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.448] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: is tagged by udev as: Keyboard
[     8.448] (II) event9  - GAMDIAS GAMDIAS ZEUS Laser Mouse System Control: device is a keyboard
[     8.449] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0 /dev/dri/card0
[     8.449] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0
[     8.449] (II) config/udev: removing device GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard
[     8.449] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device removed
[     8.526] (II) UnloadModule: "libinput"
[     8.527] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard (/dev/input/event7)
[     8.527] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.527] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.527] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "system-keyboard"
[     8.527] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: Applying InputClass "Keyboard Defaults"
[     8.527] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard'
[     8.527] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: always reports core events
[     8.527] (**) Option "Device" "/dev/input/event7"
[     8.527] (**) Option "_source" "server/udev"
[     8.529] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: is tagged by udev as: Keyboard
[     8.529] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device is a keyboard
[     8.529] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device removed
[     8.606] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input8/event7"
[     8.606] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard" (type: KEYBOARD, id 14)
[     8.606] (**) Option "xkb_model" "pc105"
[     8.606] (**) Option "xkb_layout" "es"
[     8.606] (**) Option "xkb_variant" "winkeys"
[     8.606] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.608] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: is tagged by udev as: Keyboard
[     8.608] (II) event7  - GAMDIAS GAMDIAS ZEUS Laser Mouse Keyboard: device is a keyboard
[     8.609] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse (/dev/input/mouse0)
[     8.609] (II) No input driver specified, ignoring this device.
[     8.609] (II) This device may have been added with another device file.
[     8.610] (II) config/udev: removing device GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control
[     8.610] (II) UnloadModule: "libinput"
[     8.610] (II) config/udev: removing device GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control
[     8.610] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device removed
[     8.646] (II) UnloadModule: "libinput"
[     8.647] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control (/dev/input/event8)
[     8.647] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.647] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.647] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "system-keyboard"
[     8.647] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[     8.647] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control'
[     8.647] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: always reports core events
[     8.647] (**) Option "Device" "/dev/input/event8"
[     8.647] (**) Option "_source" "server/udev"
[     8.649] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is tagged by udev as: Keyboard
[     8.649] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device is a keyboard
[     8.649] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device removed
[     8.716] (II) libinput: GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: needs a virtual subdevice
[     8.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input9/event8"
[     8.716] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control" (type: MOUSE, id 15)
[     8.716] (**) Option "AccelerationScheme" "none"
[     8.716] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) selected scheme none/0
[     8.716] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) acceleration factor: 2.000
[     8.717] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: (accel) acceleration threshold: 4
[     8.718] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is tagged by udev as: Keyboard
[     8.718] (II) event8  - GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: device is a keyboard
[     8.719] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.719] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.719] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "system-keyboard"
[     8.719] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[     8.719] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control'
[     8.719] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: always reports core events
[     8.719] (**) Option "Device" "/dev/input/event8"
[     8.719] (**) Option "_source" "_driver/libinput"
[     8.719] (II) libinput: GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control: is a virtual subdevice
[     8.719] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:1B80:B400.0003/input/input9/event8"
[     8.719] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse Consumer Control" (type: KEYBOARD, id 20)
[     8.719] (**) Option "xkb_model" "pc105"
[     8.719] (**) Option "xkb_layout" "es"
[     8.719] (**) Option "xkb_variant" "winkeys"
[     8.719] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.719] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event13)
[     8.719] (II) No input driver specified, ignoring this device.
[     8.719] (II) This device may have been added with another device file.
[     8.719] (II) config/udev: removing device GAMDIAS GAMDIAS ZEUS Laser Mouse
[     8.719] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device removed
[     8.816] (II) UnloadModule: "libinput"
[     8.817] (II) config/udev: Adding input device GAMDIAS GAMDIAS ZEUS Laser Mouse (/dev/input/event6)
[     8.817] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: Applying InputClass "evdev pointer catchall"
[     8.817] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: Applying InputClass "libinput pointer catchall"
[     8.817] (II) Using input driver 'libinput' for 'GAMDIAS GAMDIAS ZEUS Laser Mouse'
[     8.817] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: always reports core events
[     8.817] (**) Option "Device" "/dev/input/event6"
[     8.817] (**) Option "_source" "server/udev"
[     8.888] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: is tagged by udev as: Mouse
[     8.888] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device is a pointer
[     8.888] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device removed
[     8.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:1B80:B400.0002/input/input7/event6"
[     8.966] (II) XINPUT: Adding extended input device "GAMDIAS GAMDIAS ZEUS Laser Mouse" (type: MOUSE, id 12)
[     8.966] (**) Option "AccelerationScheme" "none"
[     8.966] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) selected scheme none/0
[     8.966] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) acceleration factor: 2.000
[     8.966] (**) GAMDIAS GAMDIAS ZEUS Laser Mouse: (accel) acceleration threshold: 4
[     9.038] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: is tagged by udev as: Mouse
[     9.039] (II) event6  - GAMDIAS GAMDIAS ZEUS Laser Mouse: device is a pointer
[     9.040] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event14)
[     9.040] (II) No input driver specified, ignoring this device.
[     9.040] (II) This device may have been added with another device file.
[     9.040] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1 /dev/dri/card1
[     9.040] (II) config/udev: Adding drm device (/dev/dri/card1)
[     9.040] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.040] (II) LoadModule: "modesetting"
[     9.040] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.040] (II) Module modesetting: vendor="X.Org Foundation"
[     9.040]    compiled for 1.20.8, module version = 1.20.8
[     9.040]    Module class: X.Org Video Driver
[     9.040]    ABI class: X.Org Video Driver, version 24.1
[     9.040] (II) UnloadModule: "modesetting"
[     9.040] (II) Unloading modesetting
[     9.040] (II) Failed to load module "modesetting" (already loaded, 0)
[     9.040] xf86: found device 1
[     9.041] (II) config/udev: removing device Asus WMI hotkeys
[     9.041] (II) event15 - Asus WMI hotkeys: device removed
[     9.116] (II) UnloadModule: "libinput"
[     9.117] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
[     9.117] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     9.117] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     9.117] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     9.117] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     9.117] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     9.117] (**) Asus WMI hotkeys: always reports core events
[     9.117] (**) Option "Device" "/dev/input/event15"
[     9.117] (**) Option "_source" "server/udev"
[     9.118] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.118] (II) event15 - Asus WMI hotkeys: device is a keyboard
[     9.119] (II) event15 - Asus WMI hotkeys: device removed
[     9.226] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input17/event15"
[     9.226] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[     9.226] (**) Option "xkb_model" "pc105"
[     9.226] (**) Option "xkb_layout" "es"
[     9.226] (**) Option "xkb_variant" "winkeys"
[     9.226] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.228] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.228] (II) event15 - Asus WMI hotkeys: device is a keyboard
[     9.230] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse2)
[     9.230] (II) No input driver specified, ignoring this device.
[     9.230] (II) This device may have been added with another device file.
[     9.231] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse1)
[     9.231] (II) No input driver specified, ignoring this device.
[     9.231] (II) This device may have been added with another device file.
[     9.232] (II) config/udev: removing device ELAN1200:00 04F3:30BA Mouse
[     9.232] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device removed
[     9.326] (II) UnloadModule: "libinput"
[     9.327] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event16)
[     9.327] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     9.327] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     9.327] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     9.327] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     9.327] (**) Option "Device" "/dev/input/event16"
[     9.327] (**) Option "_source" "server/udev"
[     9.329] (II) event16 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     9.329] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     9.331] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device removed
[     9.446] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0004/input/input20/event16"
[     9.446] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 16)
[     9.446] (**) Option "AccelerationScheme" "none"
[     9.446] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     9.446] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     9.446] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     9.448] (II) event16 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     9.449] (II) event16 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     9.452] (II) config/udev: removing device USB2.0 HD UVC WebCam: USB2.0 HD
[     9.452] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     9.566] (II) UnloadModule: "libinput"
[     9.567] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event11)
[     9.567] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     9.567] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     9.567] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     9.567] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Keyboard Defaults"
[     9.567] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     9.567] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     9.567] (**) Option "Device" "/dev/input/event11"
[     9.567] (**) Option "_source" "server/udev"
[     9.569] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     9.569] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     9.570] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     9.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/input/input18/event11"
[     9.666] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[     9.666] (**) Option "xkb_model" "pc105"
[     9.666] (**) Option "xkb_layout" "es"
[     9.666] (**) Option "xkb_variant" "winkeys"
[     9.666] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.669] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     9.669] (II) event11 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     9.670] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     9.670] (II) No input driver specified, ignoring this device.
[     9.670] (II) This device may have been added with another device file.
[     9.670] (II) config/udev: removing device ELAN1200:00 04F3:30BA Touchpad
[     9.670] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     9.746] (II) UnloadModule: "libinput"
[     9.747] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event17)
[     9.747] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     9.747] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.747] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     9.747] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     9.747] (**) Option "Device" "/dev/input/event17"
[     9.747] (**) Option "_source" "server/udev"
[     9.748] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     9.749] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     9.749] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     9.846] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0004/input/input21/event17"
[     9.846] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 17)
[     9.848] (**) Option "AccelerationScheme" "none"
[     9.848] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     9.848] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     9.848] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     9.849] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     9.850] (II) event17 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad

Hope someone can help me or point me in the right direction, thanks.

Last edited by BenoBelmont (2020-07-06 06:30:29)

Offline

#2 2020-07-04 19:32:26

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,373

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

Remove that xorg.conf, decide and configure something from https://wiki.archlinux.org/index.php/NVIDIA_Optimus instead, if you want the external screen to work you will likely need to use https://wiki.archlinux.org/index.php/NV … phics_only at the very least, unless you opt for one of the automation daemons in which case you will want to configure those correctly.

Edit: Ah wait that isn't necessarily the underlying problem here... Check your dmesg, are there any amdgpu related failures there?

Last edited by V1del (2020-07-04 19:35:13)

Offline

#3 2020-07-04 19:50:54

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

V1del wrote:

Remove that xorg.conf, decide and configure something from https://wiki.archlinux.org/index.php/NVIDIA_Optimus instead, if you want the external screen to work you will likely need to use https://wiki.archlinux.org/index.php/NV … phics_only at the very least, unless you opt for one of the automation daemons in which case you will want to configure those correctly.

Edit: Ah wait that isn't necessarily the underlying problem here... Check your dmesg, are there any amdgpu related failures there?

It says something about ECC being disabled, I'm posting the log here while doing some research:

λ yumiya ~ → dmesg | grep amd
[    1.716530] amd_uncore: AMD NB counters detected
[    1.716532] amd_uncore: AMD LLC counters detected
[    4.591423] [drm] amdgpu kernel modesetting enabled.
[    4.595567] amdgpu 0000:05:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
[    4.595569] amdgpu 0000:05:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xf0000000 -> 0xf01fffff
[    4.595571] amdgpu 0000:05:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xf7500000 -> 0xf757ffff
[    4.595574] fb0: switching to amdgpudrmfb from EFI VGA
[    4.596425] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    4.596468] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    4.604265] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.604267] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    4.607277] amdgpu 0000:05:00.0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    4.607279] amdgpu 0000:05:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.607282] amdgpu 0000:05:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.616754] [drm] amdgpu: 512M of VRAM memory ready
[    4.616757] [drm] amdgpu: 3072M of GTT memory ready.
[    4.622384] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[    4.807159] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.807160] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    5.017874] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.017875] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    5.030926] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    5.227943] fbcon: amdgpudrmfb (fb0) is primary device
[    5.238577] amdgpu 0000:05:00.0: fb0: amdgpudrmfb frame buffer device
[    5.286683] amdgpu 0000:05:00.0: ring gfx uses VM inv eng 0 on hub 0
[    5.286685] amdgpu 0000:05:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    5.286687] amdgpu 0000:05:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    5.286688] amdgpu 0000:05:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    5.286689] amdgpu 0000:05:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    5.286690] amdgpu 0000:05:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    5.286691] amdgpu 0000:05:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    5.286692] amdgpu 0000:05:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    5.286693] amdgpu 0000:05:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    5.286695] amdgpu 0000:05:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    5.286696] amdgpu 0000:05:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[    5.286697] amdgpu 0000:05:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[    5.286698] amdgpu 0000:05:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    5.286699] amdgpu 0000:05:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    5.286700] amdgpu 0000:05:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[    5.303199] [drm] Initialized amdgpu 3.35.0 20150101 for 0000:05:00.0 on minor 0
[    5.407659] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.407661] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    5.700673] audit: type=1130 audit(1593889954.246:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.217486] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.217488] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    6.527269] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.527270] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    6.777398] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.777400] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    7.047701] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.047703] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.

Thanks for the quick reply btw.

Offline

#4 2020-07-04 21:38:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

https://en.wikipedia.org/wiki/ECC_memory

Most likely the internal display is wired to the AMD chip, you'll have to use it and allow the NVIDIA chip to redirect output there, see eg. https://wiki.archlinux.org/index.php/PRIME
Also post the output of

xrandr --listproviders

In general, please don't use nvidia-xconfig (directly or via nvidia-settings) because it creates a static server layout full of dated cruft and it will (as of now) not produce meaningful output for any kind of dual-gpu system.
(Same goes for "Xorg-configure")

Offline

#5 2020-07-05 08:05:16

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

I read before about nvidia-xconfig not being reliable, the configuration file shown in the first post is the xorg.conf file created by nvidia-xconfig but modified by me (not that it worked though).

Somehow managed to set the NVIDIA to work (only) with my onboard monitor (during this time, xrandr --listproviders showed 2 providers: amd and nvidia), but after rebooting it went back to the same situation.

Current 10-monitor.conf:

Section "ServerLayout"
    Identifier    "My Layout"
    Screen        0 "nvidia" 0 0
    Inactive      "amd"
EndSection

Section "Device"
    Identifier    "amd"
    Driver        "amdgpu"
    BusID         "PCI:5:0:0"
EndSection

Section "Screen"
    Identifier    "nvidia"
    Device        "nvidia"
EndSection

Section "Device"
    Identifier    "nvidia"
    Driver        "nvidia"
    BusID         "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier    "amd"
    Device        "amd"
EndSection

Current xrandr output:

jorge$ xrandr --listproviders 
Providers: number : 1
Provider 0: id: 0x1b8 cap: 0x0 crtcs: 4 outputs: 1 associated providers: 0 name:NVIDIA-0

Offline

#6 2020-07-05 11:08:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

The config explicitly disables the AMD chip, hence it doesn't show up in the output providers, hence you cannot (assuming it's what drives it) use the internal display.
Speaking of which: has this ever worked? The provider info for the nvidia chip does not look like it could operate as a source.

Please remove the xorg conf (doesn't whether you then run on the AMD chip) and provide an updated Xorg log and "xrandr --listproviders"

Offline

#7 2020-07-05 11:48:38

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

I deleted my 10-monitor.conf.

Right before updating the kernel and nvidia drivers I was capable of using both monitors with the NVIDIA GPU (and in Ubuntu, before Arch 1 month ago), the xrandr output depends on my xorg settings (it appears to be so).

Xorg log:

[     5.791] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     5.791] Build Operating System: Linux Arch Linux
[     5.791] Current Operating System: Linux yumiya 5.4.50-1-lts #1 SMP Wed, 01 Jul 2020 14:53:03 +0000 x86_64
[     5.791] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d22d7449-db19-4f4f-9497-4426c343098f rw quiet loglevel=3
[     5.791] Build Date: 05 May 2020  05:08:17AM
[     5.791]  
[     5.791] Current version of pixman: 0.40.0
[     5.791]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     5.791] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.792] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul  5 13:44:19 2020
[     5.793] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.793] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.796] (==) ServerLayout "layout"
[     5.796] (==) No screen section available. Using defaults.
[     5.796] (**) |-->Screen "Default Screen Section" (0)
[     5.796] (**) |   |-->Monitor "<default monitor>"
[     5.796] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     5.796] (**) Option "DontZap" "false"
[     5.796] (==) Automatically adding devices
[     5.796] (==) Automatically enabling devices
[     5.796] (==) Automatically adding GPU devices
[     5.796] (==) Automatically binding GPU devices
[     5.796] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.799] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.799]    Entry deleted from font path.
[     5.799] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.799]    Entry deleted from font path.
[     5.799] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.799]    Entry deleted from font path.
[     5.799] (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/OTF
[     5.799] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.799] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.799] (II) Module ABI versions:
[     5.799]    X.Org ANSI C Emulation: 0.4
[     5.799]    X.Org Video Driver: 24.1
[     5.799]    X.Org XInput driver : 24.1
[     5.799]    X.Org Server Extension : 10.0
[     5.800] (++) using VT number 7

[     5.800] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.801] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.810] (--) PCI: (1@0:0:0) 10de:1f91:1043:109f rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     5.810] (--) PCI:*(5@0:0:0) 1002:15d8:1043:18f1 rev 193, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7500000/524288, I/O @ 0x0000c000/256
[     5.810] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.811] (II) LoadModule: "glx"
[     5.811] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.821] (II) Module glx: vendor="X.Org Foundation"
[     5.821]    compiled for 1.20.8, module version = 1.0.0
[     5.821]    ABI class: X.Org Server Extension, version 10.0
[     5.822] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[     5.822]    loading driver: amdgpu
[     5.822] (==) Matched amdgpu as autoconfigured driver 0
[     5.822] (==) Matched ati as autoconfigured driver 1
[     5.822] (==) Matched modesetting as autoconfigured driver 2
[     5.822] (==) Matched fbdev as autoconfigured driver 3
[     5.822] (==) Matched vesa as autoconfigured driver 4
[     5.822] (==) Assigned the driver to the xf86ConfigLayout
[     5.822] (II) LoadModule: "amdgpu"
[     5.822] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     5.825] (II) Module amdgpu: vendor="X.Org Foundation"
[     5.825]    compiled for 1.20.8, module version = 19.1.0
[     5.825]    Module class: X.Org Video Driver
[     5.825]    ABI class: X.Org Video Driver, version 24.1
[     5.825] (II) LoadModule: "ati"
[     5.825] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     5.825] (II) Module ati: vendor="X.Org Foundation"
[     5.825]    compiled for 1.20.8, module version = 19.1.0
[     5.825]    Module class: X.Org Video Driver
[     5.825]    ABI class: X.Org Video Driver, version 24.1
[     5.839] (II) LoadModule: "modesetting"
[     5.839] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.840] (II) Module modesetting: vendor="X.Org Foundation"
[     5.840]    compiled for 1.20.8, module version = 1.20.8
[     5.840]    Module class: X.Org Video Driver
[     5.840]    ABI class: X.Org Video Driver, version 24.1
[     5.840] (II) LoadModule: "fbdev"
[     5.840] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.840] (II) Module fbdev: vendor="X.Org Foundation"
[     5.840]    compiled for 1.20.8, module version = 0.5.0
[     5.840]    Module class: X.Org Video Driver
[     5.840]    ABI class: X.Org Video Driver, version 24.1
[     5.840] (II) LoadModule: "vesa"
[     5.840] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.841] (II) Module vesa: vendor="X.Org Foundation"
[     5.841]    compiled for 1.20.8, module version = 2.4.0
[     5.841]    Module class: X.Org Video Driver
[     5.841]    ABI class: X.Org Video Driver, version 24.1
[     5.841] (II) AMDGPU: Driver for AMD Radeon:
    All GPUs supported by the amdgpu kernel driver
[     5.841] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.841] (II) FBDEV: driver for framebuffer: fbdev
[     5.841] (II) VESA: driver for VESA chipsets: vesa
[     5.860] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[     5.861] (WW) Falling back to old probe method for modesetting
[     5.861] (WW) Falling back to old probe method for fbdev
[     5.861] (II) Loading sub module "fbdevhw"
[     5.861] (II) LoadModule: "fbdevhw"
[     5.861] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.861] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.861]    compiled for 1.20.8, module version = 0.0.2
[     5.861]    ABI class: X.Org Video Driver, version 24.1
[     5.862] (II) AMDGPU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     5.862] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[     5.862] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     5.862] (==) AMDGPU(0): Default visual is TrueColor
[     5.862] (==) AMDGPU(0): RGB weight 888
[     5.862] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[     5.862] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x15d8)
[     5.862] (II) Loading sub module "fb"
[     5.862] (II) LoadModule: "fb"
[     5.862] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.862] (II) Module fb: vendor="X.Org Foundation"
[     5.862]    compiled for 1.20.8, module version = 1.0.0
[     5.862]    ABI class: X.Org ANSI C Emulation, version 0.4
[     5.862] (II) Loading sub module "dri2"
[     5.862] (II) LoadModule: "dri2"
[     5.862] (II) Module "dri2" already built-in
[     6.024] (II) Loading sub module "glamoregl"
[     6.024] (II) LoadModule: "glamoregl"
[     6.024] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.031] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.031]    compiled for 1.20.8, module version = 1.0.1
[     6.031]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.083] (II) AMDGPU(0): glamor X acceleration enabled on AMD RAVEN (DRM 3.35.0, 5.4.50-1-lts, LLVM 10.0.0)
[     6.083] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[     6.083] (==) AMDGPU(0): TearFree property default: auto
[     6.083] (==) AMDGPU(0): VariableRefresh: disabled
[     6.083] (II) AMDGPU(0): KMS Pageflipping: enabled
[     6.083] (II) AMDGPU(0): Output eDP has no monitor section
[     6.089] (II) AMDGPU(0): EDID for output eDP
[     6.089] (II) AMDGPU(0): Manufacturer: NCP  Model: 2d  Serial#: 0
[     6.089] (II) AMDGPU(0): Year: 2018  Week: 1
[     6.089] (II) AMDGPU(0): EDID Version: 1.4
[     6.089] (II) AMDGPU(0): Digital Display Input
[     6.089] (II) AMDGPU(0): 6 bits per channel
[     6.089] (II) AMDGPU(0): Digital interface is DisplayPort
[     6.089] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.089] (II) AMDGPU(0): Gamma: 2.20
[     6.089] (II) AMDGPU(0): No DPMS capabilities specified
[     6.089] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[     6.089] (II) AMDGPU(0): First detailed timing is preferred mode
[     6.089] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[     6.089] (II) AMDGPU(0): Display is continuous-frequency
[     6.089] (II) AMDGPU(0): redX: 0.595 redY: 0.361   greenX: 0.346 greenY: 0.555
[     6.089] (II) AMDGPU(0): blueX: 0.157 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[     6.089] (II) AMDGPU(0): Manufacturer's mask: 0
[     6.089] (II) AMDGPU(0): Supported detailed timing:
[     6.089] (II) AMDGPU(0): clock: 138.5 MHz   Image Size:  344 x 194 mm
[     6.089] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     6.089] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     6.089] (II) AMDGPU(0): Supported detailed timing:
[     6.089] (II) AMDGPU(0): clock: 138.5 MHz   Image Size:  344 x 194 mm
[     6.089] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     6.089] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1665 v_border: 0
[     6.089] (II) AMDGPU(0): Ranges: V min: 40 V max: 60 Hz, H min: 67 H max: 67 kHz, PixClock max 145 MHz
[     6.089] (II) AMDGPU(0):  LM156LF-CL03
[     6.089] (II) AMDGPU(0): EDID (in hex):
[     6.089] (II) AMDGPU(0):    00ffffffffffff0038702d0000000000
[     6.089] (II) AMDGPU(0):    011c010495221378036850985c588e28
[     6.089] (II) AMDGPU(0):    1b505400000001010101010101010101
[     6.089] (II) AMDGPU(0):    0101010101011a3680a070381f403020
[     6.089] (II) AMDGPU(0):    350058c21000001a1a3680a070384942
[     6.089] (II) AMDGPU(0):    3020350058c21000001a000000fd0028
[     6.089] (II) AMDGPU(0):    3c43430e010a202020202020000000fe
[     6.089] (II) AMDGPU(0):    004c4d3135364c462d434c30330a00e7
[     6.089] (II) AMDGPU(0): Printing probed modes for output eDP
[     6.089] (II) AMDGPU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[     6.089] (II) AMDGPU(0): Modeline "1920x1080"x40.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1680x1050"x59.9  138.50  1680 1968 2000 2080  1050 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1280x1024"x59.9  138.50  1280 1968 2000 2080  1024 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1440x900"x59.9  138.50  1440 1968 2000 2080  900 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1280x800"x59.9  138.50  1280 1968 2000 2080  800 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1280x720"x59.9  138.50  1280 1968 2000 2080  720 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "1024x768"x59.9  138.50  1024 1968 2000 2080  768 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "800x600"x59.9  138.50  800 1968 2000 2080  600 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Modeline "640x480"x59.9  138.50  640 1968 2000 2080  480 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     6.089] (II) AMDGPU(0): Output eDP connected
[     6.089] (II) AMDGPU(0): Using exact sizes for initial modes
[     6.089] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[     6.089] (II) AMDGPU(0): mem size init: gart size :bf7cf000 vram size: s:1e842000 visible:1e842000
[     6.089] (==) AMDGPU(0): DPI set to (96, 96)
[     6.089] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.089] (II) Loading sub module "ramdac"
[     6.089] (II) LoadModule: "ramdac"
[     6.090] (II) Module "ramdac" already built-in
[     6.090] (II) UnloadModule: "modesetting"
[     6.090] (II) Unloading modesetting
[     6.090] (II) UnloadModule: "fbdev"
[     6.090] (II) Unloading fbdev
[     6.090] (II) UnloadSubModule: "fbdevhw"
[     6.090] (II) Unloading fbdevhw
[     6.090] (II) UnloadModule: "vesa"
[     6.090] (II) Unloading vesa
[     6.090] (II) AMDGPU(0): [DRI2] Setup complete
[     6.090] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[     6.090] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[     6.163] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[     6.164] (II) AMDGPU(0): SYNC extension fences enabled
[     6.164] (II) AMDGPU(0): Present extension enabled
[     6.164] (==) AMDGPU(0): DRI3 enabled
[     6.164] (==) AMDGPU(0): Backing store enabled
[     6.164] (II) AMDGPU(0): Direct rendering enabled
[     6.177] (II) AMDGPU(0): Use GLAMOR acceleration.
[     6.177] (II) AMDGPU(0): Acceleration enabled
[     6.177] (==) AMDGPU(0): DPMS enabled
[     6.177] (==) AMDGPU(0): Silken mouse disabled
[     6.177] (II) AMDGPU(0): Set up textured video (glamor)
[     6.189] (II) Initializing extension Generic Event Extension
[     6.189] (II) Initializing extension SHAPE
[     6.189] (II) Initializing extension MIT-SHM
[     6.190] (II) Initializing extension XInputExtension
[     6.190] (II) Initializing extension XTEST
[     6.190] (II) Initializing extension BIG-REQUESTS
[     6.190] (II) Initializing extension SYNC
[     6.190] (II) Initializing extension XKEYBOARD
[     6.190] (II) Initializing extension XC-MISC
[     6.190] (II) Initializing extension SECURITY
[     6.190] (II) Initializing extension XFIXES
[     6.190] (II) Initializing extension RENDER
[     6.191] (II) Initializing extension RANDR
[     6.191] (II) Initializing extension COMPOSITE
[     6.191] (II) Initializing extension DAMAGE
[     6.191] (II) Initializing extension MIT-SCREEN-SAVER
[     6.191] (II) Initializing extension DOUBLE-BUFFER
[     6.191] (II) Initializing extension RECORD
[     6.191] (II) Initializing extension DPMS
[     6.191] (II) Initializing extension Present
[     6.192] (II) Initializing extension DRI3
[     6.192] (II) Initializing extension X-Resource
[     6.192] (II) Initializing extension XVideo
[     6.192] (II) Initializing extension XVideo-MotionCompensation
[     6.192] (II) Initializing extension GLX
[     6.199] (II) AIGLX: Loaded and initialized radeonsi
[     6.199] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.199] (II) Initializing extension XFree86-VidModeExtension
[     6.199] (II) Initializing extension XFree86-DGA
[     6.199] (II) Initializing extension XFree86-DRI
[     6.199] (II) Initializing extension DRI2
[     6.202] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[     6.286] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.286] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.286] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.286] (**) Power Button: Applying InputClass "system-keyboard"
[     6.286] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.286] (II) LoadModule: "libinput"
[     6.286] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.289] (II) Module libinput: vendor="X.Org Foundation"
[     6.289]    compiled for 1.20.8, module version = 0.30.0
[     6.289]    Module class: X.Org XInput Driver
[     6.289]    ABI class: X.Org XInput driver, version 24.1
[     6.289] (II) Using input driver 'libinput' for 'Power Button'
[     6.289] (**) Power Button: always reports core events
[     6.289] (**) Option "Device" "/dev/input/event3"
[     6.289] (**) Option "_source" "server/udev"
[     6.295] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.295] (II) event3  - Power Button: device is a keyboard
[     6.295] (II) event3  - Power Button: device removed
[     6.499] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.499] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.499] (**) Option "xkb_model" "pc105"
[     6.499] (**) Option "xkb_layout" "es"
[     6.499] (**) Option "xkb_variant" "winkeys"
[     6.499] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.521] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.521] (II) event3  - Power Button: device is a keyboard
[     6.522] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[     6.522] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     6.522] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     6.522] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     6.522] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[     6.522] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     6.522] (**) Asus Wireless Radio Control: always reports core events
[     6.522] (**) Option "Device" "/dev/input/event6"
[     6.522] (**) Option "_source" "server/udev"
[     6.523] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.523] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     6.524] (II) event6  - Asus Wireless Radio Control: device removed
[     6.698] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[     6.699] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     6.699] (**) Option "xkb_model" "pc105"
[     6.699] (**) Option "xkb_layout" "es"
[     6.699] (**) Option "xkb_variant" "winkeys"
[     6.699] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.701] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.701] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     6.702] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     6.702] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.702] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.702] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.702] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.702] (II) Using input driver 'libinput' for 'Video Bus'
[     6.702] (**) Video Bus: always reports core events
[     6.702] (**) Option "Device" "/dev/input/event4"
[     6.702] (**) Option "_source" "server/udev"
[     6.703] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.703] (II) event4  - Video Bus: device is a keyboard
[     6.703] (II) event4  - Video Bus: device removed
[     6.808] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input4/event4"
[     6.808] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.809] (**) Option "xkb_model" "pc105"
[     6.809] (**) Option "xkb_layout" "es"
[     6.809] (**) Option "xkb_variant" "winkeys"
[     6.809] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.811] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.811] (II) event4  - Video Bus: device is a keyboard
[     6.812] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.812] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.812] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.812] (**) Power Button: Applying InputClass "system-keyboard"
[     6.812] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.812] (II) Using input driver 'libinput' for 'Power Button'
[     6.812] (**) Power Button: always reports core events
[     6.812] (**) Option "Device" "/dev/input/event0"
[     6.812] (**) Option "_source" "server/udev"
[     6.813] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.813] (II) event0  - Power Button: device is a keyboard
[     6.813] (II) event0  - Power Button: device removed
[     6.878] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.878] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.878] (**) Option "xkb_model" "pc105"
[     6.878] (**) Option "xkb_layout" "es"
[     6.878] (**) Option "xkb_variant" "winkeys"
[     6.878] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.880] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.880] (II) event0  - Power Button: device is a keyboard
[     6.881] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.881] (II) No input driver specified, ignoring this device.
[     6.881] (II) This device may have been added with another device file.
[     6.882] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.882] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.882] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.882] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.882] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[     6.882] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.882] (**) Sleep Button: always reports core events
[     6.882] (**) Option "Device" "/dev/input/event2"
[     6.882] (**) Option "_source" "server/udev"
[     6.883] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.883] (II) event2  - Sleep Button: device is a keyboard
[     6.883] (II) event2  - Sleep Button: device removed
[     6.929] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.929] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     6.929] (**) Option "xkb_model" "pc105"
[     6.929] (**) Option "xkb_layout" "es"
[     6.929] (**) Option "xkb_variant" "winkeys"
[     6.929] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.931] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.931] (II) event2  - Sleep Button: device is a keyboard
[     6.931] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.931] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.931] (II) LoadModule: "modesetting"
[     6.931] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.932] (II) Module modesetting: vendor="X.Org Foundation"
[     6.932]    compiled for 1.20.8, module version = 1.20.8
[     6.932]    Module class: X.Org Video Driver
[     6.932]    ABI class: X.Org Video Driver, version 24.1
[     6.932] xf86: found device 1
[     6.932] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[     6.932] (II) No input driver specified, ignoring this device.
[     6.932] (II) This device may have been added with another device file.
[     6.934] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event10)
[     6.934] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     6.934] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     6.934] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     6.934] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Keyboard Defaults"
[     6.934] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     6.934] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     6.934] (**) Option "Device" "/dev/input/event10"
[     6.934] (**) Option "_source" "server/udev"
[     6.936] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     6.936] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     6.936] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.059] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/input/input12/event10"
[     7.059] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[     7.059] (**) Option "xkb_model" "pc105"
[     7.059] (**) Option "xkb_layout" "es"
[     7.059] (**) Option "xkb_variant" "winkeys"
[     7.059] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.062] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.062] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.063] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event7)
[     7.063] (II) No input driver specified, ignoring this device.
[     7.063] (II) This device may have been added with another device file.
[     7.064] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[     7.064] (II) No input driver specified, ignoring this device.
[     7.064] (II) This device may have been added with another device file.
[     7.065] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event11)
[     7.065] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     7.065] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     7.065] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     7.065] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     7.065] (**) Option "Device" "/dev/input/event11"
[     7.065] (**) Option "_source" "server/udev"
[     7.068] (II) event11 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.068] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.069] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device removed
[     7.179] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input13/event11"
[     7.179] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 12)
[     7.179] (**) Option "AccelerationScheme" "none"
[     7.179] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     7.179] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     7.179] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     7.181] (II) event11 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.182] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.184] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse0)
[     7.184] (II) No input driver specified, ignoring this device.
[     7.184] (II) This device may have been added with another device file.
[     7.185] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event12)
[     7.185] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.185] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.185] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     7.185] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     7.185] (**) Option "Device" "/dev/input/event12"
[     7.185] (**) Option "_source" "server/udev"
[     7.187] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.189] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.189] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     7.309] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input14/event12"
[     7.309] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 13)
[     7.311] (**) Option "AccelerationScheme" "none"
[     7.311] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     7.311] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     7.311] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     7.313] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.315] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.317] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse1)
[     7.317] (II) No input driver specified, ignoring this device.
[     7.317] (II) This device may have been added with another device file.
[     7.318] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     7.318] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.318] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.318] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.318] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     7.318] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.318] (**) Asus WMI hotkeys: always reports core events
[     7.318] (**) Option "Device" "/dev/input/event9"
[     7.318] (**) Option "_source" "server/udev"
[     7.319] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.319] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.320] (II) event9  - Asus WMI hotkeys: device removed
[     7.449] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[     7.449] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[     7.449] (**) Option "xkb_model" "pc105"
[     7.449] (**) Option "xkb_layout" "es"
[     7.449] (**) Option "xkb_variant" "winkeys"
[     7.449] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.451] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.451] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.452] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     7.452] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.452] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.452] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.452] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     7.452] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.452] (**) AT Translated Set 2 keyboard: always reports core events
[     7.452] (**) Option "Device" "/dev/input/event5"
[     7.452] (**) Option "_source" "server/udev"
[     7.454] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.454] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.455] (II) event5  - AT Translated Set 2 keyboard: device removed
[     7.509] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     7.509] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     7.509] (**) Option "xkb_model" "pc105"
[     7.509] (**) Option "xkb_layout" "es"
[     7.509] (**) Option "xkb_variant" "winkeys"
[     7.509] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.511] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.511] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.521] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0 /dev/dri/card0
[     7.521] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0
[     7.522] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event7)
[     7.522] (II) No input driver specified, ignoring this device.
[     7.522] (II) This device may have been added with another device file.
[     7.523] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1 /dev/dri/card1
[     7.523] (II) config/udev: Adding drm device (/dev/dri/card1)
[     7.523] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.523] (II) LoadModule: "modesetting"
[     7.524] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.524] (II) Module modesetting: vendor="X.Org Foundation"
[     7.524]    compiled for 1.20.8, module version = 1.20.8
[     7.524]    Module class: X.Org Video Driver
[     7.524]    ABI class: X.Org Video Driver, version 24.1
[     7.524] (II) UnloadModule: "modesetting"
[     7.524] (II) Unloading modesetting
[     7.524] (II) Failed to load module "modesetting" (already loaded, 0)
[     7.524] xf86: found device 1
[     7.524] (II) config/udev: removing device Asus WMI hotkeys
[     7.524] (II) event9  - Asus WMI hotkeys: device removed
[     7.639] (II) UnloadModule: "libinput"
[     7.639] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     7.639] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.639] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.639] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.639] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     7.639] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.639] (**) Asus WMI hotkeys: always reports core events
[     7.639] (**) Option "Device" "/dev/input/event9"
[     7.639] (**) Option "_source" "server/udev"
[     7.641] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.641] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.641] (II) event9  - Asus WMI hotkeys: device removed
[     7.728] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[     7.728] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[     7.728] (**) Option "xkb_model" "pc105"
[     7.728] (**) Option "xkb_layout" "es"
[     7.728] (**) Option "xkb_variant" "winkeys"
[     7.728] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.730] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.730] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.732] (II) config/udev: removing device USB2.0 HD UVC WebCam: USB2.0 HD
[     7.732] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.809] (II) UnloadModule: "libinput"
[     7.810] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event10)
[     7.810] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     7.810] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     7.810] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     7.810] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Keyboard Defaults"
[     7.810] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     7.810] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     7.810] (**) Option "Device" "/dev/input/event10"
[     7.810] (**) Option "_source" "server/udev"
[     7.813] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.813] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.813] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.929] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/input/input12/event10"
[     7.929] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[     7.929] (**) Option "xkb_model" "pc105"
[     7.929] (**) Option "xkb_layout" "es"
[     7.929] (**) Option "xkb_variant" "winkeys"
[     7.929] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.932] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.932] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.933] (II) config/udev: removing device ELAN1200:00 04F3:30BA Mouse
[     7.933] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device removed
[     8.008] (II) UnloadModule: "libinput"
[     8.009] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event11)
[     8.009] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     8.009] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     8.009] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     8.009] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     8.009] (**) Option "Device" "/dev/input/event11"
[     8.009] (**) Option "_source" "server/udev"
[     8.011] (II) event11 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     8.012] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     8.013] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device removed
[     8.169] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input13/event11"
[     8.169] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 12)
[     8.169] (**) Option "AccelerationScheme" "none"
[     8.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     8.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     8.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     8.171] (II) event11 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     8.172] (II) event11 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     8.174] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[     8.174] (II) No input driver specified, ignoring this device.
[     8.174] (II) This device may have been added with another device file.
[     8.174] (II) config/udev: removing device ELAN1200:00 04F3:30BA Touchpad
[     8.174] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     8.249] (II) UnloadModule: "libinput"
[     8.249] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event12)
[     8.250] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     8.250] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     8.250] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     8.250] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     8.250] (**) Option "Device" "/dev/input/event12"
[     8.250] (**) Option "_source" "server/udev"
[     8.252] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     8.254] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     8.254] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     8.369] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input14/event12"
[     8.369] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 13)
[     8.371] (**) Option "AccelerationScheme" "none"
[     8.371] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     8.371] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     8.371] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     8.373] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     8.376] (II) event12 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     8.377] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse1)
[     8.377] (II) No input driver specified, ignoring this device.
[     8.377] (II) This device may have been added with another device file.
[     8.378] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse0)
[     8.378] (II) No input driver specified, ignoring this device.
[     8.378] (II) This device may have been added with another device file.

Xrandr output:

$ xrandr --listproviders                                                                      [13:45:20]
Providers: number : 1
Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 0 name:Unknown AMD Radeon GPU @ pci:0000:05:00.0

Last edited by BenoBelmont (2020-07-05 11:51:50)

Offline

#8 2020-07-05 13:50:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

nvidia is completely ignored…

Try this config, but adapt it to match amdgpu and use amdgpu instead of intel.
https://wiki.archlinux.org/index.php/NV … phics_only

Offline

#9 2020-07-05 17:54:06

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

seth wrote:

nvidia is completely ignored…

Try this config, but adapt it to match amdgpu and use amdgpu instead of intel.
https://wiki.archlinux.org/index.php/NV … phics_only

I've tried before with the same result. Here is more info, maybe someone can see what can be wrong...

10-nvidia-drm-outputclass.conf:

Section "OutputClass"
    Identifier "amd"
    MatchDriver "amdgpu"
    Driver "amdgpu"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

xrandr output:

$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     59.93*+  39.99  
   1680x1050     59.93  
   1280x1024     59.93  
   1440x900      59.93  
   1280x800      59.93  
   1280x720      59.93  
   1024x768      59.93  
   800x600       59.93  
   640x480       59.93  

$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 0 name:Unknown AMD Radeon GPU @ pci:0000:05:00.0

Xorg log:

[     5.364] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     5.364] Build Operating System: Linux Arch Linux
[     5.364] Current Operating System: Linux yumiya 5.4.50-1-lts #1 SMP Wed, 01 Jul 2020 14:53:03 +0000 x86_64
[     5.364] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d22d7449-db19-4f4f-9497-4426c343098f rw quiet loglevel=3
[     5.364] Build Date: 05 May 2020  05:08:17AM
[     5.364]  
[     5.364] Current version of pixman: 0.40.0
[     5.364] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.364] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.364] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul  5 19:46:53 2020
[     5.364] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.364] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.366] (==) ServerLayout "layout"
[     5.366] (==) No screen section available. Using defaults.
[     5.366] (**) |-->Screen "Default Screen Section" (0)
[     5.366] (**) |   |-->Monitor "<default monitor>"
[     5.366] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.366] (**) Option "DontZap" "false"
[     5.366] (==) Automatically adding devices
[     5.366] (==) Automatically enabling devices
[     5.366] (==) Automatically adding GPU devices
[     5.366] (==) Automatically binding GPU devices
[     5.366] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.368] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.368] 	Entry deleted from font path.
[     5.368] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.368] 	Entry deleted from font path.
[     5.368] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.368] 	Entry deleted from font path.
[     5.368] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[     5.368] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.368] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.368] (II) Module ABI versions:
[     5.368] 	X.Org ANSI C Emulation: 0.4
[     5.368] 	X.Org Video Driver: 24.1
[     5.368] 	X.Org XInput driver : 24.1
[     5.368] 	X.Org Server Extension : 10.0
[     5.369] (++) using VT number 7

[     5.369] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.369] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.386] (--) PCI: (1@0:0:0) 10de:1f91:1043:109f rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     5.386] (--) PCI:*(5@0:0:0) 1002:15d8:1043:18f1 rev 193, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7500000/524288, I/O @ 0x0000c000/256
[     5.386] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.386] (II) LoadModule: "glx"
[     5.387] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.394] (II) Module glx: vendor="X.Org Foundation"
[     5.394] 	compiled for 1.20.8, module version = 1.0.0
[     5.394] 	ABI class: X.Org Server Extension, version 10.0
[     5.394] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[     5.394] 	loading driver: amdgpu
[     5.394] (II) Applying OutputClass "amd" to /dev/dri/card0
[     5.394] 	loading driver: amdgpu
[     5.394] (==) Matched amdgpu as autoconfigured driver 0
[     5.394] (==) Matched ati as autoconfigured driver 1
[     5.394] (==) Matched modesetting as autoconfigured driver 2
[     5.394] (==) Matched fbdev as autoconfigured driver 3
[     5.394] (==) Matched vesa as autoconfigured driver 4
[     5.394] (==) Assigned the driver to the xf86ConfigLayout
[     5.394] (II) LoadModule: "amdgpu"
[     5.394] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     5.396] (II) Module amdgpu: vendor="X.Org Foundation"
[     5.396] 	compiled for 1.20.8, module version = 19.1.0
[     5.396] 	Module class: X.Org Video Driver
[     5.396] 	ABI class: X.Org Video Driver, version 24.1
[     5.397] (II) LoadModule: "ati"
[     5.397] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     5.397] (II) Module ati: vendor="X.Org Foundation"
[     5.397] 	compiled for 1.20.8, module version = 19.1.0
[     5.397] 	Module class: X.Org Video Driver
[     5.397] 	ABI class: X.Org Video Driver, version 24.1
[     5.400] (II) LoadModule: "modesetting"
[     5.401] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.401] (II) Module modesetting: vendor="X.Org Foundation"
[     5.401] 	compiled for 1.20.8, module version = 1.20.8
[     5.401] 	Module class: X.Org Video Driver
[     5.401] 	ABI class: X.Org Video Driver, version 24.1
[     5.401] (II) LoadModule: "fbdev"
[     5.401] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.402] (II) Module fbdev: vendor="X.Org Foundation"
[     5.402] 	compiled for 1.20.8, module version = 0.5.0
[     5.402] 	Module class: X.Org Video Driver
[     5.402] 	ABI class: X.Org Video Driver, version 24.1
[     5.402] (II) LoadModule: "vesa"
[     5.402] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.402] (II) Module vesa: vendor="X.Org Foundation"
[     5.402] 	compiled for 1.20.8, module version = 2.4.0
[     5.402] 	Module class: X.Org Video Driver
[     5.402] 	ABI class: X.Org Video Driver, version 24.1
[     5.402] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[     5.402] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.402] (II) FBDEV: driver for framebuffer: fbdev
[     5.402] (II) VESA: driver for VESA chipsets: vesa
[     5.422] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[     5.423] (WW) Falling back to old probe method for modesetting
[     5.423] (WW) Falling back to old probe method for fbdev
[     5.423] (II) Loading sub module "fbdevhw"
[     5.423] (II) LoadModule: "fbdevhw"
[     5.423] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.423] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.423] 	compiled for 1.20.8, module version = 0.0.2
[     5.423] 	ABI class: X.Org Video Driver, version 24.1
[     5.423] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.423] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[     5.423] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     5.423] (==) AMDGPU(0): Default visual is TrueColor
[     5.423] (==) AMDGPU(0): RGB weight 888
[     5.423] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[     5.423] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x15d8)
[     5.423] (II) Loading sub module "fb"
[     5.423] (II) LoadModule: "fb"
[     5.424] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.424] (II) Module fb: vendor="X.Org Foundation"
[     5.424] 	compiled for 1.20.8, module version = 1.0.0
[     5.424] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.424] (II) Loading sub module "dri2"
[     5.424] (II) LoadModule: "dri2"
[     5.424] (II) Module "dri2" already built-in
[     5.534] (II) Loading sub module "glamoregl"
[     5.534] (II) LoadModule: "glamoregl"
[     5.534] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.539] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.539] 	compiled for 1.20.8, module version = 1.0.1
[     5.539] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.578] (II) AMDGPU(0): glamor X acceleration enabled on AMD RAVEN (DRM 3.35.0, 5.4.50-1-lts, LLVM 10.0.0)
[     5.578] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[     5.578] (==) AMDGPU(0): TearFree property default: auto
[     5.578] (==) AMDGPU(0): VariableRefresh: disabled
[     5.578] (II) AMDGPU(0): KMS Pageflipping: enabled
[     5.578] (II) AMDGPU(0): Output eDP has no monitor section
[     5.584] (II) AMDGPU(0): EDID for output eDP
[     5.584] (II) AMDGPU(0): Manufacturer: NCP  Model: 2d  Serial#: 0
[     5.584] (II) AMDGPU(0): Year: 2018  Week: 1
[     5.584] (II) AMDGPU(0): EDID Version: 1.4
[     5.584] (II) AMDGPU(0): Digital Display Input
[     5.584] (II) AMDGPU(0): 6 bits per channel
[     5.584] (II) AMDGPU(0): Digital interface is DisplayPort
[     5.584] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     5.584] (II) AMDGPU(0): Gamma: 2.20
[     5.584] (II) AMDGPU(0): No DPMS capabilities specified
[     5.584] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[     5.584] (II) AMDGPU(0): First detailed timing is preferred mode
[     5.584] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[     5.584] (II) AMDGPU(0): Display is continuous-frequency
[     5.584] (II) AMDGPU(0): redX: 0.595 redY: 0.361   greenX: 0.346 greenY: 0.555
[     5.584] (II) AMDGPU(0): blueX: 0.157 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[     5.584] (II) AMDGPU(0): Manufacturer's mask: 0
[     5.584] (II) AMDGPU(0): Supported detailed timing:
[     5.584] (II) AMDGPU(0): clock: 138.5 MHz   Image Size:  344 x 194 mm
[     5.584] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     5.584] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     5.584] (II) AMDGPU(0): Supported detailed timing:
[     5.584] (II) AMDGPU(0): clock: 138.5 MHz   Image Size:  344 x 194 mm
[     5.584] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     5.584] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1665 v_border: 0
[     5.584] (II) AMDGPU(0): Ranges: V min: 40 V max: 60 Hz, H min: 67 H max: 67 kHz, PixClock max 145 MHz
[     5.584] (II) AMDGPU(0):  LM156LF-CL03
[     5.584] (II) AMDGPU(0): EDID (in hex):
[     5.584] (II) AMDGPU(0): 	00ffffffffffff0038702d0000000000
[     5.584] (II) AMDGPU(0): 	011c010495221378036850985c588e28
[     5.584] (II) AMDGPU(0): 	1b505400000001010101010101010101
[     5.584] (II) AMDGPU(0): 	0101010101011a3680a070381f403020
[     5.584] (II) AMDGPU(0): 	350058c21000001a1a3680a070384942
[     5.584] (II) AMDGPU(0): 	3020350058c21000001a000000fd0028
[     5.584] (II) AMDGPU(0): 	3c43430e010a202020202020000000fe
[     5.584] (II) AMDGPU(0): 	004c4d3135364c462d434c30330a00e7
[     5.584] (II) AMDGPU(0): Printing probed modes for output eDP
[     5.584] (II) AMDGPU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[     5.584] (II) AMDGPU(0): Modeline "1920x1080"x40.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1680x1050"x59.9  138.50  1680 1968 2000 2080  1050 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1280x1024"x59.9  138.50  1280 1968 2000 2080  1024 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1440x900"x59.9  138.50  1440 1968 2000 2080  900 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1280x800"x59.9  138.50  1280 1968 2000 2080  800 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1280x720"x59.9  138.50  1280 1968 2000 2080  720 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "1024x768"x59.9  138.50  1024 1968 2000 2080  768 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "800x600"x59.9  138.50  800 1968 2000 2080  600 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Modeline "640x480"x59.9  138.50  640 1968 2000 2080  480 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[     5.584] (II) AMDGPU(0): Output eDP connected
[     5.584] (II) AMDGPU(0): Using exact sizes for initial modes
[     5.584] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[     5.584] (II) AMDGPU(0): mem size init: gart size :bf7cf000 vram size: s:1e842000 visible:1e842000
[     5.584] (==) AMDGPU(0): DPI set to (96, 96)
[     5.584] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.584] (II) Loading sub module "ramdac"
[     5.584] (II) LoadModule: "ramdac"
[     5.584] (II) Module "ramdac" already built-in
[     5.584] (II) UnloadModule: "modesetting"
[     5.584] (II) Unloading modesetting
[     5.585] (II) UnloadModule: "fbdev"
[     5.585] (II) Unloading fbdev
[     5.585] (II) UnloadSubModule: "fbdevhw"
[     5.585] (II) Unloading fbdevhw
[     5.585] (II) UnloadModule: "vesa"
[     5.585] (II) Unloading vesa
[     5.585] (II) AMDGPU(0): [DRI2] Setup complete
[     5.585] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[     5.585] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[     5.643] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[     5.644] (II) AMDGPU(0): SYNC extension fences enabled
[     5.644] (II) AMDGPU(0): Present extension enabled
[     5.644] (==) AMDGPU(0): DRI3 enabled
[     5.644] (==) AMDGPU(0): Backing store enabled
[     5.644] (II) AMDGPU(0): Direct rendering enabled
[     5.654] (II) AMDGPU(0): Use GLAMOR acceleration.
[     5.654] (II) AMDGPU(0): Acceleration enabled
[     5.654] (==) AMDGPU(0): DPMS enabled
[     5.654] (==) AMDGPU(0): Silken mouse disabled
[     5.654] (II) AMDGPU(0): Set up textured video (glamor)
[     5.668] (II) Initializing extension Generic Event Extension
[     5.668] (II) Initializing extension SHAPE
[     5.668] (II) Initializing extension MIT-SHM
[     5.668] (II) Initializing extension XInputExtension
[     5.668] (II) Initializing extension XTEST
[     5.668] (II) Initializing extension BIG-REQUESTS
[     5.669] (II) Initializing extension SYNC
[     5.669] (II) Initializing extension XKEYBOARD
[     5.669] (II) Initializing extension XC-MISC
[     5.669] (II) Initializing extension SECURITY
[     5.669] (II) Initializing extension XFIXES
[     5.669] (II) Initializing extension RENDER
[     5.669] (II) Initializing extension RANDR
[     5.669] (II) Initializing extension COMPOSITE
[     5.669] (II) Initializing extension DAMAGE
[     5.670] (II) Initializing extension MIT-SCREEN-SAVER
[     5.670] (II) Initializing extension DOUBLE-BUFFER
[     5.670] (II) Initializing extension RECORD
[     5.670] (II) Initializing extension DPMS
[     5.670] (II) Initializing extension Present
[     5.670] (II) Initializing extension DRI3
[     5.670] (II) Initializing extension X-Resource
[     5.670] (II) Initializing extension XVideo
[     5.670] (II) Initializing extension XVideo-MotionCompensation
[     5.670] (II) Initializing extension GLX
[     5.675] (II) AIGLX: Loaded and initialized radeonsi
[     5.675] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.675] (II) Initializing extension XFree86-VidModeExtension
[     5.676] (II) Initializing extension XFree86-DGA
[     5.676] (II) Initializing extension XFree86-DRI
[     5.676] (II) Initializing extension DRI2
[     5.678] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[     5.730] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     5.730] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.730] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.730] (**) Power Button: Applying InputClass "system-keyboard"
[     5.730] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     5.730] (II) LoadModule: "libinput"
[     5.730] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.733] (II) Module libinput: vendor="X.Org Foundation"
[     5.733] 	compiled for 1.20.8, module version = 0.30.0
[     5.733] 	Module class: X.Org XInput Driver
[     5.733] 	ABI class: X.Org XInput driver, version 24.1
[     5.733] (II) Using input driver 'libinput' for 'Power Button'
[     5.733] (**) Power Button: always reports core events
[     5.733] (**) Option "Device" "/dev/input/event3"
[     5.733] (**) Option "_source" "server/udev"
[     5.738] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.738] (II) event3  - Power Button: device is a keyboard
[     5.738] (II) event3  - Power Button: device removed
[     5.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     5.919] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.919] (**) Option "xkb_model" "pc105"
[     5.919] (**) Option "xkb_layout" "es"
[     5.919] (**) Option "xkb_variant" "winkeys"
[     5.919] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.933] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.933] (II) event3  - Power Button: device is a keyboard
[     5.934] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[     5.934] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     5.934] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     5.934] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     5.934] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[     5.934] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     5.934] (**) Asus Wireless Radio Control: always reports core events
[     5.934] (**) Option "Device" "/dev/input/event6"
[     5.934] (**) Option "_source" "server/udev"
[     5.934] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     5.934] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     5.935] (II) event6  - Asus Wireless Radio Control: device removed
[     6.059] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[     6.059] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     6.059] (**) Option "xkb_model" "pc105"
[     6.059] (**) Option "xkb_layout" "es"
[     6.059] (**) Option "xkb_variant" "winkeys"
[     6.059] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.060] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.060] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[     6.061] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     6.061] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.061] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.061] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.061] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.061] (II) Using input driver 'libinput' for 'Video Bus'
[     6.061] (**) Video Bus: always reports core events
[     6.061] (**) Option "Device" "/dev/input/event4"
[     6.061] (**) Option "_source" "server/udev"
[     6.062] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.062] (II) event4  - Video Bus: device is a keyboard
[     6.062] (II) event4  - Video Bus: device removed
[     6.199] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input4/event4"
[     6.199] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.199] (**) Option "xkb_model" "pc105"
[     6.199] (**) Option "xkb_layout" "es"
[     6.199] (**) Option "xkb_variant" "winkeys"
[     6.199] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.200] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.200] (II) event4  - Video Bus: device is a keyboard
[     6.200] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.201] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.201] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.201] (**) Power Button: Applying InputClass "system-keyboard"
[     6.201] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.201] (II) Using input driver 'libinput' for 'Power Button'
[     6.201] (**) Power Button: always reports core events
[     6.201] (**) Option "Device" "/dev/input/event0"
[     6.201] (**) Option "_source" "server/udev"
[     6.201] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.201] (II) event0  - Power Button: device is a keyboard
[     6.201] (II) event0  - Power Button: device removed
[     6.249] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.249] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.249] (**) Option "xkb_model" "pc105"
[     6.249] (**) Option "xkb_layout" "es"
[     6.249] (**) Option "xkb_variant" "winkeys"
[     6.249] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.250] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.250] (II) event0  - Power Button: device is a keyboard
[     6.251] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.251] (II) No input driver specified, ignoring this device.
[     6.251] (II) This device may have been added with another device file.
[     6.251] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.251] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.251] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.251] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.251] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[     6.251] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.251] (**) Sleep Button: always reports core events
[     6.251] (**) Option "Device" "/dev/input/event2"
[     6.251] (**) Option "_source" "server/udev"
[     6.252] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.252] (II) event2  - Sleep Button: device is a keyboard
[     6.252] (II) event2  - Sleep Button: device removed
[     6.299] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.299] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     6.299] (**) Option "xkb_model" "pc105"
[     6.299] (**) Option "xkb_layout" "es"
[     6.299] (**) Option "xkb_variant" "winkeys"
[     6.299] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.300] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.300] (II) event2  - Sleep Button: device is a keyboard
[     6.300] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.300] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.300] (II) LoadModule: "modesetting"
[     6.300] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.300] (II) Module modesetting: vendor="X.Org Foundation"
[     6.301] 	compiled for 1.20.8, module version = 1.20.8
[     6.301] 	Module class: X.Org Video Driver
[     6.301] 	ABI class: X.Org Video Driver, version 24.1
[     6.301] xf86: found device 1
[     6.301] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event7)
[     6.301] (II) No input driver specified, ignoring this device.
[     6.301] (II) This device may have been added with another device file.
[     6.301] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[     6.301] (II) No input driver specified, ignoring this device.
[     6.301] (II) This device may have been added with another device file.
[     6.302] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event10)
[     6.302] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     6.302] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     6.302] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     6.302] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     6.302] (**) Option "Device" "/dev/input/event10"
[     6.302] (**) Option "_source" "server/udev"
[     6.303] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     6.303] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     6.303] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device removed
[     6.409] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input12/event10"
[     6.409] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 11)
[     6.409] (**) Option "AccelerationScheme" "none"
[     6.409] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     6.409] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     6.409] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     6.410] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     6.410] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     6.411] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse0)
[     6.411] (II) No input driver specified, ignoring this device.
[     6.411] (II) This device may have been added with another device file.
[     6.411] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event11)
[     6.411] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     6.411] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.411] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     6.411] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     6.411] (**) Option "Device" "/dev/input/event11"
[     6.411] (**) Option "_source" "server/udev"
[     6.412] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     6.413] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     6.413] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     6.499] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input13/event11"
[     6.499] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 12)
[     6.500] (**) Option "AccelerationScheme" "none"
[     6.500] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     6.500] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     6.500] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     6.501] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     6.502] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     6.503] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse1)
[     6.503] (II) No input driver specified, ignoring this device.
[     6.503] (II) This device may have been added with another device file.
[     6.503] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     6.503] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     6.503] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.503] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     6.503] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     6.503] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     6.503] (**) Asus WMI hotkeys: always reports core events
[     6.503] (**) Option "Device" "/dev/input/event9"
[     6.503] (**) Option "_source" "server/udev"
[     6.504] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.504] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     6.504] (II) event9  - Asus WMI hotkeys: device removed
[     6.609] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[     6.609] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[     6.609] (**) Option "xkb_model" "pc105"
[     6.609] (**) Option "xkb_layout" "es"
[     6.609] (**) Option "xkb_variant" "winkeys"
[     6.609] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.610] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.610] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     6.610] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     6.610] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     6.610] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.610] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.610] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     6.610] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.611] (**) AT Translated Set 2 keyboard: always reports core events
[     6.611] (**) Option "Device" "/dev/input/event5"
[     6.611] (**) Option "_source" "server/udev"
[     6.611] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.611] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     6.612] (II) event5  - AT Translated Set 2 keyboard: device removed
[     6.650] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     6.650] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.650] (**) Option "xkb_model" "pc105"
[     6.650] (**) Option "xkb_layout" "es"
[     6.650] (**) Option "xkb_variant" "winkeys"
[     6.650] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.651] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.651] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     6.656] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event7)
[     6.656] (II) No input driver specified, ignoring this device.
[     6.656] (II) This device may have been added with another device file.
[     6.656] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[     6.656] (II) No input driver specified, ignoring this device.
[     6.656] (II) This device may have been added with another device file.
[     6.656] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1 /dev/dri/card1
[     6.656] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.656] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.656] (II) LoadModule: "modesetting"
[     6.656] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.656] (II) Module modesetting: vendor="X.Org Foundation"
[     6.656] 	compiled for 1.20.8, module version = 1.20.8
[     6.656] 	Module class: X.Org Video Driver
[     6.656] 	ABI class: X.Org Video Driver, version 24.1
[     6.656] (II) UnloadModule: "modesetting"
[     6.656] (II) Unloading modesetting
[     6.656] (II) Failed to load module "modesetting" (already loaded, 0)
[     6.657] xf86: found device 1
[     6.657] (II) config/udev: removing device Asus WMI hotkeys
[     6.657] (II) event9  - Asus WMI hotkeys: device removed
[     6.739] (II) UnloadModule: "libinput"
[     6.740] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     6.740] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     6.740] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.740] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     6.740] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     6.740] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     6.740] (**) Asus WMI hotkeys: always reports core events
[     6.740] (**) Option "Device" "/dev/input/event9"
[     6.740] (**) Option "_source" "server/udev"
[     6.741] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.741] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     6.741] (II) event9  - Asus WMI hotkeys: device removed
[     6.879] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[     6.879] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[     6.880] (**) Option "xkb_model" "pc105"
[     6.880] (**) Option "xkb_layout" "es"
[     6.880] (**) Option "xkb_variant" "winkeys"
[     6.880] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.881] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.881] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     6.881] (II) config/udev: removing device ELAN1200:00 04F3:30BA Mouse
[     6.881] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device removed
[     7.039] (II) UnloadModule: "libinput"
[     7.040] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event10)
[     7.040] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "evdev pointer catchall"
[     7.040] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[     7.040] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[     7.040] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[     7.040] (**) Option "Device" "/dev/input/event10"
[     7.040] (**) Option "_source" "server/udev"
[     7.041] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.041] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.042] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device removed
[     7.169] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input12/event10"
[     7.169] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 11)
[     7.169] (**) Option "AccelerationScheme" "none"
[     7.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[     7.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[     7.169] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[     7.171] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.171] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[     7.172] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     7.172] (II) No input driver specified, ignoring this device.
[     7.172] (II) This device may have been added with another device file.
[     7.172] (II) config/udev: removing device ELAN1200:00 04F3:30BA Touchpad
[     7.172] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     7.269] (II) UnloadModule: "libinput"
[     7.270] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event11)
[     7.270] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.270] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.270] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[     7.270] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[     7.270] (**) Option "Device" "/dev/input/event11"
[     7.270] (**) Option "_source" "server/udev"
[     7.272] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.274] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.274] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device removed
[     7.370] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0001/input/input13/event11"
[     7.370] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 12)
[     7.372] (**) Option "AccelerationScheme" "none"
[     7.372] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[     7.372] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[     7.372] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[     7.374] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[     7.376] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[     7.377] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse0)
[     7.377] (II) No input driver specified, ignoring this device.
[     7.377] (II) This device may have been added with another device file.
[     7.378] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse1)
[     7.378] (II) No input driver specified, ignoring this device.
[     7.378] (II) This device may have been added with another device file.
[     7.379] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event13)
[     7.379] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     7.379] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     7.379] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     7.379] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Keyboard Defaults"
[     7.379] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     7.379] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     7.379] (**) Option "Device" "/dev/input/event13"
[     7.379] (**) Option "_source" "server/udev"
[     7.381] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.381] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.381] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/input/input15/event13"
[     7.509] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 15)
[     7.509] (**) Option "xkb_model" "pc105"
[     7.509] (**) Option "xkb_layout" "es"
[     7.509] (**) Option "xkb_variant" "winkeys"
[     7.509] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.512] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.512] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    28.388] (II) AMDGPU(0): EDID vendor "NCP", prod id 45
[    28.388] (II) AMDGPU(0): Using EDID range info for horizontal sync
[    28.388] (II) AMDGPU(0): Using EDID range info for vertical refresh
[    28.388] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    28.388] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    28.388] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[    28.388] (II) AMDGPU(0): EDID vendor "NCP", prod id 45
[    28.388] (II) AMDGPU(0): Using hsync ranges from config file
[    28.388] (II) AMDGPU(0): Using vrefresh ranges from config file
[    28.388] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    28.388] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    28.388] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[   382.140] (II) AMDGPU(0): EDID vendor "NCP", prod id 45
[   382.140] (II) AMDGPU(0): Using hsync ranges from config file
[   382.140] (II) AMDGPU(0): Using vrefresh ranges from config file
[   382.140] (II) AMDGPU(0): Printing DDC gathered Modelines:
[   382.140] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[   382.140] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[   387.130] (II) AMDGPU(0): EDID vendor "NCP", prod id 45
[   387.130] (II) AMDGPU(0): Using hsync ranges from config file
[   387.130] (II) AMDGPU(0): Using vrefresh ranges from config file
[   387.130] (II) AMDGPU(0): Printing DDC gathered Modelines:
[   387.130] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[   387.130] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)
[   387.131] (II) AMDGPU(0): EDID vendor "NCP", prod id 45
[   387.131] (II) AMDGPU(0): Using hsync ranges from config file
[   387.131] (II) AMDGPU(0): Using vrefresh ranges from config file
[   387.131] (II) AMDGPU(0): Printing DDC gathered Modelines:
[   387.131] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[   387.131] (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1665 +hsync -vsync (66.6 kHz e)

Offline

#10 2020-07-05 19:55:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

Offline

#11 2020-07-06 06:24:17

BenoBelmont
Member
Registered: 2020-07-04
Posts: 6

Re: [SOLVED] NVIDIA/Xorg - Laptop monitor not detected but external works

seth wrote:

SOLVED! I completely ignored this:

If added to the initramfs do not forget to run mkinitcpio every time there is a nvidia driver update.

Thanks to everyone, sorry for the trouble.

Offline

Board footer

Powered by FluxBB