GTX 1050Ti not detected

KIRIYAMA Kazuhiko <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
Hi, all

I'm trying to setup X11 on GEFORCE GTX 1050Ti in
13.0-CURRENT (r363381). I've installed
nvidia-driver-390-390.138, and run `nvidia-xconfig', and run
`startx', but could not detected device:

[   139.499] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   139.500] Build Operating System: FreeBSD 13.0-CURRENT amd64 
[   139.500] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[   139.500] Build Date: 24 July 2020  05:37:17PM
[   139.500]  
[   139.500] Current version of pixman: 0.40.0
[   139.500] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   139.500] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   139.500] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 18 11:12:35 2020
[   139.505] (==) Using config file: "/etc/X11/xorg.conf"
[   139.505] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[   139.510] (==) ServerLayout "Layout0"
[   139.510] (**) |-->Screen "Screen0" (0)
[   139.510] (**) |   |-->Monitor "Monitor0"
[   139.510] (**) |   |-->Device "Device0"
[   139.510] (**) |-->Input Device "Keyboard0"
[   139.510] (**) |-->Input Device "Mouse0"
[   139.510] (==) Automatically adding devices
[   139.510] (==) Automatically enabling devices
[   139.510] (==) Not automatically adding GPU devices
[   139.511] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   139.647] (==) 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
[   139.648] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[   139.648] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   139.648] (WW) Disabling Keyboard0
[   139.648] (WW) Disabling Mouse0
[   139.648] (II) Loader magic: 0x4341b0
[   139.648] (II) Module ABI versions:
[   139.648] 	X.Org ANSI C Emulation: 0.4
[   139.648] 	X.Org Video Driver: 24.1
[   139.648] 	X.Org XInput driver : 24.1
[   139.648] 	X.Org Server Extension : 10.0
[   139.648] (!!) More than one possible primary device found
[   139.648] (--) PCI: (3@0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[   139.648] (--) PCI: (101@0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[   139.649] (II) LoadModule: "glx"
[   139.653] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[   140.091] (II) Module glx: vendor="NVIDIA Corporation"
[   140.091] 	compiled for 4.0.2, module version = 1.0.0
[   140.091] 	Module class: X.Org Server Extension
[   140.091] (II) NVIDIA GLX Module  390.138  Thu May 14 03:59:36 PDT 2020
[   140.095] (II) LoadModule: "nvidia"
[   140.104] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[   140.150] (II) Module nvidia: vendor="NVIDIA Corporation"
[   140.150] 	compiled for 4.0.2, module version = 1.0.0
[   140.150] 	Module class: X.Org Video Driver
[   140.160] (II) NVIDIA dlloader X Driver  390.138  Thu May 14 03:37:42 PDT 2020
[   140.160] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   140.161] (--) Using syscons driver with X support (version 2.0)
[   140.161] (--) using VT number 9

[   140.365] (EE) No devices detected.
[   140.365] (EE) 
Fatal server error:
[   140.365] (EE) no screens found(EE) 
[   140.365] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   140.365] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   140.365] (EE) 
[   140.569] (EE) Server terminated with error (1). Closing log file.

I've removed /etc/X11/xorg.conf, and `startx' then X started
with vesa mode:

