<?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=Kristine</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=Kristine"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Kristine"/>
	<updated>2026-04-23T03:33:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fix_for_suspend_problems_on_T410s_with_touchscreen&amp;diff=51626</id>
		<title>Fix for suspend problems on T410s with touchscreen</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fix_for_suspend_problems_on_T410s_with_touchscreen&amp;diff=51626"/>
		<updated>2011-05-26T18:26:03Z</updated>

		<summary type="html">&lt;p&gt;Kristine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In {{Ubuntu}} (and a lot of other Linux distrubutions) the Lenovo {{T410s}} with a [[MultiTouch|touchscreen]] has the issue that it cannot go into suspend.&lt;br /&gt;
&lt;br /&gt;
It is the kernel module hid_ntrig that seems to be causing the problem. Thus a work around this is to turn off the kernel module hid_ntrig by running the following command:&lt;br /&gt;
 modprobe -r hid_ntrig&lt;br /&gt;
&lt;br /&gt;
This will disable the touch screen, but now suspend works. &lt;br /&gt;
&lt;br /&gt;
If you want to have both your touch screen and suspend, go to the folder: /etc/pm/sleep.d/. You should create a script file in this folder which will then be called when your laptops goes into and awakens from suspend. The script should contain the following code and remember to make the file executable:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # Disable ntrig on suspend and enable it when awakening from suspend.&lt;br /&gt;
 # Goal: Turn off touch screen which makes suspend not work on Lenovo ThinkPad T410&lt;br /&gt;
 &lt;br /&gt;
 # pm-action(8) - &amp;lt;action&amp;gt; &amp;lt;suspend method&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;${1}&amp;quot; in&lt;br /&gt;
         suspend|hibernate)&lt;br /&gt;
                 modprobe -r hid_ntrig       &lt;br /&gt;
                 ;;&lt;br /&gt;
         resume|thaw)&lt;br /&gt;
                 modprobe hid_ntrig &amp;amp;&lt;br /&gt;
                 ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
When your laptop goes into suspend, the touch screen module will be disabled&lt;br /&gt;
 modprobe -r hid_ntrig       &lt;br /&gt;
&lt;br /&gt;
and on awakening the module is enabled.&lt;br /&gt;
 modprobe hid_ntrig &amp;amp;&lt;br /&gt;
&lt;br /&gt;
I add the ampersand (&amp;amp;) at the end when enabling hid_ntrig, because this command is rather slow. By doing so the command in run in the background, and thus it will not make your computer stall on awakening, but it might take 10 seconds before you can use your touch screen.&lt;br /&gt;
&lt;br /&gt;
This has been implemented in Linux Mint 10 but I guess it should also work in a normal {{Ubuntu}} 10.10 installation.&lt;/div&gt;</summary>
		<author><name>Kristine</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=MultiTouch&amp;diff=51625</id>
		<title>MultiTouch</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=MultiTouch&amp;diff=51625"/>
		<updated>2011-05-26T18:04:28Z</updated>

		<summary type="html">&lt;p&gt;Kristine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |[[Image:Logo_wacom.gif|Wacom Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== MultiTouch ===&lt;br /&gt;
Some models come with touchscreen abilities, known as MultiTouch.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
MultiTouch is a new feature on recent models of the X60/X61/+ Tablet. It allows you to use any device that can create pressure (such as your finger) instead of the tablet pen. This feature is currently ''experimentally'' supported with linuxwacom. However, the tablet pen will still work on such systems.&lt;br /&gt;
&lt;br /&gt;
with the wacom drivers, it will only support as a single-touch interface and not as real multitouch. &lt;br /&gt;
&lt;br /&gt;
If you tablet pen does not work, try building the linuxwacom modules from source. You can find everything you need [http://linuxwacom.sourceforge.net at their website].&lt;br /&gt;
&lt;br /&gt;
[experience from x201 tablet] Today you only get 2 fingers from the display without pressure. The pen is working normal (with pressure).&lt;br /&gt;
&lt;br /&gt;
A multitouch screen is an optional upgrade for the (non-tablet) {{T410s}}.  As of January 2011, this is not recommended.  Although it has some support as an input device, it seems to cause signficiant stability problems.  On Ubuntu it prevents suspend from working; on both Debian and Ubuntu it seems to cause instability in X; and on Debian, while suspend works, wakeup from suspend seems quite unreliable.&lt;br /&gt;
&lt;br /&gt;
On Linux Mint 10 (and Ubuntu) you can fix this by disabling the kernel module during suspend. See [[Fix_for_suspend_problems_on_T410s_with_touchscreen|Fix for suspend problems on T410s with touchscreen]].&lt;/div&gt;</summary>
		<author><name>Kristine</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fix_for_suspend_problems_on_T410s_with_touchscreen&amp;diff=51624</id>
		<title>Fix for suspend problems on T410s with touchscreen</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fix_for_suspend_problems_on_T410s_with_touchscreen&amp;diff=51624"/>
		<updated>2011-05-26T17:59:44Z</updated>

		<summary type="html">&lt;p&gt;Kristine: â†Created page with 'In {{Ubuntu}} (and a lot of other Linux distrubutions) the Lenovo {{T410s}} with a touchscreen has the issue that it cannot go into suspend.  It is the kern...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In {{Ubuntu}} (and a lot of other Linux distrubutions) the Lenovo {{T410s}} with a [[MultiTouch|touchscreen]] has the issue that it cannot go into suspend.&lt;br /&gt;
&lt;br /&gt;
It is the kernel module hid_ntrig that seems to be causing the problem. Thus a work around this is to turn off the kernel module hid_ntrig by running the following command:&lt;br /&gt;
 modprobe -r hid_ntrig&lt;br /&gt;
&lt;br /&gt;
This will disable the touch screen, but now suspend works. &lt;br /&gt;
&lt;br /&gt;
If you want to have both your touch screen and suspend, go to the folder: /etc/pm/sleep.d/. You should create a script file in this folder which will then be called when your laptops goes into and awakens from suspend. The script should contain the following code and remember to make the file executable:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # Disable ntrig on suspend and enable it when awakening from suspend.&lt;br /&gt;
 # Goal: Turn off touch screen which makes suspend not work on Lenovo ThinkPad T410&lt;br /&gt;
 &lt;br /&gt;
 # pm-action(8) - &amp;lt;action&amp;gt; &amp;lt;suspend method&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;${1}&amp;quot; in&lt;br /&gt;
         suspend|hibernate)&lt;br /&gt;
                 modprobe -r hid_ntrig       &lt;br /&gt;
                 ;;&lt;br /&gt;
         resume|thaw)&lt;br /&gt;
                 modprobe hid_ntrig &amp;amp;&lt;br /&gt;
                 ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
When your laptop goes into suspend, the touch screen module will be disabled&lt;br /&gt;
 modprobe -r hid_ntrig       &lt;br /&gt;
&lt;br /&gt;
and on awakening the module is enabled.&lt;br /&gt;
 modprobe hid_ntrig &amp;amp;&lt;br /&gt;
&lt;br /&gt;
I add the ampersand (&amp;amp;) at the end when enabling hid_ntrig, because this command is rather slow. By doing so the command in run in the background, and thus it will not make your computer stall on awakening, but it might take 10 seconds before you can use your touch screen.&lt;br /&gt;
&lt;br /&gt;
This has been implemented in Linux Mint 10 but I guess it should also work in a normal {{Ubuntu}} installation.&lt;/div&gt;</summary>
		<author><name>Kristine</name></author>
		
	</entry>
</feed>