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

Next revision
Previous revision
hardware:synps_2_synaptics_touchpad [2007/10/04 23:01] – created 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-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
 support when configuring the kernel (CONFIG_MOUSE_PS2). You also support when configuring the kernel (CONFIG_MOUSE_PS2). You also
Line 7: Line 9:
  
 <code> <code>
-make && +export XORG_PREFIX="/usr" && 
-install -m 755 -s synaptics_drv.so /usr/lib/xorg/modules/input/+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 
 +</code> 
 + 
 +<code> 
 +make install
 </code> </code>
  
hardware/synps_2_synaptics_touchpad.1191531685.txt.gz · Last modified: 2007/10/04 23:01 by kratz00