Hello to all. I'm using OpenBSD 6.2. I try to figure out how is loaded the synaptics driver. In the /var/log/Xorg.0.log file I can see that the driver is loaded by X:
LoadModule: "synaptics" Loading /usr/X11R6/lib/modules/input/synaptics_drv.so . . . But I can not find in any configuration file to be declared, I searched the whole system using grep for the synaptics pattern, but I did not found any relevant config files, or something like that. There is a /usr/X11R6/share/X11/xorg.conf.d/70-synaptics.conf file, but that is just an example, because if I remove it, the driver still loads. In OpenBSD 6.2 there is also no xorg.conf file. So If I would guess I think the X server automatically recognizes my touchpad and loads the appropriate driver from the path /usr/X11R6/lib/modules/input/. Is that correct? Or the driver is loaded in a different way? Thanks!