<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>X-Window-System on despatches</title><link>https://icle.es/tags/x-window-system/</link><description>Recent content in X-Window-System on despatches</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Jun 2025 09:25:00 +0100</lastBuildDate><atom:link href="https://icle.es/tags/x-window-system/index.xml" rel="self" type="application/rss+xml"/><item><title>Exporting X11 to Windows [1109]</title><link>https://icle.es/2011/11/24/exporting-x11-to-windows-1109/</link><pubDate>Thu, 24 Nov 2011 21:10:55 +0000</pubDate><guid>https://icle.es/2011/11/24/exporting-x11-to-windows-1109/</guid><description>&lt;p>Playing Skyrim the last week, sometimes I just missed Linux so terribly that I
wanted a piece of it and not just the command line version. I wanted X Windows
on my Windows 7.&lt;/p>
&lt;p>There has been a solution for this for several years and the first time I did
this, I installed &lt;a href="http://www.cygwin.com/" title="cygwin">cygwin&lt;/a> with X11 but there
is a far simpler way to accomplish this.&lt;/p>
&lt;p>Install &lt;a href="http://www.straightrunning.com/XmingNotes/" title="XMing">XMing&lt;/a>. I then used
putty, which has the forward X11 option. Once logged in, running xeyes shows the
window exported onto my Windows 7. Ah.. so much better.&lt;/p></description><content:encoded><![CDATA[<p>Playing Skyrim the last week, sometimes I just missed Linux so terribly that I
wanted a piece of it and not just the command line version. I wanted X Windows
on my Windows 7.</p>
<p>There has been a solution for this for several years and the first time I did
this, I installed <a href="http://www.cygwin.com/" title="cygwin">cygwin</a> with X11 but there
is a far simpler way to accomplish this.</p>
<p>Install <a href="http://www.straightrunning.com/XmingNotes/" title="XMing">XMing</a>. I then used
putty, which has the forward X11 option. Once logged in, running xeyes shows the
window exported onto my Windows 7. Ah.. so much better.</p>
<p>I actually used this to run terminator to connect to a number of servers. Over
local LAN, the windows didn't have any perceptible lag or delay. It was more or
less like running it locally.</p>
<p>It is possible to set up shortcuts to run an application through putty and have
it exported to your desktop. I haven't played with this enough to comment
though.</p>
<p>This of course only worked because I have another box which is running Linux. If
that is not the case for you, then you might want to try
<a href="https://www.virtualbox.org/" title="VirtualBox">VirtualBox</a> but since the linux
kernel developers have described the kernel modules as
<a href="http://www.phoronix.com/scan.php?page=news_item&amp;px=OTk5Mw" title="The VirtualBox Kernel Driver Is Tainted Crap">tainted crap</a>,
you might want to consider <a href="http://www.vmware.com" title="vmware">vmware</a> instead
which is an excellent product.</p>
]]></content:encoded></item><item><title>Gnome Desktop Inaccessible After Screensaver Kicks in [1103]</title><link>https://icle.es/2011/11/03/gnome-desktop-inaccessible-after-screensaver-kicks-in-1103/</link><pubDate>Thu, 03 Nov 2011 11:11:14 +0000</pubDate><guid>https://icle.es/2011/11/03/gnome-desktop-inaccessible-after-screensaver-kicks-in-1103/</guid><description>&lt;p>Yesterday, I
&lt;a href="http://drone-ah.com/2011/11/02/saving-your-workspace-window-configuration-in-linux-1102/" title="Saving your workspace window configuration in Linux [1102]">mentioned a problem that I've been having&lt;/a>
with GNOME 3 on Ubuntu 11.10.&lt;/p>
&lt;p>Essentially what happens is that when I leave my desktop for a while, under
specific circumstances, and often, on returning and moving the mouse or using
the keyboard, the pointer would come back  on screen. However, this only works
on one of my two screens.&lt;/p>
&lt;p>The unlock dialog does not show up and it seems that there is no way to get back
in.&lt;/p>
&lt;p>In the past, I would log into the terminal (Ctrl-Alt-F1 or any function key
through to F5 or so) and&lt;/p>
```bash
$ kill -9 -1
```</description><content:encoded><![CDATA[<p>Yesterday, I
<a href="http://drone-ah.com/2011/11/02/saving-your-workspace-window-configuration-in-linux-1102/" title="Saving your workspace window configuration in Linux [1102]">mentioned a problem that I've been having</a>
with GNOME 3 on Ubuntu 11.10.</p>
<p>Essentially what happens is that when I leave my desktop for a while, under
specific circumstances, and often, on returning and moving the mouse or using
the keyboard, the pointer would come back  on screen. However, this only works
on one of my two screens.</p>
<p>The unlock dialog does not show up and it seems that there is no way to get back
in.</p>
<p>In the past, I would log into the terminal (Ctrl-Alt-F1 or any function key
through to F5 or so) and</p>
```bash
$ kill -9 -1
```
<p>This would of course kill all processes owned by me and is therefore unpleasant
at best and have you losing a bunch of work at worst.</p>
<p>After a brainwave yesterday (as detailed in the aforementioned post), I decided
to check the status of the screensaver and killed just those processes. Happily,
this gives me my desktop back. However, my gnome-shell had given up which I had
to restart</p>
```bash
$ gnome-shell --replace
```
<p>Unfortunately, I did not get the windows into the original workspaces since
everything just got dumped into the one workspace but it is better than having
to kill everything off.</p>
<p>EDIT: I just realised that the screen saver of course no longer kicks in and I
had to restart it</p>
```bash
$ gnome-screensaver --no-daemon
```]]></content:encoded></item></channel></rss>