User Tools

Site Tools


hardware:synps_2_synaptics_touchpad

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardware:synps_2_synaptics_touchpad [2008/12/12 18:58] kratz00hardware:synps_2_synaptics_touchpad [2009/10/21 18:36] (current) kratz00
Line 1: Line 1:
-http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-0.99.2.tar.bz2\\ +http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.2.0.tar.bz2\\ 
  
 For use with kernel 2.6.x you need to enable synaptics touchpad For use with kernel 2.6.x you need to enable synaptics touchpad
Line 9: Line 9:
  
 <code> <code>
-sed --e 's/history_size xf86SetIntOption(opts/history_size xf86SetIntOption(local->options/' src/synaptics.c && +export XORG_PREFIX="/usr" && 
-./configure --prefix=/usr &&+export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ 
 +    --mandir=$XORG_PREFIX/share/man --localstatedir=/var" 
 +</code> 
 + 
 +<code> 
 +./configure $XORG_CONFIG --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &&
 make make
 </code> </code>
hardware/synps_2_synaptics_touchpad.1229104705.txt.gz · Last modified: 2008/12/12 18:58 by kratz00