Xdm could not be key input

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

I've updated to xorg-7.7_3 on FreeBSD 13.0-CURRENT (r367712) :

admin@kazu:~ % Xorg -version 

X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 13.0-CURRENT amd64 
Current Operating System: FreeBSD kazu.tfc 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367712M: Tue Nov 17 01:35:26 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
Build Date: 24 November 2020  07:46:44PM
 
Current version of pixman: 0.40.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
admin@kazu:~ % pkg info -aI|grep Xorg
linux-c7-xorg-libs-7.7_8       Xorg libraries (Linux CentOS 7.8.2003)
admin@kazu:~ % pkg info -aI | grep xorg
linux-c7-xorg-libs-7.7_8       Xorg libraries (Linux CentOS 7.8.2003)
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.9,1           X.Org X server and related programs
xorgproto-2020.1               X Window System unified protocol definitions
admin@kazu:~ % uname -a
FreeBSD kazu.tfc 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367712M: Tue Nov 17 01:35:26 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
admin@kazu:~ % 

I've tried to login on xdm window, but typed with indiscriminate like this :

http://www.truefc.org/~kiri/freebsd/sg116j/IMG_1289.jpeg

I always set keymap by keyboard.conf with XkbModel and XkbLayout :

admin@kazu:~ % cat /usr/local/etc/X11/xorg.conf.d/keyboard.conf 
Section "InputClass"
        Identifier  "KeyboardDefaults"
        Driver      "keyboard"
        MatchIsKeyboard "on"
        Option      "XkbModel" "jp106"
        Option      "XkbLayout" "jp"
EndSection
admin@kazu:~ % 

I uses /boot/modules/i915kms.ko (graphics/drm-current-kmod) :

admin@kazu:~ % pkg info -aI|grep drm-current-kmod
drm-current-kmod-5.4.62.g20201109_1 DRM modules for the linuxkpi-based KMS components
admin@kazu:~ % 

Xorg.0.log is as follows:

[    33.047] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    33.048] Build Operating System: FreeBSD 13.0-CURRENT amd64 
[    33.048] Current Operating System: FreeBSD kazu.tfc 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367712M: Tue Nov 17 01:35:26 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[    33.049] Build Date: 24 November 2020  07:46:44PM
[    33.049]  
[    33.049] Current version of pixman: 0.40.0
[    33.049] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    33.049] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    33.050] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan  2 10:44:19 2021
[    33.056] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[    33.056] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[    33.060] (==) No Layout section.  Using the first Screen section.
[    33.060] (==) No screen section available. Using defaults.
[    33.060] (**) |-->Screen "Default Screen Section" (0)
[    33.060] (**) |   |-->Monitor "<default monitor>"
[    33.062] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    33.063] (==) Automatically adding devices
[    33.063] (==) Automatically enabling devices
[    33.063] (==) Not automatically adding GPU devices
[    33.063] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    33.079] (**) FontPath set to:
	/usr/local/share/fonts/cyrillic/,
	/usr/local/share/fonts/bitstream-vera/,
	/usr/local/share/fonts/stix/,
	/usr/local/share/fonts/std.ja_JP/,
	/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
