systems like Virtual Box, BHyve, e.t.c. It uses evdev protocol to communicate with userland applications like libinput and xf86-input-evdev. The driver should be installed in to the guest FreeBSD system. Host system should be configured to emulate mouse as a single-touch USB tablet. WWW: https://github.com/wulf7/utouch It is a temporary solution until absolute coords support is added to ums(4) driver. That is why it is not imported into the base system. PR: 240261 Approved by: koobs
14 lines
340 B
Text
14 lines
340 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To load installed driver in to the kernel type:
|
|
"kldload /boot/modules/utouch.ko"
|
|
|
|
It may be necessary to unload conflicting uhid(4) driver
|
|
with "kldunload uhid" after utouch.ko has been loaded.
|
|
|
|
To load driver automaticaly at the boot time add
|
|
utouch_load="YES" string to /boot/loader.conf file.
|
|
EOM
|
|
}
|
|
]
|