<div dir="ltr">I don't know re: the trackpad.  Is it a USB device?  What physical interface is OpenBSD detecting it as using?<div><br></div><div>-Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 16, 2016 at 12:18 PM, Dave MacFarlane <span dir="ltr"><<a href="mailto:driusan@gmail.com" target="_blank">driusan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've been meaning to try DragonflyBSD for a while, and I've finally<br>
gotten around to figuring out how to get it to multiboot with UEFI on<br>
my laptop (an Asus TransformerBook TP300L). The only issue I'm having<br>
is that my trackpad is only being detected as a Generic PS/2 mouse and<br>
doesn't seem to have any synaptics support, even after installing<br>
xf86-input-synaptics.  Is there any support for elantech firmware v4<br>
trackpads (as OpenBSD detects it..)? (Actually, the touchscreen also<br>
isn't working, but that's less surprising and not much of an issue for<br>
me..)<br>
<br>
To get it working with UEFI, I basically followed the manual install<br>
instructions with this caveat:<br>
<a href="http://lists.dragonflybsd.org/pipermail/users/2016-July/270759.html" rel="noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/2016-July/270759.html</a><br>
<br>
and then followed the rest of the manual install instructions in<br>
/README, and used gpt create partitions for the other OSes I wanted<br>
while I was at it. (The BIOS lets me hit escape and choose which one I<br>
want at boot time..)<br>
<br>
The only issue was that there's no fstab.example for hammer. This is<br>
what my fstab ended up looking like in the end, for anyone trying to<br>
follow a similar setup:<br>
<br>
# $DragonFly: src/nrelease/root/etc/fstab.example,v 1.1 2003/12/01<br>
21:14:03 dillon Exp $<br>
# Example fstab based on /README.<br>
#<br>
# Device Mountpoint FStype Options Dump Pass#<br>
/dev/da0s2d / hammer rw 2 0<br>
/dev/da0s1 /boot ufs rw 1 1<br>
/dev/da0s2b none swap sw 0 0<br>
/pfs/var /var null rw 2 0<br>
/pfs/tmp /tmp null rw 2 0<br>
/pfs/usr /usr null rw 2 0<br>
/pfs/home /home null rw 2 0<br>
/pfs/var.crash /var/crash null rw 2 0<br>
/pfs/usr.obj /usr/obj null rw 2 0<br>
proc /proc procfs rw 0 0<br>
# example MFS remount (for a pristine MFS filesystem do not use -C)<br>
#swap /mnt mfs rw,-C,-s=4000 0 0<br>
<span class="HOEnZb"><font color="#888888"><br>
- Dave<br>
</font></span></blockquote></div><br></div>