<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with xwindows</title>
      <link>http://ask.metafilter.com/tags/xwindows</link>
      <description>Questions tagged with 'xwindows' at Ask MetaFilter.</description>
	  <pubDate>Mon, 31 Dec 2007 14:29:07 -0800</pubDate> <lastBuildDate>Mon, 31 Dec 2007 14:29:07 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Is there an X Windows GNU screen equivalent?</title>
	<link>http://ask.metafilter.com/79852/Is%2Dthere%2Dan%2DX%2DWindows%2DGNU%2Dscreen%2Dequivalent</link>	
	<description>Linux filter: Is there an equivalent to GNU screen for X Windows? I want to be able to leave a program running on a server at home, &quot;attach&quot; to it from a remote computer with X (probably Xming) to use that program, then &quot;detach&quot; while leaving it running.&lt;br&gt;
&lt;br&gt;
I can do this with linux console applications using GNU screen, but Google has not turned up a way to do this with X applications.  It&apos;s possible that this is because I don&apos;t know the correct terminology to search for -- &quot;screen&quot; is not a useful keyword when searching with other GUI words.&lt;br&gt;
&lt;br&gt;
VNC would work, but would not be ideal -- I like using an X server so the remote applications can coexist easily with my local applications.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.79852</guid>
	<pubDate>Mon, 31 Dec 2007 14:29:07 -0800</pubDate>
	<category>linux</category>
	<category>screen</category>
	<category>xwindows</category>
	<dc:creator>Kemayo</dc:creator>
	</item>
	<item>
	<title>Remotely starting local X application?</title>
	<link>http://ask.metafilter.com/76470/Remotely%2Dstarting%2Dlocal%2DX%2Dapplication</link>	
	<description>How do I restart an X Windows application running on a remote machine, and have it display on that computer&apos;s locally-attached display? (I &lt;i&gt;do not&lt;/i&gt; want to forward/tunnel it to the machine I&apos;m sitting at.) Two computers, foo and bar. Foo is a machine connected to a big display, but lacking any local controls (keyboard or mouse). Bar is a laptop. Foo normally runs an X Windows application, but sometimes this application crashes.&lt;br&gt;
&lt;br&gt;
How can I, by connecting to foo from bar via SSH, restart an X app running on foo, and have it come back up on foo&apos;s display? All the resources I can find on the net deal with forwarding X connections so that I could display them remotely on bar (which I can do fine), but that&apos;s not what I want. I want to issue the command via SSH, but have the application display itself on the local display. (And once I get it running, I want to close down the SSH connection.)&lt;br&gt;
&lt;br&gt;
I&apos;m sure it has something to do with the DISPLAY variable, but I can&apos;t figure out what to set it as. (I&apos;ve tried setting it to &quot;localhost:0&quot; and &quot;127.0.0.1:0&quot; as well as &quot;:1&quot; on both, but both give &quot;can&apos;t open display&quot; errors.)&lt;br&gt;
&lt;br&gt;
It seems like this ought to be a lot easier than tunneling an X connection, but I&apos;m stumped.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;This is all using Knoppmyth, which is Debian/X11.org-based, with Bash.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.76470</guid>
	<pubDate>Fri, 16 Nov 2007 21:16:09 -0800</pubDate>
	<category>bash</category>
	<category>linux</category>
	<category>mythtv</category>
	<category>networking</category>
	<category>ssh</category>
	<category>x</category>
	<category>xwindows</category>
	<dc:creator>Kadin2048</dc:creator>
	</item>
	<item>
	<title>How do I assign mouse input to the proper window with multiple GLX windows?</title>
	<link>http://ask.metafilter.com/59237/How%2Ddo%2DI%2Dassign%2Dmouse%2Dinput%2Dto%2Dthe%2Dproper%2Dwindow%2Dwith%2Dmultiple%2DGLX%2Dwindows</link>	
	<description>How do I assign mouse input to the proper window with multiple GLX windows? Hello,&lt;br&gt;
  I am programming an application that can render to several possible types of windows (GLUT, MFC, etc.) depending on platform. It is configured so that multiple windows can be displayed simultaneously. &lt;br&gt;
  I am having some trouble adding GLX window support under Linux. I can set up multiple windows and display different content on each: that works just fine. But if someone clicks on a window, I don&apos;t know how to assign the click to the proper window (though I can register its location in x, y coords). I&apos;m having a hard time finding documentation (or a tutorial) that helps with this issue. Does anyone know where I can find some good information online?&lt;br&gt;
  For now, all of the windows are on the same display.&lt;br&gt;
  Also, it is important that this be done with GLX windows, so please do not suggest that I just use GLUT and be done with it.&lt;br&gt;
  Thank you.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.59237</guid>
	<pubDate>Thu, 22 Mar 2007 21:19:20 -0800</pubDate>
	<category>glut</category>
	<category>glx</category>
	<category>linux</category>
	<category>programming</category>
	<category>windows</category>
	<category>xwindows</category>
	<dc:creator>Java_Man</dc:creator>
	</item>
	<item>
	<title>Xwindows on dynamic IP?</title>
	<link>http://ask.metafilter.com/54363/Xwindows%2Don%2Ddynamic%2DIP</link>	
	<description>X Windows filter: I have a Windows XP desktop with a static IP address. I connect to a unix machine and run certain programs that have graphical user interfaces, which in turn appear on my desktop monitor. I want to do the same with my laptop on a dynamic IP address, obtained automatically. HELP! To be able to do this task on my desktop machine, I start an X Windows emulator, XWin32 in this case. Then login to the unix machine using a secure shell client. Finally, in  the secure shell client, I issue the following command:&lt;br&gt;
