<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An X for every application</title>
	<atom:link href="http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Stevko</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-43795</link>
		<dc:creator><![CDATA[Stevko]]></dc:creator>
		<pubDate>Sat, 19 Jun 2010 17:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-43795</guid>
		<description><![CDATA[Look at file Xwrapper.config. You find allowed_users=console there. It means only users from console can run new X. You can chenge it to allow anyone to start X. I do not know if it is good or bad idea.]]></description>
		<content:encoded><![CDATA[<p>Look at file Xwrapper.config. You find allowed_users=console there. It means only users from console can run new X. You can chenge it to allow anyone to start X. I do not know if it is good or bad idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isengrin</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40985</link>
		<dc:creator><![CDATA[Isengrin]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 02:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40985</guid>
		<description><![CDATA[This is great for me since Awesome just can&#039;t handle java apps (they look as an empty grey window).
So, when I need one of them I call it this way. Thanks. :D]]></description>
		<content:encoded><![CDATA[<p>This is great for me since Awesome just can&#8217;t handle java apps (they look as an empty grey window).<br />
So, when I need one of them I call it this way. Thanks. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40953</link>
		<dc:creator><![CDATA[Jakob]]></dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40953</guid>
		<description><![CDATA[Really nice idea! Works fine. I use it to launch mplayer (playback in framebuffer doesn&#039;t work with my setup).]]></description>
		<content:encoded><![CDATA[<p>Really nice idea! Works fine. I use it to launch mplayer (playback in framebuffer doesn&#8217;t work with my setup).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Catre-Vandis</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40936</link>
		<dc:creator><![CDATA[Jose Catre-Vandis]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40936</guid>
		<description><![CDATA[Oh, and I am trying to run the commands in xfce4-terminal. KMandla&#039;s original command created an new instance of X using sudo.]]></description>
		<content:encoded><![CDATA[<p>Oh, and I am trying to run the commands in xfce4-terminal. KMandla&#8217;s original command created an new instance of X using sudo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Catre-Vandis</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40935</link>
		<dc:creator><![CDATA[Jose Catre-Vandis]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40935</guid>
		<description><![CDATA[xinit — :1 also requires sudo.
[code]X: user not authorized to run the X server, aborting.
xinit:  Server error.[/code]

When run as sudo, it fails
[code]Fatal server error:
Server is already active for display 0
	If this server is no longer running, remove /tmp/.X0-lock
	and start again.


Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 

 ddxSigGiveUp: Closing log
xinit:  Server error.[/code]

This is on Xubuntu 9.04 - no funny business on the install :)]]></description>
		<content:encoded><![CDATA[<p>xinit — :1 also requires sudo.</p>
<pre class="brush: plain; title: ; notranslate">X: user not authorized to run the X server, aborting.
xinit:  Server error.</pre>
<p>When run as sudo, it fails</p>
<pre class="brush: plain; title: ; notranslate">Fatal server error:
Server is already active for display 0
	If this server is no longer running, remove /tmp/.X0-lock
	and start again.


Please consult the The X.Org Foundation support 
	 at <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a>
 for help. 

 ddxSigGiveUp: Closing log
xinit:  Server error.</pre>
<p>This is on Xubuntu 9.04 &#8211; no funny business on the install <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naib</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40927</link>
		<dc:creator><![CDATA[Naib]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40927</guid>
		<description><![CDATA[newx() { DISPLAY=:1.0; xinit $* -- :1; };
in your .bashrc

then just:  newx foo

alot simpler]]></description>
		<content:encoded><![CDATA[<p>newx() { DISPLAY=:1.0; xinit $* &#8212; :1; };<br />
in your .bashrc</p>
<p>then just:  newx foo</p>
<p>alot simpler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vespas</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40923</link>
		<dc:creator><![CDATA[vespas]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40923</guid>
		<description><![CDATA[this should be ok memory-wise since most of the memory should be in shared libs, so already loaded with the first instance of X. have a look at top&#039;s SHR field.]]></description>
		<content:encoded><![CDATA[<p>this should be ok memory-wise since most of the memory should be in shared libs, so already loaded with the first instance of X. have a look at top&#8217;s SHR field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40921</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Sun, 29 Nov 2009 23:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40921</guid>
		<description><![CDATA[Thanks, got it. 

Yes, I suppose its going to be practical or impractical, depending on the person. For me, it&#039;s not something I would probably use often, regardless of the hardware.]]></description>
		<content:encoded><![CDATA[<p>Thanks, got it. </p>
<p>Yes, I suppose its going to be practical or impractical, depending on the person. For me, it&#8217;s not something I would probably use often, regardless of the hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeoSolaris</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40920</link>
		<dc:creator><![CDATA[LeoSolaris]]></dc:creator>
		<pubDate>Sun, 29 Nov 2009 22:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40920</guid>
		<description><![CDATA[I&#039;ve never had to be sudo to use it...   but then again, I do not open a new X with the same user either. I have a few different users, and occasionally use this sort of thing to switch to them.


Since startx doesn&#039;t work for a second user, you could just use the command: xinit -- :X  

(X= number of running X&#039;s plus one. So xinit -- :1 would be a second display, xinit -- :2 would be the third and so on.) 

In theory you can make as many as you like, but switching between them with the Ctrl+Alt+Fn keys is limited. If you have F1-F6 as consoles, then you have F7-F12 left as easy switches. There is probably a way around this, but I don&#039;t know it right off.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve never had to be sudo to use it&#8230;   but then again, I do not open a new X with the same user either. I have a few different users, and occasionally use this sort of thing to switch to them.</p>
<p>Since startx doesn&#8217;t work for a second user, you could just use the command: xinit &#8212; :X  </p>
<p>(X= number of running X&#8217;s plus one. So xinit &#8212; :1 would be a second display, xinit &#8212; :2 would be the third and so on.) </p>
<p>In theory you can make as many as you like, but switching between them with the Ctrl+Alt+Fn keys is limited. If you have F1-F6 as consoles, then you have F7-F12 left as easy switches. There is probably a way around this, but I don&#8217;t know it right off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Catre-Vandis</title>
		<link>http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40919</link>
		<dc:creator><![CDATA[Jose Catre-Vandis]]></dc:creator>
		<pubDate>Sun, 29 Nov 2009 22:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/11/29/an-x-for-every-application/#comment-40919</guid>
		<description><![CDATA[Do you have to be root (or sudo) to do this? I tried it out from a terminal whilst in Xubuntu 9.04 and needed to sudo the command to get the new display. Cute trick though :)]]></description>
		<content:encoded><![CDATA[<p>Do you have to be root (or sudo) to do this? I tried it out from a terminal whilst in Xubuntu 9.04 and needed to sudo the command to get the new display. Cute trick though <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
