Difference between revisions of "Synaptics"

From CBLFS
Jump to navigationJump to search
(64Bit)
(32Bit)
Line 28: Line 28:
 
=== 32Bit ===
 
=== 32Bit ===
  
  Todo
+
Compile the package:
 +
 
 +
  make PREFIX=/usr ARCH="i386"
 +
 
 +
Install the package
 +
 
 +
make PREFIX=/usr ARCH="i386" install
  
 
=== N32 ===
 
=== N32 ===

Revision as of 10:55, 1 July 2007

Download Source: http://web.telia.com/~u89404340/touchpad/files/synaptics-0.14.6.tar.bz2

Introduction to Synaptics

This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad become available.

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

make PREFIX=/usr

Install the package

make PREFIX=/usr install

Multilib

32Bit

Compile the package:

make PREFIX=/usr ARCH="i386"

Install the package

make PREFIX=/usr ARCH="i386" install

N32

Todo

64Bit

Compile the package:

make PREFIX=/usr ARCH="x86_64" INPUT_MODULE_DIR="/usr/lib64/xorg/modules/input"

Install the package

make PREFIX=/usr ARCH="x86_64" INPUT_MODULE_DIR="/usr/lib64/xorg/modules/input" install

Contents

Installed Programs: synclient syndaemon
Installed Libraries: ${XORG_PREFIX}/lib/xorg/modules/input/synaptics_drv.so
Installed Directories: None