• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Running XServer on Win32

phomenter

Junior Member
I'm running an XServer on my PC and would like to be able to run GUI applications off a Unix machine. The only problem is that I can't remember how to set the environment variables so that stuff will run. I remember that I need to type something like:

setenv DISPLAY ipaddress

but that doesn't work. Can someone tell me what the syntax should be? I'm running Omni-X if that matters.

Thanks,
Marlin
 
if it is bash (default linux shell) use "export" instead of "setenv" w/ same info (I believe)
 
Back
Top