LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   "screen" for x-windows? (https://www.linuxquestions.org/questions/linux-software-2/screen-for-x-windows-96099/)

Duren 09-23-2003 08:16 PM

"screen" for x-windows?
 
Is there something like "screen" for x-windows?

Basically I have my XP pc and my Linux box.

I want to be able to login into the box from my PC and get a graphical desktop (which I know how to do), and I want to be able to log off - disconnect from my server, keep whatever running on the server that I was running, connect back up, log back in and continue what i was doing... like pcAnywhere (except that obviously with linux it is *an* instance of a desktop/session, not the *only* instance like in windows).

win32sux 09-23-2003 08:56 PM

what is "screen"?

could you post a link?

that way it's easier to know what it is you want...

it sounds to me like you want something like "tightvnc" or something... but i'm not sure... i need the link to know what "screen" is...

http://www.tightvnc.org/

usually in linux, to run (administrate) a server from a remote computer, we use an "openssh-client" to connect to the "openssh-server" (daemon) running on the server... it's a secure command line based approach...

http://www.openssh.org/

when you need to connect to a linux ssh daemon from a windows pc normally one would use something like putty:

http://www.chiark.greenend.org.uk/~sgtatham/putty/

Duren 09-23-2003 09:11 PM

hmm
i've been using screen for years to get back into running processes on a linux machine, I'm not sure what the webpage for that is, i quickly looked up a link here: http://www.linux-mag.com/2003-06/power_03.html

I checked out tightVNC, it seems like a server and client, but i'm not sure that it will keep an x session running on the server when i disconnect from the server.

win32sux 09-23-2003 09:43 PM

okay, i think i understand now...

you are currently using the text-based "screen" to resume your terminal sessions on your linux box, and you want to know if there's a graphical version of it... in the sense that you can connect via an x-terminal or vnc-client or something and have the same effect of saving the ongoing session and "jumping back into it" from somewhere else???

hmmm... perhaps someone will enlighten us... i'd like to know how to do it also. i'd never heard of screen but now that i read about it, it seems really useful... and graphic compatibility would be awesome...

how do you plan on connecting to the server you want to run "graphical screen" on? x terminal server? tightvnc?

Duren 09-23-2003 09:47 PM

I've tried xwin32 and cygwin

I'm playing with screen right now, seeing if I can start an x session in the background after screening and then if i can come back to it ;)

yapp 09-24-2003 03:39 AM

If you use "screen" from ssh to keep things running in a terminal when you logout, you might want to look for VNC / TightVNC.

It will run a separate X session, a program named "Xvnc". VNC viewers can connect to it, and you can close the connection too. The virtual X server just keeps running.


All times are GMT -5. The time now is 10:45 PM.