[   264.171] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   264.172] Build Operating System: FreeBSD 13.0-CURRENT amd64 
[   264.172] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[   264.172] Build Date: 24 July 2020  05:37:17PM
[   264.172]  
[   264.172] Current version of pixman: 0.40.0
[   264.172] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   264.172] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   264.172] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 18 11:14:39 2020
[   264.215] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[   264.215] (==) No Layout section.  Using the first Screen section.
[   264.215] (==) No screen section available. Using defaults.
[   264.215] (**) |-->Screen "Default Screen Section" (0)
[   264.215] (**) |   |-->Monitor "<default monitor>"
[   264.216] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   264.216] (==) Automatically adding devices
[   264.216] (==) Automatically enabling devices
[   264.216] (==) Not automatically adding GPU devices
[   264.216] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   264.216] (==) 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
[   264.216] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[   264.216] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   264.216] (II) Loader magic: 0x4341b0
[   264.216] (II) Module ABI versions:
[   264.216] 	X.Org ANSI C Emulation: 0.4
[   264.216] 	X.Org Video Driver: 24.1
[   264.216] 	X.Org XInput driver : 24.1
[   264.216] 	X.Org Server Extension : 10.0
[   264.217] (!!) More than one possible primary device found
[   264.217] (--) PCI: (3@0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[   264.217] (--) PCI: (101@0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[   264.217] (II) LoadModule: "glx"
[   264.217] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[   264.222] (II) Module glx: vendor="NVIDIA Corporation"
[   264.222] 	compiled for 4.0.2, module version = 1.0.0
[   264.222] 	Module class: X.Org Server Extension
[   264.222] (II) NVIDIA GLX Module  390.138  Thu May 14 03:59:36 PDT 2020
[   264.222] (==) Matched modesetting as autoconfigured driver 0
[   264.223] (==) Matched scfb as autoconfigured driver 1
[   264.223] (==) Matched vesa as autoconfigured driver 2
[   264.223] (==) Assigned the driver to the xf86ConfigLayout
[   264.223] (II) LoadModule: "modesetting"
[   264.223] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[   264.278] (II) Module modesetting: vendor="X.Org Foundation"
[   264.278] 	compiled for 1.20.8, module version = 1.20.8
[   264.278] 	Module class: X.Org Video Driver
[   264.278] 	ABI class: X.Org Video Driver, version 24.1
[   264.278] (II) LoadModule: "scfb"
[   264.278] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[   264.291] (II) Module scfb: vendor="X.Org Foundation"
[   264.291] 	compiled for 1.20.8, module version = 0.0.5
[   264.291] 	ABI class: X.Org Video Driver, version 24.1
[   264.291] (II) LoadModule: "vesa"
[   264.292] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[   264.292] (II) Module vesa: vendor="X.Org Foundation"
[   264.292] 	compiled for 1.20.8, module version = 2.4.0
[   264.292] 	Module class: X.Org Video Driver
[   264.292] 	ABI class: X.Org Video Driver, version 24.1
[   264.292] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   264.292] (II) scfb: driver for wsdisplay framebuffer: scfb
[   264.292] (II) VESA: driver for VESA chipsets: vesa
[   264.292] (--) Using syscons driver with X support (version 2.0)
[   264.292] (--) using VT number 9

[   264.496] (WW) Falling back to old probe method for modesetting
[   264.496] (EE) open /dev/dri/card0: No such file or directory
[   264.496] (WW) Falling back to old probe method for scfb
[   264.496] scfb trace: probe start
[   264.496] (II) scfb(0): using default device
[   264.496] scfb trace: probe done
[   264.496] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   264.496] scfb: PreInit 0
[   264.496] (II) scfb(0): Using: depth (32),	width (1024),	 height (768)
[   264.496] (II) scfb(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   264.496] (==) scfb(0): Depth 24, (==) framebuffer bpp 32
[   264.497] (==) scfb(0): RGB weight 888
[   264.497] (==) scfb(0): Default visual is TrueColor
[   264.497] (==) scfb(0): Using gamma correction (1.0, 1.0, 1.0)
[   264.497] (II) scfb(0): Vidmem: 3072k
[   264.497] (==) scfb(0): DPI set to (96, 96)
[   264.497] (**) scfb(0): Using "Shadow Framebuffer"
[   264.497] (II) Loading sub module "shadow"
[   264.497] (II) LoadModule: "shadow"
[   264.497] (II) Loading /usr/local/lib/xorg/modules/libshadow.so
[   264.508] (II) Module shadow: vendor="X.Org Foundation"
[   264.508] 	compiled for 1.20.8, module version = 1.1.0
[   264.508] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   264.508] (II) Loading sub module "fb"
[   264.508] (II) LoadModule: "fb"
[   264.508] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[   264.509] (II) Module fb: vendor="X.Org Foundation"
[   264.509] 	compiled for 1.20.8, module version = 1.0.0
[   264.509] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   264.509] scfb: PreInit done
[   264.509] (II) UnloadModule: "modesetting"
[   264.509] (II) Unloading modesetting
[   264.510] (II) UnloadModule: "vesa"
[   264.510] (II) Unloading vesa
[   264.510] scfb: ScfbScreenInit 0
[   264.510] 	bitsPerPixel=32, depth=24, defaultVisual=TrueColor
	mask: ff0000,ff00,ff, offset: 16,8,0
