How can I restart gdm or the xserver without logging out? Sometimes, there is a freeze and I just need to redraw. It rarely happens but when it does. My only options are
I\'m setting up to cron a web scraping job, using xvfb, firefox, and watir on my Mac OS X. In testing the script so far, firefox pops up visibly on the local desktop, the watir script executes, and t
I want to create a blender-project on my Ubuntu 10.04 Laptop. But I don\'t want to render it on the same machine because I also have to work with it. I want to render it on my Linux-server over ssh an
When I\'m editing XML files in Eclipse (mainly, Android layouts and so), it causes leaks on XServer and it ends eating all my RAM (4GB), so I have to Ctrl+Alt+Backspace to continue.
On a POSIX-compliant system, how do one detect if X is running and if it\'s usable for the ap开发者_开发问答plication.Check if $DISPLAY has a value, and try to connect the the server at that address.
When using Eclipse over X-Windows on a remote shell (X port forwarding), is there a way to simply detach my X connection and come back to the process later.For a little more clarity, I\'m on a Windows
Support I have two computers. Each computer has a X server running. And one of the computers also have some GUI applications running on it.
I want to get screenshots of a webpage in Python. For this I am using http://github.com/AdamN/python-webkit2png/ .