<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Disabling the Laptop TouchPad in Ubuntu Linux</title>
	<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/</link>
	<description>Another Blog on Linux &#38; PHP Web Development theory &#38; practice</description>
	<pubDate>Wed, 19 Nov 2008 14:59:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: rvdavid</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-344</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Sun, 21 Sep 2008 21:48:41 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-344</guid>
		<description>Thank you for providing additional resources for Kubuntu users Walter. Glad you managed to get it all going! :)</description>
		<content:encoded><![CDATA[<p>Thank you for providing additional resources for Kubuntu users Walter. Glad you managed to get it all going! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-337</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Sat, 20 Sep 2008 21:00:29 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-337</guid>
		<description>Another Approach using a single shortcut key to turn TouchPad Off/ON in Kubuntu.
See last post in following link:
http://forums.techguy.org/unix-linux/746623-solved-deactivating-touchpad-kibuntu.html
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/_/_/_/_/_/_/_/_/_/
walt
St. Thomas, Ontario = 42.77?N, 81.11?W =
RASC: Royal Astronomical Society of Canada</description>
		<content:encoded><![CDATA[<p>Another Approach using a single shortcut key to turn TouchPad Off/ON in Kubuntu.<br />
See last post in following link:<br />
<a href="http://forums.techguy.org/unix-linux/746623-solved-deactivating-touchpad-kibuntu.html" rel="nofollow">http://forums.techguy.org/unix-linux/746623-solved-deactivating-touchpad-kibuntu.html</a><br />
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/_/_/_/_/_/_/_/_/_/<br />
walt<br />
St. Thomas, Ontario = 42.77?N, 81.11?W =<br />
RASC: Royal Astronomical Society of Canada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-333</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Tue, 16 Sep 2008 01:48:30 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-333</guid>
		<description>*** SOLUTION FOUND *** 
A very simple solution has been found:  sudo rmmod psmouse (to disable touchpad) and sudo modprobe psmouse (to enable mouse again). 
SEE this link for the very simple solution:
http://ubuntuforums.org/showpost.php...9&#38;postcount=13
walt</description>
		<content:encoded><![CDATA[<p>*** SOLUTION FOUND ***<br />
A very simple solution has been found:  sudo rmmod psmouse (to disable touchpad) and sudo modprobe psmouse (to enable mouse again).<br />
SEE this link for the very simple solution:<br />
<a href="http://ubuntuforums.org/showpost.php...9&amp;postcount=13" rel="nofollow">http://ubuntuforums.org/showpost.php&#8230;9&amp;postcount=13</a><br />
walt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-332</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 15 Sep 2008 00:48:03 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-332</guid>
		<description>Thank you for your suggestions rvdavid.  I have actually tried everything you  and many more things in the past month.  Nothing seems to work.  I have also been on many forum sites and found out that even the "gurus" have no real idea of what is going on.  Some of them have admitted to the very same problem.  In one place I picked up a subtle hint from a developer that this is not a priority item and there is some sort of security issue involved in memory access concerning synclient etc...  I just downloaded a recent version of Kubuntu 8.04 LTS (Hardy Heron) and perhaps this version has all access to these memory areas block because when I enter the  code    synclient TouchPadOff=1   I receive an error message saying "Can't access shared memory area.  SHMConfig disabled?" - and I do have the code "SHMConfig"  "on"   in the xorg.conf file, so the error message does not match the facts!!!!
This touchpad has been causing all sorts of confusion during typing this message @#E$*&#38;^%!!!
Thank you again for the offered help,
walt</description>
		<content:encoded><![CDATA[<p>Thank you for your suggestions rvdavid.  I have actually tried everything you  and many more things in the past month.  Nothing seems to work.  I have also been on many forum sites and found out that even the &#8220;gurus&#8221; have no real idea of what is going on.  Some of them have admitted to the very same problem.  In one place I picked up a subtle hint from a developer that this is not a priority item and there is some sort of security issue involved in memory access concerning synclient etc&#8230;  I just downloaded a recent version of Kubuntu 8.04 LTS (Hardy Heron) and perhaps this version has all access to these memory areas block because when I enter the  code    synclient TouchPadOff=1   I receive an error message saying &#8220;Can&#8217;t access shared memory area.  SHMConfig disabled?&#8221; - and I do have the code &#8220;SHMConfig&#8221;  &#8220;on&#8221;   in the xorg.conf file, so the error message does not match the facts!!!!<br />
This touchpad has been causing all sorts of confusion during typing this message @#E$*&amp;^%!!!<br />
Thank you again for the offered help,<br />
walt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvdavid</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-331</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Sun, 14 Sep 2008 22:47:32 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-331</guid>
		<description>Hi Walter, 

qsynaptics is basically telling you that it can't change your settings until you have set SHMConfig to "on" in your xorg.conf file. 

in your /etc/X11/xorg.conf file, do you have anything that resembles the following? 

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizEdgeScroll" "0"
    Option         "SHMConfig" "on"
EndSection

If not, then try doing a backup of your xorg.conf file by doing the following:
$sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup 

Then try appending the parameters above to your xorg.conf file.  Save the file and restart X
 
If adding the parameters, causes you problems or locks your X session, you can restore the revert the xorg.conf file to it's previous state by doing the following:
$sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

Good luck with it, let us know how you go!

regards, 

rvdavid</description>
		<content:encoded><![CDATA[<p>Hi Walter, </p>
<p>qsynaptics is basically telling you that it can&#8217;t change your settings until you have set SHMConfig to &#8220;on&#8221; in your xorg.conf file. </p>
<p>in your /etc/X11/xorg.conf file, do you have anything that resembles the following? </p>
<p>Section &#8220;InputDevice&#8221;<br />
    Identifier     &#8220;Synaptics Touchpad&#8221;<br />
    Driver         &#8220;synaptics&#8221;<br />
    Option         &#8220;SendCoreEvents&#8221; &#8220;true&#8221;<br />
    Option         &#8220;Device&#8221; &#8220;/dev/psaux&#8221;<br />
    Option         &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />
    Option         &#8220;HorizEdgeScroll&#8221; &#8220;0&#8243;<br />
    Option         &#8220;SHMConfig&#8221; &#8220;on&#8221;<br />
EndSection</p>
<p>If not, then try doing a backup of your xorg.conf file by doing the following:<br />
$sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup </p>
<p>Then try appending the parameters above to your xorg.conf file.  Save the file and restart X</p>
<p>If adding the parameters, causes you problems or locks your X session, you can restore the revert the xorg.conf file to it&#8217;s previous state by doing the following:<br />
$sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf</p>
<p>Good luck with it, let us know how you go!</p>
<p>regards, </p>
<p>rvdavid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-330</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:15:18 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-330</guid>
		<description>Hi,
I was hoping to find the solution I needed here.  I tried everything you specified and more in the past month.
Nothing seems to work in Kubuntu.  Do you have something for Kubuntu? The qsynaptics screen that appears has no active buttons to click except for the 'Cancel' button and a message saying that the 'synaptics driver driver must be loaded and to set SHMConfig to "on" in Xfree86Config.  Kubuntu does not have Xfree86Config.  Instead the "SHMConfig"  "on" code goes into xorg.conf and I have had it there for a month now.  My laptop touchpad is a Logitech NOT a Synaptics but the xorg.conf file does not even mention it.  
Also there is no System &#62;&#62; Preferences &#62;&#62; Sessions selection in Kubuntu.  Do you have help for Kubuntu?
Thank you for your time,
walt</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was hoping to find the solution I needed here.  I tried everything you specified and more in the past month.<br />
Nothing seems to work in Kubuntu.  Do you have something for Kubuntu? The qsynaptics screen that appears has no active buttons to click except for the &#8216;Cancel&#8217; button and a message saying that the &#8217;synaptics driver driver must be loaded and to set SHMConfig to &#8220;on&#8221; in Xfree86Config.  Kubuntu does not have Xfree86Config.  Instead the &#8220;SHMConfig&#8221;  &#8220;on&#8221; code goes into xorg.conf and I have had it there for a month now.  My laptop touchpad is a Logitech NOT a Synaptics but the xorg.conf file does not even mention it.<br />
Also there is no System &gt;&gt; Preferences &gt;&gt; Sessions selection in Kubuntu.  Do you have help for Kubuntu?<br />
Thank you for your time,<br />
walt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-308</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Mon, 30 Jun 2008 19:41:35 +0000</pubDate>
		<guid>http://blog.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-308</guid>
		<description>#!/bin/bash
#
# create a desktop launcher to run this (better still, a toolbar icon so that single click does it)...
#
/usr/bin/synclient TouchpadOff=$(if [[ $(expr `synclient -l &#124; grep TouchpadOff &#124; cut -f2 -d =`) == 0 ]]; then echo 1; else echo 0; fi)</description>
		<content:encoded><![CDATA[<p>#!/bin/bash<br />
#<br />
# create a desktop launcher to run this (better still, a toolbar icon so that single click does it)&#8230;<br />
#<br />
/usr/bin/synclient TouchpadOff=$(if [[ $(expr `synclient -l | grep TouchpadOff | cut -f2 -d =`) == 0 ]]; then echo 1; else echo 0; fi)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
