<?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>Wuerzelchens blog &#187; thinkpad</title>
	<atom:link href="http://www.wuerzelchen.de/tag/thinkpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wuerzelchen.de</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 23:41:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>TouchPad Scrolling an meinem Thinkpad T40</title>
		<link>http://www.wuerzelchen.de/linux/touchpad-scrolling-an-meinem-thinkpad-t40p/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.wuerzelchen.de/linux/touchpad-scrolling-an-meinem-thinkpad-t40p/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:19:54 +0000</pubDate>
		<dc:creator>wuerzelchen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.wuerzelchen.de/?p=13</guid>
		<description><![CDATA[Was macht man wenn man zur Zeit keine Maus mit Scrollrad an seinem Laptop hat und gerne scrollen wuerde? Richtig! Man konfiguriert sich fuer sein TouchPad, MousePad das TwoFingerScrolling oder EdgeScrolling. Was wird dazu benoetigt? Linux (in meinem falle Gentoo) X.Org ein Laptop mit einem Touchpad (Synaptics bei dem T40p) Zuerst &#8220;installieren&#8221; wir einmal die [...]]]></description>
			<content:encoded><![CDATA[<p>Was macht man wenn man zur Zeit keine Maus mit Scrollrad an seinem Laptop hat und gerne scrollen wuerde?<br />
Richtig!<br />
Man konfiguriert sich fuer sein TouchPad, MousePad das TwoFingerScrolling oder EdgeScrolling.<br />
<span id="more-13"></span><br />
Was wird dazu benoetigt?</p>
<ul>
<li>Linux (in meinem falle Gentoo)</li>
<li>X.Org</li>
<li>ein Laptop mit einem Touchpad (Synaptics bei dem T40p)</li>
</ul>
<p>Zuerst &#8220;installieren&#8221; wir einmal die Treiber, dabei sollte man darauf achten welche xorg-server Version ihr installiert hab.<br />
Bei mir ist es die Version <em><strong>x11-base/xorg-server-1.5.3-r6</strong></em>.<br />
Falls ihr eine xorg-server Version habt die ueber 1.5.0 liegt dann muesst ihr die <em><strong>x11-drivers/xf86-input-synaptics</strong></em> emergen, da ab der Version 1.4.99.902 es keine Unterstuetzung mehr fuer xf86_ansic.h gibt und die Treiber die Standard System Header nutzen muss.<br />
Falls es eine niedrigerere Version sein sollte einfach <em><strong>x11-drivers/synaptics</strong></em> emergen.</p>
<p>Nachdem er es kompiliert hat schaut ihr einfach mal in die <em><strong>/etc/X11/xorg.conf</strong></em> und fuegt eine neue <em>Section</em> hinzu.<br />
Ich habe bei mir folgendes hinzugefuegt:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Section <span style="color: #ff0000;">&quot;InputDevice&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Identifier &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Synaptics Touchpad&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Driver &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;synaptics&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;SendCoreEvents&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;true&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Device&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/dev/psaux&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Protocol&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;auto-dev&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;ZAxisMapping&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;4 5 6 7&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RightEdge&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;5500&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;BottomEdge&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;4500&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RTCornerButton&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;0&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RBCornerButton&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;0&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;SHMConfig&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;on&quot;</span></div></div>
<p>Dann muesst ihr noch in der <em>ServerLayout</em> Sektion <strong><em>InputDevice    &#8220;Mouse0&#8243; &#8220;CorePointer&#8221;</em></strong> auskommentieren und <strong><em>InputDevice    &#8220;Synaptics Touchpad&#8221; &#8220;CorePointer&#8221;</em></strong> hinzufuegen.</p>
<p>Wenn ihr jetzt ein paar einstellungen am Treiber vornehmen wollt dann koennt ihr ganz einfach mit</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">synclient <span style="color: #660033;">-l</span></div></div>
<p>euch die Einstellungen ausgeben lassen.<br />
Dort koennt ihr euch dann ganz nach eurem Geschmack einstellen ob ihr lieber TwoFingerScrolling aktiviert haben wollt oder doch EdgeScrolling. Wer beides nutzt kann natuerlich auch beides nutzen.</p>
<p>Ich tendiere eher zu dem EdgeScrolling und habe demnach folgendes gemacht:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">synclient <span style="color: #007800;">VertEdgeScroll</span>=<span style="color: #000000;">1</span> <span style="color: #007800;">HorizEdgeScroll</span>=<span style="color: #000000;">1</span> <span style="color: #007800;">VertTwoFingerScroll</span>=<span style="color: #000000;">0</span> <span style="color: #007800;">HorizTwoFingerScroll</span>=<span style="color: #000000;">0</span></div></div>
<p>um es nach einem Neustart des X-Servers nicht wieder einstellen zu muessen kann man es auch in die <strong><em>/etc/X11/xorg.config</em></strong> eintragen. Demnach wuerde der Input Teil dann so aussehen:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Section <span style="color: #ff0000;">&quot;InputDevice&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Identifier &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Synaptics Touchpad&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Driver &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;synaptics&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;SendCoreEvents&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;true&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Device&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;/dev/psaux&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;Protocol&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;auto-dev&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;ZAxisMapping&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;4 5 6 7&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RightEdge&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;5500&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;BottomEdge&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;4500&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RTCornerButton&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;0&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;RBCornerButton&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;0&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;SHMConfig&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;on&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;VertEdgeScroll&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;1&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;HorizEdgeScroll&quot;</span> &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">&quot;1&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;TapButton&quot;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;1&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;VertTwoFingerScroll&quot;</span> &nbsp; <span style="color: #ff0000;">&quot;0&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">&quot;HorizTwoFingerScroll&quot;</span> &nbsp;<span style="color: #ff0000;">&quot;0&quot;</span><br />
EndSection</div></div>
<p>Fuer weitere Einstellungsmoeglichkeiten kann man auch einfach in den Manpages nachschauen (<strong><em>man synaptics</em></strong> )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wuerzelchen.de/linux/touchpad-scrolling-an-meinem-thinkpad-t40p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

