<?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>Alex Amiryan's Linux Blog &#187; problem</title>
	<atom:link href="http://www.amiryan.org/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>SOLVED: Adobe AIR installation problem on Fedora 10 x86_64</title>
		<link>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/</link>
		<comments>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:40:31 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.amiryan.org/?p=238</guid>
		<description><![CDATA[Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. The reason is some missing i386 packages. You just have to run following command: yum install gtk2-devel.i386 nss.i386 libxml2-devel.i386 libxslt.i386 gnome-keyring.i386 rpm-devel.i386 [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says:</p>
<pre class="brush: text">An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.</pre>
<p>The reason is some missing i386 packages. You just have to run following command:</p>
<pre class="brush: bash">yum install gtk2-devel.i386 nss.i386 libxml2-devel.i386 libxslt.i386 gnome-keyring.i386 rpm-devel.i386</pre>
<p>You may already have some these packages. Don&#8217;t worry about that, yum will skip them. After yum finishes, retry installation of AIR, it should work now.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 mouse pointer problem</title>
		<link>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/</link>
		<comments>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 12:53:18 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[anaconda]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://alexamiryan.wordpress.com/?p=150</guid>
		<description><![CDATA[I&#8217;ve just discovered that when intalling Fedora 10 on some computer causes this problem. Problem start from instalation: there is no pointer for mouse in Anaconda and further in the system. It is a little bit dificult but install system with keaboard only, then when system installed and running do the following steps to fix [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>I&#8217;ve just discovered that when intalling Fedora 10 on some computer causes this problem. Problem start from instalation: there is no pointer for mouse in Anaconda and further in the system. It is a little bit dificult but install system with keaboard only, then when system installed and running do the following steps to fix this issue:</p>
<pre class="brush: bash"># yum install system-config-display</pre>
<p>Open system-config-display and just press &#8220;OK&#8221; button. It will generate xorg.conf file in /etc/X11.<br />
Then open /etc/X11/xorg.conf and in section &#8220;Device&#8221; add following two lines</p>
<pre class="brush: bash">
Option     "HWCursor"     "off"
Option     "SWcursor"     "True"</pre>
<p>Save file and restart your X server. It have to work now.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
