View Single Post
  #2   (View Single Post)  
Old 15th October 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

On a EeePC netbook running:
Code:
$ sysctl kern.version
kern.version=OpenBSD 5.0-current (GENERIC.MP) #8: Fri Oct  7 20:08:23 EDT 2011
    root@jggimi.homeip.net:/usr/src/sys/arch/i386/compile/GENERIC.MP
my hardware is:
Code:
$ dmesg | grep pms
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pms0: Synaptics touchpad, firmware 7.2
I use:
Code:
$ cat .xinitrc
synclient TapButton1=1
syndaemon -i 1 -d
exec startxfce4
I do not have an xorg.conf.

The touchpad works as a left mouse button, but not every time I touch it. There are knobs with synclient to change sensitivity, but I have not figured out which ones are which.
Reply With Quote