blob: c96ace91b71a2059ceb1b5f592d9f084e52980f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
===============================================================================
* SETUP NOTE * SETUP NOTE *
o Enable "SHMConfig on" in /etc/xorg.conf (or /etc/XF86Config)
This tools can be used only if "SHMConfig" "on" in the section
of synaptics driver in /etc/xorg.conf or /etc/XF86Config.
/etc/xorg.conf (/etc/XF86Config) ------------------
:
Section "InputDevice"
Driver "synaptics"
:
Option "SHMConfig" "on"
:
EndSection
:
/etc/xorg.conf (/etc/XF86Config) ------------------
o To use your setting value at each time of starting of Xserver,
you have to run gsynaptics-init at starting time of Xserver.
GNOME users,
you have to add gsynaptics-init on [Desktop] - [Preferences]
- [Sessions] - [Startup Programs] in GNOME Menu.
non GNOME users,
you have to add gsynaptics-init in .xinitrc or
.xsession.
===============================================================================
|