<?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>Fedora &#187; VNC Server</title>
	<atom:link href="http://gofedora.com/archives/category/vnc-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://gofedora.com</link>
	<description>How Tos, Tutorials, Tips and Tricks</description>
	<lastBuildDate>Thu, 17 May 2012 04:44:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To: Configure VNC Server</title>
		<link>http://gofedora.com/how-to-configure-vnc-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-vnc-server</link>
		<comments>http://gofedora.com/how-to-configure-vnc-server/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 15:38:03 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[VNC Server]]></category>
		<category><![CDATA[VNC Viewer]]></category>
		<category><![CDATA[Display Port]]></category>
		<category><![CDATA[Real VNC]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[Xstartup]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=142</guid>
		<description><![CDATA[Vncserver is just another application available in almost all the available Linux based distros. Configuring vncserver is very easy. But the default desktop view in vncviewer is gray scale desktop with very pathetic GUI. To view normal Gnome or KDE desktop in vncviewer, assigning a custom port for usage, user configuration and to adjust the [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://gofedora.com/how-to-configure-vnc-server/' addthis:title='How To: Configure VNC Server '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p></p><p>Vncserver is just another application available in almost all the available Linux based distros. Configuring vncserver is very easy. But the default desktop view in vncviewer is gray scale desktop with very pathetic GUI. To view normal Gnome or KDE desktop in vncviewer, assigning a custom port for usage, user configuration and to adjust the resolution of the vncviewer window, some files need to be configured properly. Here are the required configuration in any version of Fedora/Fedora Core. But with minor modifications these can be applied to other distros like Ubuntu, SuSE, Gentoo etc.</p>
<h3><strong><span style="text-decoration: underline;">Step 1:</span></strong> <strong>Installing Vncviewer, Vncserver</strong></h3>
<p>As root do this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>bordeaux saini<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum install vnc [Enter]</span></pre></div></div>

<h3><strong><span style="text-decoration: underline;">Step 2:</span> Configuring resolution, port &amp; user</strong><strong><br />
</strong></h3>
<p>The default location of server configuration file for vncserver is &#8216;/etc/sysconfig/&#8217;. To configure the resolution, user and port open &#8216;/etc/sysconfig/vncservers&#8217; in you favorite editor and add two lines per user configuration shown ..</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">VNCSERVERS</span>=<span style="color: #ff0000;">&quot;:&quot;</span>
VNCSERVERARGS<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #ff0000;">&quot;-geometry x x&quot;</span></pre></div></div>

<p>Example :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">VNCSERVERS</span>=<span style="color: #ff0000;">&quot;3:saini&quot;</span>
VNCSERVERARGS<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #ff0000;">&quot;-geometry 1000x700&quot;</span></pre></div></div>

<p>You can choose any display port, but it should not be in use by another X server. Window height and width can be anything (not in fraction of course). But keep in mind that the system on which you are going to view the desktop using vncviewer should have greater resolution than what you specify here, otherwise scrollbars will appear.</p>
<h3><strong><span style="text-decoration: underline;">Step 3:</span></strong> <strong>Configuring Desktop Environment</strong></h3>
<p>The user specific configuration files of vncviewer resides in &#8216;.vnc&#8217; directory in user&#8217;s home directory. (e.g. &#8216;/home/saini/.vnc/&#8217;). Open &#8216;.vnc/xstartup&#8217; in your favorite editor and edit as below</p>
<ul>
<li><strong>For Gnome</strong></li>
</ul>
<blockquote><p>The &#8216;xstartup&#8217; file shout look like this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Uncomment the following two lines for normal desktop:</span>
<span style="color: #7a0874; font-weight: bold;">unset</span> SESSION_MANAGER
<span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>xinit<span style="color: #000000; font-weight: bold;">/</span>xinitrc
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-r</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; xrdb <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources
<span style="color: #666666; font-style: italic;">#xsetroot -solid grey</span>
<span style="color: #666666; font-style: italic;">#vncconfig -iconic &amp;amp;</span>
<span style="color: #666666; font-style: italic;">#xterm -geometry 80x24+10+10 -ls -title &quot;$VNCDESKTOP Desktop&quot; &amp;amp;</span>
<span style="color: #666666; font-style: italic;">#twm &amp;amp;</span>
startx <span style="color: #000000; font-weight: bold;">&amp;</span>amp;</pre></div></div>

</blockquote>
<ul>
<li><strong>For KDE</strong></li>
</ul>
<blockquote><p>The &#8216;xstartup&#8217; file should look like this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Uncomment the following two lines for normal desktop:</span>
<span style="color: #666666; font-style: italic;">#unset SESSION_MANAGER</span>
<span style="color: #666666; font-style: italic;">#exec /etc/X11/xinit/xinitrc</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-r</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; xrdb <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources
<span style="color: #666666; font-style: italic;">#xsetroot -solid grey</span>
<span style="color: #666666; font-style: italic;">#vncconfig -iconic &amp;amp;</span>
<span style="color: #666666; font-style: italic;">#xterm -geometry 80x24+10+10 -ls -title &quot;$VNCDESKTOP Desktop&quot; &amp;amp;</span>
<span style="color: #666666; font-style: italic;">#twm &amp;amp;</span>
startkde <span style="color: #000000; font-weight: bold;">&amp;</span>amp;</pre></div></div>

</blockquote>
<h3><strong><span style="text-decoration: underline;">Step 4:</span> Configuring password</strong></h3>
<p>For setting up vncviewer password for user &#8216;xyz&#8217;, login as user &#8216;xyz&#8217; and issue &#8216;vncpasswd&#8217; command on a terminal/konsole (or whatever). Enter password twice and you are done with password setting.</p>
<h3><strong><span style="text-decoration: underline;">Step 5:</span></strong> <strong>Starting Vncserver</strong></h3>
<p>To start vncserver, login as root and issue &#8216;service vncserver start&#8217; command. If service started successfully, you are ready to use vncviewer on a remote/local machine.</p>
<h3><strong><span style="text-decoration: underline;">Step 6:</span></strong> <strong>Accessing through Vncviewer</strong></h3>
<ul>
<li>From Linux based machines</li>
</ul>
<blockquote>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>saini<span style="color: #000000; font-weight: bold;">@</span>bordeaux saini<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># vncviewer IP_Address:displayPort [Enter] #(IP Address is for the machine where you set up vncserver)</span></pre></div></div>

</blockquote>
<ul>
<li>From Windows</li>
</ul>
<blockquote><p>On windows there is a software called RealVnc. Install it and enter &lt;IPAddress&gt;:&lt;displayPort&gt; in the dialog box.<br />
[I explained how to connect via windows because it may help someone get a bit of relief.]</p></blockquote>
<h3><strong><span style="text-decoration: underline;">Screenshots:</span></strong></h3>
<ul>
<li>Vncviewer with Gnome as Desktop environment</li>
</ul>
<blockquote><p><a href="http://gofedora.com/wp-content/uploads/2009/07/4-vncserver-vncviewer-screenshot-gnome.jpg"><img class="alignnone size-medium wp-image-143" title="VNC Server VNC Viewer Screenshot GNOME" src="http://gofedora.com/wp-content/uploads/2009/07/4-vncserver-vncviewer-screenshot-gnome-598x470.jpg" alt="VNC Server VNC Viewer Screenshot GNOME" width="598" height="470" /></a></p></blockquote>
<ul>
<li>Vncviewer with KDE as Desktop environment</li>
</ul>
<blockquote><p><a href="http://gofedora.com/wp-content/uploads/2009/07/2-vncserver-vncviewer-screenshot-kde.jpg"><img class="alignnone size-medium wp-image-144" title="VNC Server VNC Viewer Screenshot KDE" src="http://gofedora.com/wp-content/uploads/2009/07/2-vncserver-vncviewer-screenshot-kde-598x470.jpg" alt="VNC Server VNC Viewer Screenshot KDE" width="598" height="470" /></a></p></blockquote>
<p>Vnc is nice tool if you want to avoid using windows. I use it all the time. While I am forced to work on windows system, I install vncviewer and use it in full screen mode <img src='http://gofedora.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' title="How To: Configure VNC Server" />  It also helps when you want to run some gui based application and monitor is remotely. Because if you close vncviewer window and use vncviewer again, you will be given the desktop session where you left it (all windows open and applications running).</p>
<p class="link-exchange">We offer guaranteed success in <a href="http://www.thepass4sure.us/MB4-349-dumps.html">MB4-349</a> exams with help of latest <a href="http://www.thepass4sure.biz/MB6-205.html">MB6-205</a> and <a href="http://www.thepass4sure.me/MB7-221.html">MB7-221</a> .The exams of  <a href="http://www.mypass4sure.info/70-236-dumps.html">70-236</a> and <a href="http://www.pass4sures.biz/70-294-testking.html">70-294</a> can be passed very easily.</p>
<p><a href="http://gofedora.com/">Fedora Tutorials</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://gofedora.com/how-to-configure-vnc-server/' addthis:title='How To: Configure VNC Server '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/how-to-configure-vnc-server/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Review: Fedora 8 &#8211; Warewolf</title>
		<link>http://gofedora.com/review-fedora-8-warewolf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=review-fedora-8-warewolf</link>
		<comments>http://gofedora.com/review-fedora-8-warewolf/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 15:12:58 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[VNC Server]]></category>
		<category><![CDATA[VNC Viewer]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[Codeina]]></category>
		<category><![CDATA[Network Proxy]]></category>
		<category><![CDATA[Pulseaudio]]></category>
		<category><![CDATA[Warewolf]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=119</guid>
		<description><![CDATA[I installed Fedora 8 32 bit from a leaky mirror on Nov 7th and I just had a very bad experience with it. Nothing seemed to be working. But I can&#8217;t accept that. As I am a hardcore fan of Fedora, I just can&#8217;t sit back and say &#8220;ah, Fedora 8 sucks, i am not [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://gofedora.com/review-fedora-8-warewolf/' addthis:title='Review: Fedora 8 &#8211; Warewolf '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p></p><p>I installed Fedora 8 32 bit from a leaky mirror on Nov 7th and I just had a very bad experience with it. Nothing seemed to be working. But I can&#8217;t accept that. As I am  a hardcore fan of Fedora, I just can&#8217;t sit back and say &#8220;ah, Fedora 8 sucks, i am not gonna use that&#8221;. I fetched Fedora 8 x86_64 (64bit) from a mirror yesterday, after the release. I installed it and everything worked out of the box. I can&#8217;t believe that I <a href="http://kulbirsaini.wordpress.com/2007/11/08/fedora-8-sainicoin-released/" target="_blank">wrote</a> something wrong about Fedora. How could I do that ?</p>
<p>First of all, I would like to say that The artwork team at Fedora has done a very fantastic job. The graphics right from installation up to the desktop are just awesome. Especially the default background is very nice.  Here is shot of the default Gnome Fedora 8 Desktop.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/01-fedora-8-desktop.jpg"><img class="alignnone size-medium wp-image-122" title="GNOME Fedora 8 Desktop" src="http://gofedora.com/wp-content/uploads/2007/11/01-fedora-8-desktop-620x387.jpg" alt="GNOME Fedora 8 Desktop" width="620" height="387" /></a></p>
<p>Right after the installation, I fetched the nVidia proprietary drivers from <a href="http://www.nvidia.com/object/unix.html" target="_blank">here</a> and installed them. And those were installed successfully without giving any errors or problems. [ If you want a complete howto on installing nvidia drivers. Its <a href="http://gofedora.com/archives/2007/04/27/howto-install-configure-nvidia-drivers-beryl/" target="_blank">here</a>.] A reboot after the installation and compiz worked out of the box. Here is shot.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/02-compiz-fusion.jpg"><img class="alignnone size-medium wp-image-123" title="Compiz Fusion" src="http://gofedora.com/wp-content/uploads/2007/11/02-compiz-fusion-620x387.jpg" alt="Compiz Fusion" width="620" height="387" /></a></p>
<p>Ok, graphics done. What now ? I just realized that there is no mp3 support. No worries. Codeina aka Codec Buddy is there. Just issue &#8216;codeina&#8217; command from command line and a window like this will appear.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/13-codeina-sound-codec-fetcher.jpg"><img class="alignnone size-medium wp-image-124" title="Codeina Audio Codec Fetcher" src="http://gofedora.com/wp-content/uploads/2007/11/13-codeina-sound-codec-fetcher-620x353.jpg" alt="Codeina Audio Codec Fetcher" width="620" height="353" /></a></p>
<p>Check Fluendo MP3 Audio Decoder and click get selected, accept the license conditions and you&#8217;ll see that codeina is fetching the codecs. [If codeina does not fetch codecs or give error like timeout or some other network error. Try checking your proxy setting in System -&gt; Preferences -&gt; Internet And Network -&gt; Network Proxy . It may help. ]</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/14-codeina-installing-mp3-support.jpg"><img class="alignnone size-full wp-image-125" title="Codeina Installing MP3 Support" src="http://gofedora.com/wp-content/uploads/2007/11/14-codeina-installing-mp3-support.jpg" alt="Codeina Installing MP3 Support" width="323" height="128" /></a></p>
<p>Ok. Now, codeina has done the job. Lets play some mp3. Note that amarok still can&#8217;t play mp3 files because it uses xine engine. So, you can choose either Totem or Rhythmbox to play your mp3 files. Here is a shot of Rhythmbox. So, Codeina also works out of the box.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/16-rhythmbox-playing-mp3.jpg"><img class="alignnone size-medium wp-image-126" title="Rhythmbox Playing MP3" src="http://gofedora.com/wp-content/uploads/2007/11/16-rhythmbox-playing-mp3-620x415.jpg" alt="Rhythmbox Playing MP3" width="620" height="415" /></a></p>
<p>Another major improvement in Fedora 8 in audio section is introduction or pulseaudio. Issue command &#8216;pulseaudio&#8217; from command line and you will see a window like this.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/17-pulseaudio-is-just-awesome.jpg"><img class="alignnone size-medium wp-image-127" title="Pulseaudio Device and Application Control" src="http://gofedora.com/wp-content/uploads/2007/11/17-pulseaudio-is-just-awesome-620x437.jpg" alt="Pulseaudio Device and Application Control" width="620" height="437" /></a></p>
<p>You can control the sound stream from different players or whatever. You can mute individual streams and can even set the default devices for certain streams through this fantastic gui.</p>
<p>Another good thing in Fedora 8 is Eclipse. Eclipse 3.3 is back in Fedora 8. They excluded it from Fedora 7. I am happy to see it back here in Fedora 8.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/07-eclipse-33.jpg"><img class="alignnone size-full wp-image-128" title="Eclipse In Fedora 8" src="http://gofedora.com/wp-content/uploads/2007/11/07-eclipse-33.jpg" alt="Eclipse In Fedora 8" width="455" height="295" /></a></p>
<p>Another utility that I found helpful is Remote Desktop utility. Launch System -&gt; Preferences -&gt; Internet And Network -&gt; Remote Desktop and you&#8217;ll see a window like this.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/10-remote-desktop-utility.jpg"><img class="alignnone size-full wp-image-129" title="Remote Desktop Utility" src="http://gofedora.com/wp-content/uploads/2007/11/10-remote-desktop-utility.jpg" alt="Remote Desktop Utility" width="396" height="326" /></a></p>
<p>Set your preferences and now you can browse your desktop from anywhere using &#8216;vncviewer &lt;yourIP&gt;:0&#8242;. Though one call always configure vncserver to get that done. But for newbies it&#8217;ll be a great help.</p>
<p>Also, My wireless lan card, Ralink rt2500 WNC-0301 is detected successfully in Fedora 8. But I am not sure whether it works or not, because there is not wifi environment in my lab and I can&#8217;t check it without that. [ Anyway if your wifi card doesn't work, <a href="http://gofedora.com/archives/2007/06/06/howto-configure-wireless-ralink-rt2500-level-wnc-0301-fedora-7/" target="_blank">here</a> is a howto on installing Ralink rt2500 WNC-0301 using drivers from serailmonkey. ]</p>
<p>Another improvement is that cursor was never invisible. Up to Fedora 7, I suffered cursor invisible problem on first login. [ If you are facing the same problem, add line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Options <span style="color: #ff0000;">&quot;HWCursor&quot;</span> off</pre></div></div>

<p>to "screens" section in your /etc/X11/xorg.conf file and issue 'gdm-restart' command. It'll be fine afterwards. ]</p>
<p>The boot time has also improved significantly. My Fedora 8 boots in just 45 seconds.</p>
<p>These Fedora 8 Screenshots and other related to Fedora 8 can be reached <a href="http://gofedora.com/wp-content/uploads/linux/Fedora8/">here</a>.</p>
<p><a href="http://gofedora.com/">Fedora Tutorials</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://gofedora.com/review-fedora-8-warewolf/' addthis:title='Review: Fedora 8 &#8211; Warewolf '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/review-fedora-8-warewolf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

