I am new to FreeBSD. I have spent some time with linux but generally this is all fairly new. I have installed FreeBSD, I have everything I need working so far. I installed fluxbox as a WM and all is well so far. But then I realized that the touchpad tap to click was enabled. This feature drives me crazy. I found it is disabled when I install the synaptic drivers and include in the file:
/boot/loader.conf
When I enabled this if I touch the touchpad while right-clicking everything goes crazy, and will scroll through all the different fluxbox desktops. Similar to the issue found Here.
I followed each step of what solved it for that user, however nothing changed for me.
Is there a way to use the standard moused and disable the tap to click? Or does anyone have any ideas as to why the synaptic touchpad goes crazy during a right click?
I am at work so cannot post anything from the laptop. When I get home I will post /boot/loader.conf /etc/rc.conf /xorg.conf and /etc/sysctl.conf as those seemed to be what was needed to troubleshoot the other users issue.
Is there any other information that would be helpful?
/boot/loader.conf
Code:
hw.psm.synaptics_support="1"
When I enabled this if I touch the touchpad while right-clicking everything goes crazy, and will scroll through all the different fluxbox desktops. Similar to the issue found Here.
I followed each step of what solved it for that user, however nothing changed for me.
Is there a way to use the standard moused and disable the tap to click? Or does anyone have any ideas as to why the synaptic touchpad goes crazy during a right click?
I am at work so cannot post anything from the laptop. When I get home I will post /boot/loader.conf /etc/rc.conf /xorg.conf and /etc/sysctl.conf as those seemed to be what was needed to troubleshoot the other users issue.
Is there any other information that would be helpful?