<html><head></head><body><div dir="auto">Hi Martin,<br><br>My experience with evdev was that X11 does not recognize it as of 6.4, as kern.features.evdev sysctl is missing. Still, your keyboard *should* work without evdev - I really believe this is a configuration issue. Can you please again attach the full xorg.conf file that you are currently using? As Peeter mentioned, you have a typo in your xorg.conf.<br><br>As for evdev: Can you somehow try out the current HEAD revision from git? You'd have to recompile the world and kernel :)<br><br>Regards, <br><br>Michael <br></div><br><br><div class="gmail_quote"><div dir="auto">Am 20. April 2024 20:18:13 GMT+07:00 schrieb Martin Ivanov <marto1980@gmail.com>:</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr"><div>Hello, Peter,</div><div><br></div><div>thank you very much for your reply. I did that, but the keyboard still doesn't work.</div><div>So long as I see, the libinput and evdev drivers are loaded but that does not help, unfortunately.<br></div><div>I am attaching my current xorg.conf as well as the Xorg.0. log file.</div><div><br></div><div>Any suggestions will be appreciated.<br></div><div><br></div><div>Best regards,</div><div>Martin</div></div><div dir="ltr"><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 20, 2024 at 9:30 AM karu.pruun <<a href="mailto:karu.pruun@gmail.com" target="_blank">karu.pruun@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello<br>
<br>
The standard and preferred way now is to use the evdev input system.<br>
This means you should use the libinput driver for both keyboard and<br>
mouse. See the xorg.conf I attached to the previous email thread as an<br>
example, it has both filled in with the libinput driver; you can just<br>
copy them over into your xorg.conf. Also ensure you have the following<br>
packages installed:<br>
<br>
- libinput<br>
- xf86-input-libinput<br>
- libevdev<br>
- py39-evdev<br>
<br>
Note that you have a syntax error ("Keeyboard0" v "Keyboard0") in your<br>
xorg.conf.<br>
<br>
Best<br>
<br>
Peeter<br>
<br>
--<br>
<br>
On Sat, Apr 20, 2024 at 7:58 AM Martin Ivanov <<a href="mailto:marto1980@gmail.com" target="_blank">marto1980@gmail.com</a>> wrote:<br>
><br>
> Hello,<br>
> After I installing Dragonflybsd 6.4.0, my laptop keyboard does not work in X, I am using XFCE. dmesg recognizes my keyboard as:<br>
><br>
> atkbdc0: Keyboard controller i8042 port 0x64,0x60 irq 1 on acpi0<br>
> atkbd0: AT Keyboard irq 1 on atkbdc0<br>
><br>
> In my xorg.conf, I have:<br>
><br>
> Section "ServerLayout"<br>
> InputDevice "Keeyboard0" "CoreKeyboard"<br>
> EndSection<br>
><br>
> Section "InputDevice"<br>
> Identifier "Keyboard0"<br>
> Driver "kbd"<br>
> EndSection<br>
><br>
><br>
> Any suggestions will be appreciated.<br>
><br>
> Best regards,<br>
><br>
> Martin<br>
><br>
><br>
</blockquote></div>
</blockquote></div></body></html>