{"id":1841,"date":"2016-06-29T16:21:36","date_gmt":"2016-06-30T00:21:36","guid":{"rendered":"http:\/\/systemsolver.com\/StatlerBlog\/?p=1841"},"modified":"2016-06-29T16:21:36","modified_gmt":"2016-06-30T00:21:36","slug":"linux-turn-off-laptop-touch-screen","status":"publish","type":"post","link":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/2016\/06\/29\/linux-turn-off-laptop-touch-screen\/","title":{"rendered":"Linux turn off laptop touch screen"},"content":{"rendered":"<p>=== simpler and more permenant way follows this way &#8230;.<\/p>\n<p>Type in the terminal:<\/p>\n<div class=\"codebox\"><code>xinput list<\/code><\/div>\n<p>and see what shows. Somewhere under &#8220;virtual core pointer&#8221; the name of your touchscreen device should appear (on my ASUS X202E it&#8217;s &#8220;Atmel Atmel maXTouch Digitizer&#8221;)<\/p>\n<p>Then type<\/p>\n<div class=\"codebox\"><code>xinput set-prop &lt;device-name&gt; \"Device Enabled\" 0<\/code><\/div>\n<p>(So in my case it was<\/p>\n<div class=\"codebox\"><code>xinput set-prop \"Atmel Atmel maXTouch Digitizer\" \"Device Enabled\" 0<\/code><\/div>\n<p>)<\/p>\n<p>And that&#8217;s it.<\/p>\n<p>If you you want to enable it back type<\/p>\n<div class=\"codebox\"><code>xinput set-prop &lt;device-name&gt; \"Device Enabled\" 1<\/code><\/div>\n<div class=\"codebox\"><\/div>\n<div class=\"codebox\">Add the command to your autostart list.<\/div>\n<p>==== more permenant way ======<\/p>\n<p>To turn off a linux laptop touch screen edit the following file:<\/p>\n<p><code>\/usr\/share\/x11\/xorg.config.d\/10-evdev.conf<\/code><\/p>\n<p>The last section should like like this<\/p>\n<p><code>Section \"InputClass\"<br \/>\nIdentifier \"evdev touchscreen catchall\"<br \/>\nMatchIsTouchscreen \"on\"<br \/>\nMatchDevicePath \"\/dev\/input\/event*\"<br \/>\nDriver \"evdev\"<br \/>\nEndSection<\/code><\/p>\n<p>Add the line &#8220;Option &#8220;Ignore&#8221; &#8220;on&#8221;\u00a0 to the Section &#8220;InputClass&#8221; so it looks like this:<\/p>\n<p><code>\u00a0Section \"InputClass\"<br \/>\nIdentifier \"evdev touchscreen catchall\"<br \/>\nMatchIsTouchscreen \"on\"<br \/>\nMatchDevicePath \"\/dev\/input\/event*\"<br \/>\nDriver \"evdev\"<br \/>\nOption \"Ignore\" \"on\"<br \/>\nEndSection<\/code><\/p>\n<p>reboot<\/p>\n","protected":false},"excerpt":{"rendered":"<p>=== simpler and more permenant way follows this way &#8230;. Type in the terminal: xinput list and see what shows. Somewhere under &#8220;virtual core pointer&#8221; the name of your touchscreen device should appear (on my ASUS X202E it&#8217;s &#8220;Atmel Atmel maXTouch Digitizer&#8221;) Then type xinput set-prop &lt;device-name&gt; &#8220;Device Enabled&#8221; 0 (So in my case it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1841","post","type-post","status-publish","format-standard","hentry","category-general"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/posts\/1841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/comments?post=1841"}],"version-history":[{"count":0,"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/posts\/1841\/revisions"}],"wp:attachment":[{"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/media?parent=1841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/categories?post=1841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/systemsolver.goodhealthyday.com\/StatlerBlog\/wp-json\/wp\/v2\/tags?post=1841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}