<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=X_server</id>
		<title>X server - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=X_server"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=X_server&amp;action=history"/>
		<updated>2026-04-04T21:24:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=X_server&amp;diff=962&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=X_server&amp;diff=962&amp;oldid=prev"/>
				<updated>2008-12-03T10:39:09Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:39, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=X_server&amp;diff=961&amp;oldid=prev</id>
		<title>192.168.20.111 at 21:11, 8 November 2006</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=X_server&amp;diff=961&amp;oldid=prev"/>
				<updated>2006-11-08T21:11:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The X server allows different clients to display their X applications on it. X applications means graphical windowed applications in unix/linux. Thus, the application process is resident on the client side, but its display and I/O interaction is resident on the server side.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example we will pop up a windowed clock on a X server based system whose ip address is''server_ip'':&lt;br /&gt;
===X server side===&lt;br /&gt;
Usually you sit behind the X server side:&lt;br /&gt;
 &amp;gt; startx&lt;br /&gt;
 &amp;gt; printenv | grep DISPLAY&lt;br /&gt;
 &amp;gt; xhosts + &amp;lt;client_ip&amp;gt;&lt;br /&gt;
Simply note down the value of the environment variable DISPLAY for future reference.&lt;br /&gt;
===X client side===&lt;br /&gt;
Connect to the client side using ssh&lt;br /&gt;
 &amp;gt; ssh &amp;lt;client_ip&amp;gt;&lt;br /&gt;
Then perform the following commands using the previously annotated value for the DISPLAY environment variable&lt;br /&gt;
 &amp;gt; export DISPLAY= server_ip:port.number&lt;br /&gt;
 &amp;gt; xclock&lt;br /&gt;
or&lt;br /&gt;
 &amp;gt; xclock -display server_ip:port.number&lt;br /&gt;
&lt;br /&gt;
And lo, a clock should have popped up in your X server terminal! Neat, uh?&lt;br /&gt;
&lt;br /&gt;
==External References==&lt;br /&gt;
*[http://www.hungry.com/~jamie/xexport.html Background]&lt;br /&gt;
[[Category:linux]]&lt;br /&gt;
[[Category:technology]]&lt;/div&gt;</summary>
		<author><name>192.168.20.111</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>