{"id":196,"date":"2010-10-16T10:59:41","date_gmt":"2010-10-16T08:59:41","guid":{"rendered":"http:\/\/www.ceh-photo.de\/blog\/?p=196"},"modified":"2010-10-16T10:59:41","modified_gmt":"2010-10-16T08:59:41","slug":"acer-1825-enable-multitouch-features-for-touchpad","status":"publish","type":"post","link":"https:\/\/www.ceh-photo.de\/blog\/?p=196","title":{"rendered":"Acer 1825 enable multitouch features for touchpad"},"content":{"rendered":"<p>This is a short instruction to enable 2 finger scrolling on the touchpad of the Acer 1825:<\/p>\n<p>create a script and open it with an editor<\/p>\n<div class=\"codecolorer-container bash default\" style=\"overflow:auto;white-space:nowrap;width:70%;\"><table cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td class=\"line-numbers\"><div>1<br \/>2<br \/>3<br \/><\/div><\/td><td><div class=\"bash codecolorer\"><span class=\"kw2\">touch<\/span> touchpad.run<br \/>\n<br \/>\ngedit touchpad.run<\/div><\/td><\/tr><\/tbody><\/table><\/div>\n<p>copy \u00a0and paste the following lines into the script<\/p>\n<div class=\"codecolorer-container bash default\" style=\"overflow:auto;white-space:nowrap;width:70%;height:400px;\"><table cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td class=\"line-numbers\"><div>1<br \/>2<br \/>3<br \/>4<br \/>5<br \/>6<br \/>7<br \/>8<br \/>9<br \/>10<br \/>11<br \/>12<br \/>13<br \/>14<br \/>15<br \/>16<br \/>17<br \/>18<br \/>19<br \/>20<br \/>21<br \/>22<br \/>23<br \/>24<br \/>25<br \/>26<br \/>27<br \/>28<br \/>29<br \/><\/div><\/td><td><div class=\"bash codecolorer\"><span class=\"co0\">#!\/bin\/sh<\/span><br \/>\n<br \/>\n<span class=\"co0\">#<\/span><br \/>\n<br \/>\n<span class=\"co0\"># Use xinput --list-props &quot;SynPS\/2 Synaptics TouchPad&quot; to extract data<\/span><br \/>\n<br \/>\n<span class=\"co0\">#<\/span><br \/>\n<br \/>\n<span class=\"kw2\">sleep<\/span> <span class=\"nu0\">10<\/span> <span class=\"co0\">#is necessary to have all modules load before the script runs<\/span><br \/>\n<br \/>\n<span class=\"co0\"># Set multi-touch emulation parameters<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Synaptics Two-Finger Pressure&quot;<\/span> <span class=\"nu0\">32<\/span> <span class=\"nu0\">10<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Synaptics Two-Finger Width&quot;<\/span> <span class=\"nu0\">32<\/span> <span class=\"nu0\">8<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Two-Finger Scrolling&quot;<\/span> <span class=\"nu0\">8<\/span> <span class=\"nu0\">1<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Synaptics Two-Finger Scrolling&quot;<\/span> <span class=\"nu0\">8<\/span> <span class=\"nu0\">1<\/span> <span class=\"nu0\">1<\/span><br \/>\n<br \/>\n<span class=\"co0\"># Disable edge scrolling<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Synaptics Edge Scrolling&quot;<\/span> <span class=\"nu0\">8<\/span> <span class=\"nu0\">0<\/span> <span class=\"nu0\">0<\/span> <span class=\"nu0\">0<\/span><br \/>\n<br \/>\n<span class=\"co0\"># This will make cursor not to jump if you have two fingers on the touchpad and you list one<\/span><br \/>\n<br \/>\n<span class=\"co0\"># (which you usually do after two-finger scrolling)<\/span><br \/>\n<br \/>\nxinput set-int-prop <span class=\"st0\">&quot;SynPS\/2 Synaptics TouchPad&quot;<\/span> <span class=\"st0\">&quot;Synaptics Jumpy Cursor Threshold&quot;<\/span> <span class=\"nu0\">32<\/span> <span class=\"nu0\">110<\/span><\/div><\/td><\/tr><\/tbody><\/table><\/div>\n<p>save the script and enable following permissons:<\/p>\n<div class=\"codecolorer-container bash default\" style=\"overflow:auto;white-space:nowrap;width:70%;\"><table cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td class=\"line-numbers\"><div>1<br \/><\/div><\/td><td><div class=\"bash codecolorer\"><span class=\"kw2\">chmod<\/span> +x touchpad.run<\/div><\/td><\/tr><\/tbody><\/table><\/div>\n<p>Last step you need to add the script to the autostart programs:<\/p>\n<p>System&#8211;&gt;preferences-&gt;startprograms<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-197\" title=\"touchpad multitouch autostart\" src=\"http:\/\/www.ceh-photo.de\/blog\/wp-content\/plugins\/downloads-manager\/upload\/\/Bildschirmfoto-1024x575.png\" alt=\"touchpad multitouch autostart\" width=\"1024\" height=\"575\" srcset=\"https:\/\/www.ceh-photo.de\/blog\/wp-content\/plugins\/downloads-manager\/upload\/Bildschirmfoto-1024x575.png 1024w, https:\/\/www.ceh-photo.de\/blog\/wp-content\/plugins\/downloads-manager\/upload\/Bildschirmfoto-300x168.png 300w, https:\/\/www.ceh-photo.de\/blog\/wp-content\/plugins\/downloads-manager\/upload\/Bildschirmfoto.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">#!\/bin\/sh<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">#<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"># Use xinput &#8211;list-props &#8220;SynPS\/2 Synaptics TouchPad&#8221; to extract data<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">#<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">sleep 10 #is necessary to have all modules load before the script runs<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"># Set multi-touch emulation parameters<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Pressure&#8221; 32 10<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Width&#8221; 32 8<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Two-Finger Scrolling&#8221; 8 1<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Scrolling&#8221; 8 1 1<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"># Disable edge scrolling<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Synaptics Edge Scrolling&#8221; 8 0 0 0<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"># This will make cursor not to jump if you have two fingers on the touchpad and you list one<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"># (which you usually do after two-finger scrolling)<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 93px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">xinput set-int-prop &#8220;SynPS\/2 Synaptics TouchPad&#8221; &#8220;Synaptics Jumpy Cursor Threshold&#8221; 32 110<\/div>\n<p>Then reboot and you should be able to scroll with two fingers.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a short instruction to enable 2 finger scrolling on the touchpad of the Acer 1825: create a script and open it with an editor 123touch touchpad.run gedit touchpad.run copy \u00a0and paste the following lines into the script 1234567891011121314151617181920212223242526272829#!\/bin\/sh # # Use xinput &#8211;list-props &quot;SynPS\/2 Synaptics TouchPad&quot; to extract data # sleep 10 #is [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[56,40,57],"class_list":["post-196","post","type-post","status-publish","format-standard","hentry","category-general_news","tag-acer-1825","tag-linux","tag-ubuntu"],"_links":{"self":[{"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=196"}],"version-history":[{"count":1,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/196\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/196\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ceh-photo.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}