![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| exporting variabels from env file | dsravan | Shell Programming and Scripting | 1 | 11-30-2007 09:57 AM |
| Exporting X display question | BG_JrAdmin | SUN Solaris | 0 | 10-07-2005 02:54 PM |
| exporting exchange information | woofie | Windows & DOS: Issues & Discussions | 0 | 07-31-2005 10:22 PM |
| Exporting data | clearchoice | Windows & DOS: Issues & Discussions | 0 | 06-16-2005 10:32 AM |
| exporting a directory | brv | UNIX for Advanced & Expert Users | 2 | 02-26-2002 03:07 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
exporting display
how do I export my display from my unix box to my pc
basically what is the syntax for export DISPLAY |
| Forum Sponsor | ||
|
|
|
|||
|
1) your pc will have to be running an xserver to accept the connection.
2) the unix machines has to have its xclient also running. 3) i believe it would be something to the effect of -display ip:0.0 at least for solaris8. Last edited by Optimus_P; 04-23-2004 at 01:10 PM. |
|
|||
|
For ksh it is
export DISPLAY=hostname:#.# For csh try setenv DISPLAY hostname:#.# Where the first number is the number of the display, and the second is the screen. For a PC, those numbers will almost always be 0.0 unless you are running a dual-monitor setup or something exotic like that. You can use the IP address of the PC instead of the hostname if you wish too. |
|||
| Google UNIX.COM |