[    33.080] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    33.080] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    33.080] (II) Loader magic: 0x435470
[    33.080] (II) Module ABI versions:
[    33.080] 	X.Org ANSI C Emulation: 0.4
[    33.080] 	X.Org Video Driver: 24.1
[    33.080] 	X.Org XInput driver : 24.1
[    33.081] 	X.Org Server Extension : 10.0
[    33.082] (--) PCI:*(0@0:2:0) 8086:22b0:8086:7270 rev 54, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[    33.082] (II) LoadModule: "glx"
[    33.084] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    33.114] (II) Module glx: vendor="X.Org Foundation"
[    33.114] 	compiled for 1.20.9, module version = 1.0.0
[    33.114] 	ABI class: X.Org Server Extension, version 10.0
[    33.115] (==) Matched intel as autoconfigured driver 0
[    33.115] (==) Matched modesetting as autoconfigured driver 1
[    33.115] (==) Matched scfb as autoconfigured driver 2
[    33.115] (==) Matched vesa as autoconfigured driver 3
[    33.115] (==) Assigned the driver to the xf86ConfigLayout
[    33.115] (II) LoadModule: "intel"
[    33.116] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[    33.123] (II) Module intel: vendor="X.Org Foundation"
[    33.123] 	compiled for 1.20.9, module version = 2.99.917
[    33.123] 	Module class: X.Org Video Driver
[    33.123] 	ABI class: X.Org Video Driver, version 24.1
[    33.123] (II) LoadModule: "modesetting"
[    33.124] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[    33.126] (II) Module modesetting: vendor="X.Org Foundation"
[    33.126] 	compiled for 1.20.9, module version = 1.20.9
[    33.126] 	Module class: X.Org Video Driver
[    33.127] 	ABI class: X.Org Video Driver, version 24.1
[    33.127] (II) LoadModule: "scfb"
[    33.127] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[    33.128] (II) Module scfb: vendor="X.Org Foundation"
[    33.128] 	compiled for 1.20.9, module version = 0.0.5
[    33.128] 	ABI class: X.Org Video Driver, version 24.1
[    33.128] (II) LoadModule: "vesa"
[    33.128] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[    33.129] (II) Module vesa: vendor="X.Org Foundation"
[    33.129] 	compiled for 1.20.9, module version = 2.5.0
[    33.129] 	Module class: X.Org Video Driver
[    33.129] 	ABI class: X.Org Video Driver, version 24.1
[    33.130] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    33.131] (II) intel: Driver for Intel(R) HD Graphics
[    33.131] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    33.132] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    33.132] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    33.132] (II) scfb: driver for wsdisplay framebuffer: scfb
[    33.132] (II) VESA: driver for VESA chipsets: vesa
[    33.132] (--) Using syscons driver with X support (version 2.0)
[    33.132] (--) using VT number 9

