• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-2,3412,166

doc/H03-May-2022-503430

help/H03-May-2022-1,4361,151

po/H29-Mar-2009-1,6851,322

src/H03-May-2022-2,7712,191

AUTHORSH A D15-Mar-2009131 43

COPYINGH A D15-Mar-200917.6 KiB341281

ChangeLogH A D27-Mar-20098 KiB332211

Makefile.amH A D15-Mar-2009269 1613

Makefile.inH A D03-May-202220.5 KiB685602

NEWSH A D15-Mar-20090

READMEH A D15-Mar-20091.5 KiB5330

TODOH A D15-Mar-200965 32

aclocal.m4H A D29-Mar-2009345.2 KiB9,9208,897

autogen.shH A D15-Mar-2009383 2318

config.guessH A D29-Mar-200943.8 KiB1,5271,315

config.h.inH A D29-Mar-20092.2 KiB8456

config.subH A D29-Mar-200932.6 KiB1,6591,514

configureH A D03-May-2022497.4 KiB17,47213,940

configure.acH A D29-Mar-20091.1 KiB5540

depcompH A D29-Mar-200917.4 KiB590375

gnome-doc-utils.makeH A D29-Mar-200920 KiB579489

install-shH A D29-Mar-200913.3 KiB520344

intltool-extract.inH A D29-Mar-20090

intltool-merge.inH A D29-Mar-20090

intltool-update.inH A D29-Mar-20090

ltmain.shH A D29-Mar-2009237.7 KiB8,4136,481

missingH A D29-Mar-200910.9 KiB368275

mkinstalldirsH A D29-Mar-20091.9 KiB11285

README

1gsynaptics - a GUI configuration tool for the Synaptics touchpad
2================================================================
3
4
5Enabling gsynaptics
6-------------------
7
8To enable gsynaptics to configure your touchpad, the following line needs to be in /etc/X11/xorg.conf or XF86Config.conf, in the section where the Synaptics touchpad is configured.
9
10For /etc/X11/xorg.conf, here is a sample of the relevant section:
11
12Section "InputDevice"
13        Identifier      "Synaptics Touchpad"
14        Driver          "synaptics"
15        Option          "SendCoreEvents"        "true"
16        Option          "Device"                "/dev/psaux"
17        Option          "Protocol"              "auto-dev"
18        Option          "HorizEdgeScroll"       "0"
19
20        # This is for gsynaptics to control the touchpad
21        Option          "SHMConfig"             "true"
22EndSection
23
24
25Running gsynaptics-init
26-----------------------
27
28You will also need to run gsynaptics-init to restore your touchpad settings when your display manager loads. The configuration file is stored as:
29
30~/.gconf/desktop/gnome/peripherals/touchpad/%gconf.xml
31
32
33To setup gsynaptics-init, if you are a:
34
35Ubuntu GNOME user:
36	You have to add gsynaptics-init on [System] - [Preferences] - [Sessions] - [Startup Programs] in GNOME Menu.
37	If it is already added (look for an entry with the word "Touchpad"), you just need to enable it.
38
39non-GNOME user:
40	You have to add gsynaptics-init to the files .xinitrc or .xsession.
41
42
43
44Website
45-------
46
47The website for gsynaptics is at:
48http://gsynaptics.sourceforge.jp/
49
50
51
52
53