diff options
-rw-r--r-- | x11-drivers/synaptics/pkg-message | 9 | ||||
-rw-r--r-- | x11-servers/synaptics/pkg-message | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-drivers/synaptics/pkg-message b/x11-drivers/synaptics/pkg-message index f096759903fa..7f6039d68c45 100644 --- a/x11-drivers/synaptics/pkg-message +++ b/x11-drivers/synaptics/pkg-message @@ -25,7 +25,11 @@ o Set your /etc/xorg.conf (or /etc/XF86Config) following setting is mine. You may want to change the values of *Edge and *Delta. -/etc/xorg.conf (/etc/XF86Config) ------------------ + *NOTE* + Please disable your existing "CorePointer" in "ServerLayout" + section, only use "Synaptics_Touchpad" CorePointer. + +/etc/xorg.conf (or /etc/XF86Config) --------------- : Section "Module" : @@ -34,6 +38,7 @@ EndSection Section "ServerLayout" : +# InputDevice "Standard_PS/2_Mouse" "CorePointer" InputDevice "Synaptics_Touchpad" "CorePointer" EndSection @@ -78,6 +83,6 @@ Section "InputDevice" # Option "CircScrollDelta" "0.5" EndSection : -/etc/xorg.conf (/etc/XF86Config) ------------------ +/etc/xorg.conf (or /etc/XF86Config) --------------- =============================================================================== diff --git a/x11-servers/synaptics/pkg-message b/x11-servers/synaptics/pkg-message index f096759903fa..7f6039d68c45 100644 --- a/x11-servers/synaptics/pkg-message +++ b/x11-servers/synaptics/pkg-message @@ -25,7 +25,11 @@ o Set your /etc/xorg.conf (or /etc/XF86Config) following setting is mine. You may want to change the values of *Edge and *Delta. -/etc/xorg.conf (/etc/XF86Config) ------------------ + *NOTE* + Please disable your existing "CorePointer" in "ServerLayout" + section, only use "Synaptics_Touchpad" CorePointer. + +/etc/xorg.conf (or /etc/XF86Config) --------------- : Section "Module" : @@ -34,6 +38,7 @@ EndSection Section "ServerLayout" : +# InputDevice "Standard_PS/2_Mouse" "CorePointer" InputDevice "Synaptics_Touchpad" "CorePointer" EndSection @@ -78,6 +83,6 @@ Section "InputDevice" # Option "CircScrollDelta" "0.5" EndSection : -/etc/xorg.conf (/etc/XF86Config) ------------------ +/etc/xorg.conf (or /etc/XF86Config) --------------- =============================================================================== |