Re: Xdm could not be key input

KIRIYAMA Kazuhiko <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
On Mon, 04 Jan 2021 09:41:21 +0900,
Michael Gmelin wrote:
> 
> 
> 
> > On 4. Jan 2021, at 01:22, KIRIYAMA Kazuhiko <[email protected]> wrote:
> > 
> > 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
> 
> See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252235#c2 for a solution.

I've replace keybord.conf as follows :

admin@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@kazu:~ % 

and worked fine :-)

Great! Thanx Michael !!!

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