diff options
author | Peter Osterlund <petero2@telia.com> | 2005-03-25 08:11:51 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:13 +0200 |
commit | 87abea9cddc0cddc3936e546bec9c36338d689cc (patch) | |
tree | a40315105f767e1a1f579ffeacbc66b16d7f7e76 | |
parent | c54ed1356af05e252ddcc95e648e64168cdca463 (diff) |
Added a note about compiler version incompatibilities in the
trouble shooting guide.
-rw-r--r-- | trouble-shooting.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trouble-shooting.txt b/trouble-shooting.txt index 398594e..2b02f9a 100644 --- a/trouble-shooting.txt +++ b/trouble-shooting.txt @@ -125,9 +125,14 @@ Next, check that the log file also contains a line like this: If there is no such line, there is probably a binary compatibility problem between the synaptics driver and the X server. +Possible fixes: + 1. Try upgrading to the latest synaptics driver. 2. Try installing the X SDK package if it is available for your version of X. (In Fedora Core 2, that package is called xorg-x11-sdk-6.7.0-2.i386.rpm.) Then re-compile the synaptics driver and try again. + +3. Make sure the driver is compiled with the same compiler version as + the X server. |