[    33.144] (WW) Falling back to old probe method for modesetting
[    33.145] (WW) Falling back to old probe method for scfb
[    33.145] scfb trace: probe start
[    33.145] scfb trace: probe done
[    33.145] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    33.145] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    33.145] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    33.145] (==) intel(0): RGB weight 888
[    33.145] (==) intel(0): Default visual is TrueColor
[    33.146] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    33.147] (**) intel(0): Relaxed fencing enabled
[    33.147] (**) intel(0): Wait on SwapBuffers? enabled
[    33.147] (**) intel(0): Triple buffering? enabled
[    33.147] (**) intel(0): Framebuffer tiled
[    33.147] (**) intel(0): Pixmaps tiled
[    33.147] (**) intel(0): 3D buffers tiled
[    33.147] (**) intel(0): SwapBuffers wait enabled
[    33.147] (==) intel(0): video overlay key set to 0x101fe
[    33.149] (II) intel(0): Output eDP-1 has no monitor section
[    33.151] (II) intel(0): Output DP-1 has no monitor section
[    33.152] (II) intel(0): Output HDMI-1 has no monitor section
[    33.154] (II) intel(0): EDID for output eDP-1
[    33.154] (II) intel(0): Manufacturer: NCP  Model: 0  Serial#: 0
[    33.154] (II) intel(0): Year: 2016  Week: 0
[    33.154] (II) intel(0): EDID Version: 1.4
[    33.154] (II) intel(0): Digital Display Input
[    33.154] (II) intel(0): 8 bits per channel
[    33.154] (II) intel(0): Digital interface is DisplayPort
[    33.154] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 15
[    33.154] (II) intel(0): Gamma: 2.20
[    33.154] (II) intel(0): No DPMS capabilities specified
[    33.154] (II) intel(0): Supported color encodings: RGB 4:4:4 
[    33.154] (II) intel(0): Default color space is primary color space
[    33.154] (II) intel(0): First detailed timing is preferred mode
[    33.154] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    33.154] (II) intel(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[    33.154] (II) intel(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[    33.155] (II) intel(0): Manufacturer's mask: 0
[    33.155] (II) intel(0): Supported detailed timing:
[    33.155] (II) intel(0): clock: 138.5 MHz   Image Size:  256 x 144 mm
[    33.155] (II) intel(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    33.155] (II) intel(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    33.155] (II) intel(0): Supported detailed timing:
[    33.156] (II) intel(0): clock: 110.9 MHz   Image Size:  256 x 144 mm
[    33.156] (II) intel(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    33.156] (II) intel(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    33.156] (II) intel(0): Monitor name: LC116LF3L01
[    33.156] (II) intel(0): EDID (in hex):
[    33.156] (II) intel(0): 	00ffffffffffff003870000000000000
[    33.156] (II) intel(0): 	001a0104a51a0f7806de50a3544c9926
[    33.156] (II) intel(0): 	0f505400000001010101010101010101
[    33.156] (II) intel(0): 	0101010101011a3680a070381f403020
[    33.156] (II) intel(0): 	3500009010000018542b80a070381f40
[    33.156] (II) intel(0): 	30203500009010000018000000100000
[    33.156] (II) intel(0): 	000000000000000000000000000000fc
[    33.156] (II) intel(0): 	004c433131364c46334c30310a20009a
[    33.158] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    33.158] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[    33.159] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[    33.160] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[    33.160] (II) intel(0): Printing probed modes for output eDP-1
[    33.160] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    33.160] (II) intel(0): Modeline "1920x1080"x48.0  110.92  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (53.3 kHz e)
[    33.160] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    33.160] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    33.160] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    33.160] (II) intel(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    33.160] (II) intel(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    33.160] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    33.161] (II) intel(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    33.161] (II) intel(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    33.161] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    33.161] (II) intel(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    33.161] (II) intel(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    33.161] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    33.161] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    33.161] (II) intel(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    33.161] (II) intel(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    33.161] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    33.161] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    33.161] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    33.161] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    33.161] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    33.161] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    33.162] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    33.162] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    33.162] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    33.162] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    33.162] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    33.162] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    33.162] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    33.162] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    33.162] (II) intel(0): EDID for output DP-1
[    33.163] (II) intel(0): EDID for output HDMI-1
[    33.163] (II) intel(0): Output eDP-1 connected
[    33.163] (II) intel(0): Output DP-1 disconnected
[    33.163] (II) intel(0): Output HDMI-1 disconnected
[    33.163] (II) intel(0): Using exact sizes for initial modes
[    33.163] (II) intel(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    33.164] (II) intel(0): Kernel page flipping support detected, enabling
[    33.164] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    33.164] (==) intel(0): DPI set to (96, 96)
[    33.164] (II) Loading sub module "fb"
[    33.164] (II) LoadModule: "fb"
[    33.164] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[    33.167] (II) Module fb: vendor="X.Org Foundation"
[    33.167] 	compiled for 1.20.9, module version = 1.0.0
[    33.167] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    33.167] (II) Loading sub module "dri2"
[    33.167] (II) LoadModule: "dri2"
[    33.167] (II) Module "dri2" already built-in
[    33.167] (II) UnloadModule: "modesetting"
[    33.167] (II) Unloading modesetting
[    33.168] (II) UnloadModule: "scfb"
[    33.168] (II) Unloading scfb
[    33.168] (II) UnloadModule: "vesa"
[    33.168] (II) Unloading vesa
[    33.169] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    33.173] (II) UXA(0): Driver registered support for the following operations:
[    33.173] (II)         solid
[    33.173] (II)         copy
[    33.173] (II)         put_image
[    33.173] (II)         get_image
[    33.174] (II) intel(0): [DRI2] Setup complete
[    33.174] (II) intel(0): [DRI2]   DRI driver: i965
[    33.174] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    33.176] (==) intel(0): Backing store enabled
[    33.176] (==) intel(0): Silken mouse enabled
[    33.176] (II) intel(0): Initializing HW Cursor
[    33.181] (==) intel(0): DPMS enabled
[    33.181] (==) intel(0): Intel XvMC decoder enabled
[    33.181] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[    33.181] (II) intel(0): DRI2: Enabled
[    33.181] (II) intel(0): DRI3: Disabled
[    33.181] (==) intel(0): hotplug detection: "enabled"
[    33.225] (II) Initializing extension Generic Event Extension
[    33.230] (II) Initializing extension SHAPE
[    33.231] (II) Initializing extension MIT-SHM
[    33.233] (II) Initializing extension XInputExtension
[    33.236] (II) Initializing extension XTEST
[    33.237] (II) Initializing extension BIG-REQUESTS
[    33.239] (II) Initializing extension SYNC
[    33.240] (II) Initializing extension XKEYBOARD
[    33.243] (II) Initializing extension XC-MISC
[    33.244] (II) Initializing extension SECURITY
[    33.246] (II) Initializing extension XFIXES
[    33.247] (II) Initializing extension RENDER
[    33.249] (II) Initializing extension RANDR
[    33.252] (II) Initializing extension COMPOSITE
[    33.254] (II) Initializing extension DAMAGE
[    33.255] (II) Initializing extension MIT-SCREEN-SAVER
[    33.257] (II) Initializing extension DOUBLE-BUFFER
[    33.259] (II) Initializing extension RECORD
[    33.260] (II) Initializing extension DPMS
[    33.262] (II) Initializing extension Present
[    33.263] (II) Initializing extension DRI3
[    33.263] (II) Initializing extension X-Resource
[    33.265] (II) Initializing extension XVideo
[    33.267] (II) Initializing extension XVideo-MotionCompensation
[    33.267] (II) Initializing extension GLX
[    33.410] (II) AIGLX: Loaded and initialized i965
[    33.410] (II) GLX: Initialized DRI2 GL provider for screen 0
[    33.410] (II) Initializing extension XFree86-VidModeExtension
[    33.411] (II) Initializing extension XFree86-DGA
[    33.413] (II) Initializing extension XFree86-DRI
[    33.413] (II) Initializing extension DRI2
[    33.416] (II) intel(0): Setting screen physical size to 508 x 285
[    33.888] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[    33.888] (**) System mouse: Applying InputClass "libinput pointer catchall"
[    33.888] (II) LoadModule: "libinput"
[    33.892] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[    33.945] (II) Module libinput: vendor="X.Org Foundation"
[    33.945] 	compiled for 1.20.9, module version = 0.30.0
[    33.945] 	Module class: X.Org XInput Driver
[    33.945] 	ABI class: X.Org XInput driver, version 24.1
[    33.946] (II) Using input driver 'libinput' for 'System mouse'
[    33.946] (**) System mouse: always reports core events
[    33.946] (**) Option "Device" "/dev/input/event0"
[    33.947] (**) Option "_source" "server/udev"
[    33.970] (II) event0  - System mouse: is tagged by udev as: Mouse
[    33.971] (II) event0  - System mouse: device is a pointer
[    33.972] (II) event0  - System mouse: device removed
[    33.973] (**) Option "config_info" "udev:/dev/input/event0"
[    33.973] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[    33.974] (**) Option "AccelerationScheme" "none"
[    33.974] (**) System mouse: (accel) selected scheme none/0
[    33.974] (**) System mouse: (accel) acceleration factor: 2.000
[    33.974] (**) System mouse: (accel) acceleration threshold: 4
[    33.977] (II) event0  - System mouse: is tagged by udev as: Mouse
[    33.978] (II) event0  - System mouse: device is a pointer
[    33.979] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[    33.979] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[    33.979] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[    33.979] (**) System keyboard multiplexer: Applying InputClass "KeyboardDefaults"
[    33.979] (II) LoadModule: "kbd"
[    33.980] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[    33.981] (II) Module kbd: vendor="X.Org Foundation"
[    33.981] 	compiled for 1.20.9, module version = 1.9.0
[    33.981] 	Module class: X.Org XInput Driver
[    33.981] 	ABI class: X.Org XInput driver, version 24.1
[    33.981] (II) Using input driver 'kbd' for 'System keyboard multiplexer'
[    33.981] (**) System keyboard multiplexer: always reports core events
[    33.981] (**) System keyboard multiplexer: always reports core events
[    33.981] (**) Option "Protocol" "standard"
[    33.982] (**) Option "Device" "/dev/input/event1"
[    33.982] (**) Option "XkbRules" "evdev"
[    33.982] (**) Option "XkbModel" "jp106"
[    33.982] (**) Option "XkbLayout" "jp"
[    33.982] (**) Option "config_info" "udev:/dev/input/event1"
[    33.982] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[    34.120] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    34.120] (**) Power Button: Applying InputClass "Evdev keyboard"
[    34.120] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    34.121] (**) Power Button: Applying InputClass "KeyboardDefaults"
[    34.121] (II) Using input driver 'kbd' for 'Power Button'
[    34.121] (**) Power Button: always reports core events
[    34.121] (**) Power Button: always reports core events
[    34.121] (**) Option "Protocol" "standard"
[    34.121] (**) Option "Device" "/dev/input/event2"
[    34.121] (**) Option "XkbRules" "evdev"
[    34.121] (**) Option "XkbModel" "jp106"
[    34.121] (**) Option "XkbLayout" "jp"
[    34.121] (**) Option "config_info" "udev:/dev/input/event2"
[    34.122] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    34.123] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event3)
[    34.123] (II) No input driver specified, ignoring this device.
[    34.123] (II) This device may have been added with another device file.
[    34.123] (II) config/udev: Adding input device AT keyboard (/dev/input/event4)
[    34.123] (**) AT keyboard: Applying InputClass "Evdev keyboard"
[    34.123] (**) AT keyboard: Applying InputClass "libinput keyboard catchall"
[    34.123] (**) AT keyboard: Applying InputClass "KeyboardDefaults"
[    34.123] (II) Using input driver 'kbd' for 'AT keyboard'
[    34.124] (**) AT keyboard: always reports core events
[    34.124] (**) AT keyboard: always reports core events
[    34.124] (**) Option "Protocol" "standard"
[    34.124] (**) Option "Device" "/dev/input/event4"
[    34.124] (**) Option "XkbRules" "evdev"
[    34.124] (**) Option "XkbModel" "jp106"
[    34.124] (**) Option "XkbLayout" "jp"
[    34.124] (**) Option "config_info" "udev:/dev/input/event4"
[    34.124] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 9)
[    34.125] (II) config/udev: Adding input device SIPODEV USB Composite Device (/dev/input/event5)
[    34.125] (**) SIPODEV USB Composite Device: Applying InputClass "Evdev keyboard"
[    34.126] (**) SIPODEV USB Composite Device: Applying InputClass "libinput keyboard catchall"
[    34.126] (**) SIPODEV USB Composite Device: Applying InputClass "KeyboardDefaults"
[    34.126] (II) Using input driver 'kbd' for 'SIPODEV USB Composite Device'
[    34.126] (**) SIPODEV USB Composite Device: always reports core events
[    34.126] (**) SIPODEV USB Composite Device: always reports core events
[    34.126] (**) Option "Protocol" "standard"
[    34.126] (**) Option "Device" "/dev/input/event5"
[    34.126] (**) Option "XkbRules" "evdev"
[    34.126] (**) Option "XkbModel" "jp106"
[    34.126] (**) Option "XkbLayout" "jp"
[    34.126] (**) Option "config_info" "udev:/dev/input/event5"
[    34.127] (II) XINPUT: Adding extended input device "SIPODEV USB Composite Device" (type: KEYBOARD, id 10)
[    34.128] (II) config/udev: Adding input device SIPODEV USB Composite Device (/dev/input/event6)
[    34.128] (**) SIPODEV USB Composite Device: Applying InputClass "libinput pointer catchall"
[    34.128] (II) Using input driver 'libinput' for 'SIPODEV USB Composite Device'
[    34.128] (**) SIPODEV USB Composite Device: always reports core events
[    34.128] (**) Option "Device" "/dev/input/event6"
[    34.128] (**) Option "_source" "server/udev"
[    34.132] (II) event6  - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Mouse
[    34.133] (II) event6  - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a pointer
[    34.134] (II) event6  - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device removed
[    34.134] (**) Option "config_info" "udev:/dev/input/event6"
[    34.134] (II) XINPUT: Adding extended input device "SIPODEV USB Composite Device" (type: MOUSE, id 11)
[    34.135] (**) Option "AccelerationScheme" "none"
[    34.135] (**) SIPODEV USB Composite Device: (accel) selected scheme none/0
[    34.135] (**) SIPODEV USB Composite Device: (accel) acceleration factor: 2.000
[    34.135] (**) SIPODEV USB Composite Device: (accel) acceleration threshold: 4
[    34.139] (II) event6  - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Mouse
[    34.140] (II) event6  - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a pointer
[    34.141] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[    34.141] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[    34.141] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    34.142] (**) Logitech USB Receiver: always reports core events
[    34.142] (**) Option "Device" "/dev/input/event7"
[    34.142] (**) Option "_source" "server/udev"
[    34.145] (II) event7  - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 4: is tagged by udev as: Mouse
[    34.146] (II) event7  - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 4: device is a pointer
[    34.147] (II) event7  - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 4: device removed
[    34.147] (**) Option "config_info" "udev:/dev/input/event7"
[    34.147] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
[    34.148] (**) Option "AccelerationScheme" "none"
[    34.148] (**) Logitech USB Receiver: (accel) selected scheme none/0
[    34.148] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    34.148] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    34.152] (II) event7  - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 4: is tagged by udev as: Mouse
[    34.152] (II) event7  - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 4: device is a pointer

Is there any suggetions ?

Redards

---
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.