• Bug#1063910: nvidia-detect fails to detect 470-series devices (2/5)

    From John Bazik@21:1/5 to All on Wed Feb 14 18:40:01 2024
    [continued from previous message]

    -rw-r--r-- 1 root root 154 Jul 24 2023 amd64-microcode-blacklist.conf -rw-r--r-- 1 root root 97 Sep 5 10:34 blacklist-nouveau.conf
    -rw-r--r-- 1 root root 127 Jul 12 2023 dkms.conf
    -rw-r--r-- 1 root root 379 Feb 24 2023 mdadm.conf
    lrwxrwxrwx 1 root root 53 Jul 12 2023 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
    lrwxrwxrwx 1 root root 45 Jul 12 2023 nvidia-options.conf -> /etc/alternatives/nvidia--nvidia-options.conf
    lrwxrwxrwx 1 root root 43 Jul 12 2023 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
    -rw-r--r-- 1 root root 119 Sep 5 10:57 oss-compat.conf

    /etc/modprobe.d/blacklist-nouveau.conf:blacklist nouveau

    /etc/modules-load.d:
    -rw-r--r-- 1 root root 248 Sep 5 10:32 /etc/modules

    /etc/modules-load.d/:
    total 16
    drwxr-xr-x 2 root root 4096 Feb 12 04:05 .
    drwxr-xr-x 208 root root 12288 Feb 14 04:15 ..
    lrwxrwxrwx 1 root root 10 Jan 26 16:48 modules.conf -> ../modules lrwxrwxrwx 1 root root 39 Jul 12 2023 nvidia.conf -> /etc/alternatives/glx--nvidia-load.conf


    Files from nvidia-installer:

    Config and logfiles:

    <<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
    # You need to run "update-initramfs -u" after editing this file.

    # see #580894
    blacklist nouveau
    ^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^

    <<<<<<<<<< /etc/modprobe.d/nvidia-options.conf >>>>>>>>>>
    #options nvidia-current NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660

    # To grant performance counter access to unprivileged users, uncomment the following line:
    #options nvidia-current NVreg_RestrictProfilingToAdminUsers=0

    # Uncomment to enable this power management feature:
    #options nvidia-current NVreg_PreserveVideoMemoryAllocations=1

    # Uncomment to enable this power management feature:
    #options nvidia-current NVreg_EnableS0ixPowerManagement=1
    ^^^^^^^^^^ /etc/modprobe.d/nvidia-options.conf ^^^^^^^^^^

    <<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
    install nvidia modprobe -i nvidia-current $CMDLINE_OPTS

    install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-modeset $CMDLINE_OPTS

    install nvidia-drm modprobe nvidia-modeset ; modprobe -i nvidia-current-drm $CMDLINE_OPTS

    install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS

    install nvidia-peermem modprobe nvidia ; modprobe -i nvidia-current-peermem $CMDLINE_OPTS

    # unloading needs the internal names (i.e. upstream's names, not our renamed files)

    remove nvidia modprobe -r -i nvidia-drm nvidia-modeset nvidia-peermem nvidia-uvm nvidia

    remove nvidia-modeset modprobe -r -i nvidia-drm nvidia-modeset


    alias char-major-195* nvidia

    # These aliases are defined in *all* nvidia modules.
    # Duplicating them here sets higher precedence and ensures the selected
    # module gets loaded instead of a random first match if more than one
    # version is installed. See #798207.
    alias pci:v000010DEd00000E00sv*sd*bc04sc80i00* nvidia
    alias pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00* nvidia
    alias pci:v000010DEd*sv*sd*bc03sc02i00* nvidia
    alias pci:v000010DEd*sv*sd*bc03sc00i00* nvidia
    ^^^^^^^^^^ /etc/modprobe.d/nvidia.conf ^^^^^^^^^^

    <<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>>
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    EndSection

    Section "Device"
    Driver "nvidia"
    Option "TwinView" "on"
    Option "TwinViewOrientation" "DFP LeftOf CRT"
    Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    Option "NoTwinViewXineramaInfo" "False"
    Option "TwinViewXineramaInfoOrder" "DFP, CRT"
    Option "RandRRotation" "on"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    EndSection
    ^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^

    <<<<<<<<<< /etc/X11/xorg.conf.d/90-xkb-terminate.conf >>>>>>>>>>
    Section "InputClass"
    Identifier "keyboard defaults"
    MatchIsKeyboard "on"

    Option "XKbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    ^^^^^^^^^^ /etc/X11/xorg.conf.d/90-xkb-terminate.conf ^^^^^^^^^^

    <<<<<<<<<< /etc/X11/xorg.conf.d/90-xpra-virtual.conf >>>>>>>>>>
    # Ignore all xpra virtual devices by default,
    # these will be enabled explicitly when needed.
    Section "InputClass"
    Identifier "xpra-virtual-device"
    MatchProduct "Xpra"
    Option "Ignore" "true"
    EndSection
    ^^^^^^^^^^ /etc/X11/xorg.conf.d/90-xpra-virtual.conf ^^^^^^^^^^

    <<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
    [ 17.998]
    X.Org X Server 1.21.1.7
    X Protocol Version 11, Revision 0
    [ 17.998] Current Operating System: Linux asdf 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
    [ 17.998] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-18-amd64 root=/dev/mapper/asdf--vg-root ro quiet
    [ 17.998] xorg-server 2:21.1.7-3+deb12u5 (https://www.debian.org/support)
    [ 17.998] Current version of pixman: 0.42.2
    [ 17.998] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 17.998] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 17.998] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 12 18:07:24 2024
    [ 17.999] (==) Using config file: "/etc/X11/xorg.conf"
    [ 17.999] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 17.999] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 18.001] (==) No Layout section. Using the first Screen section.
    [ 18.001] (**) |-->Screen "Default Screen" (0)
    [ 18.001] (**) | |-->Monitor "Configured Monitor"
    [ 18.001] (==) No device specified for screen "Default Screen".
    Using the first device section listed.
    [ 18.001] (**) | |-->Device "Configured Video Device"
    [ 18.001] (==) Automatically adding devices
    [ 18.001] (==) Automatically enabling devices
    [ 18.001] (==) Automatically adding GPU devices
    [ 18.001] (==) Automatically binding GPU devices
    [ 18.001] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [ 18.002] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 18.002] Entry deleted from font path.
    [ 18.004] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
    [ 18.004] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.004] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 18.004] (II) Loader magic: 0x55f298785f00
    [ 18.004] (II) Module ABI versions:
    [ 18.004] X.Org ANSI C Emulation: 0.4
    [ 18.004] X.Org Video Driver: 25.2
    [ 18.004] X.Org XInput driver : 24.4
    [ 18.004] X.Org Server Extension : 10.0
    [ 18.004] (++) using VT number 7

    [ 18.004] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [ 18.005] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 18.005] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:26:00.0/drm/card0
    [ 18.008] (--) PCI:*(38@0:0:0) 10de:1d01:3842:6339 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
    [ 18.009] (II) LoadModule: "glx"
    [ 18.009] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.016] (II) Module glx: vendor="X.Org Foundation"
    [ 18.016] compiled for 1.21.1.7, module version = 1.0.0
    [ 18.016] ABI class: X.Org Server Extension, version 10.0
    [ 18.016] (II) LoadModule: "nvidia"
    [ 18.016] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 18.020] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 18.020] compiled for 1.6.99.901, module version = 1.0.0
    [ 18.020] Module class: X.Org Video Driver
    [ 18.020] (II) NVIDIA dlloader X Driver 525.147.05 Wed Oct 25 20:28:33 UTC 2023
    [ 18.020] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 18.024] (II) Loading sub module "fb"
    [ 18.024] (II) LoadModule: "fb"
    [ 18.024] (II) Module "fb" already built-in
    [ 18.024] (II) Loading sub module "wfb"
    [ 18.024] (II) LoadModule: "wfb"
    [ 18.024] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 18.025] (II) Module wfb: vendor="X.Org Foundation"
    [ 18.025] compiled for 1.21.1.7, module version = 1.0.0
    [ 18.025] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.025] (II) Loading sub module "ramdac"
    [ 18.025] (II) LoadModule: "ramdac"
    [ 18.025] (II) Module "ramdac" already built-in
    [ 18.025] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
    [ 18.025] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 18.025] (==) NVIDIA(0): RGB weight 888
    [ 18.025] (==) NVIDIA(0): Default visual is TrueColor
    [ 18.025] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 18.025] (**) NVIDIA(0): Option "TwinViewOrientation" "DFP LeftOf CRT"
    [ 18.025] (**) NVIDIA(0): Option "NoTwinViewXineramaInfo" "False"
    [ 18.025] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP, CRT"
    [ 18.026] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    [ 18.026] (**) NVIDIA(0): Enabling 2D acceleration
    [ 18.026] (II) Loading sub module "glxserver_nvidia"
    [ 18.026] (II) LoadModule: "glxserver_nvidia"
    [ 18.026] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
    [ 18.056] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
    [ 18.056] compiled for 1.6.99.901, module version = 1.0.0
    [ 18.056] Module class: X.Org Server Extension
    [ 18.056] (II) NVIDIA GLX Module 525.147.05 Wed Oct 25 20:26:41 UTC 2023
    [ 18.057] (II) NVIDIA: The X server supports PRIME Render Offload.
    [ 18.864] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:38:0:0
    [ 18.864] (--) NVIDIA(0): DFP-0 (boot)
    [ 18.864] (--) NVIDIA(0): DFP-1
    [ 18.865] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 1030 (GP108-A) at PCI:38:0:0
    [ 18.865] (II) NVIDIA(0): (GPU-0)
    [ 18.865] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 18.865] (--) NVIDIA(0): VideoBIOS: 86.08.24.00.30
    [ 18.865] (II) NVIDIA(0): Detected PCI Express Link width: 4X
    [ 18.909] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-0): connected
    [ 18.909] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-0): Internal TMDS
    [ 18.909] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-0): 600.0 MHz maximum pixel clock
    [ 18.909] (--) NVIDIA(GPU-0):
    [ 18.953] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-1): connected
    [ 18.953] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-1): Internal TMDS
    [ 18.953] (--) NVIDIA(GPU-0): Asustek Computer Inc PA278QV (DFP-1): 600.0 MHz maximum pixel clock
    [ 18.953] (--) NVIDIA(GPU-0):
    [ 18.961] (WW) NVIDIA(0): Unable to find all display devices requested in MetaMode
    [ 18.961] (WW) NVIDIA(0): Orientation string "DFP LeftOf CRT".
    [ 18.961] (II) NVIDIA(0): Validated MetaModes:
    [ 18.961] (II) NVIDIA(0): "nvidia-auto-select,nvidia-auto-select"
    [ 18.961] (II) NVIDIA(0): Virtual screen size determined to be 5120 x 1440
    [ 18.967] (WW) NVIDIA(0): Unable to match display device name "CRT" from
    [ 18.967] (WW) NVIDIA(0): nvidiaXineramaInfoOrder
    [ 18.967] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
    [ 18.967] (--) NVIDIA(0): option
    [ 18.967] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
    [ 18.967] (II) NVIDIA: access.
    [ 18.969] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 18.969] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X [ 18.969] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 18.969] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 18.969] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 18.969] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 18.969] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 18.969] (II) NVIDIA(0): Config Options in the README.
    [ 18.983] (II) NVIDIA(0): Setting mode "nvidia-auto-select,nvidia-auto-select"
    [ 19.122] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 19.122] (==) NVIDIA(0): Backing store enabled
    [ 19.122] (==) NVIDIA(0): Silken mouse enabled
    [ 19.122] (==) NVIDIA(0): DPMS enabled
    [ 19.122] (WW) NVIDIA(0): Option "TwinView" is not used
    [ 19.122] (WW) NVIDIA(0): Option "RandRRotation" is not used
    [ 19.122] (II) Loading sub module "dri2"
    [ 19.122] (II) LoadModule: "dri2"
    [ 19.122] (II) Module "dri2" already built-in
    [ 19.122] (II) NVIDIA(0): [DRI2] Setup complete
    [ 19.122] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 19.122] (II) Initializing extension Generic Event Extension
    [ 19.122] (II) Initializing extension SHAPE
    [ 19.122] (II) Initializing extension MIT-SHM
    [ 19.122] (II) Initializing extension XInputExtension
    [ 19.122] (II) Initializing extension XTEST
    [ 19.122] (II) Initializing extension BIG-REQUESTS
    [ 19.122] (II) Initializing extension SYNC
    [ 19.123] (II) Initializing extension XKEYBOARD
    [ 19.123] (II) Initializing extension XC-MISC
    [ 19.123] (II) Initializing extension SECURITY
    [ 19.123] (II) Initializing extension XFIXES
    [ 19.123] (II) Initializing extension RENDER
    [ 19.123] (II) Initializing extension RANDR
    [ 19.123] (II) Initializing extension COMPOSITE
    [ 19.123] (II) Initializing extension DAMAGE
    [ 19.123] (II) Initializing extension MIT-SCREEN-SAVER
    [ 19.123] (II) Initializing extension DOUBLE-BUFFER
    [ 19.123] (II) Initializing extension RECORD
    [ 19.123] (II) Initializing extension DPMS
    [ 19.123] (II) Initializing extension Present
    [ 19.123] (II) Initializing extension DRI3
    [ 19.123] (II) Initializing extension X-Resource
    [ 19.123] (II) Initializing extension XVideo
    [ 19.123] (II) Initializing extension XVideo-MotionCompensation
    [ 19.123] (II) Initializing extension SELinux
    [ 19.123] (II) SELinux: Disabled on system
    [ 19.123] (II) Initializing extension GLX
    [ 19.123] (II) Initializing extension GLX
    [ 19.123] (II) Indirect GLX disabled.
    [ 19.124] (II) GLX: Another vendor is already registered for screen 0
    [ 19.124] (II) Initializing extension XFree86-VidModeExtension
    [ 19.124] (II) Initializing extension XFree86-DGA
    [ 19.124] (II) Initializing extension XFree86-DRI
    [ 19.124] (II) Initializing extension DRI2
    [ 19.124] (II) Initializing extension NV-GLX
    [ 19.124] (II) Initializing extension NV-CONTROL
    [ 19.124] (II) Initializing extension XINERAMA
    [ 19.170] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 19.170] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 19.170] (**) Power Button: Applying InputClass "keyboard defaults"
    [ 19.170] (II) LoadModule: "libinput"
    [ 19.170] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 19.172] (II) Module libinput: vendor="X.Org Foundation"
    [ 19.172] compiled for 1.21.1.3, module version = 1.2.1
    [ 19.172] Module class: X.Org XInput Driver
    [ 19.172] ABI class: X.Org XInput driver, version 24.4
    [ 19.172] (II) Using input driver 'libinput' for 'Power Button'
    [ 19.172] (**) Power Button: always reports core events
    [ 19.172] (**) Option "Device" "/dev/input/event3"
    [ 19.177] (II) event3 - Power Button: is tagged by udev as: Keyboard
    [ 19.177] (II) event3 - Power Button: device is a keyboard
    [ 19.177] (II) event3 - Power Button: device removed
    [ 19.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 19.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 19.216] (**) Option "xkb_model" "pc105"
    [ 19.216] (**) Option "xkb_layout" "us"
    [ 19.216] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.228] (II) event3 - Power Button: is tagged by udev as: Keyboard
    [ 19.228] (II) event3 - Power Button: device is a keyboard
    [ 19.228] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 19.228] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 19.228] (**) Power Button: Applying InputClass "keyboard defaults"
    [ 19.228] (II) Using input driver 'libinput' for 'Power Button'
    [ 19.228] (**) Power Button: always reports core events
    [ 19.228] (**) Option "Device" "/dev/input/event2"
    [ 19.229] (II) event2 - Power Button: is tagged by udev as: Keyboard
    [ 19.229] (II) event2 - Power Button: device is a keyboard
    [ 19.229] (II) event2 - Power Button: device removed
    [ 19.256] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 19.256] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 19.256] (**) Option "xkb_model" "pc105"
    [ 19.256] (**) Option "xkb_layout" "us"
    [ 19.256] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.256] (II) event2 - Power Button: is tagged by udev as: Keyboard
    [ 19.256] (II) event2 - Power Button: device is a keyboard
    [ 19.257] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event1)
    [ 19.257] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
    [ 19.257] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
    [ 19.257] (**) Logitech USB Optical Mouse: always reports core events
    [ 19.257] (**) Option "Device" "/dev/input/event1"
    [ 19.258] (II) event1 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
    [ 19.258] (II) event1 - Logitech USB Optical Mouse: device is a pointer
    [ 19.258] (II) event1 - Logitech USB Optical Mouse: device removed
    [ 19.316] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:046D:C077.0001/input/input1/event1"
    [ 19.316] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
    [ 19.316] (**) Option "AccelerationScheme" "none"
    [ 19.316] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
    [ 19.316] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 19.316] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4 [ 19.317] (II) event1 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
    [ 19.317] (II) event1 - Logitech USB Optical Mouse: device is a pointer
    [ 19.317] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 19.317] (II) No input driver specified, ignoring this device.
    [ 19.317] (II) This device may have been added with another device file.
    [ 19.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
    [ 19.318] (II) No input driver specified, ignoring this device.
    [ 19.318] (II) This device may have been added with another device file.
    [ 19.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event6)
    [ 19.318] (II) No input driver specified, ignoring this device.
    [ 19.318] (II) This device may have been added with another device file.
    [ 19.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event7)
    [ 19.318] (II) No input driver specified, ignoring this device.
    [ 19.318] (II) This device may have been added with another device file.
    [ 19.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event8)
    [ 19.318] (II) No input driver specified, ignoring this device.
    [ 19.318] (II) This device may have been added with another device file.
    [ 19.319] (II) config/udev: Adding input device HD Pro Webcam C920 (/dev/input/event9)
    [ 19.319] (**) HD Pro Webcam C920: Applying InputClass "libinput keyboard catchall"
    [ 19.319] (**) HD Pro Webcam C920: Applying InputClass "keyboard defaults"
    [ 19.319] (II) Using input driver 'libinput' for 'HD Pro Webcam C920'
    [ 19.319] (**) HD Pro Webcam C920: always reports core events
    [ 19.319] (**) Option "Device" "/dev/input/event9"
    [ 19.319] (II) event9 - HD Pro Webcam C920: is tagged by udev as: Keyboard [ 19.319] (II) event9 - HD Pro Webcam C920: device is a keyboard
    [ 19.319] (II) event9 - HD Pro Webcam C920: device removed
    [ 19.368] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:28:00.3/usb3/3-1/3-1.1/3-1.1:1.0/input/input9/event9"
    [ 19.368] (II) XINPUT: Adding extended input device "HD Pro Webcam C920" (type: KEYBOARD, id 9)
    [ 19.368] (**) Option "xkb_model" "pc105"
    [ 19.368] (**) Option "xkb_layout" "us"
    [ 19.368] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.369] (II) event9 - HD Pro Webcam C920: is tagged by udev as: Keyboard [ 19.369] (II) event9 - HD Pro Webcam C920: device is a keyboard
    [ 19.370] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event10)
    [ 19.370] (II) No input driver specified, ignoring this device.
    [ 19.370] (II) This device may have been added with another device file.
    [ 19.370] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event11)
    [ 19.370] (II) No input driver specified, ignoring this device.
    [ 19.370] (II) This device may have been added with another device file.
    [ 19.371] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event12)
    [ 19.371] (II) No input driver specified, ignoring this device.
    [ 19.371] (II) This device may have been added with another device file.
    [ 19.371] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event13)
    [ 19.371] (II) No input driver specified, ignoring this device.
    [ 19.371] (II) This device may have been added with another device file.
    [ 19.371] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event14)
    [ 19.371] (II) No input driver specified, ignoring this device.
    [ 19.371] (II) This device may have been added with another device file.
    [ 19.372] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event15)
    [ 19.372] (II) No input driver specified, ignoring this device.
    [ 19.372] (II) This device may have been added with another device file.
    [ 19.372] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event16)
    [ 19.372] (II) No input driver specified, ignoring this device.
    [ 19.372] (II) This device may have been added with another device file.
    [ 19.373] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event17)
    [ 19.373] (II) No input driver specified, ignoring this device.
    [ 19.373] (II) This device may have been added with another device file.
    [ 19.373] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 19.373] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [ 19.373] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard defaults"
    [ 19.373] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [ 19.373] (**) AT Translated Set 2 keyboard: always reports core events
    [ 19.373] (**) Option "Device" "/dev/input/event0"
    [ 19.374] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [ 19.374] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 19.375] (II) event0 - AT Translated Set 2 keyboard: device removed
    [ 19.400] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 19.400] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 19.400] (**) Option "xkb_model" "pc105"
    [ 19.400] (**) Option "xkb_layout" "us"
    [ 19.400] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.401] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [ 19.401] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 19.402] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 19.402] (II) No input driver specified, ignoring this device.
    [ 19.402] (II) This device may have been added with another device file.
    [ 19.408] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 19.408] (II) No input driver specified, ignoring this device.
    [ 19.408] (II) This device may have been added with another device file.
    [ 19.408] (II) config/udev: removing device Power Button
    [ 19.408] (II) event3 - Power Button: device removed
    [ 19.460] (II) UnloadModule: "libinput"
    [ 19.460] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 19.460] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 19.460] (**) Power Button: Applying InputClass "keyboard defaults"
    [ 19.460] (II) Using input driver 'libinput' for 'Power Button'
    [ 19.460] (**) Power Button: always reports core events
    [ 19.460] (**) Option "Device" "/dev/input/event3"
    [ 19.460] (II) event3 - Power Button: is tagged by udev as: Keyboard
    [ 19.460] (II) event3 - Power Button: device is a keyboard
    [ 19.461] (II) event3 - Power Button: device removed
    [ 19.492] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 19.492] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 19.492] (**) Option "xkb_model" "pc105"
    [ 19.492] (**) Option "xkb_layout" "us"
    [ 19.492] (WW) Option "xkb_variant" requires a string value
    [ 19.492] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.492] (II) event3 - Power Button: is tagged by udev as: Keyboard
    [ 19.493] (II) event3 - Power Button: device is a keyboard
    [ 19.493] (II) config/udev: removing device Power Button
    [ 19.493] (II) event2 - Power Button: device removed
    [ 19.508] (II) UnloadModule: "libinput"
    [ 19.508] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 19.508] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 19.508] (**) Power Button: Applying InputClass "keyboard defaults"
    [ 19.508] (II) Using input driver 'libinput' for 'Power Button'
    [ 19.508] (**) Power Button: always reports core events
    [ 19.508] (**) Option "Device" "/dev/input/event2"
    [ 19.509] (II) event2 - Power Button: is tagged by udev as: Keyboard
    [ 19.509] (II) event2 - Power Button: device is a keyboard
    [ 19.509] (II) event2 - Power Button: device removed
    [ 19.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 19.524] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 19.524] (**) Option "xkb_model" "pc105"
    [ 19.524] (**) Option "xkb_layout" "us"
    [ 19.524] (WW) Option "xkb_variant" requires a string value
    [ 19.524] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.525] (II) event2 - Power Button: is tagged by udev as: Keyboard
    [ 19.525] (II) event2 - Power Button: device is a keyboard
    [ 19.525] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event7)
    [ 19.525] (II) No input driver specified, ignoring this device.
    [ 19.525] (II) This device may have been added with another device file.
    [ 19.526] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event11)
    [ 19.526] (II) No input driver specified, ignoring this device.
    [ 19.526] (II) This device may have been added with another device file.
    [ 19.526] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event14)
    [ 19.526] (II) No input driver specified, ignoring this device.
    [ 19.526] (II) This device may have been added with another device file.
    [ 19.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event6)
    [ 19.526] (II) No input driver specified, ignoring this device.
    [ 19.526] (II) This device may have been added with another device file.
    [ 19.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event8)
    [ 19.526] (II) No input driver specified, ignoring this device.
    [ 19.526] (II) This device may have been added with another device file.
    [ 19.528] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
    [ 19.528] (II) No input driver specified, ignoring this device.
    [ 19.528] (II) This device may have been added with another device file.
    [ 19.528] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event15)
    [ 19.528] (II) No input driver specified, ignoring this device.
    [ 19.528] (II) This device may have been added with another device file.
    [ 19.528] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event10)
    [ 19.528] (II) No input driver specified, ignoring this device.
    [ 19.528] (II) This device may have been added with another device file.
    [ 19.529] (II) config/udev: removing device AT Translated Set 2 keyboard
    [ 19.529] (II) event0 - AT Translated Set 2 keyboard: device removed
    [ 19.552] (II) UnloadModule: "libinput"
    [ 19.552] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 19.552] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [ 19.552] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard defaults"
    [ 19.552] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [ 19.552] (**) AT Translated Set 2 keyboard: always reports core events
    [ 19.552] (**) Option "Device" "/dev/input/event0"
    [ 19.553] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [ 19.553] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 19.554] (II) event0 - AT Translated Set 2 keyboard: device removed
    [ 19.568] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 19.568] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 19.568] (**) Option "xkb_model" "pc105"
    [ 19.568] (**) Option "xkb_layout" "us"
    [ 19.568] (WW) Option "xkb_variant" requires a string value
    [ 19.568] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 19.569] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [ 19.569] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard [ 19.570] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event17)

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)