&lt;br&gt;
setenv DISPLAY ###.###.###.###:0.0&lt;br&gt;
&lt;br&gt;
(###.###.###.### is my static IP address)&lt;br&gt;
&lt;br&gt;
How can I accomplish this on my laptop, which obtains a dynamic IP address (presumably a different one) everytime I start a new internet connection? &lt;br&gt;
&lt;br&gt;
I don&apos;t know a whole a lot about networking. But, if there is a way of figuring out the IP address for a particular connection session, then my problem is solved? If so, how can I find that IP address?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.54363</guid>
	<pubDate>Thu, 04 Jan 2007 10:00:32 -0800</pubDate>
	<category>xwindows</category>
	<dc:creator>eebs</dc:creator>
	</item>
	<item>
	<title>Modeline blues.</title>
	<link>http://ask.metafilter.com/39453/Modeline%2Dblues</link>	
	<description>I got a DVI -&amp;gt; HDMI connector to connect my computer (Gentoo, Xorg 7, Geforce 7600GS) to my HDTV (Philips 30&quot; CRT).  It&apos;ll only display in 720x480 with awful overscan... regardless of what&apos;s in my xorg.conf.  Help!
So, here&apos;s what I&apos;ve tried.&lt;br&gt;
&lt;br&gt;
I first connected a Windows box to try PowerStrip.  While I never got it perfect, I came close (and with much higher resolutions than 720x480). PowerStrip reported the following Modelines:&lt;br&gt;
&lt;br&gt;
Modeline        &quot;1440x900&quot; 96.500 1440 1504 1536 1760 900 903 906 912 +hsync +vsync&lt;br&gt;
Modeline        &quot;1920x1080&quot; 63.975  1920 2008 2052 2206 1080 1081 1095 1125 interlace &lt;br&gt;
&lt;br&gt;
Now, X will *start* with the above modelines, but I always end up with a 720x480 display, even though that&apos;s not defined in xorg.conf at all.  I&apos;m sure I&apos;m using the right xorg.conf -- editing the other options will indeed affect what happens when I start the X server, just not the resolutions.&lt;br&gt;
&lt;br&gt;
Other pertinent info from the xorg.conf:&lt;br&gt;
&lt;br&gt;
Section &quot;Device&quot;&lt;br&gt;
    Identifier                          &quot;NVidia Graphics Adapter&quot;&lt;br&gt;
    Driver                               &quot;nvidia&quot;&lt;br&gt;
    BusID                               &quot;PCI:2:0:0&quot;&lt;br&gt;
    Option                              &quot;RenderAccel&quot;           &quot;true&quot;&lt;br&gt;
    Option                              &quot;NoLogo&quot;                &quot;true&quot;&lt;br&gt;
    Option                              &quot;ConnectedMonitor&quot;      &quot;DFP&quot;&lt;br&gt;
    Option                              &quot;IgnoreEDID&quot;            &quot;true&quot;&lt;br&gt;
EndSection&lt;br&gt;
&lt;br&gt;
Section &quot;Screen&quot;&lt;br&gt;
   Identifier &quot;Screen0&quot;&lt;br&gt;
   Device     &quot;NVidia Graphics Adapter&quot;&lt;br&gt;
   Monitor    &quot;Philips30&quot;&lt;br&gt;
   DefaultDepth 24&lt;br&gt;
   SubSection &quot;Display&quot;&lt;br&gt;
       Viewport   0 0&lt;br&gt;
       Depth     24&lt;br&gt;
       Modes &quot;1920x1080&quot; &quot;1440x900&quot;&lt;br&gt;
       Depth     16&lt;br&gt;
       Modes &quot;1920x1080&quot; &quot;1440x900&quot;&lt;br&gt;
  EndSubSection&lt;br&gt;
EndSection&lt;br&gt;
&lt;br&gt;
Any help would be much appreciated.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.39453</guid>
	<pubDate>Sat, 03 Jun 2006 15:46:44 -0800</pubDate>
	<category>dvi</category>
	<category>hdmi</category>
	<category>hdtv</category>
	<category>linux</category>
	<category>nvidia</category>
	<category>overscan</category>
	<category>xorg</category>
	<category>xwindows</category>
	<dc:creator>I EAT TAPAS</dc:creator>
	</item>
	<item>
	<title>Remote GUI Sessions on Linux</title>
	<link>http://ask.metafilter.com/36075/Remote%2DGUI%2DSessions%2Don%2DLinux</link>	
	<description>Remote X Server access over SSH. I&apos;ve got a Linux (Ubuntu) server that I have root access to over SSH and a Windows XP workstation that I&apos;d like to set up as the client. Any good resources and tutorials? I&apos;m sort of familiar with Linux, I&apos;ve set up and run headless web and database servers. But this is a bit beyond me, I&apos;ve never looked at Linux GUI stuff before. I&apos;ve got SSH set up to allow trusted X11 forwarding, and can connect and get to a remote command prompt fine, but can&apos;t start X.&lt;br&gt;
&lt;br&gt;
I&apos;ve got Cygwin and it&apos;s X Windows components installed on the XP machine, but there are obviously some configuration steps I&apos;m overlooking. I&apos;m hoping someone knows of a good tutorial or howto that would walk me through some of the steps.&lt;br&gt;
&lt;br&gt;
The Cygwin documentation seems to assume some knowledge of X Windows that I don&apos;t have. I just need a shove in the right direction.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.36075</guid>
	<pubDate>Mon, 10 Apr 2006 12:21:18 -0800</pubDate>
	<category>linux</category>
	<category>xwindows</category>
	<dc:creator>voidcontext</dc:creator>
	</item>
	
	</channel>
</rss>

