<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: sudo dpkg -P hal</title>
	<atom:link href="http://www.piware.de/2009/11/sudo-dpkg-p-hal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/</link>
	<description>addicted to Ubuntu development</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:15:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Von: pitti</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-610</link>
		<dc:creator>pitti</dc:creator>
		<pubDate>Sun, 20 Dec 2009 14:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-610</guid>
		<description>Tobias,

the problem is that your rule assigns the properties to a parent device, not the eventX interface (which X.org looks for). Please try 

  ENV{ID_INPUT_MOUSE}==1, ATTRS{name}==&quot;DualPoint Stick&quot;, ENV{x11_options.EmulateWheel}=&quot;true&quot;, [...]

Please see https://wiki.ubuntu.com/X/InputConfiguration for some details.</description>
		<content:encoded><![CDATA[<p>Tobias,</p>
<p>the problem is that your rule assigns the properties to a parent device, not the eventX interface (which X.org looks for). Please try </p>
<p>  ENV{ID_INPUT_MOUSE}==1, ATTRS{name}==&#8221;DualPoint Stick&#8221;, ENV{x11_options.EmulateWheel}=&#8221;true&#8221;, [...]</p>
<p>Please see <a href="https://wiki.ubuntu.com/X/InputConfiguration" rel="nofollow">https://wiki.ubuntu.com/X/InputConfiguration</a> for some details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-572</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-572</guid>
		<description>I can’t get it to work. Udev rules have no effect:
http://www.alice-dsl.net/towolf/udev</description>
		<content:encoded><![CDATA[<p>I can’t get it to work. Udev rules have no effect:<br />
<a href="http://www.alice-dsl.net/towolf/udev" rel="nofollow">http://www.alice-dsl.net/towolf/udev</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tormod</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-566</link>
		<dc:creator>Tormod</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-566</guid>
		<description>D*mn, you already had updated the one in your link, Martin! Dismiss my previous post.</description>
		<content:encoded><![CDATA[<p>D*mn, you already had updated the one in your link, Martin! Dismiss my previous post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tormod</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-565</link>
		<dc:creator>Tormod</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-565</guid>
		<description>Just want to share the rule modification needed with the latest udev:
ACTION!=&quot;add&quot;, GOTO=&quot;xorg_synaptics_end&quot;
KERNEL!=&quot;event*&quot;, GOTO=&quot;xorg_synaptics_end&quot;
ENV{ID_INPUT_TOUCHPAD}!=&quot;1&quot;, GOTO=&quot;xorg_synaptics_end&quot;

# trackpoints satisfy above conditions, too, so we need to check if the device</description>
		<content:encoded><![CDATA[<p>Just want to share the rule modification needed with the latest udev:<br />
ACTION!=&#8221;add&#8221;, GOTO=&#8221;xorg_synaptics_end&#8221;<br />
KERNEL!=&#8221;event*&#8221;, GOTO=&#8221;xorg_synaptics_end&#8221;<br />
ENV{ID_INPUT_TOUCHPAD}!=&#8221;1&#8243;, GOTO=&#8221;xorg_synaptics_end&#8221;</p>
<p># trackpoints satisfy above conditions, too, so we need to check if the device</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-562</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-562</guid>
		<description>Okay, I found the example in xorg_synaptics_quirks.</description>
		<content:encoded><![CDATA[<p>Okay, I found the example in xorg_synaptics_quirks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-561</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-561</guid>
		<description>Martin, can you explain me which of the rules.d files I should use as an example? Would I use the IMPORT{program}= construct with a call to xinput?

Also, this thread seems relevant:
http://www.pubbs.net/xorg/200911/52990/</description>
		<content:encoded><![CDATA[<p>Martin, can you explain me which of the rules.d files I should use as an example? Would I use the IMPORT{program}= construct with a call to xinput?</p>
<p>Also, this thread seems relevant:<br />
<a href="http://www.pubbs.net/xorg/200911/52990/" rel="nofollow">http://www.pubbs.net/xorg/200911/52990/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-560</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-560</guid>
		<description>Thanks.

I don’t know why I don’t have an xorg.conf. I guess because I thought it also went out of style.

When I put the xinput commands in my .profile then the settings are lost when I resume the machine from suspend. And .profile is not sourced again.

I’m gonna try with udev rules.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>I don’t know why I don’t have an xorg.conf. I guess because I thought it also went out of style.</p>
<p>When I put the xinput commands in my .profile then the settings are lost when I resume the machine from suspend. And .profile is not sourced again.</p>
<p>I’m gonna try with udev rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: pitti</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-551</link>
		<dc:creator>pitti</dc:creator>
		<pubDate>Mon, 30 Nov 2009 08:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-551</guid>
		<description>It has always worked to put them into xorg.conf, of course. If you used fdi files, and  want to continue to use something system-wide (as  opposed to your ~/.profile) and non-xorg.conf, you can rewrite the hal fdi files into udev rules, which should  be pretty straightforward with the already existing rules as examples.</description>
		<content:encoded><![CDATA[<p>It has always worked to put them into xorg.conf, of course. If you used fdi files, and  want to continue to use something system-wide (as  opposed to your ~/.profile) and non-xorg.conf, you can rewrite the hal fdi files into udev rules, which should  be pretty straightforward with the already existing rules as examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-548</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Sun, 29 Nov 2009 20:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-548</guid>
		<description>Pardon my ignorance, but what is the new, sanctioned way to set input device properties now that fdi files went out of style?

I mean, I can set them via the xinput program, but how do I set them on every boot properly? 

I need my little nipple mouse to emulate mouse wheeling, which gives the best scrolling experience ever.</description>
		<content:encoded><![CDATA[<p>Pardon my ignorance, but what is the new, sanctioned way to set input device properties now that fdi files went out of style?</p>
<p>I mean, I can set them via the xinput program, but how do I set them on every boot properly? </p>
<p>I need my little nipple mouse to emulate mouse wheeling, which gives the best scrolling experience ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: pitti</title>
		<link>http://www.piware.de/2009/11/sudo-dpkg-p-hal/comment-page-1/#comment-547</link>
		<dc:creator>pitti</dc:creator>
		<pubDate>Sun, 29 Nov 2009 14:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=238#comment-547</guid>
		<description>Tormod, the additional protocols were discussed with Julien a few days ago. I asked him to add those to his git tree. If there are too many, I&#039;ll write a small udev prober to check the input capabilities to figure out which device is a touchpad.

The misworking sleep/power buttons are due to gnome-power-manager dieing:

 - DBUS error: Could not get owner of name &#039;org.freedesktop.Hal&#039;: no such name
** (gnome-power-manager:7872): WARNING **: Either HAL or DBUS are not working!

I&#039;ll look into that soon.</description>
		<content:encoded><![CDATA[<p>Tormod, the additional protocols were discussed with Julien a few days ago. I asked him to add those to his git tree. If there are too many, I&#8217;ll write a small udev prober to check the input capabilities to figure out which device is a touchpad.</p>
<p>The misworking sleep/power buttons are due to gnome-power-manager dieing:</p>
<p> &#8211; DBUS error: Could not get owner of name &#8216;org.freedesktop.Hal&#8217;: no such name<br />
** (gnome-power-manager:7872): WARNING **: Either HAL or DBUS are not working!</p>
<p>I&#8217;ll look into that soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
