<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terrysco&#039;s Blog &#187; synaptics</title>
	<atom:link href="http://www.terrysco.com/node/tag/synaptics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terrysco.com</link>
	<description>仅关注于互联网行业， Linux平台开发。</description>
	<lastBuildDate>Sat, 05 Nov 2011 21:24:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>archlinux下配置触摸版</title>
		<link>http://www.terrysco.com/node/archlinux-config-synaptics.html</link>
		<comments>http://www.terrysco.com/node/archlinux-config-synaptics.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 21:46:10 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[Linux/Mac/DB]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[synaptics]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=63</guid>
		<description><![CDATA[<p>首先，pacman -S synaptics安装驱动。紧接着看下面的配置帮助信息。</p><p>&#160;1. For use with kernel 2.6.x you need to enable synaptics touchpad<br />[2008-11-28 16:23]          support when configuring the kernel (CONFIG_MOUSE_PS2). You also<br />[2008-11-28 16:23]          need support for the evdev interface (CONFIG_INPUT_EVDEV). If you<br />...</p>
]]></description>
			<content:encoded><![CDATA[<p>首先，pacman -S synaptics安装驱动。紧接着看下面的配置帮助信息。</p>
<p>&nbsp;1. For use with kernel 2.6.x you need to enable synaptics touchpad<br />[2008-11-28 16:23]          support when configuring the kernel (CONFIG_MOUSE_PS2). You also<br />[2008-11-28 16:23]          need support for the evdev interface (CONFIG_INPUT_EVDEV). If you<br />[2008-11-28 16:23]          compile evdev as a module, make sure it is loaded before starting<br />[2008-11-28 16:23]          the X server, as it will not be auto-loaded<br />[2008-11-28 16:23] <br />[2008-11-28 16:23] ==>   2. Change your /etc/X11/XF86Config or /etc/X11/xorg.conf:<br />[2008-11-28 16:23]         &nbsp;<br />[2008-11-28 16:23]          &#8211; Load the driver by changig the XFree configuration file<br />[2008-11-28 16:23]            adding the line &#8216;Load &quot;synaptics&quot;&#8217; in the module section<br />[2008-11-28 16:23]         &nbsp;<br />[2008-11-28 16:23]          &#8211; Add/Replace in the InputDevice section for the touchpad the<br />[2008-11-28 16:23]            following lines:<br />[2008-11-28 16:23] <br />[2008-11-28 16:23]   Section &quot;InputDevice&quot;<br />[2008-11-28 16:23]   Driver  	&quot;synaptics&quot;<br />[2008-11-28 16:23]   Identifier  	&quot;Mouse[1]&quot;<br />[2008-11-28 16:23]   Option 	&quot;Device&quot;  	&quot;/dev/psaux&quot;<br />[2008-11-28 16:23]   Option	&quot;Protocol&quot;	&quot;auto-dev&quot;<br />[2008-11-28 16:23]   Option	&quot;LeftEdge&quot;      &quot;1700&quot;<br />[2008-11-28 16:23]   Option	&quot;RightEdge&quot;     &quot;5300&quot;<br />[2008-11-28 16:23]   Option	&quot;TopEdge&quot;       &quot;1700&quot;<br />[2008-11-28 16:23]   Option	&quot;BottomEdge&quot;    &quot;4200&quot;<br />[2008-11-28 16:23]   Option	&quot;FingerLow&quot;	&quot;25&quot;<br />[2008-11-28 16:23]   Option	&quot;FingerHigh&quot;	&quot;30&quot;<br />[2008-11-28 16:23]   Option	&quot;MaxTapTime&quot;	&quot;180&quot;<br />[2008-11-28 16:23]   Option	&quot;MaxTapMove&quot;	&quot;220&quot;<br />[2008-11-28 16:23]   Option	&quot;VertScrollDelta&quot; &quot;100&quot;<br />[2008-11-28 16:23]   Option	&quot;MinSpeed&quot;	&quot;0.06&quot;<br />[2008-11-28 16:23]   Option	&quot;MaxSpeed&quot;	&quot;0.12&quot;<br />[2008-11-28 16:23]   Option	&quot;AccelFactor&quot; &quot;0.0010&quot;<br />[2008-11-28 16:23]   Option	&quot;SHMConfig&quot;	&quot;on&quot;<br />[2008-11-28 16:23] #  Option	&quot;Repeater&quot;	&quot;/dev/ps2mouse&quot;<br />[2008-11-28 16:23] EndSection<br />[2008-11-28 16:23] <br />[2008-11-28 16:23]           &#8211; Change the Identifier to the same name as in the ServerLayout section.<br />[2008-11-28 16:23]             The Option &quot;Repeater&quot; is at the moment for testing.<br />[2008-11-28 16:23] <br />[2008-11-28 16:23]           &#8211; Add the &quot;CorePointer&quot; option to the InputDevice line at the ServerLayout section:<br />[2008-11-28 16:23] <br />[2008-11-28 16:23]   Section &quot;ServerLayout&quot;<br />[2008-11-28 16:23]   InputDevice &quot;Mouse[1]&quot;  &quot;CorePointer&quot;<br />[2008-11-28 16:23] <br />[2008-11-28 16:23]           &#8211; Note! You can not have more than one core pointer, so if you want<br />[2008-11-28 16:23]             to use an external mouse too, you have to set all mouse input<br />[2008-11-28 16:23]             devices except one to &quot;AlwaysCore&quot; instead of &quot;CorePointer&quot;.<br />[2008-11-28 16:23] installed synaptics (0.14.6.99-2)</p>
<p>总结如下：根据上面的帮助修改xorg文件。问题解决，触摸版边缘的滚动功能可以使用了。<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrysco.com/node/archlinux-config-synaptics.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

