Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
InputDevice keyboard configs being ignored [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Wed Nov 17, 2021 12:38 am    Post subject: InputDevice keyboard configs being ignored [SOLVED] Reply with quote

After an update, some keyboard functionalities stopped working such as XkbOptions and XkbVariant

I took a look at https://wiki.gentoo.org/wiki/Keyboard_layout_switching#Generic_desktop_environment but did not find a solution

I have support for both evdev as well as libinput. Are they mutually exclusive?

Current configuration prefers evdev

emerge –info: https://pastebin.com/raw/nXDQ74aJ

lspci: https://pastebin.com/raw/kbbgwsGE

lshw: https://pastebin.com/raw/V3hUE6Jc

lsusb: https://pastebin.com/raw/ej4g7Rf6

Kernel config 5.4.131: https://pastebin.com/raw/sxJzGbPj

Code:

Section "InputDevice"
    # generated from default
    # "04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard"
    # "Microsoft Natural Ergonomic Keyboard 4000"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "XkbOptions" "terminate:ctrl_alt_bksp"
    Option         "XkbVariant" "altgr-intl,abnt2,qwerty,euro"
    Option         "MatchIsKeyboard" "on"
    Option         "GrabDevice" "true"
EndSection


cat /etc/X11/xorg.conf

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 460.67

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
    Option         "AutoAddDevices" "true"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
    Option         "BlankTime" "15"
    Option         "StandbyTime" "22"
    Option         "OffTime" "30"
    Option         "DontZap" "False"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "evdev"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    # "04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard"
    # "Microsoft Natural Ergonomic Keyboard 4000"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "XkbOptions" "terminate:ctrl_alt_bksp"
    Option         "XkbVariant" "altgr-intl,abnt2,qwerty,euro"
    Option         "MatchIsKeyboard" "on"
    Option         "GrabDevice" "true"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Asus"
    ModelName      "Ancor Communications Inc ASUS VS238"
    HorizSync       24.0 - 83.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Asus"
    ModelName      "Ancor Communications Inc ASUS VS238"
    HorizSync       24.0 - 83.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:1:0:0"
    Screen          0

    # Manually added bellow 
    Option         "UseEDID" "true"
    Option         "RenderAccel" "true"
    Option         "Accel" "true"
    Option         "Coolbits" "0"
    Option         "NoLogo" "true"
    Option         "SWCursor" "false"
    Option         "HWCursor" "true"
    Option         "ProbeAllGpus" "true"
    Option         "UseEdidDpi" "true"
    Option         "TripleBuffer" "true"
    Option         "ConnectToAcpid" "true"
    Option         "ConstrainCursor" "true"
    Option         "AllowIndirectGLXProtocol" "false"
    Option         "AllowUnofficialGLXProtocol" "false"
    Option         "3DVisionDisplayType" "0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:1:0:0"
    Screen          1
 
    # Manually added bellow 
    Option         "UseEDID" "true"
    Option         "RenderAccel" "true"
    Option         "Accel" "true"
    Option         "Coolbits" "0"
    Option         "NoLogo" "true"
    Option         "SWCursor" "false"
    Option         "HWCursor" "true"
    Option         "ProbeAllGpus" "true"
    Option         "UseEdidDpi" "true"
    Option         "TripleBuffer" "true"
    Option         "ConnectToAcpid" "true"
    Option         "ConstrainCursor" "true"
    Option         "AllowIndirectGLXProtocol" "false"
    Option         "AllowUnofficialGLXProtocol" "false"
    Option         "3DVisionDisplayType" "0"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "DVI-I-1: 1920x1080 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "On"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DP-0: 1920x1080 +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "On"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


cat /usr/share/X11/xorg.conf.d/*

Code:
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

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

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

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

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

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
        Identifier "Xen Virtual Pointer axis blacklist"
        MatchProduct "Xen Virtual Pointer"
        Option "IgnoreAbsoluteAxes" "off"
        Option "IgnoreRelativeAxes" "off"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
        Identifier "Tag trackballs as XI_TRACKBALL"
        MatchProduct "trackball"
        MatchDriver "evdev"
        Option "TypeName" "TRACKBALL"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
        MatchDriver "evdev"
        Option "TypeName" "MOUSE"
EndSection
# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

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

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

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

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

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection
# This xorg.conf.d configuration snippet configures the X server to
# automatically load the nvidia X driver when it detects a device driven by the
# nvidia-drm.ko kernel module.  Please note that this only works on Linux kernels
# version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
# kernel module is loaded before the X server is started.

Section "OutputClass"
    Identifier     "nvidia"
    MatchDriver    "nvidia-drm"
    Driver         "nvidia"
EndSection
Section "InputClass"
        Identifier      "vboxmouse"
        MatchDevicePath "/dev/vboxguest"
        Driver          "vboxmouse"
EndSection


# eix -I xorg

Code:
[I] x11-base/xorg-drivers
     Available versions:  1.20-r2{xpak:3} **9999*l {INPUT_DEVICES="elographics evdev joystick libinput synaptics vmmouse void wacom" VIDEO_CARDS="amdgpu ast dummy fbdev freedreno geode glint i915 i965 intel mga nouveau nv nvidia omap qxl r128 radeon radeonsi siliconmotion tegra vc4 vesa via virtualbox vmware"}
     Installed versions:  1.20-r2{xpak:3}(10:04:50 PM 07/11/2021)(INPUT_DEVICES="evdev libinput -elographics -joystick -synaptics -vmmouse -void -wacom" VIDEO_CARDS="fbdev nvidia virtualbox -amdgpu -ast -dummy -freedreno -geode -glint -i915 -i965 -intel -mga -nouveau -nv -omap -qxl -r128 -radeon -radeonsi -siliconmotion -tegra -vc4 -vesa -via -vmware")
     Homepage:            https://wiki.gentoo.org/wiki/No_homepage
     Description:         Meta package containing deps on all xorg drivers

[I] x11-base/xorg-proto
     Available versions:  2021.4^t{xpak:5} ~2021.4.99.2^t 2021.5^t{xpak} **9999*l^t {test}
     Installed versions:  2021.5^t{xpak}(06:15:12 AM 11/08/2021)(-test)
     Homepage:            https://gitlab.freedesktop.org/xorg/proto/xorgproto
     Description:         X.Org combined protocol headers

[I] x11-base/xorg-server
     Available versions:  1.20.13-r1(0/1.20.13)^t{xpak} [m]**9999(0/9999)*l^t {debug dmx doc +elogind ipv6 kdrive minimal selinux suid systemd test +udev unwind xcsecurity xephyr xnest xorg xvfb}
     Installed versions:  1.20.13-r1(0/1.20.13)^t{xpak}(07:11:08 PM 08/13/2021)(elogind udev xcsecurity xorg -debug -dmx -doc -ipv6 -kdrive -minimal -selinux -suid -systemd -test -unwind -xephyr -xnest -xvfb)
     Homepage:            https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/xserver/xorg-server
     Description:         X.Org X servers

[I] x11-misc/xorg-cf-files
     Available versions:  1.0.6-r2{xpak:3} ~1.0.7 1.0.7-r1{xpak}
     Installed versions:  1.0.7-r1{xpak}(06:12:50 AM 11/08/2021)
     Homepage:            https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/cf
     Description:         Old Imake-related build files


# eix -I nvidia
Code:

[I] media-gfx/nvidia-texture-tools
     Available versions:  2.0.8-r4{xpak:2} ~2.1.2 {cg glew glut openexr openmp CPU_FLAGS_X86="sse2"}
     Installed versions:  2.0.8-r4{xpak:2}(12:53:14 AM 07/13/2021)(-cg -glew -glut -openexr)
     Homepage:            https://github.com/castano/nvidia-texture-tools
     Description:         A set of cuda-enabled texture tools and compressors

[I] media-video/nvidia_video_sdk
     Available versions:  6.0.1{xpak:2} {tools}
     Installed versions:  6.0.1{xpak:2}(08:21:26 PM 07/12/2021)(-tools)
     Homepage:            https://developer.nvidia.com/nvidia-video-codec-sdk
     Description:         NVIDIA Video Codec SDK

[I] x11-drivers/nvidia-drivers
     Available versions:  390.144(0/390) 460.91.03(0/460){xpak} [M]~470.62.07(0/vulkan) 470.82.00(0/470){xpak} ~470.86(0/470) ~495.44(0/495) ~495.44-r1(0/495)^d {+X dist-kernel (+)driver static-libs +tools wayland ABI_MIPS="n32 n64 o32" ABI_S390="32 64" ABI_X86="32 64 x32" KERNEL="linux"}
     Installed versions:  470.82.00(0/470){xpak}(06:34:16 AM 11/08/2021)(X driver tools -dist-kernel -static-libs -wayland ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" KERNEL="linux")
     Homepage:            https://www.nvidia.com/download/index.aspx
     Description:         NVIDIA Accelerated Graphics Driver

_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244


Last edited by HeXiLeD on Mon Dec 06, 2021 2:15 am; edited 1 time in total
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Wed Nov 17, 2021 5:04 pm    Post subject: Reply with quote

Quote:
Code:
INPUT_DEVICES="evdev libinput penmount uvcvideo"

Is it really a good choice to have both, evdev and libinput, enabled at the same time? Switch to libinput and follow the advice given on this page: https://wiki.gentoo.org/wiki/Libinput

EDIT: Ah, I just saw you already asked this question. Well, I don't know if it's harmful to use both methods at the same time. But If I ran into the problems you described, I would surely disable one of the two - at least for testing.


Last edited by mike155 on Wed Nov 17, 2021 7:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Wed Nov 17, 2021 7:21 pm    Post subject: Reply with quote

HeXiLeD,

You have a plethora of Section "Input Device", which one is Xorg actually using?
Please post the Xorg.0.log file.

It should be the right one but is it?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Wed Nov 17, 2021 8:33 pm    Post subject: Reply with quote

Looks like there is a little mess here that may have to do with this other issue here

# cat /var/log/Xorg.0.log
Code:
[  1626.490]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  1626.490] Build Operating System: Linux 5.4.109-gentoo x86_64 Gentoo
[  1626.490] Current Operating System: Linux gentoo 5.4.109-gentoo #2 SMP Thu Jul 8 16:42:08 EDT 2021 x86_64
[  1626.490] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.109-gentoo root=/dev/md0 ro domdadm rootfstype=ext4 net.ifnames=0 nvidia_drm.modeset=1 pcie_aspm=default root_trim=yes consoleblank=300 splash
[  1626.490] Build Date: 07 July 2021  08:42:27PM
[  1626.490] 
[  1626.490] Current version of pixman: 0.40.0
[  1626.490]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1626.490] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1626.490] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  9 11:38:01 2021
[  1626.490] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1626.490] (==) No Layout section.  Using the first Screen section.
[  1626.490] (==) No screen section available. Using defaults.
[  1626.490] (**) |-->Screen "Default Screen Section" (0)
[  1626.490] (**) |   |-->Monitor "<default monitor>"
[  1626.490] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  1626.490] (==) Automatically adding devices
[  1626.490] (==) Automatically enabling devices
[  1626.490] (==) Automatically adding GPU devices
[  1626.490] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1626.490] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[  1626.490]    Entry deleted from font path.
[  1626.490]    (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[  1626.490] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[  1626.490] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1626.490] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1626.490] (II) Loader magic: 0x55bea6e1cce0
[  1626.490] (II) Module ABI versions:
[  1626.490]    X.Org ANSI C Emulation: 0.4
[  1626.490]    X.Org Video Driver: 24.1
[  1626.490]    X.Org XInput driver : 24.1
[  1626.490]    X.Org Server Extension : 10.0
[  1626.491] (++) using VT number 2

[  1626.494] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_36
[  1626.495] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1626.495] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  1626.498] (--) PCI:*(1@0:0:0) 10de:1380:3842:3753 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00008c00/128, BIOS @ 0x????????/131072
[  1626.498] (II) LoadModule: "glx"
[  1626.499] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1626.500] (II) Module glx: vendor="X.Org Foundation"
[  1626.500]    compiled for 1.20.11, module version = 1.0.0
[  1626.500]    ABI class: X.Org Server Extension, version 10.0
[  1626.500] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  1626.500]    loading driver: nvidia
[  1626.500] (==) Matched nvidia as autoconfigured driver 0
[  1626.500] (==) Matched nouveau as autoconfigured driver 1
[  1626.500] (==) Matched nv as autoconfigured driver 2
[  1626.500] (==) Matched modesetting as autoconfigured driver 3
[  1626.500] (==) Matched fbdev as autoconfigured driver 4
[  1626.500] (==) Matched vesa as autoconfigured driver 5
[  1626.500] (==) Assigned the driver to the xf86ConfigLayout
[  1626.500] (II) LoadModule: "nvidia"
[  1626.500] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1626.500] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1626.500]    compiled for 1.6.99.901, module version = 1.0.0
[  1626.500]    Module class: X.Org Video Driver
[  1626.500] (II) LoadModule: "nouveau"
[  1626.500] (WW) Warning, couldn't open module nouveau
[  1626.500] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  1626.500] (II) LoadModule: "nv"
[  1626.500] (WW) Warning, couldn't open module nv
[  1626.500] (EE) Failed to load module "nv" (module does not exist, 0)
[  1626.500] (II) LoadModule: "modesetting"
[  1626.500] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1626.500] (II) Module modesetting: vendor="X.Org Foundation"
[  1626.500]    compiled for 1.20.11, module version = 1.20.11
[  1626.500]    Module class: X.Org Video Driver
[  1626.500]    ABI class: X.Org Video Driver, version 24.1
[  1626.500] (II) LoadModule: "fbdev"
[  1626.500] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  1626.500] (II) Module fbdev: vendor="X.Org Foundation"
[  1626.500]    compiled for 1.20.11, module version = 0.5.0
[  1626.500]    Module class: X.Org Video Driver
[  1626.500]    ABI class: X.Org Video Driver, version 24.1
[  1626.500] (II) LoadModule: "vesa"
[  1626.501] (WW) Warning, couldn't open module vesa
[  1626.501] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1626.501] (II) NVIDIA dlloader X Driver  460.67  Thu Mar 11 00:09:07 UTC 2021
[  1626.501] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1626.501] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1626.501] (II) FBDEV: driver for framebuffer: fbdev
[  1626.501] (II) systemd-logind: releasing fd for 226:0
[  1626.501] (II) Loading sub module "fb"
[  1626.501] (II) LoadModule: "fb"
[  1626.501] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1626.501] (II) Module fb: vendor="X.Org Foundation"
[  1626.501]    compiled for 1.20.11, module version = 1.0.0
[  1626.501]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1626.501] (II) Loading sub module "wfb"
[  1626.501] (II) LoadModule: "wfb"
[  1626.501] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1626.501] (II) Module wfb: vendor="X.Org Foundation"
[  1626.501]    compiled for 1.20.11, module version = 1.0.0
[  1626.501]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1626.501] (II) Loading sub module "ramdac"
[  1626.501] (II) LoadModule: "ramdac"
[  1626.501] (II) Module "ramdac" already built-in
[  1626.502] (WW) Falling back to old probe method for modesetting
[  1626.502] (WW) Falling back to old probe method for fbdev
[  1626.502] (II) Loading sub module "fbdevhw"
[  1626.502] (II) LoadModule: "fbdevhw"
[  1626.502] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  1626.502] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1626.502]    compiled for 1.20.11, module version = 0.0.2
[  1626.502]    ABI class: X.Org Video Driver, version 24.1
[  1626.502] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  1626.502] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1626.502] (==) NVIDIA(0): RGB weight 888
[  1626.502] (==) NVIDIA(0): Default visual is TrueColor
[  1626.502] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1626.502] (**) NVIDIA(0): Enabling 2D acceleration
[  1626.502] (II) Loading sub module "glxserver_nvidia"
[  1626.502] (II) LoadModule: "glxserver_nvidia"
[  1626.502] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[  1626.509] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1626.509]    compiled for 1.6.99.901, module version = 1.0.0
[  1626.509]    Module class: X.Org Server Extension
[  1626.509] (II) NVIDIA GLX Module  460.67  Thu Mar 11 00:06:44 UTC 2021
[  1626.509] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1626.510] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1626.510] (--) NVIDIA(0):     CRT-0
[  1626.510] (--) NVIDIA(0):     DFP-0 (boot)
[  1626.510] (--) NVIDIA(0):     DFP-1
[  1626.510] (--) NVIDIA(0):     DFP-2
[  1626.510] (--) NVIDIA(0):     DFP-3
[  1626.511] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0 (GPU-0)
[  1626.511] (--) NVIDIA(0): Memory: 2097152 kBytes
[  1626.511] (--) NVIDIA(0): VideoBIOS: 82.07.32.00.50
[  1626.511] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1626.518] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1626.518] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1626.518] (--) NVIDIA(GPU-0):
[  1626.532] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): connected
[  1626.532] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): Internal TMDS
[  1626.532] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): 330.0 MHz maximum pixel clock
[  1626.532] (--) NVIDIA(GPU-0):
[  1626.550] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): connected
[  1626.550] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): Internal TMDS
[  1626.550] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): 165.0 MHz maximum pixel clock
[  1626.550] (--) NVIDIA(GPU-0):
[  1626.550] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1626.550] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1626.550] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1626.550] (--) NVIDIA(GPU-0):
[  1626.550] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1626.550] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  1626.550] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[  1626.550] (--) NVIDIA(GPU-0):
[  1626.558] (==) NVIDIA(0):
[  1626.558] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1626.558] (==) NVIDIA(0):     will be used as the requested mode.
[  1626.558] (==) NVIDIA(0):
[  1626.558] (II) NVIDIA(0): Validated MetaModes:
[  1626.558] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[  1626.558] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[  1626.563] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  1626.563] (--) NVIDIA(0):     option
[  1626.563] (II) UnloadModule: "modesetting"
[  1626.563] (II) Unloading modesetting
[  1626.563] (II) UnloadModule: "fbdev"
[  1626.563] (II) Unloading fbdev
[  1626.563] (II) UnloadSubModule: "fbdevhw"
[  1626.563] (II) Unloading fbdevhw
[  1626.564] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  1626.564] (II) NVIDIA:     access.
[  1626.567] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1626.567] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1626.567] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1626.567] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1626.567] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1626.567] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1626.567] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1626.567] (II) NVIDIA(0):     Config Options in the README.
[  1626.592] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[  1626.743] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1626.743] (==) NVIDIA(0): Backing store enabled
[  1626.743] (==) NVIDIA(0): Silken mouse enabled
[  1626.744] (==) NVIDIA(0): DPMS enabled
[  1626.744] (II) Loading sub module "dri2"
[  1626.744] (II) LoadModule: "dri2"
[  1626.744] (II) Module "dri2" already built-in
[  1626.744] (II) NVIDIA(0): [DRI2] Setup complete
[  1626.744] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1626.744] (II) Initializing extension Generic Event Extension
[  1626.744] (II) Initializing extension SHAPE
[  1626.744] (II) Initializing extension MIT-SHM
[  1626.744] (II) Initializing extension XInputExtension
[  1626.744] (II) Initializing extension XTEST
[  1626.745] (II) Initializing extension BIG-REQUESTS
[  1626.745] (II) Initializing extension SYNC
[  1626.745] (II) Initializing extension XKEYBOARD
[  1626.745] (II) Initializing extension XC-MISC
[  1626.745] (II) Initializing extension SECURITY
[  1626.745] (II) Initializing extension XFIXES
[  1626.745] (II) Initializing extension RENDER
[  1626.745] (II) Initializing extension RANDR
[  1626.746] (II) Initializing extension COMPOSITE
[  1626.746] (II) Initializing extension DAMAGE
[  1626.746] (II) Initializing extension MIT-SCREEN-SAVER
[  1626.746] (II) Initializing extension DOUBLE-BUFFER
[  1626.746] (II) Initializing extension RECORD
[  1626.746] (II) Initializing extension DPMS
[  1626.746] (II) Initializing extension Present
[  1626.746] (II) Initializing extension DRI3
[  1626.746] (II) Initializing extension X-Resource
[  1626.747] (II) Initializing extension XVideo
[  1626.747] (II) Initializing extension XVideo-MotionCompensation
[  1626.747] (II) Initializing extension GLX
[  1626.747] (II) Initializing extension GLX
[  1626.747] (II) Indirect GLX disabled.
[  1626.747] (II) GLX: Another vendor is already registered for screen 0
[  1626.747] (II) Initializing extension XFree86-VidModeExtension
[  1626.747] (II) Initializing extension XFree86-DGA
[  1626.747] (II) Initializing extension XFree86-DRI
[  1626.747] (II) Initializing extension DRI2
[  1626.747] (II) Initializing extension NV-GLX
[  1626.747] (II) Initializing extension NV-CONTROL
[  1626.747] (II) Initializing extension XINERAMA
[  1626.789] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event10)
[  1626.789] (II) No input driver specified, ignoring this device.
[  1626.789] (II) This device may have been added with another device file.
[  1626.789] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event11)
[  1626.789] (II) No input driver specified, ignoring this device.
[  1626.789] (II) This device may have been added with another device file.
[  1626.790] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset Consumer Control (/dev/input/event12)
[  1626.790] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1626.790] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1626.790] (II) LoadModule: "libinput"
[  1626.790] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  1626.792] (II) Module libinput: vendor="X.Org Foundation"
[  1626.792]    compiled for 1.20.11, module version = 1.1.0
[  1626.792]    Module class: X.Org XInput Driver
[  1626.792]    ABI class: X.Org XInput driver, version 24.1
[  1626.792] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset Consumer Control'
[  1626.793] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 39 paused 0
[  1626.793] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: always reports core events
[  1626.793] (**) Option "Device" "/dev/input/event12"
[  1626.793] (**) Option "_source" "server/udev"
[  1626.799] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[  1626.799] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[  1626.799] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[  1626.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.3/0003:046D:0A5B.0001/input/input15/event12"
[  1626.799] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset Consumer Control" (type: KEYBOARD, id 6)
[  1626.800] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[  1626.800] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[  1626.801] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event13)
[  1626.801] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "evdev keyboard catchall"
[  1626.801] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "libinput keyboard catchall"
[  1626.801] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset'
[  1626.801] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 42 paused 0
[  1626.801] (**) Logitech Logitech G933 Gaming Wireless Headset: always reports core events
[  1626.801] (**) Option "Device" "/dev/input/event13"
[  1626.801] (**) Option "_source" "server/udev"
[  1626.802] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[  1626.803] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[  1626.803] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[  1626.803] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.3/0003:046D:0A5B.0001/input/input16/event13"
[  1626.803] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset" (type: KEYBOARD, id 7)
[  1626.804] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[  1626.804] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[  1626.804] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event14)
[  1626.804] (II) No input driver specified, ignoring this device.
[  1626.804] (II) This device may have been added with another device file.
[  1626.805] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event7)
[  1626.805] (II) No input driver specified, ignoring this device.
[  1626.805] (II) This device may have been added with another device file.
[  1626.805] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
[  1626.805] (II) No input driver specified, ignoring this device.
[  1626.805] (II) This device may have been added with another device file.
[  1626.805] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[  1626.805] (II) No input driver specified, ignoring this device.
[  1626.805] (II) This device may have been added with another device file.
[  1626.806] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event2)
[  1626.806] (II) No input driver specified, ignoring this device.
[  1626.806] (II) This device may have been added with another device file.
[  1626.806] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event3)
[  1626.806] (II) No input driver specified, ignoring this device.
[  1626.806] (II) This device may have been added with another device file.
[  1626.806] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event4)
[  1626.806] (II) No input driver specified, ignoring this device.
[  1626.806] (II) This device may have been added with another device file.
[  1626.807] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event5)
[  1626.807] (II) No input driver specified, ignoring this device.
[  1626.807] (II) This device may have been added with another device file.
[  1626.807] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event6)
[  1626.807] (II) No input driver specified, ignoring this device.
[  1626.807] (II) This device may have been added with another device file.
[  1626.808] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard (/dev/input/event15)
[  1626.808] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "evdev keyboard catchall"
[  1626.808] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "libinput keyboard catchall"
[  1626.808] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard'
[  1626.808] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 43 paused 0
[  1626.808] (**) Microsoft Microsoft Ergonomic Keyboard: always reports core events
[  1626.808] (**) Option "Device" "/dev/input/event15"
[  1626.808] (**) Option "_source" "server/udev"
[  1626.809] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: is tagged by udev as: Keyboard
[  1626.809] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: device is a keyboard
[  1626.809] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: device removed
[  1626.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input19/event15"
[  1626.809] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard" (type: KEYBOARD, id 8)
[  1626.810] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: is tagged by udev as: Keyboard
[  1626.810] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: device is a keyboard
[  1626.811] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Consumer Control (/dev/input/event16)
[  1626.811] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1626.811] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1626.811] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Consumer Control'
[  1626.811] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 44 paused 0
[  1626.811] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: always reports core events
[  1626.811] (**) Option "Device" "/dev/input/event16"
[  1626.811] (**) Option "_source" "server/udev"
[  1626.812] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1626.812] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device is a keyboard
[  1626.812] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device removed
[  1626.812] (II) libinput: Microsoft Microsoft Ergonomic Keyboard Consumer Control: needs a virtual subdevice
[  1626.812] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input20/event16"
[  1626.812] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Consumer Control" (type: MOUSE, id 9)
[  1626.813] (**) Option "AccelerationScheme" "none"
[  1626.813] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) selected scheme none/0
[  1626.813] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1626.813] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1626.814] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1626.814] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device is a keyboard
[  1626.814] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Mouse (/dev/input/event17)
[  1626.814] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[  1626.814] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1626.814] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Mouse'
[  1626.815] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 45 paused 0
[  1626.815] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: always reports core events
[  1626.815] (**) Option "Device" "/dev/input/event17"
[  1626.815] (**) Option "_source" "server/udev"
[  1626.816] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: is tagged by udev as: Mouse
[  1626.816] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: device is a pointer
[  1626.816] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: device removed
[  1626.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input21/event17"
[  1626.816] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Mouse" (type: MOUSE, id 10)
[  1626.816] (**) Option "AccelerationScheme" "none"
[  1626.816] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) selected scheme none/0
[  1626.816] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) acceleration factor: 2.000
[  1626.816] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) acceleration threshold: 4
[  1626.817] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: is tagged by udev as: Mouse
[  1626.817] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: device is a pointer
[  1626.818] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Mouse (/dev/input/mouse0)
[  1626.818] (II) No input driver specified, ignoring this device.
[  1626.818] (II) This device may have been added with another device file.
[  1626.818] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/event18)
[  1626.818] (**) USB Optical Wheel Mouse: Applying InputClass "evdev pointer catchall"
[  1626.818] (**) USB Optical Wheel Mouse: Applying InputClass "libinput pointer catchall"
[  1626.818] (II) Using input driver 'libinput' for 'USB Optical Wheel Mouse'
[  1626.819] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[  1626.819] (**) USB Optical Wheel Mouse: always reports core events
[  1626.819] (**) Option "Device" "/dev/input/event18"
[  1626.819] (**) Option "_source" "server/udev"
[  1626.820] (II) event18 - USB Optical Wheel Mouse: is tagged by udev as: Mouse
[  1626.820] (II) event18 - USB Optical Wheel Mouse: device is a pointer
[  1626.820] (II) event18 - USB Optical Wheel Mouse: device removed
[  1626.820] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/0003:1BCF:0002.0004/input/input23/event18"
[  1626.820] (II) XINPUT: Adding extended input device "USB Optical Wheel Mouse" (type: MOUSE, id 11)
[  1626.820] (**) Option "AccelerationScheme" "none"
[  1626.820] (**) USB Optical Wheel Mouse: (accel) selected scheme none/0
[  1626.820] (**) USB Optical Wheel Mouse: (accel) acceleration factor: 2.000
[  1626.820] (**) USB Optical Wheel Mouse: (accel) acceleration threshold: 4
[  1626.821] (II) event18 - USB Optical Wheel Mouse: is tagged by udev as: Mouse
[  1626.821] (II) event18 - USB Optical Wheel Mouse: device is a pointer
[  1626.822] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/mouse1)
[  1626.822] (II) No input driver specified, ignoring this device.
[  1626.822] (II) This device may have been added with another device file.
[  1626.822] (II) config/udev: Adding input device UVC Camera (046d:0990) (/dev/input/event1)
[  1626.822] (**) UVC Camera (046d:0990): Applying InputClass "evdev keyboard catchall"
[  1626.822] (**) UVC Camera (046d:0990): Applying InputClass "libinput keyboard catchall"
[  1626.822] (II) Using input driver 'libinput' for 'UVC Camera (046d:0990)'
[  1626.822] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 47 paused 0
[  1626.822] (**) UVC Camera (046d:0990): always reports core events
[  1626.822] (**) Option "Device" "/dev/input/event1"
[  1626.822] (**) Option "_source" "server/udev"
[  1626.823] (II) event1  - UVC Camera (046d:0990): is tagged by udev as: Keyboard
[  1626.823] (II) event1  - UVC Camera (046d:0990): device is a keyboard
[  1626.823] (II) event1  - UVC Camera (046d:0990): device removed
[  1626.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input4/event1"
[  1626.823] (II) XINPUT: Adding extended input device "UVC Camera (046d:0990)" (type: KEYBOARD, id 12)
[  1626.824] (II) event1  - UVC Camera (046d:0990): is tagged by udev as: Keyboard
[  1626.824] (II) event1  - UVC Camera (046d:0990): device is a keyboard
[  1626.825] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[  1626.825] (II) No input driver specified, ignoring this device.
[  1626.825] (II) This device may have been added with another device file.
[  1626.829] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1626.829] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1626.829] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Consumer Control'
[  1626.829] (II) systemd-logind: returning pre-existing fd for /dev/input/event16 13:80
[  1626.829] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: always reports core events
[  1626.829] (**) Option "Device" "/dev/input/event16"
[  1626.829] (**) Option "_source" "_driver/libinput"
[  1626.829] (II) libinput: Microsoft Microsoft Ergonomic Keyboard Consumer Control: is a virtual subdevice
[  1626.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input20/event16"
[  1626.829] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Consumer Control" (type: KEYBOARD, id 13)
[  1627.123] (**) Option "fd" "39"
[  1627.123] (II) event12 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[  1627.123] (**) Option "fd" "42"
[  1627.123] (II) event13 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[  1627.123] (**) Option "fd" "43"
[  1627.123] (II) event15 - Microsoft Microsoft Ergonomic Keyboard: device removed
[  1627.123] (**) Option "fd" "44"
[  1627.123] (**) Option "fd" "45"
[  1627.123] (II) event17 - Microsoft Microsoft Ergonomic Keyboard Mouse: device removed
[  1627.123] (**) Option "fd" "46"
[  1627.123] (II) event18 - USB Optical Wheel Mouse: device removed
[  1627.123] (**) Option "fd" "47"
[  1627.123] (II) event1  - UVC Camera (046d:0990): device removed
[  1627.123] (**) Option "fd" "44"
[  1627.123] (II) event16 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device removed
[  1627.124] (II) UnloadModule: "libinput"
[  1627.124] (II) systemd-logind: not releasing fd for 13:80, still in use
[  1627.124] (II) UnloadModule: "libinput"
[  1627.124] (II) systemd-logind: releasing fd for 13:65
[  1627.141] (II) UnloadModule: "libinput"
[  1627.141] (II) systemd-logind: releasing fd for 13:82
[  1627.155] (II) UnloadModule: "libinput"
[  1627.155] (II) systemd-logind: releasing fd for 13:81
[  1627.171] (II) UnloadModule: "libinput"
[  1627.171] (II) systemd-logind: releasing fd for 13:80
[  1627.179] (II) UnloadModule: "libinput"
[  1627.179] (II) systemd-logind: releasing fd for 13:79
[  1627.187] (II) UnloadModule: "libinput"
[  1627.187] (II) systemd-logind: releasing fd for 13:77
[  1627.203] (II) UnloadModule: "libinput"
[  1627.203] (II) systemd-logind: releasing fd for 13:76
[  1627.461] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1627.504] (II) Server terminated successfully (0). Closing log file.

_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Wed Nov 17, 2021 8:56 pm    Post subject: Reply with quote

HeXiLeD,

Well, its not using your xorg.conf file
Code:
[  1626.490] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1626.490] (==) No Layout section.  Using the first Screen section.
[  1626.490] (==) No screen section available. Using defaults.
[  1626.490] (**) |-->Screen "Default Screen Section" (0)
[  1626.490] (**) |   |-->Monitor "<default monitor>"
[  1626.490] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  1626.490] (==) Automatically adding devices
[  1626.490] (==) Automatically enabling devices
[  1626.490] (==) Automatically adding GPU devices

because that has most of those sections defined.

The following should be missing as you defined ntah the nvidia driver was to be used.
Code:
[  1626.500] (==) Matched nvidia as autoconfigured driver 0
[  1626.500] (==) Matched nouveau as autoconfigured driver 1
[  1626.500] (==) Matched nv as autoconfigured driver 2
[  1626.500] (==) Matched modesetting as autoconfigured driver 3
[  1626.500] (==) Matched fbdev as autoconfigured driver 4
[  1626.500] (==) Matched vesa as autoconfigured driver 5


Its not related to your sound issue.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Wed Nov 17, 2021 9:48 pm    Post subject: Reply with quote

From: https://wiki.gentoo.org/wiki/Xorg.conf

Quote:
The X server read the settings from the files in /etc/X11/xorg.conf.d/ directory (recommended) or the legacy /etc/X11/xorg.conf file. In the /etc/X11/xorg.conf.d/ directory, each file is given a unique name and ends in .conf. If the filenames start with a number, then the X server will read the files in numeric order. 10-evdev.conf will be read before 20-synaptics.conf, and so on. You don't have to give them numbers, but it may help you organize them.

The settings in /etc/X11/xorg.conf take precedence over the files in /etc/X11/xorg.conf.d/, which take precedence over the files in /usr/share/X11/xorg.conf.d/, which take precedence over the built-in X server configuration.


How come /etc/X11/xorg.conf is being ignored and how to have it read again?
_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Wed Nov 17, 2021 10:06 pm    Post subject: Reply with quote

HeXiLeD,

Well, its not doing what it says in the man page and I don't know why.
Hmm, maybe I can guess. Can users read your xorg.conf file?

If you run Xorg as your normal user rather that the traditional SUID, your user may need to be able to read xorg.conf and xorg.conf.d/

I can't easily test that here as I'm a SUID.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Wed Nov 17, 2021 10:27 pm    Post subject: Reply with quote

Yes my user can read xorg.conf and xorg.conf.d/ but I am not SUID. I use elogind.

Code:
x11-base/xorg-server-1.20.13-r1:0/1.20.13::gentoo  USE="-debug -dmx -doc elogind -ipv6 -kdrive -minimal (-selinux) -suid -systemd -test udev -unwind xcsecurity -xephyr -xnest xorg -xvfb"

_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Thu Nov 18, 2021 8:40 pm    Post subject: Reply with quote

HeXiLeD,

Be sure that you are showing us the correct Xorg.0.log.

As you are an elogind user that's not straightforward.
When Xorg is started as root, the log goes into /var/log/Xorg.0.log
Howewer users cannot write there, so the log goes into ~/ somewhere.

If you use a display manager, Xorg is started twice, once as root to handle the login, then as the user you logged in as.
If you do not use a display manager, the /var/log/Xorg.0.log should be old. Check its timestamp.

You may be showing us the wrong Xorg.0.log.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2913
Location: Edge of marsh USA

PostPosted: Fri Nov 19, 2021 4:46 am    Post subject: Reply with quote

NeddySeagoon wrote:
...
As you are an elogind user that's not straightforward.
When Xorg is started as root, the log goes into /var/log/Xorg.0.log
Howewer users cannot write there, so the log goes into ~/ somewhere.
...

Just reading here out of interest in the topic, but I question that there are more than one Xorg.0.log when using a display manager w/elogind. I am using lightdm with no suid xorg and am using elogind. All my xorg stuff logs to /var/log/Xorg.0.log. I know this because my PixArt USB mouse regularly coughs up into /var/log/Xorg.0.log.

Also, my .local/share/xorg/Xorg.0.log hasn't been touched since June, when I last used startx from the console.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/17.1/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2913
Location: Edge of marsh USA

PostPosted: Fri Nov 19, 2021 5:14 am    Post subject: Reply with quote

mike155 wrote:
...
Is it really a good choice to have both, evdev and libinput, enabled at the same time? ...

EDIT: Ah, I just saw you already asked this question. Well, I don't know if it's harmful to use both methods at the same time. But If I ran into the problems you described, I would surely disable one of the two - at least for testing.

I'm so glad you asked this question. Back to when libinput was new, I kept evdev in /etc/portage/make.conf:
Code:
INPUT_DEVICES="evdev libinput"

I read the link you posted and was inspired to remove evdev from make.conf, update @world, (rebuilt x11-base:xorg-drivers) and depclean xf86-input-evdev. Restart display-manager, and here I am again.

I don't notice any practical difference. Now I feel so up-to-date and modern.

Back to the question, in my experience, concurrent evdev and libinput doesn't seem to create conflicts.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/17.1/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Mon Nov 22, 2021 3:44 am    Post subject: Reply with quote

@NeddySeagoon
You are correct about xorg log. Bellow goes the current one that just started this session.
Also no display manager is used. Startx stats fluxbox directly.

Code:
$ .local/share/xorg/Xorg.0.log


Code:
[ 46638.212]
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[ 46638.250] Build Operating System: Linux 5.4.131-gentoo x86_64 Gentoo
[ 46638.263] Current Operating System: Linux gentoo 5.4.131-gentoo #1 SMP Wed Jul 14 18:40:01 EDT 2021 x86_64
[ 46638.264] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.131-gentoo root=/dev/md0 ro domdadm rootfstype=ext4 net.ifnames=0 nvidia_drm.modeset=1 pcie_aspm=default root_trim=yes consoleblank=300 splash
[ 46638.290] Build Date: 19 November 2021  07:32:06AM
[ 46638.304] 
[ 46638.317] Current version of pixman: 0.40.0
[ 46638.344]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[ 46638.344] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 46638.396] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sun Nov 21 22:30:08 2021
[ 46638.410] (==) Using config file: "/etc/X11/xorg.conf"
[ 46638.423] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 46638.436] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 46638.436] (==) ServerLayout "Layout0"
[ 46638.436] (**) |-->Screen "Screen0" (0)
[ 46638.436] (**) |   |-->Monitor "Monitor0"
[ 46638.436] (**) |   |-->Device "Device0"
[ 46638.436] (**) |-->Screen "Screen1" (1)
[ 46638.436] (**) |   |-->Monitor "Monitor1"
[ 46638.436] (**) |   |-->Device "Device1"
[ 46638.436] (**) |-->Input Device "Keyboard0"
[ 46638.436] (**) |-->Input Device "Mouse0"
[ 46638.436] (**) Option "DontZap" "False"
[ 46638.436] (**) Option "BlankTime" "15"
[ 46638.436] (**) Option "StandbyTime" "22"
[ 46638.436] (**) Option "OffTime" "30"
[ 46638.436] (**) Option "Xinerama" "0"
[ 46638.436] (**) Option "AutoAddDevices" "true"
[ 46638.436] (**) Automatically adding devices
[ 46638.436] (==) Automatically enabling devices
[ 46638.436] (==) Automatically adding GPU devices
[ 46638.436] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 46638.436] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[ 46638.436]    Entry deleted from font path.
[ 46638.436]    (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[ 46638.436] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[ 46638.436] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 46638.436] (II) Loader magic: 0x56206be9bce0
[ 46638.436] (II) Module ABI versions:
[ 46638.436]    X.Org ANSI C Emulation: 0.4
[ 46638.436]    X.Org Video Driver: 24.1
[ 46638.436]    X.Org XInput driver : 24.1
[ 46638.436]    X.Org Server Extension : 10.0
[ 46638.437] (++) using VT number 1

[ 46638.438] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 46638.438] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 46638.439] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 46638.442] (--) PCI:*(1@0:0:0) 10de:1380:3842:3753 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00008c00/128, BIOS @ 0x????????/131072
[ 46638.443] (II) LoadModule: "glx"
[ 46638.443] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 46638.444] (II) Module glx: vendor="X.Org Foundation"
[ 46638.444]    compiled for 1.20.13, module version = 1.0.0
[ 46638.444]    ABI class: X.Org Server Extension, version 10.0
[ 46638.444] (II) LoadModule: "nvidia"
[ 46638.444] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 46638.444] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 46638.444]    compiled for 1.6.99.901, module version = 1.0.0
[ 46638.444]    Module class: X.Org Video Driver
[ 46638.444] (II) LoadModule: "libinput"
[ 46638.444] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 46638.444] (II) Module libinput: vendor="X.Org Foundation"
[ 46638.444]    compiled for 1.20.13, module version = 1.2.0
[ 46638.444]    Module class: X.Org XInput Driver
[ 46638.444]    ABI class: X.Org XInput driver, version 24.1
[ 46638.445] (II) NVIDIA dlloader X Driver  470.82.00  Thu Oct 14 10:22:56 UTC 2021
[ 46638.445] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 46638.445] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 46638.445] (II) systemd-logind: releasing fd for 226:0
[ 46638.445] (II) Loading sub module "fb"
[ 46638.445] (II) LoadModule: "fb"
[ 46638.445] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 46638.445] (II) Module fb: vendor="X.Org Foundation"
[ 46638.445]    compiled for 1.20.13, module version = 1.0.0
[ 46638.445]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 46638.445] (II) Loading sub module "wfb"
[ 46638.445] (II) LoadModule: "wfb"
[ 46638.445] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 46638.445] (II) Module wfb: vendor="X.Org Foundation"
[ 46638.445]    compiled for 1.20.13, module version = 1.0.0
[ 46638.445]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 46638.445] (II) Loading sub module "ramdac"
[ 46638.445] (II) LoadModule: "ramdac"
[ 46638.446] (II) Module "ramdac" already built-in
[ 46638.446] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 46638.446] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 46638.446] (==) NVIDIA(0): RGB weight 888
[ 46638.446] (==) NVIDIA(0): Default visual is TrueColor
[ 46638.446] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 46638.446] (**) NVIDIA(0): Option "Stereo" "0"
[ 46638.446] (**) NVIDIA(0): Option "SWcursor" "false"
[ 46638.446] (**) NVIDIA(0): Option "HWcursor" "true"
[ 46638.446] (**) NVIDIA(0): Option "RenderAccel" "true"
[ 46638.446] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[ 46638.446] (**) NVIDIA(0): Option "UseEdidDpi" "true"
[ 46638.446] (**) NVIDIA(0): Option "SLI" "Off"
[ 46638.446] (**) NVIDIA(0): Option "MultiGPU" "On"
[ 46638.446] (**) NVIDIA(0): Option "TripleBuffer" "true"
[ 46638.446] (**) NVIDIA(0): Option "ProbeAllGpus" "true"
[ 46638.446] (**) NVIDIA(0): Option "ConnectToAcpid" "true"
[ 46638.446] (**) NVIDIA(0): Option "AllowUnofficialGLXProtocol" "false"
[ 46638.446] (**) NVIDIA(0): Option "AllowIndirectGLXProtocol" "false"
[ 46638.446] (**) NVIDIA(0): Option "3DVisionDisplayType" "0"
[ 46638.446] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 46638.446] (**) NVIDIA(0): Option "ConstrainCursor" "true"
[ 46638.446] (**) NVIDIA(0): Stereo disabled by request
[ 46638.446] (**) NVIDIA(0): Enabling RENDER acceleration
[ 46638.446] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 46638.446] (WW) NVIDIA(0): Invalid Multi-GPU option: 'On'; using single GPU rendering.
[ 46638.446] (**) NVIDIA(0): Option "UseEDID" "true"
[ 46638.446] (**) NVIDIA(0): Option "Accel" "true"
[ 46638.446] (**) NVIDIA(0): Option "Coolbits" "0"
[ 46638.446] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: 1920x1080 +0+0"
[ 46638.446] (**) NVIDIA(1): Option "UseEDID" "true"
[ 46638.446] (**) NVIDIA(1): Option "Accel" "true"
[ 46638.446] (**) NVIDIA(1): Option "Coolbits" "0"
[ 46638.446] (**) NVIDIA(1): Option "MetaModes" "DP-0: 1920x1080 +0+0 {AllowGSYNC=Off}"
[ 46638.446] (**) NVIDIA(0): Enabling 2D acceleration
[ 46638.446] (II) Loading sub module "glxserver_nvidia"
[ 46638.446] (II) LoadModule: "glxserver_nvidia"
[ 46638.446] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[ 46638.453] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 46638.453]    compiled for 1.6.99.901, module version = 1.0.0
[ 46638.453]    Module class: X.Org Server Extension
[ 46638.453] (II) NVIDIA GLX Module  470.82.00  Thu Oct 14 10:20:25 UTC 2021
[ 46638.453] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 46638.454] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 46638.454] (--) NVIDIA(0):     CRT-0
[ 46638.454] (--) NVIDIA(0):     DFP-0 (boot)
[ 46638.454] (--) NVIDIA(0):     DFP-1
[ 46638.454] (--) NVIDIA(0):     DFP-2
[ 46638.454] (--) NVIDIA(0):     DFP-3
[ 46638.455] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0
[ 46638.455] (II) NVIDIA(0):     (GPU-0)
[ 46638.455] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 46638.455] (--) NVIDIA(0): VideoBIOS: 82.07.32.00.50
[ 46638.455] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 46638.462] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 46638.462] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 46638.462] (--) NVIDIA(GPU-0):
[ 46638.477] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): connected
[ 46638.477] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): Internal TMDS
[ 46638.477] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-0): 330.0 MHz maximum pixel clock
[ 46638.477] (--) NVIDIA(GPU-0):
[ 46638.495] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): connected
[ 46638.495] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): Internal TMDS
[ 46638.495] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS238 (DFP-1): 165.0 MHz maximum pixel clock
[ 46638.495] (--) NVIDIA(GPU-0):
[ 46638.495] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 46638.495] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 46638.495] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 46638.495] (--) NVIDIA(GPU-0):
[ 46638.495] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 46638.495] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 46638.495] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 46638.495] (--) NVIDIA(GPU-0):
[ 46638.500] (II) NVIDIA(0): Validated MetaModes:
[ 46638.500] (II) NVIDIA(0):     "DVI-I-1:1920x1080+0+0"
[ 46638.500] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 46638.505] (WW) NVIDIA(0): Unable to match display device name "DFP-1" from
[ 46638.505] (WW) NVIDIA(0):     nvidiaXineramaInfoOrder
[ 46638.505] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[ 46638.505] (--) NVIDIA(0):     option
[ 46638.505] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 46638.505] (==) NVIDIA(1): RGB weight 888
[ 46638.505] (==) NVIDIA(1): Default visual is TrueColor
[ 46638.505] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 46638.505] (**) NVIDIA(1): Option "Stereo" "0"
[ 46638.505] (**) NVIDIA(1): Option "SWcursor" "false"
[ 46638.505] (**) NVIDIA(1): Option "HWcursor" "true"
[ 46638.505] (**) NVIDIA(1): Option "RenderAccel" "true"
[ 46638.505] (**) NVIDIA(1): Option "UseEdidDpi" "true"
[ 46638.505] (**) NVIDIA(1): Option "SLI" "Off"
[ 46638.505] (**) NVIDIA(1): Option "MultiGPU" "On"
[ 46638.505] (**) NVIDIA(1): Option "TripleBuffer" "true"
[ 46638.505] (**) NVIDIA(1): Option "ProbeAllGpus" "true"
[ 46638.505] (**) NVIDIA(1): Option "ConnectToAcpid" "true"
[ 46638.505] (**) NVIDIA(1): Option "AllowUnofficialGLXProtocol" "false"
[ 46638.505] (**) NVIDIA(1): Option "AllowIndirectGLXProtocol" "false"
[ 46638.505] (**) NVIDIA(1): Option "3DVisionDisplayType" "0"
[ 46638.505] (**) NVIDIA(1): Option "BaseMosaic" "off"
[ 46638.505] (**) NVIDIA(1): Option "ConstrainCursor" "true"
[ 46638.505] (**) NVIDIA(1): Stereo disabled by request
[ 46638.505] (**) NVIDIA(1): Enabling RENDER acceleration
[ 46638.505] (**) NVIDIA(1): NVIDIA SLI disabled.
[ 46638.505] (WW) NVIDIA(1): Invalid Multi-GPU option: 'On'; using single GPU rendering.
[ 46638.505] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 46638.505] (II) NVIDIA(1): NVIDIA GPU NVIDIA GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0
[ 46638.505] (II) NVIDIA(1):     (GPU-0)
[ 46638.505] (--) NVIDIA(1): Memory: 2097152 kBytes
[ 46638.505] (--) NVIDIA(1): VideoBIOS: 82.07.32.00.50
[ 46638.505] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 46638.509] (II) NVIDIA(1): Validated MetaModes:
[ 46638.509] (II) NVIDIA(1):     "DP-0:1920x1080+0+0{AllowGSYNC=Off}"
[ 46638.509] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[ 46638.514] (--) NVIDIA(1): DPI set to (95, 94); computed from "UseEdidDpi" X config
[ 46638.514] (--) NVIDIA(1):     option
[ 46638.514] (WW) NVIDIA: Failed to bind sideband socket to
[ 46638.514] (WW) NVIDIA:     '/var/run/nvidia-xdriver-bf29ea02' Permission denied
[ 46638.515] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 46638.515] (II) NVIDIA:     access.
[ 46638.518] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 46638.518] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 46638.518] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 46638.518] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 46638.518] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 46638.518] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 46638.518] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 46638.518] (II) NVIDIA(0):     Config Options in the README.
[ 46638.543] (II) NVIDIA(0): Setting mode "DVI-I-1:1920x1080+0+0"
[ 46638.647] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 46638.647] (==) NVIDIA(0): Backing store enabled
[ 46638.647] (==) NVIDIA(0): Silken mouse enabled
[ 46638.648] (**) NVIDIA(0): DPMS enabled
[ 46638.648] (WW) NVIDIA(0): Option "NoLogo" is not used
[ 46638.648] (II) Loading sub module "dri2"
[ 46638.648] (II) LoadModule: "dri2"
[ 46638.648] (II) Module "dri2" already built-in
[ 46638.648] (II) NVIDIA(0): [DRI2] Setup complete
[ 46638.648] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 46638.650] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 46638.650] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 46638.650] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 46638.650] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 46638.650] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 46638.650] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 46638.650] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 46638.650] (II) NVIDIA(1):     Config Options in the README.
[ 46638.675] (II) NVIDIA(1): Setting mode "DP-0:1920x1080+0+0{AllowGSYNC=Off}"
[ 46638.798] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 46638.798] (==) NVIDIA(1): Backing store enabled
[ 46638.798] (==) NVIDIA(1): Silken mouse enabled
[ 46638.799] (**) NVIDIA(1): DPMS enabled
[ 46638.799] (WW) NVIDIA(1): Option "NoLogo" is not used
[ 46638.799] (II) Loading sub module "dri2"
[ 46638.799] (II) LoadModule: "dri2"
[ 46638.799] (II) Module "dri2" already built-in
[ 46638.799] (II) NVIDIA(1): [DRI2] Setup complete
[ 46638.799] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[ 46638.799] (II) Initializing extension Generic Event Extension
[ 46638.799] (II) Initializing extension SHAPE
[ 46638.799] (II) Initializing extension MIT-SHM
[ 46638.799] (II) Initializing extension XInputExtension
[ 46638.799] (II) Initializing extension XTEST
[ 46638.799] (II) Initializing extension BIG-REQUESTS
[ 46638.799] (II) Initializing extension SYNC
[ 46638.800] (II) Initializing extension XKEYBOARD
[ 46638.800] (II) Initializing extension XC-MISC
[ 46638.800] (II) Initializing extension SECURITY
[ 46638.800] (II) Initializing extension XFIXES
[ 46638.800] (II) Initializing extension RENDER
[ 46638.800] (II) Initializing extension RANDR
[ 46638.800] (II) Initializing extension COMPOSITE
[ 46638.800] (II) Initializing extension DAMAGE
[ 46638.800] (II) Initializing extension MIT-SCREEN-SAVER
[ 46638.801] (II) Initializing extension DOUBLE-BUFFER
[ 46638.801] (II) Initializing extension RECORD
[ 46638.801] (II) Initializing extension DPMS
[ 46638.801] (II) Initializing extension Present
[ 46638.801] (II) Initializing extension DRI3
[ 46638.801] (II) Initializing extension X-Resource
[ 46638.801] (II) Initializing extension XVideo
[ 46638.801] (II) Initializing extension XVideo-MotionCompensation
[ 46638.801] (II) Initializing extension GLX
[ 46638.801] (II) Initializing extension GLX
[ 46638.801] (II) Indirect GLX disabled.
[ 46638.801] (II) GLX: Another vendor is already registered for screen 0
[ 46638.801] (II) GLX: Another vendor is already registered for screen 1
[ 46638.801] (II) Initializing extension XFree86-VidModeExtension
[ 46638.802] (II) Initializing extension XFree86-DGA
[ 46638.802] (II) Initializing extension XFree86-DRI
[ 46638.802] (II) Initializing extension DRI2
[ 46638.802] (II) Initializing extension NV-GLX
[ 46638.802] (II) Initializing extension NV-CONTROL
[ 46638.841] (II) Using input driver 'libinput' for 'Keyboard0'
[ 46638.841] (**) Option "CoreKeyboard"
[ 46638.841] (**) Keyboard0: always reports core events
[ 46638.841] (EE) PreInit returned 2 for "Keyboard0"
[ 46638.841] (II) UnloadModule: "libinput"
[ 46638.841] (II) Using input driver 'libinput' for 'Mouse0'
[ 46638.842] (EE) systemd-logind: failed to take device /dev/input/mice: No such device
[ 46638.842] (**) Option "CorePointer"
[ 46638.842] (**) Mouse0: always reports core events
[ 46638.842] (**) Option "Device" "/dev/input/mice"
[ 46638.843] (EE) xf86OpenSerial: Cannot open device /dev/input/mice
   Permission denied.
[ 46638.843] (II) mice: opening input device '/dev/input/mice' failed (Permission denied).
[ 46638.843] (II) mice    - failed to create input device '/dev/input/mice'.
[ 46638.843] (EE) libinput: Mouse0: Failed to create a device for /dev/input/mice
[ 46638.843] (EE) PreInit returned 2 for "Mouse0"
[ 46638.843] (II) UnloadModule: "libinput"
[ 46638.853] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event1)
[ 46638.853] (II) No input driver specified, ignoring this device.
[ 46638.853] (II) This device may have been added with another device file.
[ 46638.854] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event2)
[ 46638.854] (II) No input driver specified, ignoring this device.
[ 46638.854] (II) This device may have been added with another device file.
[ 46638.854] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset Consumer Control (/dev/input/event15)
[ 46638.854] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.854] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.854] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset Consumer Control'
[ 46638.855] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 40 paused 0
[ 46638.855] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: always reports core events
[ 46638.855] (**) Option "Device" "/dev/input/event15"
[ 46638.855] (**) Option "_source" "server/udev"
[ 46638.857] (II) event15 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 46638.857] (II) event15 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 46638.857] (II) event15 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[ 46638.857] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.3/0003:046D:0A5B.0004/input/input19/event15"
[ 46638.857] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset Consumer Control" (type: KEYBOARD, id 6)
[ 46638.858] (II) event15 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 46638.858] (II) event15 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 46638.859] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event16)
[ 46638.859] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "libinput keyboard catchall"
[ 46638.859] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "libinput keyboard catchall"
[ 46638.859] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset'
[ 46638.859] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 46638.859] (**) Logitech Logitech G933 Gaming Wireless Headset: always reports core events
[ 46638.859] (**) Option "Device" "/dev/input/event16"
[ 46638.859] (**) Option "_source" "server/udev"
[ 46638.860] (II) event16 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 46638.861] (II) event16 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 46638.861] (II) event16 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[ 46638.861] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.3/0003:046D:0A5B.0004/input/input20/event16"
[ 46638.861] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset" (type: KEYBOARD, id 7)
[ 46638.862] (II) event16 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 46638.862] (II) event16 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 46638.863] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event17)
[ 46638.863] (II) No input driver specified, ignoring this device.
[ 46638.863] (II) This device may have been added with another device file.
[ 46638.863] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event7)
[ 46638.863] (II) No input driver specified, ignoring this device.
[ 46638.863] (II) This device may have been added with another device file.
[ 46638.863] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event8)
[ 46638.863] (II) No input driver specified, ignoring this device.
[ 46638.863] (II) This device may have been added with another device file.
[ 46638.864] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event9)
[ 46638.864] (II) No input driver specified, ignoring this device.
[ 46638.864] (II) This device may have been added with another device file.
[ 46638.864] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event10)
[ 46638.864] (II) No input driver specified, ignoring this device.
[ 46638.864] (II) This device may have been added with another device file.
[ 46638.864] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event3)
[ 46638.864] (II) No input driver specified, ignoring this device.
[ 46638.864] (II) This device may have been added with another device file.
[ 46638.864] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event4)
[ 46638.864] (II) No input driver specified, ignoring this device.
[ 46638.864] (II) This device may have been added with another device file.
[ 46638.865] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
[ 46638.865] (II) No input driver specified, ignoring this device.
[ 46638.865] (II) This device may have been added with another device file.
[ 46638.865] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event6)
[ 46638.865] (II) No input driver specified, ignoring this device.
[ 46638.865] (II) This device may have been added with another device file.
[ 46638.866] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard (/dev/input/event12)
[ 46638.866] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "libinput keyboard catchall"
[ 46638.866] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "libinput keyboard catchall"
[ 46638.866] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard'
[ 46638.866] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 44 paused 0
[ 46638.866] (**) Microsoft Microsoft Ergonomic Keyboard: always reports core events
[ 46638.866] (**) Option "Device" "/dev/input/event12"
[ 46638.866] (**) Option "_source" "server/udev"
[ 46638.867] (II) event12 - Microsoft Microsoft Ergonomic Keyboard: is tagged by udev as: Keyboard
[ 46638.867] (II) event12 - Microsoft Microsoft Ergonomic Keyboard: device is a keyboard
[ 46638.867] (II) event12 - Microsoft Microsoft Ergonomic Keyboard: device removed
[ 46638.867] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input15/event12"
[ 46638.867] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard" (type: KEYBOARD, id 8)
[ 46638.868] (II) event12 - Microsoft Microsoft Ergonomic Keyboard: is tagged by udev as: Keyboard
[ 46638.868] (II) event12 - Microsoft Microsoft Ergonomic Keyboard: device is a keyboard
[ 46638.869] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Consumer Control (/dev/input/event13)
[ 46638.869] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.869] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.869] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Consumer Control'
[ 46638.869] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 45 paused 0
[ 46638.869] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: always reports core events
[ 46638.869] (**) Option "Device" "/dev/input/event13"
[ 46638.869] (**) Option "_source" "server/udev"
[ 46638.871] (II) event13 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 46638.871] (II) event13 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device is a keyboard
[ 46638.871] (II) event13 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device removed
[ 46638.871] (II) libinput: Microsoft Microsoft Ergonomic Keyboard Consumer Control: needs a virtual subdevice
[ 46638.871] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input16/event13"
[ 46638.871] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Consumer Control" (type: MOUSE, id 9)
[ 46638.871] (**) Option "AccelerationScheme" "none"
[ 46638.871] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) selected scheme none/0
[ 46638.871] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 46638.871] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 46638.872] (II) event13 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 46638.872] (II) event13 - Microsoft Microsoft Ergonomic Keyboard Consumer Control: device is a keyboard
[ 46638.873] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Mouse (/dev/input/event14)
[ 46638.873] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 46638.873] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 46638.873] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Mouse'
[ 46638.873] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 46 paused 0
[ 46638.873] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: always reports core events
[ 46638.873] (**) Option "Device" "/dev/input/event14"
[ 46638.873] (**) Option "_source" "server/udev"
[ 46638.874] (II) event14 - Microsoft Microsoft Ergonomic Keyboard Mouse: is tagged by udev as: Mouse
[ 46638.874] (II) event14 - Microsoft Microsoft Ergonomic Keyboard Mouse: device is a pointer
[ 46638.874] (II) event14 - Microsoft Microsoft Ergonomic Keyboard Mouse: device removed
[ 46638.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input17/event14"
[ 46638.874] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Mouse" (type: MOUSE, id 10)
[ 46638.874] (**) Option "AccelerationScheme" "none"
[ 46638.874] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) selected scheme none/0
[ 46638.874] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) acceleration factor: 2.000
[ 46638.874] (**) Microsoft Microsoft Ergonomic Keyboard Mouse: (accel) acceleration threshold: 4
[ 46638.875] (II) event14 - Microsoft Microsoft Ergonomic Keyboard Mouse: is tagged by udev as: Mouse
[ 46638.875] (II) event14 - Microsoft Microsoft Ergonomic Keyboard Mouse: device is a pointer
[ 46638.876] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard Mouse (/dev/input/mouse0)
[ 46638.876] (II) No input driver specified, ignoring this device.
[ 46638.876] (II) This device may have been added with another device file.
[ 46638.877] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/event18)
[ 46638.877] (**) USB Optical Wheel Mouse: Applying InputClass "libinput pointer catchall"
[ 46638.877] (**) USB Optical Wheel Mouse: Applying InputClass "libinput pointer catchall"
[ 46638.877] (II) Using input driver 'libinput' for 'USB Optical Wheel Mouse'
[ 46638.877] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 47 paused 0
[ 46638.877] (**) USB Optical Wheel Mouse: always reports core events
[ 46638.877] (**) Option "Device" "/dev/input/event18"
[ 46638.877] (**) Option "_source" "server/udev"
[ 46638.878] (II) event18 - USB Optical Wheel Mouse: is tagged by udev as: Mouse
[ 46638.878] (II) event18 - USB Optical Wheel Mouse: device is a pointer
[ 46638.878] (II) event18 - USB Optical Wheel Mouse: device removed
[ 46638.878] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/0003:1BCF:0002.0005/input/input23/event18"
[ 46638.878] (II) XINPUT: Adding extended input device "USB Optical Wheel Mouse" (type: MOUSE, id 11)
[ 46638.878] (**) Option "AccelerationScheme" "none"
[ 46638.878] (**) USB Optical Wheel Mouse: (accel) selected scheme none/0
[ 46638.878] (**) USB Optical Wheel Mouse: (accel) acceleration factor: 2.000
[ 46638.878] (**) USB Optical Wheel Mouse: (accel) acceleration threshold: 4
[ 46638.879] (II) event18 - USB Optical Wheel Mouse: is tagged by udev as: Mouse
[ 46638.879] (II) event18 - USB Optical Wheel Mouse: device is a pointer
[ 46638.880] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/mouse1)
[ 46638.880] (II) No input driver specified, ignoring this device.
[ 46638.880] (II) This device may have been added with another device file.
[ 46638.881] (II) config/udev: Adding input device UVC Camera (046d:0990) (/dev/input/event11)
[ 46638.881] (**) UVC Camera (046d:0990): Applying InputClass "libinput keyboard catchall"
[ 46638.881] (**) UVC Camera (046d:0990): Applying InputClass "libinput keyboard catchall"
[ 46638.881] (II) Using input driver 'libinput' for 'UVC Camera (046d:0990)'
[ 46638.881] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 48 paused 0
[ 46638.881] (**) UVC Camera (046d:0990): always reports core events
[ 46638.881] (**) Option "Device" "/dev/input/event11"
[ 46638.881] (**) Option "_source" "server/udev"
[ 46638.882] (II) event11 - UVC Camera (046d:0990): is tagged by udev as: Keyboard
[ 46638.882] (II) event11 - UVC Camera (046d:0990): device is a keyboard
[ 46638.882] (II) event11 - UVC Camera (046d:0990): device removed
[ 46638.882] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input14/event11"
[ 46638.882] (II) XINPUT: Adding extended input device "UVC Camera (046d:0990)" (type: KEYBOARD, id 12)
[ 46638.883] (II) event11 - UVC Camera (046d:0990): is tagged by udev as: Keyboard
[ 46638.883] (II) event11 - UVC Camera (046d:0990): device is a keyboard
[ 46638.883] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[ 46638.883] (II) No input driver specified, ignoring this device.
[ 46638.883] (II) This device may have been added with another device file.
[ 46638.887] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.887] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 46638.887] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard Consumer Control'
[ 46638.887] (II) systemd-logind: returning pre-existing fd for /dev/input/event13 13:77
[ 46638.887] (**) Microsoft Microsoft Ergonomic Keyboard Consumer Control: always reports core events
[ 46638.887] (**) Option "Device" "/dev/input/event13"
[ 46638.887] (**) Option "_source" "_driver/libinput"
[ 46638.887] (II) libinput: Microsoft Microsoft Ergonomic Keyboard Consumer Control: is a virtual subdevice
[ 46638.887] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:045E:082C.0002/input/input16/event13"
[ 46638.887] (II) XINPUT: Adding extended input device "Microsoft Microsoft Ergonomic Keyboard Consumer Control" (type: KEYBOARD, id 13)

_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Mon Nov 22, 2021 11:23 am    Post subject: Reply with quote

HeXiLeD,

Code:
[ 46638.396] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sun Nov 21 22:30:08 2021
[ 46638.410] (==) Using config file: "/etc/X11/xorg.conf"
[ 46638.423] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 46638.436] (==) Using system config directory "/usr/share/X11/xorg.conf.d"


That's better. That code snippet is the reverse order in which config files are applied.
Its certainly using /etc/X11/xorg.conf now an it goes straight to nvidia-drivers and knows about your
Code:
[ 46638.436] (==) ServerLayout "Layout0"
[ 46638.436] (**) |-->Screen "Screen0" (0)
[ 46638.436] (**) |   |-->Monitor "Monitor0"
[ 46638.436] (**) |   |-->Device "Device0"
[ 46638.436] (**) |-->Screen "Screen1" (1)
[ 46638.436] (**) |   |-->Monitor "Monitor1"
[ 46638.436] (**) |   |-->Device "Device1"
[ 46638.436] (**) |-->Input Device "Keyboard0"
[ 46638.436] (**) |-->Input Device "Mouse0"
too.

As the keyboard settings in /etc/X11/xorg.conf.d are intended to catch all, I suspect that the devices are already bound before xorg.conf is read.

It sees your keyboard settings.
Code:
[ 46638.436] (**) |-->Input Device "Keyboard0"
[ 46638.436] (**) |-->Input Device "Mouse0"


But ..
Code:
[ 46638.866] (II) config/udev: Adding input device Microsoft Microsoft Ergonomic Keyboard (/dev/input/event12)
[ 46638.866] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "libinput keyboard catchall"
[ 46638.866] (**) Microsoft Microsoft Ergonomic Keyboard: Applying InputClass "libinput keyboard catchall"
[ 46638.866] (II) Using input driver 'libinput' for 'Microsoft Microsoft Ergonomic Keyboard'
its not used.

Try merging your options into the settings in xorg.conf.d/
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
HeXiLeD
Veteran
Veteran


Joined: 20 Aug 2005
Posts: 1159
Location: Online

PostPosted: Mon Dec 06, 2021 2:19 am    Post subject: Reply with quote

@NeddySeagoon

Thank you for your time and attention.

Merging the options into the settings in xorg.conf.d helped troubleshooting the problem

I am now able to use the options both in xorg.conf as well as xorg.conf.d/

All I need is now here:

Code:
Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver          "libinput"
        Option          "XkbModel"      "microsoft4000"
        Option          "XkbLayout"     "us_intl"
        #Option         "XkbOptions"    "terminate:ctrl_alt_bksp"
        Option          "XkbVariant"    "altgr-intl,abnt2,qwerty,euro"
EndSection



Problem is now SOLVED.
_________________
Do you hear the sound of inevitability?
With age, comes great grumpiness and that, was 20 years ago...

CertFP: becbbd161d5a5c31de3c45171b77bf710911db29 / d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum