Xdm could not be key input
KIRIYAMA Kazuhiko
kiri at truefc.org
Thu Feb 18 00:17:16 UTC 2021
On Mon, 04 Jan 2021 10:54:26 +0900,
KIRIYAMA Kazuhiko wrote:
>
> On Mon, 04 Jan 2021 09:41:21 +0900,
> Michael Gmelin wrote:
> >
> >
> >
> > > On 4. Jan 2021, at 01:22, KIRIYAMA Kazuhiko <kiri at truefc.org> wrote:
> > >
> > > Hi, list
> > >
> > > I've updated to xorg-7.7_3 on FreeBSD 13.0-CURRENT (r367712) :
> > >
> > > admin at 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 at 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 at kazu:~ % pkg info -aI|grep Xorg
> > > linux-c7-xorg-libs-7.7_8 Xorg libraries (Linux CentOS 7.8.2003)
> > > admin at 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 at kazu:~ % uname -a
> > > FreeBSD kazu.tfc 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367712M: Tue Nov 17 01:35:26 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
> > > admin at 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 at 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
> >
> > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252235#c2 for a solution.
>
> I've replace keybord.conf as follows :
>
> admin at kazu:~ % cat /usr/local/etc/X11/xorg.conf.d/keyboard.conf
> Section "InputClass"
> Identifier "libinput keyboard catchall"
> MatchIsKeyboard "on"
> MatchDevicePath "/dev/input/event*"
> Driver "libinput"
> Option "XkbRules" "evdev"
> Option "XkbModel" "jp106"
> Option "XkbLayout" "jp"
> EndSection
> admin at kazu:~ %
>
> and worked fine :-)
>
> Great! Thanx Michael !!!
After that, rebooted, there got same problems that specific
keys could not hit like `i', `q', `w' or TAB.
I change sg116j.conf (remaned from keyboard.conf) as follows
but nothing has changed.
kiri at kazu:~[837]% cat /usr/local/etc/X11/xorg.conf.d/sg116j.conf
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
# Option "XkbRules" "xorg"
Option "XkbRules" "evdev"
Option "XkbLayout" "jp"
Option "XkbVariant" "106"
# Option "XkbModel" "jp106"
EndSection
kiri at kazu:~[845]% cat /var/log/Xorg.0.log
[ 29.611]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 29.611] Build Operating System: FreeBSD 13.0-CURRENT amd64
[ 29.611] Current Operating System: FreeBSD kazu.tfc 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367712M: Tue Nov 17 01:35:26 JST 2020 root at msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[ 29.612] Build Date: 24 November 2020 07:46:44PM
[ 29.612]
[ 29.613] Current version of pixman: 0.40.0
[ 29.613] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 29.613] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29.613] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 17 16:53:58 2021
[ 29.621] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 29.621] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 29.625] (==) No Layout section. Using the first Screen section.
[ 29.625] (==) No screen section available. Using defaults.
[ 29.625] (**) |-->Screen "Default Screen Section" (0)
[ 29.625] (**) | |-->Monitor "<default monitor>"
[ 29.628] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 29.628] (==) Automatically adding devices
[ 29.628] (==) Automatically enabling devices
[ 29.628] (==) Not automatically adding GPU devices
[ 29.629] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 29.644] (**) 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
[ 29.644] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[ 29.644] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 29.645] (II) Loader magic: 0x435470
[ 29.645] (II) Module ABI versions:
[ 29.645] X.Org ANSI C Emulation: 0.4
[ 29.645] X.Org Video Driver: 24.1
[ 29.645] X.Org XInput driver : 24.1
[ 29.645] X.Org Server Extension : 10.0
[ 29.646] (--) PCI:*(0 at 0:2:0) 8086:22b0:8086:7270 rev 54, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[ 29.647] (II) LoadModule: "glx"
[ 29.649] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 29.680] (II) Module glx: vendor="X.Org Foundation"
[ 29.680] compiled for 1.20.9, module version = 1.0.0
[ 29.680] ABI class: X.Org Server Extension, version 10.0
[ 29.681] (==) Matched intel as autoconfigured driver 0
[ 29.681] (==) Matched modesetting as autoconfigured driver 1
[ 29.681] (==) Matched scfb as autoconfigured driver 2
[ 29.681] (==) Matched vesa as autoconfigured driver 3
[ 29.681] (==) Assigned the driver to the xf86ConfigLayout
[ 29.681] (II) LoadModule: "intel"
[ 29.681] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[ 29.688] (II) Module intel: vendor="X.Org Foundation"
[ 29.688] compiled for 1.20.9, module version = 2.99.917
[ 29.689] Module class: X.Org Video Driver
[ 29.689] ABI class: X.Org Video Driver, version 24.1
[ 29.689] (II) LoadModule: "modesetting"
[ 29.689] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[ 29.692] (II) Module modesetting: vendor="X.Org Foundation"
[ 29.692] compiled for 1.20.9, module version = 1.20.9
[ 29.692] Module class: X.Org Video Driver
[ 29.692] ABI class: X.Org Video Driver, version 24.1
[ 29.692] (II) LoadModule: "scfb"
[ 29.692] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[ 29.693] (II) Module scfb: vendor="X.Org Foundation"
[ 29.694] compiled for 1.20.9, module version = 0.0.5
[ 29.694] ABI class: X.Org Video Driver, version 24.1
[ 29.694] (II) LoadModule: "vesa"
[ 29.694] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[ 29.695] (II) Module vesa: vendor="X.Org Foundation"
[ 29.695] compiled for 1.20.9, module version = 2.5.0
[ 29.695] Module class: X.Org Video Driver
[ 29.695] ABI class: X.Org Video Driver, version 24.1
[ 29.695] (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
[ 29.697] (II) intel: Driver for Intel(R) HD Graphics
[ 29.697] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 29.697] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 29.697] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 29.697] (II) scfb: driver for wsdisplay framebuffer: scfb
[ 29.697] (II) VESA: driver for VESA chipsets: vesa
[ 29.698] (--) Using syscons driver with X support (version 2.0)
[ 29.698] (--) using VT number 9
[ 29.715] (WW) Falling back to old probe method for modesetting
[ 29.715] (WW) Falling back to old probe method for scfb
[ 29.716] scfb trace: probe start
[ 29.716] scfb trace: probe done
[ 29.716] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 29.716] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 29.716] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 29.716] (==) intel(0): RGB weight 888
[ 29.716] (==) intel(0): Default visual is TrueColor
[ 29.716] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 29.717] (**) intel(0): Relaxed fencing enabled
[ 29.717] (**) intel(0): Wait on SwapBuffers? enabled
[ 29.717] (**) intel(0): Triple buffering? enabled
[ 29.717] (**) intel(0): Framebuffer tiled
[ 29.718] (**) intel(0): Pixmaps tiled
[ 29.718] (**) intel(0): 3D buffers tiled
[ 29.718] (**) intel(0): SwapBuffers wait enabled
[ 29.718] (==) intel(0): video overlay key set to 0x101fe
[ 29.720] (II) intel(0): Output eDP-1 has no monitor section
[ 29.721] (II) intel(0): Output DP-1 has no monitor section
[ 29.722] (II) intel(0): Output HDMI-1 has no monitor section
[ 29.724] (II) intel(0): EDID for output eDP-1
[ 29.724] (II) intel(0): Manufacturer: NCP Model: 0 Serial#: 0
[ 29.724] (II) intel(0): Year: 2016 Week: 0
[ 29.724] (II) intel(0): EDID Version: 1.4
[ 29.725] (II) intel(0): Digital Display Input
[ 29.725] (II) intel(0): 8 bits per channel
[ 29.725] (II) intel(0): Digital interface is DisplayPort
[ 29.725] (II) intel(0): Max Image Size [cm]: horiz.: 26 vert.: 15
[ 29.725] (II) intel(0): Gamma: 2.20
[ 29.725] (II) intel(0): No DPMS capabilities specified
[ 29.725] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 29.725] (II) intel(0): Default color space is primary color space
[ 29.725] (II) intel(0): First detailed timing is preferred mode
[ 29.725] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 29.725] (II) intel(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 29.725] (II) intel(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 29.725] (II) intel(0): Manufacturer's mask: 0
[ 29.725] (II) intel(0): Supported detailed timing:
[ 29.725] (II) intel(0): clock: 138.5 MHz Image Size: 256 x 144 mm
[ 29.725] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 29.725] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 29.726] (II) intel(0): Supported detailed timing:
[ 29.726] (II) intel(0): clock: 110.9 MHz Image Size: 256 x 144 mm
[ 29.726] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 29.726] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 29.726] (II) intel(0): Monitor name: LC116LF3L01
[ 29.726] (II) intel(0): EDID (in hex):
[ 29.727] (II) intel(0): 00ffffffffffff003870000000000000
[ 29.727] (II) intel(0): 001a0104a51a0f7806de50a3544c9926
[ 29.727] (II) intel(0): 0f505400000001010101010101010101
[ 29.727] (II) intel(0): 0101010101011a3680a070381f403020
[ 29.727] (II) intel(0): 3500009010000018542b80a070381f40
[ 29.727] (II) intel(0): 30203500009010000018000000100000
[ 29.727] (II) intel(0): 000000000000000000000000000000fc
[ 29.727] (II) intel(0): 004c433131364c46334c30310a20009a
[ 29.728] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 29.728] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 29.728] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 29.728] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 29.728] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 29.728] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[ 29.729] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 29.730] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 29.731] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[ 29.731] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[ 29.731] (II) intel(0): Printing probed modes for output eDP-1
[ 29.731] (II) intel(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 29.731] (II) intel(0): Modeline "1920x1080"x48.0 110.92 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (53.3 kHz e)
[ 29.731] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 29.731] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 29.731] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 29.731] (II) intel(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 29.731] (II) intel(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 29.731] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 29.731] (II) intel(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 29.731] (II) intel(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 29.731] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 29.731] (II) intel(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 29.731] (II) intel(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 29.732] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 29.732] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 29.732] (II) intel(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 29.732] (II) intel(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 29.732] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 29.732] (II) intel(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 29.732] (II) intel(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 29.732] (II) intel(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 29.732] (II) intel(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 29.732] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 29.732] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 29.732] (II) intel(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 29.732] (II) intel(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 29.732] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 29.732] (II) intel(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 29.733] (II) intel(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 29.733] (II) intel(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 29.733] (II) intel(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 29.733] (II) intel(0): EDID for output DP-1
[ 29.734] (II) intel(0): EDID for output HDMI-1
[ 29.734] (II) intel(0): Output eDP-1 connected
[ 29.734] (II) intel(0): Output DP-1 disconnected
[ 29.734] (II) intel(0): Output HDMI-1 disconnected
[ 29.734] (II) intel(0): Using exact sizes for initial modes
[ 29.734] (II) intel(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 29.734] (II) intel(0): Kernel page flipping support detected, enabling
[ 29.734] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 29.734] (==) intel(0): DPI set to (96, 96)
[ 29.734] (II) Loading sub module "fb"
[ 29.734] (II) LoadModule: "fb"
[ 29.735] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 29.737] (II) Module fb: vendor="X.Org Foundation"
[ 29.738] compiled for 1.20.9, module version = 1.0.0
[ 29.738] ABI class: X.Org ANSI C Emulation, version 0.4
[ 29.738] (II) Loading sub module "dri2"
[ 29.738] (II) LoadModule: "dri2"
[ 29.738] (II) Module "dri2" already built-in
[ 29.738] (II) UnloadModule: "modesetting"
[ 29.738] (II) Unloading modesetting
[ 29.738] (II) UnloadModule: "scfb"
[ 29.738] (II) Unloading scfb
[ 29.738] (II) UnloadModule: "vesa"
[ 29.738] (II) Unloading vesa
[ 29.739] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 29.744] (II) UXA(0): Driver registered support for the following operations:
[ 29.744] (II) solid
[ 29.744] (II) copy
[ 29.744] (II) put_image
[ 29.744] (II) get_image
[ 29.745] (II) intel(0): [DRI2] Setup complete
[ 29.745] (II) intel(0): [DRI2] DRI driver: i965
[ 29.745] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 29.747] (==) intel(0): Backing store enabled
[ 29.747] (==) intel(0): Silken mouse enabled
[ 29.747] (II) intel(0): Initializing HW Cursor
[ 29.752] (==) intel(0): DPMS enabled
[ 29.752] (==) intel(0): Intel XvMC decoder enabled
[ 29.752] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[ 29.752] (II) intel(0): DRI2: Enabled
[ 29.752] (II) intel(0): DRI3: Disabled
[ 29.752] (==) intel(0): hotplug detection: "enabled"
[ 29.813] (II) Initializing extension Generic Event Extension
[ 29.817] (II) Initializing extension SHAPE
[ 29.819] (II) Initializing extension MIT-SHM
[ 29.820] (II) Initializing extension XInputExtension
[ 29.823] (II) Initializing extension XTEST
[ 29.825] (II) Initializing extension BIG-REQUESTS
[ 29.826] (II) Initializing extension SYNC
[ 29.828] (II) Initializing extension XKEYBOARD
[ 29.830] (II) Initializing extension XC-MISC
[ 29.831] (II) Initializing extension SECURITY
[ 29.833] (II) Initializing extension XFIXES
[ 29.834] (II) Initializing extension RENDER
[ 29.837] (II) Initializing extension RANDR
[ 29.839] (II) Initializing extension COMPOSITE
[ 29.841] (II) Initializing extension DAMAGE
[ 29.842] (II) Initializing extension MIT-SCREEN-SAVER
[ 29.845] (II) Initializing extension DOUBLE-BUFFER
[ 29.846] (II) Initializing extension RECORD
[ 29.848] (II) Initializing extension DPMS
[ 29.849] (II) Initializing extension Present
[ 29.851] (II) Initializing extension DRI3
[ 29.851] (II) Initializing extension X-Resource
[ 29.852] (II) Initializing extension XVideo
[ 29.854] (II) Initializing extension XVideo-MotionCompensation
[ 29.854] (II) Initializing extension GLX
[ 30.002] (II) AIGLX: Loaded and initialized i965
[ 30.002] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 30.002] (II) Initializing extension XFree86-VidModeExtension
[ 30.004] (II) Initializing extension XFree86-DGA
[ 30.005] (II) Initializing extension XFree86-DRI
[ 30.006] (II) Initializing extension DRI2
[ 30.009] (II) intel(0): Setting screen physical size to 508 x 285
[ 30.480] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 30.480] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 30.480] (II) LoadModule: "libinput"
[ 30.484] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 30.539] (II) Module libinput: vendor="X.Org Foundation"
[ 30.539] compiled for 1.20.9, module version = 0.30.0
[ 30.539] Module class: X.Org XInput Driver
[ 30.539] ABI class: X.Org XInput driver, version 24.1
[ 30.540] (II) Using input driver 'libinput' for 'System mouse'
[ 30.540] (**) System mouse: always reports core events
[ 30.540] (**) Option "Device" "/dev/input/event0"
[ 30.541] (**) Option "_source" "server/udev"
[ 30.564] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 30.565] (II) event0 - System mouse: device is a pointer
[ 30.566] (II) event0 - System mouse: device removed
[ 30.567] (**) Option "config_info" "udev:/dev/input/event0"
[ 30.567] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 30.568] (**) Option "AccelerationScheme" "none"
[ 30.568] (**) System mouse: (accel) selected scheme none/0
[ 30.568] (**) System mouse: (accel) acceleration factor: 2.000
[ 30.568] (**) System mouse: (accel) acceleration threshold: 4
[ 30.571] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 30.572] (II) event0 - System mouse: device is a pointer
[ 30.573] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 30.573] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 30.573] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 30.573] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 30.573] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 30.573] (**) System keyboard multiplexer: always reports core events
[ 30.573] (**) Option "Device" "/dev/input/event1"
[ 30.574] (**) Option "_source" "server/udev"
[ 30.578] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 30.578] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 30.579] (II) event1 - System keyboard multiplexer: device removed
[ 30.580] (**) Option "config_info" "udev:/dev/input/event1"
[ 30.580] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 30.580] (**) Option "xkb_rules" "evdev"
[ 30.580] (**) Option "xkb_layout" "jp"
[ 30.580] (**) Option "xkb_variant" "106"
[ 30.719] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 30.720] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 30.721] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 30.722] (**) Power Button: Applying InputClass "Evdev keyboard"
[ 30.722] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 30.722] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 30.722] (II) Using input driver 'libinput' for 'Power Button'
[ 30.722] (**) Power Button: always reports core events
[ 30.722] (**) Option "Device" "/dev/input/event2"
[ 30.722] (**) Option "_source" "server/udev"
[ 30.725] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 30.725] (II) event2 - Power Button: device is a keyboard
[ 30.726] (II) event2 - Power Button: device removed
[ 30.726] (**) Option "config_info" "udev:/dev/input/event2"
[ 30.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 30.726] (**) Option "xkb_rules" "evdev"
[ 30.726] (**) Option "xkb_layout" "jp"
[ 30.726] (**) Option "xkb_variant" "106"
[ 30.730] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 30.730] (II) event2 - Power Button: device is a keyboard
[ 30.731] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event3)
[ 30.731] (II) No input driver specified, ignoring this device.
[ 30.731] (II) This device may have been added with another device file.
[ 30.732] (II) config/udev: Adding input device AT keyboard (/dev/input/event4)
[ 30.732] (**) AT keyboard: Applying InputClass "Evdev keyboard"
[ 30.732] (**) AT keyboard: Applying InputClass "libinput keyboard catchall"
[ 30.732] (**) AT keyboard: Applying InputClass "libinput keyboard catchall"
[ 30.732] (II) Using input driver 'libinput' for 'AT keyboard'
[ 30.732] (**) AT keyboard: always reports core events
[ 30.732] (**) Option "Device" "/dev/input/event4"
[ 30.732] (**) Option "_source" "server/udev"
[ 30.735] (II) event4 - AT keyboard: is tagged by udev as: Keyboard
[ 30.735] (II) event4 - AT keyboard: device is a keyboard
[ 30.737] (II) event4 - AT keyboard: device removed
[ 30.737] (**) Option "config_info" "udev:/dev/input/event4"
[ 30.737] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 9)
[ 30.737] (**) Option "xkb_rules" "evdev"
[ 30.737] (**) Option "xkb_layout" "jp"
[ 30.737] (**) Option "xkb_variant" "106"
[ 30.741] (II) event4 - AT keyboard: is tagged by udev as: Keyboard
[ 30.741] (II) event4 - AT keyboard: device is a keyboard
[ 30.743] (II) config/udev: Adding input device SIPODEV USB Composite Device (/dev/input/event5)
[ 30.743] (**) SIPODEV USB Composite Device: Applying InputClass "Evdev keyboard"
[ 30.743] (**) SIPODEV USB Composite Device: Applying InputClass "libinput keyboard catchall"
[ 30.743] (**) SIPODEV USB Composite Device: Applying InputClass "libinput keyboard catchall"
[ 30.743] (II) Using input driver 'libinput' for 'SIPODEV USB Composite Device'
[ 30.743] (**) SIPODEV USB Composite Device: always reports core events
[ 30.743] (**) Option "Device" "/dev/input/event5"
[ 30.743] (**) Option "_source" "server/udev"
[ 30.747] (II) event5 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Keyboard
[ 30.748] (II) event5 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a keyboard
[ 30.749] (II) event5 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device removed
[ 30.749] (**) Option "config_info" "udev:/dev/input/event5"
[ 30.750] (II) XINPUT: Adding extended input device "SIPODEV USB Composite Device" (type: KEYBOARD, id 10)
[ 30.750] (**) Option "xkb_rules" "evdev"
[ 30.750] (**) Option "xkb_layout" "jp"
[ 30.750] (**) Option "xkb_variant" "106"
[ 30.754] (II) event5 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Keyboard
[ 30.755] (II) event5 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a keyboard
[ 30.757] (II) config/udev: Adding input device SIPODEV USB Composite Device (/dev/input/event6)
[ 30.757] (**) SIPODEV USB Composite Device: Applying InputClass "libinput pointer catchall"
[ 30.757] (II) Using input driver 'libinput' for 'SIPODEV USB Composite Device'
[ 30.757] (**) SIPODEV USB Composite Device: always reports core events
[ 30.757] (**) Option "Device" "/dev/input/event6"
[ 30.757] (**) Option "_source" "server/udev"
[ 30.761] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Mouse
[ 30.762] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a pointer
[ 30.763] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device removed
[ 30.764] (**) Option "config_info" "udev:/dev/input/event6"
[ 30.764] (II) XINPUT: Adding extended input device "SIPODEV USB Composite Device" (type: MOUSE, id 11)
[ 30.764] (**) Option "AccelerationScheme" "none"
[ 30.765] (**) SIPODEV USB Composite Device: (accel) selected scheme none/0
[ 30.765] (**) SIPODEV USB Composite Device: (accel) acceleration factor: 2.000
[ 30.765] (**) SIPODEV USB Composite Device: (accel) acceleration threshold: 4
[ 30.768] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: is tagged by udev as: Mouse
[ 30.769] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: device is a pointer
[ 42.479] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[ 42.479] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[ 42.480] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 42.480] (**) Logitech USB Receiver: always reports core events
[ 42.480] (**) Option "Device" "/dev/input/event7"
[ 42.480] (**) Option "_source" "server/udev"
[ 42.483] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 6: is tagged by udev as: Mouse
[ 42.484] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 6: device is a pointer
[ 42.485] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 6: device removed
[ 42.485] (**) Option "config_info" "udev:/dev/input/event7"
[ 42.485] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
[ 42.486] (**) Option "AccelerationScheme" "none"
[ 42.486] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 42.487] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 42.487] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 42.490] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 6: is tagged by udev as: Mouse
[ 42.491] (II) event7 - Logitech USB Receiver, class 0/0, rev 2.00/30.00, addr 6: device is a pointer
[ 58365.066] (II) event6 - SIPODEV USB Composite Device, class 0/0, rev 1.10/1.05, addr 2: SYN_DROPPED event - some input events have been lost.
kiri at kazu:~[845]%
>
> ---
> Kazuhiko Kiriyama <kiri at truefc.org>
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
>
More information about the freebsd-x11
mailing list