<?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; cursor</title>
	<atom:link href="http://www.amiryan.org/tag/cursor/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>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>
