GTX 1050Ti can't plugin-play usb devices
KIRIYAMA Kazuhiko
kiri at truefc.org
Tue Sep 22 06:15:27 UTC 2020
On Mon, 21 Sep 2020 20:57:45 +0900,
KIRIYAMA Kazuhiko wrote:
>
> On Mon, 21 Sep 2020 20:07:18 +0900,
> Niclas Zeising wrote:
> >
> > On 2020-09-21 12:54, KIRIYAMA Kazuhiko wrote:
> > > On Mon, 21 Sep 2020 16:54:09 +0900,
> > > Niclas Zeising wrote:
> > >>
> > >> On 2020-09-21 08:42, KIRIYAMA Kazuhiko wrote:
> > >>> Hi, folks
> > >>>
> > >>> I've implemented NVIDIA GTX 1050Ti in Supermicro X11SPM-F
> > >>> machine and built up X environment on 13.0-CURRENT
> > >>> (r363381). All went right and `startx' successfully done.
> > >>> But usb tools could not plugin-played. After pull out usb
> > >>> and pull in, keyboard, mouse and usbaudio all were not
> > >>> responded. I killed X at remote machine, then all worked
> > >>> again. Is there any keybord or mouse device fixed by xorg ?
> > >>>
> > >>
> > >> You need to remove the configuration for keyboard and mouse, and have it
> > >> use libinput instead, to get auto configuration of input devices in X on
> > >> FreeBSD 12.1 and later.
> > >>
> > >>> /etc/X11/xorg.conf:
> > >>> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> > >>> # nvidia-xconfig: version 440.100
> > >>>
> > >>>
> > >>> Section "ServerLayout"
> > >>> Identifier "X.org Configured"
> > >>> Screen 0 "Screen0" 0 0
> > >>> Screen 1 "Screen1" RightOf "Screen0"
> > >>> InputDevice "Mouse0" "CorePointer"
> > >>> InputDevice "Keyboard0" "CoreKeyboard"
> > >>
> > >> Remove the two lines above.
> > >
> > > I've done above:
> > >
> > > admin at smtp:~[51]% diff -u /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
> > > --- /etc/X11/xorg.conf.bak 2020-09-21 17:04:29.389641000 +0900
> > > +++ /etc/X11/xorg.conf 2020-09-21 19:43:45.328892000 +0900
> > > @@ -6,8 +6,6 @@
> > > Identifier "X.org Configured"
> > > Screen 0 "Screen0" 0 0
> > > Screen 1 "Screen1" RightOf "Screen0"
> > > - InputDevice "Mouse0" "CorePointer"
> > > - InputDevice "Keyboard0" "CoreKeyboard"
> > > EndSection
> > >
> > > Section "Files"
> > > @@ -24,19 +22,6 @@
> > > Section "Module"
> > > Load "glxserver_nvidia"
> > > Load "glx"
> > > -EndSection
> > > -
> > > -Section "InputDevice"
> > > - Identifier "Keyboard0"
> > > - Driver "kbd"
> > > -EndSection
> > > -
> > > -Section "InputDevice"
> > > - Identifier "Mouse0"
> > > - Driver "mouse"
> > > - Option "Protocol" "auto"
> > > - Option "Device" "/dev/sysmouse"
> > > - Option "ZAxisMapping" "4 5 6 7"
> > > EndSection
> > >
> > > Section "Monitor"
> > > admin at smtp:~[52]%
> > >
> > > And reboot desktop, but nothing changed. In this case, dmesg
> > > as follows:
> >
> > Can you provide Xorg.log with the new settings?
>
> /var/log/Xorg.0.log:
>
> [ 42717.520]
> X.Org X Server 1.20.8
> X Protocol Version 11, Revision 0
> [ 42717.520] Build Operating System: FreeBSD 13.0-CURRENT amd64
> [ 42717.520] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
> [ 42717.520] Build Date: 24 July 2020 05:37:17PM
> [ 42717.520]
> [ 42717.520] Current version of pixman: 0.40.0
> [ 42717.520] Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> [ 42717.520] Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [ 42717.521] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 19:45:21 2020
> [ 42717.521] (==) Using config file: "/etc/X11/xorg.conf"
> [ 42717.521] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
> [ 42717.521] (==) ServerLayout "X.org Configured"
> [ 42717.521] (**) |-->Screen "Screen0" (0)
> [ 42717.521] (**) | |-->Monitor "Monitor0"
> [ 42717.522] (**) | |-->Device "Card0"
> [ 42717.522] (**) |-->Screen "Screen1" (1)
> [ 42717.522] (**) | |-->Monitor "Monitor1"
> [ 42717.522] (**) | |-->Device "Card1"
> [ 42717.522] (==) Automatically adding devices
> [ 42717.522] (==) Automatically enabling devices
> [ 42717.522] (==) Not automatically adding GPU devices
> [ 42717.522] (==) Max clients allowed: 256, resource mask: 0x1fffff
> [ 42717.522] (**) FontPath set to:
> /usr/local/share/fonts/misc/,
> /usr/local/share/fonts/TTF/,
> /usr/local/share/fonts/OTF/,
> /usr/local/share/fonts/Type1/,
> /usr/local/share/fonts/100dpi/,
> /usr/local/share/fonts/75dpi/,
> catalogue:/usr/local/etc/X11/fontpath.d,
> /usr/local/share/fonts/misc/,
> /usr/local/share/fonts/TTF/,
> /usr/local/share/fonts/OTF/,
> /usr/local/share/fonts/Type1/,
> /usr/local/share/fonts/100dpi/,
> /usr/local/share/fonts/75dpi/,
> catalogue:/usr/local/etc/X11/fontpath.d
> [ 42717.523] (**) ModulePath set to "/usr/local/lib/xorg/modules"
> [ 42717.523] (II) The server relies on udev to provide the list of input devices.
> If no devices become available, reconfigure udev or disable AutoAddDevices.
> [ 42717.523] (II) Loader magic: 0x4341b0
> [ 42717.523] (II) Module ABI versions:
> [ 42717.523] X.Org ANSI C Emulation: 0.4
> [ 42717.523] X.Org Video Driver: 24.1
> [ 42717.523] X.Org XInput driver : 24.1
> [ 42717.523] X.Org Server Extension : 10.0
> [ 42717.523] (!!) More than one possible primary device found
> [ 42717.523] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
> [ 42717.523] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
> [ 42717.523] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
> [ 42717.523] (II) LoadModule: "glxservernvidia"
> [ 42717.524] (WW) Warning, couldn't open module glxservernvidia
> [ 42717.524] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
> [ 42717.524] (II) LoadModule: "glx"
> [ 42717.524] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
> [ 42717.526] (II) Module glx: vendor="X.Org Foundation"
> [ 42717.526] compiled for 1.20.8, module version = 1.0.0
> [ 42717.526] ABI class: X.Org Server Extension, version 10.0
> [ 42717.526] (II) LoadModule: "nvidia"
> [ 42717.526] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
> [ 42717.526] (II) Module nvidia: vendor="NVIDIA Corporation"
> [ 42717.526] compiled for 1.6.99.901, module version = 1.0.0
> [ 42717.527] Module class: X.Org Video Driver
> [ 42717.527] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
> [ 42717.527] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
> [ 42717.527] (--) Using syscons driver with X support (version 2.0)
> [ 42717.527] (--) using VT number 9
>
> [ 42717.740] (II) Loading sub module "fb"
> [ 42717.740] (II) LoadModule: "fb"
> [ 42717.740] (II) Loading /usr/local/lib/xorg/modules/libfb.so
> [ 42717.741] (II) Module fb: vendor="X.Org Foundation"
> [ 42717.741] compiled for 1.20.8, module version = 1.0.0
> [ 42717.741] ABI class: X.Org ANSI C Emulation, version 0.4
> [ 42717.741] (II) Loading sub module "wfb"
> [ 42717.741] (II) LoadModule: "wfb"
> [ 42717.741] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
> [ 42717.741] (II) Module wfb: vendor="X.Org Foundation"
> [ 42717.741] compiled for 1.20.8, module version = 1.0.0
> [ 42717.741] ABI class: X.Org ANSI C Emulation, version 0.4
> [ 42717.741] (II) Loading sub module "ramdac"
> [ 42717.741] (II) LoadModule: "ramdac"
> [ 42717.742] (II) Module "ramdac" already built-in
> [ 42717.742] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
> [ 42717.742] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
> [ 42717.742] (==) NVIDIA(0): RGB weight 888
> [ 42717.742] (==) NVIDIA(0): Default visual is TrueColor
> [ 42717.742] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
> [ 42717.742] (**) NVIDIA(0): Enabling 2D acceleration
> [ 42717.742] (II) Loading sub module "glxserver_nvidia"
> [ 42717.742] (II) LoadModule: "glxserver_nvidia"
> [ 42717.742] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
> [ 42717.748] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
> [ 42717.748] compiled for 1.6.99.901, module version = 1.0.0
> [ 42717.748] Module class: X.Org Server Extension
> [ 42717.748] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
> [ 42717.748] (II) NVIDIA: The X server supports PRIME Render Offload.
> [ 42718.367] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
> [ 42718.368] (--) NVIDIA(0): DFP-0
> [ 42718.368] (--) NVIDIA(0): DFP-1 (boot)
> [ 42718.368] (--) NVIDIA(0): DFP-2
> [ 42718.368] (--) NVIDIA(0): DFP-3
> [ 42718.368] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
> [ 42718.368] (II) NVIDIA(0): (GPU-0)
> [ 42718.369] (--) NVIDIA(0): Memory: 4194304 kBytes
> [ 42718.369] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
> [ 42718.369] (II) NVIDIA(0): Detected PCI Express Link width: 16X
> [ 42718.370] (--) NVIDIA(GPU-0): DFP-0: disconnected
> [ 42718.370] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
> [ 42718.370] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
> [ 42718.370] (--) NVIDIA(GPU-0):
> [ 42718.400] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42718.400] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42718.401] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42718.401] (--) NVIDIA(GPU-0):
> [ 42718.401] (--) NVIDIA(GPU-0): DFP-2: disconnected
> [ 42718.401] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
> [ 42718.401] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
> [ 42718.401] (--) NVIDIA(GPU-0):
> [ 42718.402] (--) NVIDIA(GPU-0): DFP-3: disconnected
> [ 42718.402] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
> [ 42718.402] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
> [ 42718.402] (--) NVIDIA(GPU-0):
> [ 42718.408] (II) NVIDIA(0): Validated MetaModes:
> [ 42718.408] (II) NVIDIA(0): "DFP-1:1920x1080"
> [ 42718.408] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
> [ 42718.414] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
> [ 42718.414] (--) NVIDIA(0): option
> [ 42718.414] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
> [ 42718.414] (II) NVIDIA: access.
> [ 42718.421] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
> [ 42718.421] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
> [ 42718.421] (II) NVIDIA(0): configuration option may not be set correctly. When the
> [ 42718.421] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
> [ 42718.421] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
> [ 42718.421] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
> [ 42718.421] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
> [ 42718.421] (II) NVIDIA(0): Config Options in the README.
> [ 42718.458] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
> [ 42718.509] (==) NVIDIA(0): Disabling shared memory pixmaps
> [ 42718.509] (==) NVIDIA(0): Backing store enabled
> [ 42718.509] (==) NVIDIA(0): Silken mouse enabled
> [ 42718.510] (**) NVIDIA(0): DPMS enabled
> [ 42718.510] (II) Loading sub module "dri2"
> [ 42718.510] (II) LoadModule: "dri2"
> [ 42718.510] (II) Module "dri2" already built-in
> [ 42718.510] (II) NVIDIA(0): [DRI2] Setup complete
> [ 42718.510] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
> [ 42718.510] (II) Initializing extension Generic Event Extension
> [ 42718.511] (II) Initializing extension SHAPE
> [ 42718.511] (II) Initializing extension MIT-SHM
> [ 42718.512] (II) Initializing extension XInputExtension
> [ 42718.512] (II) Initializing extension XTEST
> [ 42718.513] (II) Initializing extension BIG-REQUESTS
> [ 42718.513] (II) Initializing extension SYNC
> [ 42718.513] (II) Initializing extension XKEYBOARD
> [ 42718.514] (II) Initializing extension XC-MISC
> [ 42718.514] (II) Initializing extension SECURITY
> [ 42718.515] (II) Initializing extension XFIXES
> [ 42718.515] (II) Initializing extension RENDER
> [ 42718.516] (II) Initializing extension RANDR
> [ 42718.517] (II) Initializing extension COMPOSITE
> [ 42718.517] (II) Initializing extension DAMAGE
> [ 42718.517] (II) Initializing extension MIT-SCREEN-SAVER
> [ 42718.518] (II) Initializing extension DOUBLE-BUFFER
> [ 42718.518] (II) Initializing extension RECORD
> [ 42718.519] (II) Initializing extension DPMS
> [ 42718.519] (II) Initializing extension Present
> [ 42718.520] (II) Initializing extension DRI3
> [ 42718.520] (II) Initializing extension X-Resource
> [ 42718.520] (II) Initializing extension XVideo
> [ 42718.521] (II) Initializing extension XVideo-MotionCompensation
> [ 42718.521] (II) Initializing extension GLX
> [ 42718.521] (II) Initializing extension GLX
> [ 42718.521] (II) Indirect GLX disabled.
> [ 42718.521] (II) GLX: Another vendor is already registered for screen 0
> [ 42718.521] (II) Initializing extension XFree86-VidModeExtension
> [ 42718.522] (II) Initializing extension XFree86-DGA
> [ 42718.522] (II) Initializing extension XFree86-DRI
> [ 42718.522] (II) Initializing extension DRI2
> [ 42718.523] (II) Initializing extension NV-GLX
> [ 42718.523] (II) Initializing extension NV-CONTROL
> [ 42718.524] (II) Initializing extension XINERAMA
> [ 42718.693] (II) config/udev: Adding input device System mouse (/dev/input/event0)
> [ 42718.693] (**) System mouse: Applying InputClass "libinput pointer catchall"
> [ 42718.693] (II) LoadModule: "libinput"
> [ 42718.693] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
> [ 42718.696] (II) Module libinput: vendor="X.Org Foundation"
> [ 42718.696] compiled for 1.20.8, module version = 0.30.0
> [ 42718.696] Module class: X.Org XInput Driver
> [ 42718.696] ABI class: X.Org XInput driver, version 24.1
> [ 42718.696] (II) Using input driver 'libinput' for 'System mouse'
> [ 42718.696] (**) System mouse: always reports core events
> [ 42718.696] (**) Option "Device" "/dev/input/event0"
> [ 42718.696] (**) Option "_source" "server/udev"
> [ 42718.699] (II) event0 - System mouse: is tagged by udev as: Mouse
> [ 42718.699] (II) event0 - System mouse: device is a pointer
> [ 42718.700] (II) event0 - System mouse: device removed
> [ 42718.700] (**) Option "config_info" "udev:/dev/input/event0"
> [ 42718.700] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
> [ 42718.700] (**) Option "AccelerationScheme" "none"
> [ 42718.700] (**) System mouse: (accel) selected scheme none/0
> [ 42718.700] (**) System mouse: (accel) acceleration factor: 2.000
> [ 42718.700] (**) System mouse: (accel) acceleration threshold: 4
> [ 42718.701] (II) event0 - System mouse: is tagged by udev as: Mouse
> [ 42718.701] (II) event0 - System mouse: device is a pointer
> [ 42718.702] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
> [ 42718.702] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
> [ 42718.702] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
> [ 42718.702] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
> [ 42718.702] (**) System keyboard multiplexer: always reports core events
> [ 42718.702] (**) Option "Device" "/dev/input/event1"
> [ 42718.702] (**) Option "_source" "server/udev"
> [ 42718.703] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
> [ 42718.703] (II) event1 - System keyboard multiplexer: device is a keyboard
> [ 42718.703] (II) event1 - System keyboard multiplexer: device removed
> [ 42718.703] (**) Option "config_info" "udev:/dev/input/event1"
> [ 42718.704] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
> [ 42718.704] (**) Option "xkb_rules" "evdev"
> [ 42718.743] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
> [ 42718.743] (II) event1 - System keyboard multiplexer: device is a keyboard
> [ 42718.744] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
> [ 42718.744] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
> [ 42718.744] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
> [ 42718.744] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
> [ 42718.744] (**) vendor 0x0557 product 0x2419: always reports core events
> [ 42718.744] (**) Option "Device" "/dev/input/event2"
> [ 42718.744] (**) Option "_source" "server/udev"
> [ 42718.745] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
> [ 42718.745] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
> [ 42718.746] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
> [ 42718.746] (**) Option "config_info" "udev:/dev/input/event2"
> [ 42718.746] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
> [ 42718.746] (**) Option "xkb_rules" "evdev"
> [ 42718.747] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
> [ 42718.747] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
> [ 42718.748] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
> [ 42718.748] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
> [ 42718.748] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
> [ 42718.748] (**) vendor 0x0557 product 0x2419: always reports core events
> [ 42718.748] (**) Option "Device" "/dev/input/event3"
> [ 42718.748] (**) Option "_source" "server/udev"
> [ 42718.749] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
> [ 42718.749] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
> [ 42718.750] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
> [ 42718.750] (**) Option "config_info" "udev:/dev/input/event3"
> [ 42718.750] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
> [ 42718.750] (**) Option "AccelerationScheme" "none"
> [ 42718.750] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
> [ 42718.750] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
> [ 42718.750] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
> [ 42718.751] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
> [ 42718.751] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
> [ 42718.752] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
> [ 42718.752] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
> [ 42718.752] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
> [ 42718.752] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
> [ 42718.752] (**) SIGMACHIP USB Keyboard: always reports core events
> [ 42718.752] (**) Option "Device" "/dev/input/event4"
> [ 42718.752] (**) Option "_source" "server/udev"
> [ 42718.753] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30: is tagged by udev as: Keyboard
> [ 42718.753] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30: device is a keyboard
> [ 42718.753] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30: device removed
> [ 42718.753] (**) Option "config_info" "udev:/dev/input/event4"
> [ 42718.754] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
> [ 42718.754] (**) Option "xkb_rules" "evdev"
> [ 42718.755] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30: is tagged by udev as: Keyboard
> [ 42718.755] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30: device is a keyboard
> [ 42718.755] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
> [ 42718.755] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
> [ 42718.755] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
> [ 42718.755] (**) Logitech USB Optical Mouse: always reports core events
> [ 42718.755] (**) Option "Device" "/dev/input/event5"
> [ 42718.756] (**) Option "_source" "server/udev"
> [ 42718.757] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31: is tagged by udev as: Mouse
> [ 42718.757] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31: device is a pointer
> [ 42718.757] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31: device removed
> [ 42718.757] (**) Option "config_info" "udev:/dev/input/event5"
> [ 42718.757] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
> [ 42718.757] (**) Option "AccelerationScheme" "none"
> [ 42718.758] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
> [ 42718.758] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
> [ 42718.758] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
> [ 42718.759] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31: is tagged by udev as: Mouse
> [ 42718.759] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31: device is a pointer
> [ 42718.790] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42718.790] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42718.790] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42718.790] (--) NVIDIA(GPU-0):
> [ 42718.820] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42718.820] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42718.820] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42718.820] (--) NVIDIA(GPU-0):
> [ 42771.771] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42771.771] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42771.771] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42771.771] (--) NVIDIA(GPU-0):
> [ 42771.802] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42771.803] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42771.803] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42771.803] (--) NVIDIA(GPU-0):
> [ 42773.486] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42773.486] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42773.487] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42773.487] (--) NVIDIA(GPU-0):
> [ 42773.518] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
> [ 42773.518] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
> [ 42773.518] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
> [ 42773.518] (--) NVIDIA(GPU-0):
>
> > What are you expecting should happen?
>
> After pull out usb, put into usb again, then both keyboard
> and mouse work again.
>
> > what does xinput say? libinput list-devices?
>
> I can't work in X because of keyinput freezed, so work in
> remote terminal:
>
> root at smtp:~ # xinput
> Unable to connect to X server
> root at smtp:~ # libinput list-devices
> Device: System mouse
> Kernel: /dev/input/event0
> Group: 1
> Seat: seat0, default
> Capabilities: pointer
> Tap-to-click: n/a
> Tap-and-drag: n/a
> Tap drag lock: n/a
> Left-handed: disabled
> Nat.scrolling: disabled
> Middle emulation: disabled
> Calibration: n/a
> Scroll methods: button
> Click methods: none
> Disable-w-typing: n/a
> Accel profiles: flat *adaptive
> Rotation: n/a
>
> Device: System keyboard multiplexer
> Kernel: /dev/input/event1
> Group: 2
> Seat: seat0, default
> Capabilities: keyboard
> Tap-to-click: n/a
> Tap-and-drag: n/a
> Tap drag lock: n/a
> Left-handed: n/a
> Nat.scrolling: n/a
> Middle emulation: n/a
> Calibration: n/a
> Scroll methods: none
> Click methods: none
> Disable-w-typing: n/a
> Accel profiles: n/a
> Rotation: n/a
>
> Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
> Kernel: /dev/input/event2
> Group: 3
> Seat: seat0, default
> Capabilities: keyboard
> Tap-to-click: n/a
> Tap-and-drag: n/a
> Tap drag lock: n/a
> Left-handed: n/a
> Nat.scrolling: n/a
> Middle emulation: n/a
> Calibration: n/a
> Scroll methods: none
> Click methods: none
> Disable-w-typing: n/a
> Accel profiles: n/a
> Rotation: n/a
>
> Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
> Kernel: /dev/input/event3
> Group: 4
> Seat: seat0, default
> Capabilities: pointer
> Tap-to-click: n/a
> Tap-and-drag: n/a
> Tap drag lock: n/a
> Left-handed: disabled
> Nat.scrolling: disabled
> Middle emulation: disabled
> Calibration: n/a
> Scroll methods: none
> Click methods: none
> Disable-w-typing: n/a
> Accel profiles: n/a
> Rotation: n/a
>
> root at smtp:~ #
I've logged precisely. I made following script (checkx.sh):
#!/bin/sh
TIMENOW=$(date '+%Y%m%d%H%M%S')
TMPDIR=/var/tmp
if [ -z "$2" ]; then
FILEINDEX=$TIMENOW
else
FILEINDEX=$2
rm $TMPDIR/temp_*.log
fi
TMPFILE=$TMPDIR/temp_${FILEINDEX}.log
sleep $1
echo "root at smtp:~ # date '+%Y%m%d%H%M%S'" > $TMPFILE
echo "$TIMENOW" >> $TMPFILE
echo "root at smtp:~ # xinput" >> $TMPFILE
xinput >> $TMPFILE
echo "root at smtp:~ # libinput list-devices" >> $TMPFILE
libinput list-devices >> $TMPFILE
echo "root at smtp:~ # usbconfig" >> $TMPFILE
usbconfig >> $TMPFILE
echo 'root at smtp:~ # ls -l /var/log/Xorg.0.log*' >> $TMPFILE
ls -l /var/log/Xorg.0.log* >> $TMPFILE
echo "root at smtp:~ # cat /var/log/Xorg.0.log" >> $TMPFILE
cat /var/log/Xorg.0.log >> $TMPFILE
And run at before pulling off usb, after pull off usb and
again put in usb respecitively:
root at smtp:~ # sh bin/checkx.sh 0 org
root at smtp:~ # sh bin/checkx.sh 15
(pull off usb within 15 sec)
root at smtp:~ # sh bin/checkx.sh 30 org
(pull off and put in usb within 30 sec)
There has been made 3 files respectively:
root at smtp:~ # ll /var/tmp/temp_*.log
-rw-r--r-- 1 root wheel 23848 9月 22 14:31 /var/tmp/temp_org.log
-rw-r--r-- 1 root wheel 22415 9月 22 14:31 /var/tmp/temp_20200922143118.log
-rw-r--r-- 1 root wheel 23848 9月 22 14:34 /var/tmp/temp_20200922143330.log
All files are as follows:
/var/tmp/temp_org.log:
root at smtp:~ # date '+%Y%m%d%H%M%S'
20200922143110
root at smtp:~ # xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? System mouse id=6 [slave pointer (2)]
? ? vendor 0x0557 product 0x2419 id=9 [slave pointer (2)]
? ? Logitech USB Optical Mouse id=11 [slave pointer (2)]
? Virtual core keyboard id=3 [master keyboard (2)]
? Virtual core XTEST keyboard id=5 [slave keyboard (3)]
? System keyboard multiplexer id=7 [slave keyboard (3)]
? vendor 0x0557 product 0x2419 id=8 [slave keyboard (3)]
? SIGMACHIP USB Keyboard id=10 [slave keyboard (3)]
root at smtp:~ # libinput list-devices
Device: System mouse
Kernel: /dev/input/event0
Group: 1
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
Device: System keyboard multiplexer
Kernel: /dev/input/event1
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event2
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event3
Group: 4
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45
Kernel: /dev/input/event4
Group: 5
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46
Kernel: /dev/input/event5
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
root at smtp:~ # usbconfig
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <vendor 0x0557 product 0x7000> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.3: <vendor 0x0557 product 0x2419> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (160mA)
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA)
ugen0.7: <Logitech USB Optical Mouse> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (500mA)
root at smtp:~ # ls -l /var/log/Xorg.0.log*
-rw-r--r-- 1 root wheel 19196 9月 22 14:30 /var/log/Xorg.0.log
-rw-r--r-- 1 root wheel 20126 9月 22 11:53 /var/log/Xorg.0.log.old
root at smtp:~ # cat /var/log/Xorg.0.log
[ 18895.999]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 18895.999] Build Operating System: FreeBSD 13.0-CURRENT amd64
[ 18895.999] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[ 18895.999] Build Date: 24 July 2020 05:37:17PM
[ 18895.999]
[ 18895.999] Current version of pixman: 0.40.0
[ 18895.999] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18895.999] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18896.000] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 22 14:30:10 2020
[ 18896.000] (==) Using config file: "/etc/X11/xorg.conf"
[ 18896.000] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 18896.000] (==) ServerLayout "X.org Configured"
[ 18896.000] (**) |-->Screen "Screen0" (0)
[ 18896.000] (**) | |-->Monitor "Monitor0"
[ 18896.001] (**) | |-->Device "Card0"
[ 18896.001] (**) |-->Screen "Screen1" (1)
[ 18896.001] (**) | |-->Monitor "Monitor1"
[ 18896.001] (**) | |-->Device "Card1"
[ 18896.001] (==) Automatically adding devices
[ 18896.001] (==) Automatically enabling devices
[ 18896.001] (==) Not automatically adding GPU devices
[ 18896.001] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 18896.002] (**) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d,
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d
[ 18896.002] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 18896.002] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 18896.002] (II) Loader magic: 0x4341b0
[ 18896.002] (II) Module ABI versions:
[ 18896.002] X.Org ANSI C Emulation: 0.4
[ 18896.002] X.Org Video Driver: 24.1
[ 18896.002] X.Org XInput driver : 24.1
[ 18896.002] X.Org Server Extension : 10.0
[ 18896.002] (!!) More than one possible primary device found
[ 18896.002] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[ 18896.002] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[ 18896.002] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 18896.002] (II) LoadModule: "glxservernvidia"
[ 18896.003] (WW) Warning, couldn't open module glxservernvidia
[ 18896.003] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
[ 18896.003] (II) LoadModule: "glx"
[ 18896.003] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 18896.005] (II) Module glx: vendor="X.Org Foundation"
[ 18896.005] compiled for 1.20.8, module version = 1.0.0
[ 18896.005] ABI class: X.Org Server Extension, version 10.0
[ 18896.005] (II) LoadModule: "nvidia"
[ 18896.005] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 18896.005] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18896.006] compiled for 1.6.99.901, module version = 1.0.0
[ 18896.006] Module class: X.Org Video Driver
[ 18896.006] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
[ 18896.006] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 18896.006] (--) Using syscons driver with X support (version 2.0)
[ 18896.006] (--) using VT number 9
[ 18896.209] (II) Loading sub module "fb"
[ 18896.210] (II) LoadModule: "fb"
[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 18896.210] (II) Module fb: vendor="X.Org Foundation"
[ 18896.210] compiled for 1.20.8, module version = 1.0.0
[ 18896.210] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18896.210] (II) Loading sub module "wfb"
[ 18896.210] (II) LoadModule: "wfb"
[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[ 18896.211] (II) Module wfb: vendor="X.Org Foundation"
[ 18896.211] compiled for 1.20.8, module version = 1.0.0
[ 18896.211] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18896.211] (II) Loading sub module "ramdac"
[ 18896.211] (II) LoadModule: "ramdac"
[ 18896.211] (II) Module "ramdac" already built-in
[ 18896.211] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 18896.211] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 18896.211] (==) NVIDIA(0): RGB weight 888
[ 18896.211] (==) NVIDIA(0): Default visual is TrueColor
[ 18896.211] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18896.212] (**) NVIDIA(0): Enabling 2D acceleration
[ 18896.212] (II) Loading sub module "glxserver_nvidia"
[ 18896.212] (II) LoadModule: "glxserver_nvidia"
[ 18896.212] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 18896.217] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18896.217] compiled for 1.6.99.901, module version = 1.0.0
[ 18896.217] Module class: X.Org Server Extension
[ 18896.217] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
[ 18896.217] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 18896.837] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
[ 18896.837] (--) NVIDIA(0): DFP-0
[ 18896.837] (--) NVIDIA(0): DFP-1 (boot)
[ 18896.837] (--) NVIDIA(0): DFP-2
[ 18896.837] (--) NVIDIA(0): DFP-3
[ 18896.838] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
[ 18896.838] (II) NVIDIA(0): (GPU-0)
[ 18896.838] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 18896.838] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
[ 18896.838] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 18896.839] (--) NVIDIA(GPU-0):
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18896.870] (--) NVIDIA(GPU-0):
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 18896.870] (--) NVIDIA(GPU-0):
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 18896.871] (--) NVIDIA(GPU-0):
[ 18896.877] (II) NVIDIA(0): Validated MetaModes:
[ 18896.877] (II) NVIDIA(0): "DFP-1:1920x1080"
[ 18896.877] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 18896.883] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
[ 18896.883] (--) NVIDIA(0): option
[ 18896.884] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 18896.884] (II) NVIDIA: access.
[ 18896.890] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 18896.891] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 18896.891] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 18896.891] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 18896.891] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 18896.891] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 18896.891] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 18896.891] (II) NVIDIA(0): Config Options in the README.
[ 18896.928] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
[ 18896.961] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 18896.961] (==) NVIDIA(0): Backing store enabled
[ 18896.961] (==) NVIDIA(0): Silken mouse enabled
[ 18896.961] (**) NVIDIA(0): DPMS enabled
[ 18896.962] (II) Loading sub module "dri2"
[ 18896.962] (II) LoadModule: "dri2"
[ 18896.962] (II) Module "dri2" already built-in
[ 18896.962] (II) NVIDIA(0): [DRI2] Setup complete
[ 18896.962] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 18896.962] (II) Initializing extension Generic Event Extension
[ 18896.962] (II) Initializing extension SHAPE
[ 18896.963] (II) Initializing extension MIT-SHM
[ 18896.963] (II) Initializing extension XInputExtension
[ 18896.964] (II) Initializing extension XTEST
[ 18896.964] (II) Initializing extension BIG-REQUESTS
[ 18896.965] (II) Initializing extension SYNC
[ 18896.965] (II) Initializing extension XKEYBOARD
[ 18896.966] (II) Initializing extension XC-MISC
[ 18896.966] (II) Initializing extension SECURITY
[ 18896.967] (II) Initializing extension XFIXES
[ 18896.967] (II) Initializing extension RENDER
[ 18896.968] (II) Initializing extension RANDR
[ 18896.968] (II) Initializing extension COMPOSITE
[ 18896.969] (II) Initializing extension DAMAGE
[ 18896.969] (II) Initializing extension MIT-SCREEN-SAVER
[ 18896.970] (II) Initializing extension DOUBLE-BUFFER
[ 18896.970] (II) Initializing extension RECORD
[ 18896.971] (II) Initializing extension DPMS
[ 18896.971] (II) Initializing extension Present
[ 18896.971] (II) Initializing extension DRI3
[ 18896.972] (II) Initializing extension X-Resource
[ 18896.972] (II) Initializing extension XVideo
[ 18896.972] (II) Initializing extension XVideo-MotionCompensation
[ 18896.972] (II) Initializing extension GLX
[ 18896.973] (II) Initializing extension GLX
[ 18896.973] (II) Indirect GLX disabled.
[ 18896.973] (II) GLX: Another vendor is already registered for screen 0
[ 18896.973] (II) Initializing extension XFree86-VidModeExtension
[ 18896.973] (II) Initializing extension XFree86-DGA
[ 18896.974] (II) Initializing extension XFree86-DRI
[ 18896.974] (II) Initializing extension DRI2
[ 18896.974] (II) Initializing extension NV-GLX
[ 18896.975] (II) Initializing extension NV-CONTROL
[ 18896.975] (II) Initializing extension XINERAMA
[ 18897.143] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 18897.143] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 18897.143] (II) LoadModule: "libinput"
[ 18897.144] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 18897.146] (II) Module libinput: vendor="X.Org Foundation"
[ 18897.146] compiled for 1.20.8, module version = 0.30.0
[ 18897.146] Module class: X.Org XInput Driver
[ 18897.146] ABI class: X.Org XInput driver, version 24.1
[ 18897.146] (II) Using input driver 'libinput' for 'System mouse'
[ 18897.146] (**) System mouse: always reports core events
[ 18897.146] (**) Option "Device" "/dev/input/event0"
[ 18897.147] (**) Option "_source" "server/udev"
[ 18897.149] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 18897.150] (II) event0 - System mouse: device is a pointer
[ 18897.150] (II) event0 - System mouse: device removed
[ 18897.150] (**) Option "config_info" "udev:/dev/input/event0"
[ 18897.150] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 18897.150] (**) Option "AccelerationScheme" "none"
[ 18897.150] (**) System mouse: (accel) selected scheme none/0
[ 18897.150] (**) System mouse: (accel) acceleration factor: 2.000
[ 18897.151] (**) System mouse: (accel) acceleration threshold: 4
[ 18897.151] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 18897.151] (II) event0 - System mouse: device is a pointer
[ 18897.152] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 18897.152] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 18897.152] (**) System keyboard multiplexer: always reports core events
[ 18897.152] (**) Option "Device" "/dev/input/event1"
[ 18897.152] (**) Option "_source" "server/udev"
[ 18897.153] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 18897.153] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 18897.154] (II) event1 - System keyboard multiplexer: device removed
[ 18897.154] (**) Option "config_info" "udev:/dev/input/event1"
[ 18897.154] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 18897.154] (**) Option "xkb_rules" "evdev"
[ 18897.193] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 18897.194] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 18897.194] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
[ 18897.194] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 18897.194] (**) vendor 0x0557 product 0x2419: always reports core events
[ 18897.194] (**) Option "Device" "/dev/input/event2"
[ 18897.194] (**) Option "_source" "server/udev"
[ 18897.195] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 18897.196] (**) Option "config_info" "udev:/dev/input/event2"
[ 18897.196] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
[ 18897.196] (**) Option "xkb_rules" "evdev"
[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 18897.198] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
[ 18897.198] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
[ 18897.198] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 18897.198] (**) vendor 0x0557 product 0x2419: always reports core events
[ 18897.198] (**) Option "Device" "/dev/input/event3"
[ 18897.198] (**) Option "_source" "server/udev"
[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 18897.200] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 18897.200] (**) Option "config_info" "udev:/dev/input/event3"
[ 18897.200] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
[ 18897.200] (**) Option "AccelerationScheme" "none"
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 18897.202] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 18897.202] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 18897.202] (**) SIGMACHIP USB Keyboard: always reports core events
[ 18897.202] (**) Option "Device" "/dev/input/event4"
[ 18897.202] (**) Option "_source" "server/udev"
[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
[ 18897.204] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device removed
[ 18897.204] (**) Option "config_info" "udev:/dev/input/event4"
[ 18897.204] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
[ 18897.204] (**) Option "xkb_rules" "evdev"
[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
[ 18897.205] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 18897.206] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 18897.206] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 18897.206] (**) Logitech USB Optical Mouse: always reports core events
[ 18897.206] (**) Option "Device" "/dev/input/event5"
[ 18897.206] (**) Option "_source" "server/udev"
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device removed
[ 18897.207] (**) Option "config_info" "udev:/dev/input/event5"
[ 18897.207] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[ 18897.208] (**) Option "AccelerationScheme" "none"
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18897.250] (--) NVIDIA(GPU-0):
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18897.281] (--) NVIDIA(GPU-0):
/var/tmp/temp_20200922143118.log:
root at smtp:~ # date '+%Y%m%d%H%M%S'
20200922143118
root at smtp:~ # xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? System mouse id=6 [slave pointer (2)]
? ? vendor 0x0557 product 0x2419 id=9 [slave pointer (2)]
? ? Logitech USB Optical Mouse id=11 [slave pointer (2)]
? Virtual core keyboard id=3 [master keyboard (2)]
? Virtual core XTEST keyboard id=5 [slave keyboard (3)]
? System keyboard multiplexer id=7 [slave keyboard (3)]
? vendor 0x0557 product 0x2419 id=8 [slave keyboard (3)]
? SIGMACHIP USB Keyboard id=10 [slave keyboard (3)]
root at smtp:~ # libinput list-devices
Device: System mouse
Kernel: /dev/input/event0
Group: 1
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
Device: System keyboard multiplexer
Kernel: /dev/input/event1
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event2
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event3
Group: 4
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
root at smtp:~ # usbconfig
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <vendor 0x0557 product 0x7000> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.3: <vendor 0x0557 product 0x2419> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (160mA)
root at smtp:~ # ls -l /var/log/Xorg.0.log*
-rw-r--r-- 1 root wheel 19196 9月 22 14:30 /var/log/Xorg.0.log
-rw-r--r-- 1 root wheel 20126 9月 22 11:53 /var/log/Xorg.0.log.old
root at smtp:~ # cat /var/log/Xorg.0.log
[ 18895.999]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 18895.999] Build Operating System: FreeBSD 13.0-CURRENT amd64
[ 18895.999] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[ 18895.999] Build Date: 24 July 2020 05:37:17PM
[ 18895.999]
[ 18895.999] Current version of pixman: 0.40.0
[ 18895.999] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18895.999] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18896.000] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 22 14:30:10 2020
[ 18896.000] (==) Using config file: "/etc/X11/xorg.conf"
[ 18896.000] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 18896.000] (==) ServerLayout "X.org Configured"
[ 18896.000] (**) |-->Screen "Screen0" (0)
[ 18896.000] (**) | |-->Monitor "Monitor0"
[ 18896.001] (**) | |-->Device "Card0"
[ 18896.001] (**) |-->Screen "Screen1" (1)
[ 18896.001] (**) | |-->Monitor "Monitor1"
[ 18896.001] (**) | |-->Device "Card1"
[ 18896.001] (==) Automatically adding devices
[ 18896.001] (==) Automatically enabling devices
[ 18896.001] (==) Not automatically adding GPU devices
[ 18896.001] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 18896.002] (**) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d,
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d
[ 18896.002] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 18896.002] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 18896.002] (II) Loader magic: 0x4341b0
[ 18896.002] (II) Module ABI versions:
[ 18896.002] X.Org ANSI C Emulation: 0.4
[ 18896.002] X.Org Video Driver: 24.1
[ 18896.002] X.Org XInput driver : 24.1
[ 18896.002] X.Org Server Extension : 10.0
[ 18896.002] (!!) More than one possible primary device found
[ 18896.002] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[ 18896.002] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[ 18896.002] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 18896.002] (II) LoadModule: "glxservernvidia"
[ 18896.003] (WW) Warning, couldn't open module glxservernvidia
[ 18896.003] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
[ 18896.003] (II) LoadModule: "glx"
[ 18896.003] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 18896.005] (II) Module glx: vendor="X.Org Foundation"
[ 18896.005] compiled for 1.20.8, module version = 1.0.0
[ 18896.005] ABI class: X.Org Server Extension, version 10.0
[ 18896.005] (II) LoadModule: "nvidia"
[ 18896.005] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 18896.005] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18896.006] compiled for 1.6.99.901, module version = 1.0.0
[ 18896.006] Module class: X.Org Video Driver
[ 18896.006] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
[ 18896.006] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 18896.006] (--) Using syscons driver with X support (version 2.0)
[ 18896.006] (--) using VT number 9
[ 18896.209] (II) Loading sub module "fb"
[ 18896.210] (II) LoadModule: "fb"
[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 18896.210] (II) Module fb: vendor="X.Org Foundation"
[ 18896.210] compiled for 1.20.8, module version = 1.0.0
[ 18896.210] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18896.210] (II) Loading sub module "wfb"
[ 18896.210] (II) LoadModule: "wfb"
[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[ 18896.211] (II) Module wfb: vendor="X.Org Foundation"
[ 18896.211] compiled for 1.20.8, module version = 1.0.0
[ 18896.211] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18896.211] (II) Loading sub module "ramdac"
[ 18896.211] (II) LoadModule: "ramdac"
[ 18896.211] (II) Module "ramdac" already built-in
[ 18896.211] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 18896.211] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 18896.211] (==) NVIDIA(0): RGB weight 888
[ 18896.211] (==) NVIDIA(0): Default visual is TrueColor
[ 18896.211] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18896.212] (**) NVIDIA(0): Enabling 2D acceleration
[ 18896.212] (II) Loading sub module "glxserver_nvidia"
[ 18896.212] (II) LoadModule: "glxserver_nvidia"
[ 18896.212] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 18896.217] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18896.217] compiled for 1.6.99.901, module version = 1.0.0
[ 18896.217] Module class: X.Org Server Extension
[ 18896.217] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
[ 18896.217] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 18896.837] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
[ 18896.837] (--) NVIDIA(0): DFP-0
[ 18896.837] (--) NVIDIA(0): DFP-1 (boot)
[ 18896.837] (--) NVIDIA(0): DFP-2
[ 18896.837] (--) NVIDIA(0): DFP-3
[ 18896.838] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
[ 18896.838] (II) NVIDIA(0): (GPU-0)
[ 18896.838] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 18896.838] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
[ 18896.838] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 18896.839] (--) NVIDIA(GPU-0):
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18896.870] (--) NVIDIA(GPU-0):
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 18896.870] (--) NVIDIA(GPU-0):
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 18896.871] (--) NVIDIA(GPU-0):
[ 18896.877] (II) NVIDIA(0): Validated MetaModes:
[ 18896.877] (II) NVIDIA(0): "DFP-1:1920x1080"
[ 18896.877] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 18896.883] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
[ 18896.883] (--) NVIDIA(0): option
[ 18896.884] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 18896.884] (II) NVIDIA: access.
[ 18896.890] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 18896.891] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 18896.891] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 18896.891] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 18896.891] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 18896.891] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 18896.891] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 18896.891] (II) NVIDIA(0): Config Options in the README.
[ 18896.928] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
[ 18896.961] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 18896.961] (==) NVIDIA(0): Backing store enabled
[ 18896.961] (==) NVIDIA(0): Silken mouse enabled
[ 18896.961] (**) NVIDIA(0): DPMS enabled
[ 18896.962] (II) Loading sub module "dri2"
[ 18896.962] (II) LoadModule: "dri2"
[ 18896.962] (II) Module "dri2" already built-in
[ 18896.962] (II) NVIDIA(0): [DRI2] Setup complete
[ 18896.962] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 18896.962] (II) Initializing extension Generic Event Extension
[ 18896.962] (II) Initializing extension SHAPE
[ 18896.963] (II) Initializing extension MIT-SHM
[ 18896.963] (II) Initializing extension XInputExtension
[ 18896.964] (II) Initializing extension XTEST
[ 18896.964] (II) Initializing extension BIG-REQUESTS
[ 18896.965] (II) Initializing extension SYNC
[ 18896.965] (II) Initializing extension XKEYBOARD
[ 18896.966] (II) Initializing extension XC-MISC
[ 18896.966] (II) Initializing extension SECURITY
[ 18896.967] (II) Initializing extension XFIXES
[ 18896.967] (II) Initializing extension RENDER
[ 18896.968] (II) Initializing extension RANDR
[ 18896.968] (II) Initializing extension COMPOSITE
[ 18896.969] (II) Initializing extension DAMAGE
[ 18896.969] (II) Initializing extension MIT-SCREEN-SAVER
[ 18896.970] (II) Initializing extension DOUBLE-BUFFER
[ 18896.970] (II) Initializing extension RECORD
[ 18896.971] (II) Initializing extension DPMS
[ 18896.971] (II) Initializing extension Present
[ 18896.971] (II) Initializing extension DRI3
[ 18896.972] (II) Initializing extension X-Resource
[ 18896.972] (II) Initializing extension XVideo
[ 18896.972] (II) Initializing extension XVideo-MotionCompensation
[ 18896.972] (II) Initializing extension GLX
[ 18896.973] (II) Initializing extension GLX
[ 18896.973] (II) Indirect GLX disabled.
[ 18896.973] (II) GLX: Another vendor is already registered for screen 0
[ 18896.973] (II) Initializing extension XFree86-VidModeExtension
[ 18896.973] (II) Initializing extension XFree86-DGA
[ 18896.974] (II) Initializing extension XFree86-DRI
[ 18896.974] (II) Initializing extension DRI2
[ 18896.974] (II) Initializing extension NV-GLX
[ 18896.975] (II) Initializing extension NV-CONTROL
[ 18896.975] (II) Initializing extension XINERAMA
[ 18897.143] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 18897.143] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 18897.143] (II) LoadModule: "libinput"
[ 18897.144] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 18897.146] (II) Module libinput: vendor="X.Org Foundation"
[ 18897.146] compiled for 1.20.8, module version = 0.30.0
[ 18897.146] Module class: X.Org XInput Driver
[ 18897.146] ABI class: X.Org XInput driver, version 24.1
[ 18897.146] (II) Using input driver 'libinput' for 'System mouse'
[ 18897.146] (**) System mouse: always reports core events
[ 18897.146] (**) Option "Device" "/dev/input/event0"
[ 18897.147] (**) Option "_source" "server/udev"
[ 18897.149] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 18897.150] (II) event0 - System mouse: device is a pointer
[ 18897.150] (II) event0 - System mouse: device removed
[ 18897.150] (**) Option "config_info" "udev:/dev/input/event0"
[ 18897.150] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 18897.150] (**) Option "AccelerationScheme" "none"
[ 18897.150] (**) System mouse: (accel) selected scheme none/0
[ 18897.150] (**) System mouse: (accel) acceleration factor: 2.000
[ 18897.151] (**) System mouse: (accel) acceleration threshold: 4
[ 18897.151] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 18897.151] (II) event0 - System mouse: device is a pointer
[ 18897.152] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 18897.152] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 18897.152] (**) System keyboard multiplexer: always reports core events
[ 18897.152] (**) Option "Device" "/dev/input/event1"
[ 18897.152] (**) Option "_source" "server/udev"
[ 18897.153] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 18897.153] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 18897.154] (II) event1 - System keyboard multiplexer: device removed
[ 18897.154] (**) Option "config_info" "udev:/dev/input/event1"
[ 18897.154] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 18897.154] (**) Option "xkb_rules" "evdev"
[ 18897.193] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 18897.194] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 18897.194] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
[ 18897.194] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 18897.194] (**) vendor 0x0557 product 0x2419: always reports core events
[ 18897.194] (**) Option "Device" "/dev/input/event2"
[ 18897.194] (**) Option "_source" "server/udev"
[ 18897.195] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 18897.196] (**) Option "config_info" "udev:/dev/input/event2"
[ 18897.196] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
[ 18897.196] (**) Option "xkb_rules" "evdev"
[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 18897.198] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
[ 18897.198] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
[ 18897.198] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 18897.198] (**) vendor 0x0557 product 0x2419: always reports core events
[ 18897.198] (**) Option "Device" "/dev/input/event3"
[ 18897.198] (**) Option "_source" "server/udev"
[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 18897.200] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 18897.200] (**) Option "config_info" "udev:/dev/input/event3"
[ 18897.200] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
[ 18897.200] (**) Option "AccelerationScheme" "none"
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 18897.202] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 18897.202] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 18897.202] (**) SIGMACHIP USB Keyboard: always reports core events
[ 18897.202] (**) Option "Device" "/dev/input/event4"
[ 18897.202] (**) Option "_source" "server/udev"
[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
[ 18897.204] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device removed
[ 18897.204] (**) Option "config_info" "udev:/dev/input/event4"
[ 18897.204] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
[ 18897.204] (**) Option "xkb_rules" "evdev"
[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
[ 18897.205] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 18897.206] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 18897.206] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 18897.206] (**) Logitech USB Optical Mouse: always reports core events
[ 18897.206] (**) Option "Device" "/dev/input/event5"
[ 18897.206] (**) Option "_source" "server/udev"
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device removed
[ 18897.207] (**) Option "config_info" "udev:/dev/input/event5"
[ 18897.207] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[ 18897.208] (**) Option "AccelerationScheme" "none"
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18897.250] (--) NVIDIA(GPU-0):
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 18897.281] (--) NVIDIA(GPU-0):
/var/tmp/temp_20200922143330.log:
root at smtp:~ # date '+%Y%m%d%H%M%S'
20200922143330
root at smtp:~ # xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? System mouse id=6 [slave pointer (2)]
? ? vendor 0x0557 product 0x2419 id=9 [slave pointer (2)]
? ? Logitech USB Optical Mouse id=11 [slave pointer (2)]
? Virtual core keyboard id=3 [master keyboard (2)]
? Virtual core XTEST keyboard id=5 [slave keyboard (3)]
? System keyboard multiplexer id=7 [slave keyboard (3)]
? vendor 0x0557 product 0x2419 id=8 [slave keyboard (3)]
? SIGMACHIP USB Keyboard id=10 [slave keyboard (3)]
root at smtp:~ # libinput list-devices
Device: System mouse
Kernel: /dev/input/event0
Group: 1
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
Device: System keyboard multiplexer
Kernel: /dev/input/event1
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event2
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2
Kernel: /dev/input/event3
Group: 4
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 60
Kernel: /dev/input/event4
Group: 5
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 61
Kernel: /dev/input/event5
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
root at smtp:~ # usbconfig
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <vendor 0x0557 product 0x7000> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.3: <vendor 0x0557 product 0x2419> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (160mA)
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA)
ugen0.7: <Logitech USB Optical Mouse> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (500mA)
root at smtp:~ # ls -l /var/log/Xorg.0.log*
-rw-r--r-- 1 root wheel 19196 9月 22 14:32 /var/log/Xorg.0.log
-rw-r--r-- 1 root wheel 20126 9月 22 14:32 /var/log/Xorg.0.log.old
root at smtp:~ # cat /var/log/Xorg.0.log
[ 19051.239]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 19051.239] Build Operating System: FreeBSD 13.0-CURRENT amd64
[ 19051.239] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[ 19051.239] Build Date: 24 July 2020 05:37:17PM
[ 19051.239]
[ 19051.240] Current version of pixman: 0.40.0
[ 19051.240] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19051.240] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19051.240] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 22 14:32:45 2020
[ 19051.240] (==) Using config file: "/etc/X11/xorg.conf"
[ 19051.240] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 19051.240] (==) ServerLayout "X.org Configured"
[ 19051.241] (**) |-->Screen "Screen0" (0)
[ 19051.241] (**) | |-->Monitor "Monitor0"
[ 19051.241] (**) | |-->Device "Card0"
[ 19051.241] (**) |-->Screen "Screen1" (1)
[ 19051.241] (**) | |-->Monitor "Monitor1"
[ 19051.241] (**) | |-->Device "Card1"
[ 19051.241] (==) Automatically adding devices
[ 19051.241] (==) Automatically enabling devices
[ 19051.241] (==) Not automatically adding GPU devices
[ 19051.241] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19051.242] (**) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d,
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d
[ 19051.242] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 19051.242] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19051.242] (II) Loader magic: 0x4341b0
[ 19051.242] (II) Module ABI versions:
[ 19051.242] X.Org ANSI C Emulation: 0.4
[ 19051.242] X.Org Video Driver: 24.1
[ 19051.242] X.Org XInput driver : 24.1
[ 19051.242] X.Org Server Extension : 10.0
[ 19051.242] (!!) More than one possible primary device found
[ 19051.242] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[ 19051.242] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[ 19051.243] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 19051.243] (II) LoadModule: "glxservernvidia"
[ 19051.243] (WW) Warning, couldn't open module glxservernvidia
[ 19051.243] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
[ 19051.243] (II) LoadModule: "glx"
[ 19051.243] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 19051.245] (II) Module glx: vendor="X.Org Foundation"
[ 19051.245] compiled for 1.20.8, module version = 1.0.0
[ 19051.245] ABI class: X.Org Server Extension, version 10.0
[ 19051.245] (II) LoadModule: "nvidia"
[ 19051.245] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 19051.246] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 19051.246] compiled for 1.6.99.901, module version = 1.0.0
[ 19051.246] Module class: X.Org Video Driver
[ 19051.246] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
[ 19051.246] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19051.246] (--) Using syscons driver with X support (version 2.0)
[ 19051.246] (--) using VT number 9
[ 19051.450] (II) Loading sub module "fb"
[ 19051.450] (II) LoadModule: "fb"
[ 19051.450] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 19051.450] (II) Module fb: vendor="X.Org Foundation"
[ 19051.450] compiled for 1.20.8, module version = 1.0.0
[ 19051.450] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19051.450] (II) Loading sub module "wfb"
[ 19051.450] (II) LoadModule: "wfb"
[ 19051.451] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[ 19051.451] (II) Module wfb: vendor="X.Org Foundation"
[ 19051.451] compiled for 1.20.8, module version = 1.0.0
[ 19051.451] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19051.451] (II) Loading sub module "ramdac"
[ 19051.451] (II) LoadModule: "ramdac"
[ 19051.451] (II) Module "ramdac" already built-in
[ 19051.451] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 19051.451] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 19051.451] (==) NVIDIA(0): RGB weight 888
[ 19051.452] (==) NVIDIA(0): Default visual is TrueColor
[ 19051.452] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19051.452] (**) NVIDIA(0): Enabling 2D acceleration
[ 19051.452] (II) Loading sub module "glxserver_nvidia"
[ 19051.452] (II) LoadModule: "glxserver_nvidia"
[ 19051.452] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 19051.457] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 19051.457] compiled for 1.6.99.901, module version = 1.0.0
[ 19051.457] Module class: X.Org Server Extension
[ 19051.457] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
[ 19051.457] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 19052.087] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
[ 19052.087] (--) NVIDIA(0): DFP-0
[ 19052.087] (--) NVIDIA(0): DFP-1 (boot)
[ 19052.087] (--) NVIDIA(0): DFP-2
[ 19052.087] (--) NVIDIA(0): DFP-3
[ 19052.088] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
[ 19052.088] (II) NVIDIA(0): (GPU-0)
[ 19052.088] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 19052.088] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
[ 19052.088] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 19052.089] (--) NVIDIA(GPU-0):
[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 19052.120] (--) NVIDIA(GPU-0):
[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 19052.120] (--) NVIDIA(GPU-0):
[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 19052.121] (--) NVIDIA(GPU-0):
[ 19052.127] (II) NVIDIA(0): Validated MetaModes:
[ 19052.127] (II) NVIDIA(0): "DFP-1:1920x1080"
[ 19052.127] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 19052.133] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
[ 19052.133] (--) NVIDIA(0): option
[ 19052.134] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 19052.134] (II) NVIDIA: access.
[ 19052.142] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 19052.142] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 19052.142] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 19052.142] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 19052.142] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 19052.142] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 19052.142] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 19052.142] (II) NVIDIA(0): Config Options in the README.
[ 19052.179] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
[ 19052.217] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 19052.217] (==) NVIDIA(0): Backing store enabled
[ 19052.217] (==) NVIDIA(0): Silken mouse enabled
[ 19052.217] (**) NVIDIA(0): DPMS enabled
[ 19052.218] (II) Loading sub module "dri2"
[ 19052.218] (II) LoadModule: "dri2"
[ 19052.218] (II) Module "dri2" already built-in
[ 19052.218] (II) NVIDIA(0): [DRI2] Setup complete
[ 19052.218] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 19052.218] (II) Initializing extension Generic Event Extension
[ 19052.218] (II) Initializing extension SHAPE
[ 19052.219] (II) Initializing extension MIT-SHM
[ 19052.219] (II) Initializing extension XInputExtension
[ 19052.220] (II) Initializing extension XTEST
[ 19052.220] (II) Initializing extension BIG-REQUESTS
[ 19052.221] (II) Initializing extension SYNC
[ 19052.221] (II) Initializing extension XKEYBOARD
[ 19052.222] (II) Initializing extension XC-MISC
[ 19052.222] (II) Initializing extension SECURITY
[ 19052.223] (II) Initializing extension XFIXES
[ 19052.223] (II) Initializing extension RENDER
[ 19052.223] (II) Initializing extension RANDR
[ 19052.224] (II) Initializing extension COMPOSITE
[ 19052.225] (II) Initializing extension DAMAGE
[ 19052.225] (II) Initializing extension MIT-SCREEN-SAVER
[ 19052.226] (II) Initializing extension DOUBLE-BUFFER
[ 19052.226] (II) Initializing extension RECORD
[ 19052.227] (II) Initializing extension DPMS
[ 19052.227] (II) Initializing extension Present
[ 19052.227] (II) Initializing extension DRI3
[ 19052.227] (II) Initializing extension X-Resource
[ 19052.228] (II) Initializing extension XVideo
[ 19052.228] (II) Initializing extension XVideo-MotionCompensation
[ 19052.228] (II) Initializing extension GLX
[ 19052.229] (II) Initializing extension GLX
[ 19052.229] (II) Indirect GLX disabled.
[ 19052.229] (II) GLX: Another vendor is already registered for screen 0
[ 19052.229] (II) Initializing extension XFree86-VidModeExtension
[ 19052.229] (II) Initializing extension XFree86-DGA
[ 19052.230] (II) Initializing extension XFree86-DRI
[ 19052.230] (II) Initializing extension DRI2
[ 19052.230] (II) Initializing extension NV-GLX
[ 19052.231] (II) Initializing extension NV-CONTROL
[ 19052.231] (II) Initializing extension XINERAMA
[ 19052.401] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 19052.401] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 19052.401] (II) LoadModule: "libinput"
[ 19052.401] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 19052.404] (II) Module libinput: vendor="X.Org Foundation"
[ 19052.404] compiled for 1.20.8, module version = 0.30.0
[ 19052.404] Module class: X.Org XInput Driver
[ 19052.404] ABI class: X.Org XInput driver, version 24.1
[ 19052.404] (II) Using input driver 'libinput' for 'System mouse'
[ 19052.404] (**) System mouse: always reports core events
[ 19052.404] (**) Option "Device" "/dev/input/event0"
[ 19052.404] (**) Option "_source" "server/udev"
[ 19052.407] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 19052.407] (II) event0 - System mouse: device is a pointer
[ 19052.407] (II) event0 - System mouse: device removed
[ 19052.407] (**) Option "config_info" "udev:/dev/input/event0"
[ 19052.407] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 19052.408] (**) Option "AccelerationScheme" "none"
[ 19052.408] (**) System mouse: (accel) selected scheme none/0
[ 19052.408] (**) System mouse: (accel) acceleration factor: 2.000
[ 19052.408] (**) System mouse: (accel) acceleration threshold: 4
[ 19052.409] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 19052.409] (II) event0 - System mouse: device is a pointer
[ 19052.409] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 19052.409] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 19052.409] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 19052.409] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 19052.409] (**) System keyboard multiplexer: always reports core events
[ 19052.409] (**) Option "Device" "/dev/input/event1"
[ 19052.409] (**) Option "_source" "server/udev"
[ 19052.411] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 19052.411] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 19052.411] (II) event1 - System keyboard multiplexer: device removed
[ 19052.411] (**) Option "config_info" "udev:/dev/input/event1"
[ 19052.411] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 19052.411] (**) Option "xkb_rules" "evdev"
[ 19052.451] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 19052.451] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 19052.451] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
[ 19052.451] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
[ 19052.452] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
[ 19052.452] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 19052.452] (**) vendor 0x0557 product 0x2419: always reports core events
[ 19052.452] (**) Option "Device" "/dev/input/event2"
[ 19052.452] (**) Option "_source" "server/udev"
[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 19052.453] (**) Option "config_info" "udev:/dev/input/event2"
[ 19052.454] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
[ 19052.454] (**) Option "xkb_rules" "evdev"
[ 19052.455] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 19052.455] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 19052.455] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
[ 19052.455] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
[ 19052.455] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 19052.456] (**) vendor 0x0557 product 0x2419: always reports core events
[ 19052.456] (**) Option "Device" "/dev/input/event3"
[ 19052.456] (**) Option "_source" "server/udev"
[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 19052.457] (**) Option "config_info" "udev:/dev/input/event3"
[ 19052.457] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
[ 19052.458] (**) Option "AccelerationScheme" "none"
[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
[ 19052.459] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 19052.459] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 19052.459] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[ 19052.459] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
[ 19052.459] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19052.459] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 19052.460] (**) SIGMACHIP USB Keyboard: always reports core events
[ 19052.460] (**) Option "Device" "/dev/input/event4"
[ 19052.460] (**) Option "_source" "server/udev"
[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: is tagged by udev as: Keyboard
[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device is a keyboard
[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device removed
[ 19052.461] (**) Option "config_info" "udev:/dev/input/event4"
[ 19052.461] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
[ 19052.461] (**) Option "xkb_rules" "evdev"
[ 19052.462] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: is tagged by udev as: Keyboard
[ 19052.463] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device is a keyboard
[ 19052.463] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 19052.463] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 19052.463] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 19052.463] (**) Logitech USB Optical Mouse: always reports core events
[ 19052.463] (**) Option "Device" "/dev/input/event5"
[ 19052.463] (**) Option "_source" "server/udev"
[ 19052.464] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: is tagged by udev as: Mouse
[ 19052.465] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device is a pointer
[ 19052.465] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device removed
[ 19052.465] (**) Option "config_info" "udev:/dev/input/event5"
[ 19052.465] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[ 19052.465] (**) Option "AccelerationScheme" "none"
[ 19052.465] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 19052.465] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 19052.465] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 19052.466] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: is tagged by udev as: Mouse
[ 19052.467] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device is a pointer
[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 19052.498] (--) NVIDIA(GPU-0):
[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 19052.528] (--) NVIDIA(GPU-0):
And took diffs between temp_org.log to
temp_20200922143118.log and temp_20200922143330.log
respectively:
root at smtp:~ # diff -u /var/tmp/temp_org.log /var/tmp/temp_20200922143118.log
--- /var/tmp/temp_org.log 2020-09-22 14:31:10.855207000 +0900
+++ /var/tmp/temp_20200922143118.log 2020-09-22 14:31:33.518075000 +0900
@@ -1,5 +1,5 @@
root at smtp:~ # date '+%Y%m%d%H%M%S'
-20200922143110
+20200922143118
root at smtp:~ # xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
@@ -84,51 +84,10 @@
Accel profiles: n/a
Rotation: n/a
-Device: SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45
-Kernel: /dev/input/event4
-Group: 5
-Seat: seat0, default
-Capabilities: keyboard
-Tap-to-click: n/a
-Tap-and-drag: n/a
-Tap drag lock: n/a
-Left-handed: n/a
-Nat.scrolling: n/a
-Middle emulation: n/a
-Calibration: n/a
-Scroll methods: none
-Click methods: none
-Disable-w-typing: n/a
-Accel profiles: n/a
-Rotation: n/a
-
-Device: Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46
-Kernel: /dev/input/event5
-Group: 6
-Seat: seat0, default
-Capabilities: pointer
-Tap-to-click: n/a
-Tap-and-drag: n/a
-Tap drag lock: n/a
-Left-handed: disabled
-Nat.scrolling: disabled
-Middle emulation: disabled
-Calibration: n/a
-Scroll methods: button
-Click methods: none
-Disable-w-typing: n/a
-Accel profiles: flat *adaptive
-Rotation: n/a
-
root at smtp:~ # usbconfig
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <vendor 0x0557 product 0x7000> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen0.3: <vendor 0x0557 product 0x2419> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (160mA)
-ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
-ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
-ugen0.6: <SIGMACHIP USB Keyboard> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA)
-ugen0.7: <Logitech USB Optical Mouse> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
-ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (500mA)
root at smtp:~ # ls -l /var/log/Xorg.0.log*
-rw-r--r-- 1 root wheel 19196 9月 22 14:30 /var/log/Xorg.0.log
-rw-r--r-- 1 root wheel 20126 9月 22 11:53 /var/log/Xorg.0.log.old
root at smtp:~ # diff -u /var/tmp/temp_org.log /var/tmp/temp_20200922143330.log
--- /var/tmp/temp_org.log 2020-09-22 14:31:10.855207000 +0900
+++ /var/tmp/temp_20200922143330.log 2020-09-22 14:34:00.674130000 +0900
@@ -1,5 +1,5 @@
root at smtp:~ # date '+%Y%m%d%H%M%S'
-20200922143110
+20200922143330
root at smtp:~ # xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
@@ -84,7 +84,7 @@
Accel profiles: n/a
Rotation: n/a
-Device: SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45
+Device: SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 60
Kernel: /dev/input/event4
Group: 5
Seat: seat0, default
@@ -102,7 +102,7 @@
Accel profiles: n/a
Rotation: n/a
-Device: Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46
+Device: Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 61
Kernel: /dev/input/event5
Group: 6
Seat: seat0, default
@@ -130,37 +130,37 @@
ugen0.7: <Logitech USB Optical Mouse> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (500mA)
root at smtp:~ # ls -l /var/log/Xorg.0.log*
--rw-r--r-- 1 root wheel 19196 9月 22 14:30 /var/log/Xorg.0.log
--rw-r--r-- 1 root wheel 20126 9月 22 11:53 /var/log/Xorg.0.log.old
+-rw-r--r-- 1 root wheel 19196 9月 22 14:32 /var/log/Xorg.0.log
+-rw-r--r-- 1 root wheel 20126 9月 22 14:32 /var/log/Xorg.0.log.old
root at smtp:~ # cat /var/log/Xorg.0.log
-[ 18895.999]
+[ 19051.239]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
-[ 18895.999] Build Operating System: FreeBSD 13.0-CURRENT amd64
-[ 18895.999] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
-[ 18895.999] Build Date: 24 July 2020 05:37:17PM
-[ 18895.999]
-[ 18895.999] Current version of pixman: 0.40.0
-[ 18895.999] Before reporting problems, check http://wiki.x.org
+[ 19051.239] Build Operating System: FreeBSD 13.0-CURRENT amd64
+[ 19051.239] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
+[ 19051.239] Build Date: 24 July 2020 05:37:17PM
+[ 19051.239]
+[ 19051.240] Current version of pixman: 0.40.0
+[ 19051.240] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
-[ 18895.999] Markers: (--) probed, (**) from config file, (==) default setting,
+[ 19051.240] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-[ 18896.000] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 22 14:30:10 2020
-[ 18896.000] (==) Using config file: "/etc/X11/xorg.conf"
-[ 18896.000] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
-[ 18896.000] (==) ServerLayout "X.org Configured"
-[ 18896.000] (**) |-->Screen "Screen0" (0)
-[ 18896.000] (**) | |-->Monitor "Monitor0"
-[ 18896.001] (**) | |-->Device "Card0"
-[ 18896.001] (**) |-->Screen "Screen1" (1)
-[ 18896.001] (**) | |-->Monitor "Monitor1"
-[ 18896.001] (**) | |-->Device "Card1"
-[ 18896.001] (==) Automatically adding devices
-[ 18896.001] (==) Automatically enabling devices
-[ 18896.001] (==) Not automatically adding GPU devices
-[ 18896.001] (==) Max clients allowed: 256, resource mask: 0x1fffff
-[ 18896.002] (**) FontPath set to:
+[ 19051.240] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 22 14:32:45 2020
+[ 19051.240] (==) Using config file: "/etc/X11/xorg.conf"
+[ 19051.240] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
+[ 19051.240] (==) ServerLayout "X.org Configured"
+[ 19051.241] (**) |-->Screen "Screen0" (0)
+[ 19051.241] (**) | |-->Monitor "Monitor0"
+[ 19051.241] (**) | |-->Device "Card0"
+[ 19051.241] (**) |-->Screen "Screen1" (1)
+[ 19051.241] (**) | |-->Monitor "Monitor1"
+[ 19051.241] (**) | |-->Device "Card1"
+[ 19051.241] (==) Automatically adding devices
+[ 19051.241] (==) Automatically enabling devices
+[ 19051.241] (==) Not automatically adding GPU devices
+[ 19051.241] (==) Max clients allowed: 256, resource mask: 0x1fffff
+[ 19051.242] (**) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
@@ -175,259 +175,259 @@
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d
-[ 18896.002] (**) ModulePath set to "/usr/local/lib/xorg/modules"
-[ 18896.002] (II) The server relies on udev to provide the list of input devices.
+[ 19051.242] (**) ModulePath set to "/usr/local/lib/xorg/modules"
+[ 19051.242] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
-[ 18896.002] (II) Loader magic: 0x4341b0
-[ 18896.002] (II) Module ABI versions:
-[ 18896.002] X.Org ANSI C Emulation: 0.4
-[ 18896.002] X.Org Video Driver: 24.1
-[ 18896.002] X.Org XInput driver : 24.1
-[ 18896.002] X.Org Server Extension : 10.0
-[ 18896.002] (!!) More than one possible primary device found
-[ 18896.002] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
-[ 18896.002] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
-[ 18896.002] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
-[ 18896.002] (II) LoadModule: "glxservernvidia"
-[ 18896.003] (WW) Warning, couldn't open module glxservernvidia
-[ 18896.003] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
-[ 18896.003] (II) LoadModule: "glx"
-[ 18896.003] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
-[ 18896.005] (II) Module glx: vendor="X.Org Foundation"
-[ 18896.005] compiled for 1.20.8, module version = 1.0.0
-[ 18896.005] ABI class: X.Org Server Extension, version 10.0
-[ 18896.005] (II) LoadModule: "nvidia"
-[ 18896.005] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
-[ 18896.005] (II) Module nvidia: vendor="NVIDIA Corporation"
-[ 18896.006] compiled for 1.6.99.901, module version = 1.0.0
-[ 18896.006] Module class: X.Org Video Driver
-[ 18896.006] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
-[ 18896.006] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
-[ 18896.006] (--) Using syscons driver with X support (version 2.0)
-[ 18896.006] (--) using VT number 9
+[ 19051.242] (II) Loader magic: 0x4341b0
+[ 19051.242] (II) Module ABI versions:
+[ 19051.242] X.Org ANSI C Emulation: 0.4
+[ 19051.242] X.Org Video Driver: 24.1
+[ 19051.242] X.Org XInput driver : 24.1
+[ 19051.242] X.Org Server Extension : 10.0
+[ 19051.242] (!!) More than one possible primary device found
+[ 19051.242] (--) PCI: (3 at 0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
+[ 19051.242] (--) PCI: (101 at 0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
+[ 19051.243] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
+[ 19051.243] (II) LoadModule: "glxservernvidia"
+[ 19051.243] (WW) Warning, couldn't open module glxservernvidia
+[ 19051.243] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
+[ 19051.243] (II) LoadModule: "glx"
+[ 19051.243] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
+[ 19051.245] (II) Module glx: vendor="X.Org Foundation"
+[ 19051.245] compiled for 1.20.8, module version = 1.0.0
+[ 19051.245] ABI class: X.Org Server Extension, version 10.0
+[ 19051.245] (II) LoadModule: "nvidia"
+[ 19051.245] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
+[ 19051.246] (II) Module nvidia: vendor="NVIDIA Corporation"
+[ 19051.246] compiled for 1.6.99.901, module version = 1.0.0
+[ 19051.246] Module class: X.Org Video Driver
+[ 19051.246] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:13:34 UTC 2020
+[ 19051.246] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
+[ 19051.246] (--) Using syscons driver with X support (version 2.0)
+[ 19051.246] (--) using VT number 9
-[ 18896.209] (II) Loading sub module "fb"
-[ 18896.210] (II) LoadModule: "fb"
-[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libfb.so
-[ 18896.210] (II) Module fb: vendor="X.Org Foundation"
-[ 18896.210] compiled for 1.20.8, module version = 1.0.0
-[ 18896.210] ABI class: X.Org ANSI C Emulation, version 0.4
-[ 18896.210] (II) Loading sub module "wfb"
-[ 18896.210] (II) LoadModule: "wfb"
-[ 18896.210] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
-[ 18896.211] (II) Module wfb: vendor="X.Org Foundation"
-[ 18896.211] compiled for 1.20.8, module version = 1.0.0
-[ 18896.211] ABI class: X.Org ANSI C Emulation, version 0.4
-[ 18896.211] (II) Loading sub module "ramdac"
-[ 18896.211] (II) LoadModule: "ramdac"
-[ 18896.211] (II) Module "ramdac" already built-in
-[ 18896.211] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
-[ 18896.211] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
-[ 18896.211] (==) NVIDIA(0): RGB weight 888
-[ 18896.211] (==) NVIDIA(0): Default visual is TrueColor
-[ 18896.211] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
-[ 18896.212] (**) NVIDIA(0): Enabling 2D acceleration
-[ 18896.212] (II) Loading sub module "glxserver_nvidia"
-[ 18896.212] (II) LoadModule: "glxserver_nvidia"
-[ 18896.212] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
-[ 18896.217] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
-[ 18896.217] compiled for 1.6.99.901, module version = 1.0.0
-[ 18896.217] Module class: X.Org Server Extension
-[ 18896.217] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
-[ 18896.217] (II) NVIDIA: The X server supports PRIME Render Offload.
-[ 18896.837] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
-[ 18896.837] (--) NVIDIA(0): DFP-0
-[ 18896.837] (--) NVIDIA(0): DFP-1 (boot)
-[ 18896.837] (--) NVIDIA(0): DFP-2
-[ 18896.837] (--) NVIDIA(0): DFP-3
-[ 18896.838] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
-[ 18896.838] (II) NVIDIA(0): (GPU-0)
-[ 18896.838] (--) NVIDIA(0): Memory: 4194304 kBytes
-[ 18896.838] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
-[ 18896.838] (II) NVIDIA(0): Detected PCI Express Link width: 16X
-[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: disconnected
-[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
-[ 18896.839] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
-[ 18896.839] (--) NVIDIA(GPU-0):
-[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
-[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
-[ 18896.870] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
-[ 18896.870] (--) NVIDIA(GPU-0):
-[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: disconnected
-[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
-[ 18896.870] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
-[ 18896.870] (--) NVIDIA(GPU-0):
-[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: disconnected
-[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
-[ 18896.871] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
-[ 18896.871] (--) NVIDIA(GPU-0):
-[ 18896.877] (II) NVIDIA(0): Validated MetaModes:
-[ 18896.877] (II) NVIDIA(0): "DFP-1:1920x1080"
-[ 18896.877] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
-[ 18896.883] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
-[ 18896.883] (--) NVIDIA(0): option
-[ 18896.884] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
-[ 18896.884] (II) NVIDIA: access.
-[ 18896.890] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
-[ 18896.891] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
-[ 18896.891] (II) NVIDIA(0): configuration option may not be set correctly. When the
-[ 18896.891] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
-[ 18896.891] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
-[ 18896.891] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
-[ 18896.891] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
-[ 18896.891] (II) NVIDIA(0): Config Options in the README.
-[ 18896.928] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
-[ 18896.961] (==) NVIDIA(0): Disabling shared memory pixmaps
-[ 18896.961] (==) NVIDIA(0): Backing store enabled
-[ 18896.961] (==) NVIDIA(0): Silken mouse enabled
-[ 18896.961] (**) NVIDIA(0): DPMS enabled
-[ 18896.962] (II) Loading sub module "dri2"
-[ 18896.962] (II) LoadModule: "dri2"
-[ 18896.962] (II) Module "dri2" already built-in
-[ 18896.962] (II) NVIDIA(0): [DRI2] Setup complete
-[ 18896.962] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
-[ 18896.962] (II) Initializing extension Generic Event Extension
-[ 18896.962] (II) Initializing extension SHAPE
-[ 18896.963] (II) Initializing extension MIT-SHM
-[ 18896.963] (II) Initializing extension XInputExtension
-[ 18896.964] (II) Initializing extension XTEST
-[ 18896.964] (II) Initializing extension BIG-REQUESTS
-[ 18896.965] (II) Initializing extension SYNC
-[ 18896.965] (II) Initializing extension XKEYBOARD
-[ 18896.966] (II) Initializing extension XC-MISC
-[ 18896.966] (II) Initializing extension SECURITY
-[ 18896.967] (II) Initializing extension XFIXES
-[ 18896.967] (II) Initializing extension RENDER
-[ 18896.968] (II) Initializing extension RANDR
-[ 18896.968] (II) Initializing extension COMPOSITE
-[ 18896.969] (II) Initializing extension DAMAGE
-[ 18896.969] (II) Initializing extension MIT-SCREEN-SAVER
-[ 18896.970] (II) Initializing extension DOUBLE-BUFFER
-[ 18896.970] (II) Initializing extension RECORD
-[ 18896.971] (II) Initializing extension DPMS
-[ 18896.971] (II) Initializing extension Present
-[ 18896.971] (II) Initializing extension DRI3
-[ 18896.972] (II) Initializing extension X-Resource
-[ 18896.972] (II) Initializing extension XVideo
-[ 18896.972] (II) Initializing extension XVideo-MotionCompensation
-[ 18896.972] (II) Initializing extension GLX
-[ 18896.973] (II) Initializing extension GLX
-[ 18896.973] (II) Indirect GLX disabled.
-[ 18896.973] (II) GLX: Another vendor is already registered for screen 0
-[ 18896.973] (II) Initializing extension XFree86-VidModeExtension
-[ 18896.973] (II) Initializing extension XFree86-DGA
-[ 18896.974] (II) Initializing extension XFree86-DRI
-[ 18896.974] (II) Initializing extension DRI2
-[ 18896.974] (II) Initializing extension NV-GLX
-[ 18896.975] (II) Initializing extension NV-CONTROL
-[ 18896.975] (II) Initializing extension XINERAMA
-[ 18897.143] (II) config/udev: Adding input device System mouse (/dev/input/event0)
-[ 18897.143] (**) System mouse: Applying InputClass "libinput pointer catchall"
-[ 18897.143] (II) LoadModule: "libinput"
-[ 18897.144] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
-[ 18897.146] (II) Module libinput: vendor="X.Org Foundation"
-[ 18897.146] compiled for 1.20.8, module version = 0.30.0
-[ 18897.146] Module class: X.Org XInput Driver
-[ 18897.146] ABI class: X.Org XInput driver, version 24.1
-[ 18897.146] (II) Using input driver 'libinput' for 'System mouse'
-[ 18897.146] (**) System mouse: always reports core events
-[ 18897.146] (**) Option "Device" "/dev/input/event0"
-[ 18897.147] (**) Option "_source" "server/udev"
-[ 18897.149] (II) event0 - System mouse: is tagged by udev as: Mouse
-[ 18897.150] (II) event0 - System mouse: device is a pointer
-[ 18897.150] (II) event0 - System mouse: device removed
-[ 18897.150] (**) Option "config_info" "udev:/dev/input/event0"
-[ 18897.150] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
-[ 18897.150] (**) Option "AccelerationScheme" "none"
-[ 18897.150] (**) System mouse: (accel) selected scheme none/0
-[ 18897.150] (**) System mouse: (accel) acceleration factor: 2.000
-[ 18897.151] (**) System mouse: (accel) acceleration threshold: 4
-[ 18897.151] (II) event0 - System mouse: is tagged by udev as: Mouse
-[ 18897.151] (II) event0 - System mouse: device is a pointer
-[ 18897.152] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
-[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
-[ 18897.152] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
-[ 18897.152] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
-[ 18897.152] (**) System keyboard multiplexer: always reports core events
-[ 18897.152] (**) Option "Device" "/dev/input/event1"
-[ 18897.152] (**) Option "_source" "server/udev"
-[ 18897.153] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
-[ 18897.153] (II) event1 - System keyboard multiplexer: device is a keyboard
-[ 18897.154] (II) event1 - System keyboard multiplexer: device removed
-[ 18897.154] (**) Option "config_info" "udev:/dev/input/event1"
-[ 18897.154] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
-[ 18897.154] (**) Option "xkb_rules" "evdev"
-[ 18897.193] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
-[ 18897.194] (II) event1 - System keyboard multiplexer: device is a keyboard
-[ 18897.194] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
-[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
-[ 18897.194] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
-[ 18897.194] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
-[ 18897.194] (**) vendor 0x0557 product 0x2419: always reports core events
-[ 18897.194] (**) Option "Device" "/dev/input/event2"
-[ 18897.194] (**) Option "_source" "server/udev"
-[ 18897.195] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
-[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
-[ 18897.196] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
-[ 18897.196] (**) Option "config_info" "udev:/dev/input/event2"
-[ 18897.196] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
-[ 18897.196] (**) Option "xkb_rules" "evdev"
-[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
-[ 18897.197] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
-[ 18897.198] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
-[ 18897.198] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
-[ 18897.198] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
-[ 18897.198] (**) vendor 0x0557 product 0x2419: always reports core events
-[ 18897.198] (**) Option "Device" "/dev/input/event3"
-[ 18897.198] (**) Option "_source" "server/udev"
-[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
-[ 18897.199] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
-[ 18897.200] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
-[ 18897.200] (**) Option "config_info" "udev:/dev/input/event3"
-[ 18897.200] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
-[ 18897.200] (**) Option "AccelerationScheme" "none"
-[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
-[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
-[ 18897.200] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
-[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
-[ 18897.201] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
-[ 18897.202] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
-[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
-[ 18897.202] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
-[ 18897.202] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
-[ 18897.202] (**) SIGMACHIP USB Keyboard: always reports core events
-[ 18897.202] (**) Option "Device" "/dev/input/event4"
-[ 18897.202] (**) Option "_source" "server/udev"
-[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
-[ 18897.203] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
-[ 18897.204] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device removed
-[ 18897.204] (**) Option "config_info" "udev:/dev/input/event4"
-[ 18897.204] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
-[ 18897.204] (**) Option "xkb_rules" "evdev"
-[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: is tagged by udev as: Keyboard
-[ 18897.205] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 45: device is a keyboard
-[ 18897.205] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
-[ 18897.206] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
-[ 18897.206] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
-[ 18897.206] (**) Logitech USB Optical Mouse: always reports core events
-[ 18897.206] (**) Option "Device" "/dev/input/event5"
-[ 18897.206] (**) Option "_source" "server/udev"
-[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
-[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
-[ 18897.207] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device removed
-[ 18897.207] (**) Option "config_info" "udev:/dev/input/event5"
-[ 18897.207] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
-[ 18897.208] (**) Option "AccelerationScheme" "none"
-[ 18897.208] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
-[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
-[ 18897.208] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
-[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: is tagged by udev as: Mouse
-[ 18897.209] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 46: device is a pointer
-[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
-[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
-[ 18897.250] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
-[ 18897.250] (--) NVIDIA(GPU-0):
-[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
-[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
-[ 18897.281] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
-[ 18897.281] (--) NVIDIA(GPU-0):
+[ 19051.450] (II) Loading sub module "fb"
+[ 19051.450] (II) LoadModule: "fb"
+[ 19051.450] (II) Loading /usr/local/lib/xorg/modules/libfb.so
+[ 19051.450] (II) Module fb: vendor="X.Org Foundation"
+[ 19051.450] compiled for 1.20.8, module version = 1.0.0
+[ 19051.450] ABI class: X.Org ANSI C Emulation, version 0.4
+[ 19051.450] (II) Loading sub module "wfb"
+[ 19051.450] (II) LoadModule: "wfb"
+[ 19051.451] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
+[ 19051.451] (II) Module wfb: vendor="X.Org Foundation"
+[ 19051.451] compiled for 1.20.8, module version = 1.0.0
+[ 19051.451] ABI class: X.Org ANSI C Emulation, version 0.4
+[ 19051.451] (II) Loading sub module "ramdac"
+[ 19051.451] (II) LoadModule: "ramdac"
+[ 19051.451] (II) Module "ramdac" already built-in
+[ 19051.451] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
+[ 19051.451] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
+[ 19051.451] (==) NVIDIA(0): RGB weight 888
+[ 19051.452] (==) NVIDIA(0): Default visual is TrueColor
+[ 19051.452] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
+[ 19051.452] (**) NVIDIA(0): Enabling 2D acceleration
+[ 19051.452] (II) Loading sub module "glxserver_nvidia"
+[ 19051.452] (II) LoadModule: "glxserver_nvidia"
+[ 19051.452] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
+[ 19051.457] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
+[ 19051.457] compiled for 1.6.99.901, module version = 1.0.0
+[ 19051.457] Module class: X.Org Server Extension
+[ 19051.457] (II) NVIDIA GLX Module 440.100 Fri May 29 08:12:16 UTC 2020
+[ 19051.457] (II) NVIDIA: The X server supports PRIME Render Offload.
+[ 19052.087] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
+[ 19052.087] (--) NVIDIA(0): DFP-0
+[ 19052.087] (--) NVIDIA(0): DFP-1 (boot)
+[ 19052.087] (--) NVIDIA(0): DFP-2
+[ 19052.087] (--) NVIDIA(0): DFP-3
+[ 19052.088] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
+[ 19052.088] (II) NVIDIA(0): (GPU-0)
+[ 19052.088] (--) NVIDIA(0): Memory: 4194304 kBytes
+[ 19052.088] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
+[ 19052.088] (II) NVIDIA(0): Detected PCI Express Link width: 16X
+[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: disconnected
+[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
+[ 19052.089] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
+[ 19052.089] (--) NVIDIA(GPU-0):
+[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
+[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
+[ 19052.120] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
+[ 19052.120] (--) NVIDIA(GPU-0):
+[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: disconnected
+[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
+[ 19052.120] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
+[ 19052.120] (--) NVIDIA(GPU-0):
+[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: disconnected
+[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
+[ 19052.121] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
+[ 19052.121] (--) NVIDIA(GPU-0):
+[ 19052.127] (II) NVIDIA(0): Validated MetaModes:
+[ 19052.127] (II) NVIDIA(0): "DFP-1:1920x1080"
+[ 19052.127] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
+[ 19052.133] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
+[ 19052.133] (--) NVIDIA(0): option
+[ 19052.134] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
+[ 19052.134] (II) NVIDIA: access.
+[ 19052.142] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
+[ 19052.142] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
+[ 19052.142] (II) NVIDIA(0): configuration option may not be set correctly. When the
+[ 19052.142] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
+[ 19052.142] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
+[ 19052.142] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
+[ 19052.142] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
+[ 19052.142] (II) NVIDIA(0): Config Options in the README.
+[ 19052.179] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
+[ 19052.217] (==) NVIDIA(0): Disabling shared memory pixmaps
+[ 19052.217] (==) NVIDIA(0): Backing store enabled
+[ 19052.217] (==) NVIDIA(0): Silken mouse enabled
+[ 19052.217] (**) NVIDIA(0): DPMS enabled
+[ 19052.218] (II) Loading sub module "dri2"
+[ 19052.218] (II) LoadModule: "dri2"
+[ 19052.218] (II) Module "dri2" already built-in
+[ 19052.218] (II) NVIDIA(0): [DRI2] Setup complete
+[ 19052.218] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
+[ 19052.218] (II) Initializing extension Generic Event Extension
+[ 19052.218] (II) Initializing extension SHAPE
+[ 19052.219] (II) Initializing extension MIT-SHM
+[ 19052.219] (II) Initializing extension XInputExtension
+[ 19052.220] (II) Initializing extension XTEST
+[ 19052.220] (II) Initializing extension BIG-REQUESTS
+[ 19052.221] (II) Initializing extension SYNC
+[ 19052.221] (II) Initializing extension XKEYBOARD
+[ 19052.222] (II) Initializing extension XC-MISC
+[ 19052.222] (II) Initializing extension SECURITY
+[ 19052.223] (II) Initializing extension XFIXES
+[ 19052.223] (II) Initializing extension RENDER
+[ 19052.223] (II) Initializing extension RANDR
+[ 19052.224] (II) Initializing extension COMPOSITE
+[ 19052.225] (II) Initializing extension DAMAGE
+[ 19052.225] (II) Initializing extension MIT-SCREEN-SAVER
+[ 19052.226] (II) Initializing extension DOUBLE-BUFFER
+[ 19052.226] (II) Initializing extension RECORD
+[ 19052.227] (II) Initializing extension DPMS
+[ 19052.227] (II) Initializing extension Present
+[ 19052.227] (II) Initializing extension DRI3
+[ 19052.227] (II) Initializing extension X-Resource
+[ 19052.228] (II) Initializing extension XVideo
+[ 19052.228] (II) Initializing extension XVideo-MotionCompensation
+[ 19052.228] (II) Initializing extension GLX
+[ 19052.229] (II) Initializing extension GLX
+[ 19052.229] (II) Indirect GLX disabled.
+[ 19052.229] (II) GLX: Another vendor is already registered for screen 0
+[ 19052.229] (II) Initializing extension XFree86-VidModeExtension
+[ 19052.229] (II) Initializing extension XFree86-DGA
+[ 19052.230] (II) Initializing extension XFree86-DRI
+[ 19052.230] (II) Initializing extension DRI2
+[ 19052.230] (II) Initializing extension NV-GLX
+[ 19052.231] (II) Initializing extension NV-CONTROL
+[ 19052.231] (II) Initializing extension XINERAMA
+[ 19052.401] (II) config/udev: Adding input device System mouse (/dev/input/event0)
+[ 19052.401] (**) System mouse: Applying InputClass "libinput pointer catchall"
+[ 19052.401] (II) LoadModule: "libinput"
+[ 19052.401] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
+[ 19052.404] (II) Module libinput: vendor="X.Org Foundation"
+[ 19052.404] compiled for 1.20.8, module version = 0.30.0
+[ 19052.404] Module class: X.Org XInput Driver
+[ 19052.404] ABI class: X.Org XInput driver, version 24.1
+[ 19052.404] (II) Using input driver 'libinput' for 'System mouse'
+[ 19052.404] (**) System mouse: always reports core events
+[ 19052.404] (**) Option "Device" "/dev/input/event0"
+[ 19052.404] (**) Option "_source" "server/udev"
+[ 19052.407] (II) event0 - System mouse: is tagged by udev as: Mouse
+[ 19052.407] (II) event0 - System mouse: device is a pointer
+[ 19052.407] (II) event0 - System mouse: device removed
+[ 19052.407] (**) Option "config_info" "udev:/dev/input/event0"
+[ 19052.407] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
+[ 19052.408] (**) Option "AccelerationScheme" "none"
+[ 19052.408] (**) System mouse: (accel) selected scheme none/0
+[ 19052.408] (**) System mouse: (accel) acceleration factor: 2.000
+[ 19052.408] (**) System mouse: (accel) acceleration threshold: 4
+[ 19052.409] (II) event0 - System mouse: is tagged by udev as: Mouse
+[ 19052.409] (II) event0 - System mouse: device is a pointer
+[ 19052.409] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
+[ 19052.409] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
+[ 19052.409] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
+[ 19052.409] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
+[ 19052.409] (**) System keyboard multiplexer: always reports core events
+[ 19052.409] (**) Option "Device" "/dev/input/event1"
+[ 19052.409] (**) Option "_source" "server/udev"
+[ 19052.411] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
+[ 19052.411] (II) event1 - System keyboard multiplexer: device is a keyboard
+[ 19052.411] (II) event1 - System keyboard multiplexer: device removed
+[ 19052.411] (**) Option "config_info" "udev:/dev/input/event1"
+[ 19052.411] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
+[ 19052.411] (**) Option "xkb_rules" "evdev"
+[ 19052.451] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
+[ 19052.451] (II) event1 - System keyboard multiplexer: device is a keyboard
+[ 19052.451] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
+[ 19052.451] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
+[ 19052.452] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
+[ 19052.452] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
+[ 19052.452] (**) vendor 0x0557 product 0x2419: always reports core events
+[ 19052.452] (**) Option "Device" "/dev/input/event2"
+[ 19052.452] (**) Option "_source" "server/udev"
+[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
+[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
+[ 19052.453] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
+[ 19052.453] (**) Option "config_info" "udev:/dev/input/event2"
+[ 19052.454] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
+[ 19052.454] (**) Option "xkb_rules" "evdev"
+[ 19052.455] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
+[ 19052.455] (II) event2 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
+[ 19052.455] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
+[ 19052.455] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
+[ 19052.455] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
+[ 19052.456] (**) vendor 0x0557 product 0x2419: always reports core events
+[ 19052.456] (**) Option "Device" "/dev/input/event3"
+[ 19052.456] (**) Option "_source" "server/udev"
+[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
+[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
+[ 19052.457] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
+[ 19052.457] (**) Option "config_info" "udev:/dev/input/event3"
+[ 19052.457] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
+[ 19052.458] (**) Option "AccelerationScheme" "none"
+[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
+[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
+[ 19052.458] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
+[ 19052.459] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
+[ 19052.459] (II) event3 - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
+[ 19052.459] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
+[ 19052.459] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
+[ 19052.459] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
+[ 19052.459] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
+[ 19052.460] (**) SIGMACHIP USB Keyboard: always reports core events
+[ 19052.460] (**) Option "Device" "/dev/input/event4"
+[ 19052.460] (**) Option "_source" "server/udev"
+[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: is tagged by udev as: Keyboard
+[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device is a keyboard
+[ 19052.461] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device removed
+[ 19052.461] (**) Option "config_info" "udev:/dev/input/event4"
+[ 19052.461] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
+[ 19052.461] (**) Option "xkb_rules" "evdev"
+[ 19052.462] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: is tagged by udev as: Keyboard
+[ 19052.463] (II) event4 - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 55: device is a keyboard
+[ 19052.463] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
+[ 19052.463] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
+[ 19052.463] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
+[ 19052.463] (**) Logitech USB Optical Mouse: always reports core events
+[ 19052.463] (**) Option "Device" "/dev/input/event5"
+[ 19052.463] (**) Option "_source" "server/udev"
+[ 19052.464] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: is tagged by udev as: Mouse
+[ 19052.465] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device is a pointer
+[ 19052.465] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device removed
+[ 19052.465] (**) Option "config_info" "udev:/dev/input/event5"
+[ 19052.465] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
+[ 19052.465] (**) Option "AccelerationScheme" "none"
+[ 19052.465] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
+[ 19052.465] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
+[ 19052.465] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
+[ 19052.466] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: is tagged by udev as: Mouse
+[ 19052.467] (II) event5 - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 56: device is a pointer
+[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
+[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
+[ 19052.498] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
+[ 19052.498] (--) NVIDIA(GPU-0):
+[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
+[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
+[ 19052.528] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
+[ 19052.528] (--) NVIDIA(GPU-0):
It seems that libinput point different address from Xorg
one's ?
Regards
---
Kazuhiko Kiriyama <kiri at truefc.org>
More information about the freebsd-x11
mailing list