[   264.510] mmap returns: addr 0x804800000 len 0x300000, fd 11, off 0
[   264.510] scfb: ScfbSave 0
[   264.510] scfb: ScfbSave done
[   264.514] (==) scfb(0): Backing store enabled
[   264.514] scfb: ScfbScreenInit done
[   264.514] (II) Initializing extension Generic Event Extension
[   264.515] (II) Initializing extension SHAPE
[   264.516] (II) Initializing extension MIT-SHM
[   264.516] (II) Initializing extension XInputExtension
[   264.518] (II) Initializing extension XTEST
[   264.518] (II) Initializing extension BIG-REQUESTS
[   264.519] (II) Initializing extension SYNC
[   264.519] (II) Initializing extension XKEYBOARD
[   264.520] (II) Initializing extension XC-MISC
[   264.520] (II) Initializing extension SECURITY
[   264.521] (II) Initializing extension XFIXES
[   264.521] (II) Initializing extension RENDER
[   264.521] (II) Initializing extension RANDR
[   264.522] (II) Initializing extension COMPOSITE
[   264.523] (II) Initializing extension DAMAGE
[   264.523] (II) Initializing extension MIT-SCREEN-SAVER
[   264.524] (II) Initializing extension DOUBLE-BUFFER
[   264.524] (II) Initializing extension RECORD
[   264.525] (II) Initializing extension DPMS
[   264.525] (II) Initializing extension Present
[   264.525] (II) Initializing extension DRI3
[   264.525] (II) Initializing extension X-Resource
[   264.526] (II) Initializing extension XVideo
[   264.526] (II) Initializing extension XVideo-MotionCompensation
[   264.526] (II) Initializing extension XFree86-VidModeExtension
[   264.526] (II) Initializing extension XFree86-DGA
[   264.527] (II) Initializing extension XFree86-DRI
[   264.527] (II) Initializing extension DRI2
[   264.527] (II) Initializing extension GLX
[   264.548] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[   265.016] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[   265.016] (**) System mouse: Applying InputClass "libinput pointer catchall"
[   265.016] (II) LoadModule: "libinput"
[   265.016] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[   265.275] (II) Module libinput: vendor="X.Org Foundation"
[   265.275] 	compiled for 1.20.8, module version = 0.30.0
[   265.275] 	Module class: X.Org XInput Driver
[   265.275] 	ABI class: X.Org XInput driver, version 24.1
[   265.275] (II) Using input driver 'libinput' for 'System mouse'
[   265.275] (**) System mouse: always reports core events
[   265.275] (**) Option "Device" "/dev/input/event0"
[   265.275] (**) Option "_source" "server/udev"
[   265.368] (II) event0  - System mouse: is tagged by udev as: Mouse
[   265.368] (II) event0  - System mouse: device is a pointer
[   265.369] (II) event0  - System mouse: device removed
[   265.369] (**) Option "config_info" "udev:/dev/input/event0"
[   265.369] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[   265.369] (**) Option "AccelerationScheme" "none"
[   265.369] (**) System mouse: (accel) selected scheme none/0
[   265.369] (**) System mouse: (accel) acceleration factor: 2.000
[   265.369] (**) System mouse: (accel) acceleration threshold: 4
[   265.370] (II) event0  - System mouse: is tagged by udev as: Mouse
[   265.370] (II) event0  - System mouse: device is a pointer
[   265.370] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[   265.370] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[   265.371] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[   265.371] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[   265.371] (**) System keyboard multiplexer: always reports core events
[   265.371] (**) Option "Device" "/dev/input/event1"
[   265.371] (**) Option "_source" "server/udev"
[   265.372] (II) event1  - System keyboard multiplexer: is tagged by udev as: Keyboard
[   265.372] (II) event1  - System keyboard multiplexer: device is a keyboard
[   265.372] (II) event1  - System keyboard multiplexer: device removed
[   265.372] (**) Option "config_info" "udev:/dev/input/event1"
[   265.372] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[   265.372] (**) Option "xkb_rules" "evdev"
[   265.418] (II) event1  - System keyboard multiplexer: is tagged by udev as: Keyboard
[   265.418] (II) event1  - System keyboard multiplexer: device is a keyboard
[   265.419] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
[   265.419] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
[   265.419] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
[   265.419] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[   265.419] (**) vendor 0x0557 product 0x2419: always reports core events
[   265.419] (**) Option "Device" "/dev/input/event2"
[   265.419] (**) Option "_source" "server/udev"
[   265.420] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[   265.420] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[   265.421] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[   265.421] (**) Option "config_info" "udev:/dev/input/event2"
[   265.421] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
[   265.421] (**) Option "xkb_rules" "evdev"
[   265.422] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[   265.422] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[   265.423] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event3)
[   265.423] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
[   265.423] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   265.423] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[   265.423] (**) SIGMACHIP USB Keyboard: always reports core events
[   265.423] (**) Option "Device" "/dev/input/event3"
[   265.423] (**) Option "_source" "server/udev"
[   265.424] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: is tagged by udev as: Keyboard
[   265.424] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: device is a keyboard
[   265.424] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: device removed
[   265.424] (**) Option "config_info" "udev:/dev/input/event3"
[   265.425] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 9)
[   265.425] (**) Option "xkb_rules" "evdev"
[   265.426] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: is tagged by udev as: Keyboard
[   265.426] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: device is a keyboard
[   265.426] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event4)
[   265.426] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
[   265.426] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[   265.426] (**) vendor 0x0557 product 0x2419: always reports core events
[   265.426] (**) Option "Device" "/dev/input/event4"
[   265.427] (**) Option "_source" "server/udev"
[   265.428] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[   265.428] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[   265.428] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[   265.428] (**) Option "config_info" "udev:/dev/input/event4"
[   265.428] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 10)
[   265.428] (**) Option "AccelerationScheme" "none"
[   265.429] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
[   265.429] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
[   265.429] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
[   265.430] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[   265.430] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[   265.430] scfb: SaveScreen 0
[   265.430] scfb: SaveScreen done
[   301.299] (II) event0  - System mouse: device removed
[   301.300] (II) event1  - System keyboard multiplexer: device removed
[   301.300] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[   301.300] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: device removed
[   301.300] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[   301.300] scfb: LeaveVT 0
[   304.767] scfb: EnterVT 0
[   304.767] scfb: EnterVT done
[   304.767] scfb: LoadPalette 0
[   304.768] scfb: SaveScreen 0
[   304.768] scfb: SaveScreen done
[   304.769] (II) event0  - System mouse: is tagged by udev as: Mouse
[   304.769] (II) event0  - System mouse: device is a pointer
[   304.770] (II) event1  - System keyboard multiplexer: is tagged by udev as: Keyboard
[   304.770] (II) event1  - System keyboard multiplexer: device is a keyboard
[   304.772] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[   304.772] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[   304.773] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: is tagged by udev as: Keyboard
[   304.773] (II) event3  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5: device is a keyboard
[   304.774] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[   304.775] (II) event4  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer

Is there any suggetions ?

My environments are:

root@smtp:~ # pkg info -aI|grep nvidia
nvidia-driver-390-390.138      NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-settings-440.100        Display Control Panel for X NVidia driver
nvidia-xconfig-440.100         Tool to manipulate X configuration files for the NVidia driver
root@smtp:~ # pkg info -aI | grep 'xorg-'
xorg-7.7_3                     X.Org complete distribution metaport
xorg-apps-7.7_4                X.org apps meta-port
xorg-docs-1.7.1,1              X.org documentation files
xorg-drivers-7.7_6             X.org drivers meta-port
xorg-fonts-7.7_1               X.org fonts meta-port
xorg-fonts-100dpi-7.7          X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-7.7           X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-7.7        X.Org Cyrillic bitmap fonts
xorg-fonts-miscbitmaps-7.7     X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
xorg-fonts-type1-7.7           X.Org Type1 fonts
xorg-libraries-7.7_4           X.org libraries meta-port
xorg-server-1.20.8_2,1         X.Org X server and related programs
root@smtp:~ # uname -a
FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
root@smtp:~ # 

Best regards
---
Kazuhiko Kiriyama <[email protected]>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.