<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jwie</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jwie"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Jwie"/>
	<updated>2026-05-11T14:34:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Synaptics_TouchPad_driver_for_X&amp;diff=50199</id>
		<title>Synaptics TouchPad driver for X</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Synaptics_TouchPad_driver_for_X&amp;diff=50199"/>
		<updated>2010-12-29T09:35:16Z</updated>

		<summary type="html">&lt;p&gt;Jwie: /* Configuration using Gnome */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synaptics TouchPad driver for X.Org==&lt;br /&gt;
This is a driver for all synaptics touchpads for X.Org. The driver is not written portably; it will not work on operating systems other than Linux and FreeBSD (by ports).&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
*Movement with adjustable, non-linear acceleration and speed&lt;br /&gt;
*Button events through short touching of the touchpad&lt;br /&gt;
*Dragging through short touching and holding down the finger on the touchpad&lt;br /&gt;
*Middle and right button events on the upper and lower corner of the touchpad&lt;br /&gt;
*Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad&lt;br /&gt;
*Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad&lt;br /&gt;
*Adjustable finger detection&lt;br /&gt;
&lt;br /&gt;
=== Configuration using Gnome ===&lt;br /&gt;
Starting with Xorg 1.6 and Gnome 2.26, you can configure some of the touchpad features with {{path|gnome-mouse-properties}}.&lt;br /&gt;
&lt;br /&gt;
[[image:Screenshot-Mouse_Preferences.png]]&lt;br /&gt;
&lt;br /&gt;
Alternatively, you might want to use [http://live.gnome.org/GPointingDeviceSettings GPointing Device Settings] as a graphical frontend, which allows configuration of both the TrackPoint and the TouchPad and is available for Fedora 12, Ubuntu 9.10 and Debian squeeze in the standard package repositories.&lt;br /&gt;
&lt;br /&gt;
[[image:Screenshot-GPointing Device Settings-TouchPad.png]]&lt;br /&gt;
&lt;br /&gt;
=== Configuration using xinput ===&lt;br /&gt;
This requires that you have at least Xorg 1.6 and have the xinput utility installed (part of the optional xorg-x11-apps rpm on Fedora)&lt;br /&gt;
These settings are changed on the fly and will be lost when the X server is restarted&lt;br /&gt;
&lt;br /&gt;
To query the available options &lt;br /&gt;
 xinput list-props &amp;quot;SynPS/2 Synaptics TouchPad&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For instance to disable the touchpad (but not trackpoint) using xinput&lt;br /&gt;
 xinput set-int-prop &amp;quot;SynPS/2 Synaptics TouchPad&amp;quot; &amp;quot;Synaptics Off&amp;quot; 8 1&lt;br /&gt;
&lt;br /&gt;
Or alternatively to disable the TrackPoint&lt;br /&gt;
 xinput set-int-prop &amp;quot;SynPS/2 Synaptics TouchPad&amp;quot; &amp;quot;Synaptics Guestmouse Off&amp;quot; 8 1&lt;br /&gt;
&lt;br /&gt;
=== Configuration using xorg.conf ===&lt;br /&gt;
Some common options under X.Org&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
	Identifier      &amp;quot;Synaptics Touchpad&amp;quot;&lt;br /&gt;
	Driver		&amp;quot;synaptics&amp;quot;&lt;br /&gt;
	Option		&amp;quot;SendCoreEvents&amp;quot;   &amp;quot;true&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Device&amp;quot;	   &amp;quot;/dev/psaux&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Protocol&amp;quot;	   &amp;quot;auto-dev&amp;quot;&lt;br /&gt;
#       Option          &amp;quot;TouchpadOff&amp;quot; &amp;quot;1&amp;quot;               #Uncomment if you just want to disable the touchpad and use only the trackpoint&lt;br /&gt;
# 	Option		&amp;quot;HorizScrollDelta&amp;quot; &amp;quot;0&amp;quot;          #Why is this in here by default. By Gods, it kill horizontal scrolling!&lt;br /&gt;
	Option          &amp;quot;RightEdge&amp;quot;        &amp;quot;5500&amp;quot;       #This is a little bigger than the default narrowing the scroll region &lt;br /&gt;
	Option          &amp;quot;BottomEdge&amp;quot;       &amp;quot;4500&amp;quot;       #This is a little bigger than the default narrowing the scroll region &lt;br /&gt;
	Option          &amp;quot;RTCornerButton&amp;quot;   &amp;quot;0&amp;quot;          #disable Right Top corner &amp;quot;button&amp;quot; &lt;br /&gt;
	Option          &amp;quot;RBCornerButton&amp;quot;   &amp;quot;0&amp;quot;          #disable Right Bottom corner &amp;quot;button&amp;quot;&lt;br /&gt;
        Option          &amp;quot;SHMConfig&amp;quot;         &amp;quot;on&amp;quot;        #this allows configuration of the touchpad using qsynaptics, synclient, or what have you. &lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To configure the touchpad on the fly, '''ksynaptics''' can be found under the KDE control panel. For Gnome users there is [http://gsynaptics.sourceforge.jp/ gsynaptics]. And for those who prefer to remain non-partisan, there's also '''qsynaptics'''. &lt;br /&gt;
They all provide a GUI way to control driver settings such as circular scrolling and tap to click. &lt;br /&gt;
&lt;br /&gt;
For the console or scripting uses there is '''synclient'''.&lt;br /&gt;
&lt;br /&gt;
===Project Homepage===&lt;br /&gt;
[http://w1.894.telia.com/~u89404340/touchpad/ Synaptics TouchPad driver for XOrg]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Jwie</name></author>
		
	</entry>
</feed>