<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jkx@home &#187; hal</title>
	<atom:link href="http://www.larsen-b.com/tags/hal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable HAL in Xorg on Debian / Ubuntu</title>
		<link>http://www.larsen-b.com/Article/341.html</link>
		<comments>http://www.larsen-b.com/Article/341.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:18:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://www.larsen-b.com/?p=341</guid>
		<description><![CDATA[Ok, let&#8217;s go for another big issue on the road to build a complex distro .. Maintainers tend to include one feature after one .. and now Debian is getting closer to bloat ..
Anyway, sometime ago the HAL was introduced in Xorg. This allow you to hotplug mouse / keyboard &#8230; But if for a [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, let&#8217;s go for another big issue on the road to build a complex distro .. Maintainers tend to include one feature after one .. and now Debian is getting closer to bloat ..</p>
<p>Anyway, sometime ago the HAL was introduced in Xorg. This allow you to hotplug mouse / keyboard &#8230; But if for a reason, your HAL is buggy .. you can&#8217;t use a keyboard or a mice in Xorg. That&#8217;s a bullshit ! I discover a bug in RAID + HAL, and HAL is now segfaulting on my computer .. so I need to get ride of this Xorg / HAL &#8230;</p>
<p>First you must modify /etc/X11/Xorg.conf with something like this :</p>
<pre>Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "AllowEmptyInput" "False"
EndSection</pre>
<p>This disable the hal support, but if you want to have the keyboard and mice, you must install the following packages :</p>
<ul>
<li>xserver-xorg-input-kbd</li>
<li>xserver-xorg-input-mouse</li>
</ul>
<p>That&#8217;s it&#8230; no HAL support Xorg anymore, that works fine &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/341.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
