hi.. back again I went with ubuntu for a good long while because my program ended up working faster with it.. but now it's kicking me in the teeth. I theorize that updates "fixed" some things, but broke others..
..as for the track-pad, you would think this would be easy to figure out. I know how to do it on ubuntu. I -have- managed to do it, but the solution only works when the x-server isn't running. (when I'm in command-line mode prior to running startx)
-that- solution is to add "hw.psm.synaptics.min_pressure=220" to /etc/sysctl.conf (here). A similar solution is discussed here.
perhaps the first thing google gives me is this:
sysctl hw.psm.synaptics.touchpad_off=1
assuming that you have
hw.psm.synaptics_support="1"
in your /boot/loader.conf
I have it, but I still get:
"sysctl: unknown oid 'hw.psm.synaptics.touchpad_off'.
..I've tried to figure out what an oid is, "object-id"?
..and I've gone cross-eyed looking at other similar problems and solutions.
... I'll keep trying..
..as for the track-pad, you would think this would be easy to figure out. I know how to do it on ubuntu. I -have- managed to do it, but the solution only works when the x-server isn't running. (when I'm in command-line mode prior to running startx)
-that- solution is to add "hw.psm.synaptics.min_pressure=220" to /etc/sysctl.conf (here). A similar solution is discussed here.
perhaps the first thing google gives me is this:
sysctl hw.psm.synaptics.touchpad_off=1
assuming that you have
hw.psm.synaptics_support="1"
in your /boot/loader.conf
I have it, but I still get:
"sysctl: unknown oid 'hw.psm.synaptics.touchpad_off'.
..I've tried to figure out what an oid is, "object-id"?
..and I've gone cross-eyed looking at other similar problems and solutions.
... I'll keep trying..