<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=4094&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / How Do I start XFCE?]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=4094</link>
		<description><![CDATA[The most recent posts in How Do I start XFCE?.]]></description>
		<lastBuildDate>Tue, 21 Oct 2008 04:32:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=16076#p16076</link>
			<description><![CDATA[<p>I&#039;ve just run into the same problem as you all and am wondering if you ever got resolution to this issue. It&#039;s been almost a month so I would assume you figured out something? Any help would be appreciated.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Jeeproxx)]]></author>
			<pubDate>Tue, 21 Oct 2008 04:32:40 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=16076#p16076</guid>
		</item>
		<item>
			<title><![CDATA[Re: How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=16012#p16012</link>
			<description><![CDATA[<p>I start it with startx. If you do it that way I think you need (at least you CAN do this) an xinitrc file :</p><div class="codebox"><pre><code>fred@rwdlsd:~$ cat .xinitrc 
# Start the window manager:
exec devilspie&amp;
exec xfce4-session</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (_Fred_)]]></author>
			<pubDate>Sat, 27 Sep 2008 17:14:02 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=16012#p16012</guid>
		</item>
		<item>
			<title><![CDATA[Re: How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15970#p15970</link>
			<description><![CDATA[<div class="quotebox"><cite>Gwindow wrote:</cite><blockquote><div><p>killing &quot;X&quot; worked, but it took me back to the log in screen.</p></div></blockquote></div><p>I understood you as you hadn&#039;t any GUI but were stuck in console mode? If you do have graphical login then check the options for a xfce session.</p><p>You could also try to start it on another display with</p><div class="codebox"><pre><code>startx -- :1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mali2297)]]></author>
			<pubDate>Sun, 14 Sep 2008 14:38:15 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15970#p15970</guid>
		</item>
		<item>
			<title><![CDATA[Re: How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15965#p15965</link>
			<description><![CDATA[<p>killing &quot;X&quot; worked, but it took me back to the log in screen. and then startx gave me the same error message. however when i removed .X0-lock and then attempted to &quot;startx&quot;, I got this error. Also, startxfce4 doesnt work </p><div class="codebox"><pre><code>[root@localhost tmp]# startx
xauth:  creating new authority file /root/.serverauth.5452
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn&#039;t already running
xinit:  Server error.
[root@localhost tmp]# xinit
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn&#039;t already running
xinit:  Server error.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Gwindow)]]></author>
			<pubDate>Fri, 12 Sep 2008 23:03:42 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15965#p15965</guid>
		</item>
		<item>
			<title><![CDATA[Re: How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15964#p15964</link>
			<description><![CDATA[<p>I don&#039;t know about Fedora, but...</p><p>Check which processes are running with</p><div class="codebox"><pre><code>ps -e</code></pre></div><p>Can you see something like &quot;X&quot; or &quot;Xorg&quot; running? In that case, check the PID number (first in the row) and type</p><div class="codebox"><pre><code>kill -9 PID</code></pre></div><p>(where &quot;PID&quot; is the number)</p><p>If X isn&#039;t already running but you still can&#039;t start it, try the suggested advice and remove /tmp/.X0-lock, that is</p><div class="codebox"><pre><code>rm /tmp/.X0-lock</code></pre></div><p>as root.</p><p>Also, you might try &quot;startxfce4&quot; instead of &quot;startx&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (mali2297)]]></author>
			<pubDate>Fri, 12 Sep 2008 19:53:46 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15964#p15964</guid>
		</item>
		<item>
			<title><![CDATA[How Do I start XFCE?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15960#p15960</link>
			<description><![CDATA[<p>I am running Fedora 9. Lost my whole gui, long story. just installed XFCE through &quot;yum groupinstall XFCE&quot; but I dont know how to start it. When I type &quot;startx&quot; in the terminal I get this </p><div class="codebox"><pre><code>xauth:  creating new authority file /root/.serverauth.2871

Fatal server error:
Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again.</code></pre></div><p>What do I do to start xfce? Thank you</p>]]></description>
			<author><![CDATA[dummy@example.com (Gwindow)]]></author>
			<pubDate>Fri, 12 Sep 2008 05:08:20 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15960#p15960</guid>
		</item>
	</channel>
</rss>
