Date: Sun, 11 Jul 1999 02:52:45 -0400 (EDT) From: "Korvus [PINE]" <korvus@tasam.com> To: Rick Hamell <hamellr@dsinw.com> Cc: David Hicks <dhicks@bendnet.com>, freebsd-questions@FreeBSD.ORG Subject: Re: command for initializing xwindows remotely??? Message-ID: <Pine.BSF.4.05.9907110249380.9870-100000@tasam.com> In-Reply-To: <Pine.WNT.3.95.990710155612.-75935D-100000@akane>
next in thread | previous in thread | raw e-mail | index | archive | help
I have used xwin32, and this is what you do: Run xwin32 Connect to remote system via telnet/ssh/etc and "export DISPLAY="111.111.111.111:0.0" where 111.111.111.111 is your IP. On remote system run x applications (for example "$ /usr/X11R6/bin/blackbox" Note that you can only run window managers in single window mode -- if you're running in multiple, just run the apps directly (like "$ xterm &"). Use xutil32 to set your window mode. Hope that helps. - Jeff Poole On Sat, 10 Jul 1999, Rick Hamell wrote: > > > > What is the proper command for starting xwindows from a remote site > > > using a program such as xwin32? > > > > I don't know what xwin32 is. But the command's the same: startx. > > Just make sure you have your DISPLAY environment variable set > > correctly. > > If I remeber right Xwin32 is a Windows 9x based program that > allows you to run remote Xwindows sessions. It sounds like a setup problem > in Xwin32 though, you shouldn't have to type anything to start Xwindows. > > > Rick > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907110249380.9870-100000>