|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Export Display Through Telnet & Xming
HI, HP-UX B.11.00 A 9000/785 (ta) I am trying to export a display using Xming & and Telnet (not SSH) but when I try.. Code:
$ DISPLAY=192.168.1.75:0.0 $ export DISPLAY $ xclock and get.. Code:
Xlib: connection to "192.168.1.75:0.0" refused by server Xlib: No protocol specified Error: Can't open display: 192.168.1.75:0.0 Is this even possible, if so any suggestions ?? I am sure I am missing something. Thanks !! Last edited by Pauly; 08-09-2007 at 11:42 AM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
I am also having same pbm..
Can anyone help Thanks Kumaran |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Have you tried "xhost +<your-ip-address>" from a host that can talk to the display inorder to allow you to connect?
|
|
#4
|
|||
|
|||
|
The "trick" with Xming is to FIRST start it via the XLaunch (icon or command), NOT the Xming command/icon. That's because XLaunch allows you to check "No Access Control" which tells Xming to allow other IP's in. Starting Xming with the Xming command, causes the default "only allow in local host" mode.
I was confused by this and first started Xming via "Xming" and didn't understand the role of XLaunch. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Thanks to Denpik
Denpiks' trick helped me to sort the Xming issue. Thanks Denpik.
|
| Sponsored Links | ||
|
![]() |
| Tags |
| export display |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DISPLAY=local_host:0.0 ; export DISPLAY | big123456 | UNIX for Advanced & Expert Users | 12 | 12-15-2010 08:15 AM |
| export DISPLAY | eddiet | Solaris | 1 | 03-09-2009 05:16 PM |
| export display | sushant.pathade | UNIX for Advanced & Expert Users | 1 | 11-07-2008 01:24 AM |
| do a export DISPLAY | the_nul | Shell Programming and Scripting | 1 | 11-22-2002 09:46 AM |
| export DISPLAY and XPM´s | selina | UNIX for Dummies Questions & Answers | 3 | 02-07-2001 12:28 PM |
|
|