View Single Post
  #9   (View Single Post)  
Old 19th September 2010
bamdad's Avatar
bamdad bamdad is offline
Port Guard
 
Join Date: Sep 2010
Location: budapest
Posts: 17
Default

UPDATE: 'sysctl -a | grep synaptics' gives me this:
Code:
hw.synaptics.up_down_emulation = 2
hw.synaptics.up_down_motion_delta = 1
hw.synaptics.gesture_move = 200
hw.synaptics.gesture_length = 20
hw.synaptics.edge_left = 1632
hw.synaptics.edge_right = 5312
hw.synaptics.edge_top = 4288
hw.synaptics.edge_bottom = 1568
hw.synaptics.edge_motion_delta = 32
hw.synaptics.finger_high = 35
hw.synaptics.finger_low = 20
hw.synaptics.two_fingers_emulation = 0
hw.synaptics.scale_x = 16
hw.synaptics.scale_y = 16
hw.synaptics.max_speed_x = 32
hw.synaptics.max_speed_y = 32
hw.synaptics.movement_threshold = 4
so it seems, it's there. i've tried setting 'sysctl -w hw.synaptics.two_fingers_emulation=1', which makes a two-finger click act as a right click. no scrolling, though..
Reply With Quote