![]() |
|
|
|
|
|||||||
| 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 |
| I need to display it how to do | unitipon | Shell Programming and Scripting | 2 | 06-11-2007 12:33 AM |
| Display | Carmen123 | Linux | 1 | 12-04-2006 07:35 AM |
| X Display | BG_JrAdmin | SUN Solaris | 2 | 10-01-2005 03:38 AM |
| display | LiTo | UNIX for Dummies Questions & Answers | 4 | 11-04-2004 02:08 PM |
| DISPLAY from another LAN | b5fnpct | UNIX for Advanced & Expert Users | 2 | 12-31-2002 01:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to set DISPLAY
Hi ,
i am facing problem while setting up DISPLAY to local host. Error follows ; bosdf9d1:root DISPLAY=90.136/16.128 bosdf9d1:root DISPLAY=90.136.16.128:0.0;export DISPLAY bosdf9d1:root echo $DISPLAY 90.136.16.128:0.0 bosdf9d1:root bcs_view Error: Can't open display: 90.136.16.128:0.0 Error: Couldn't find per display information Some one please correct me where iam wrong. Please let em know if any details needed. Thx, Jagan |
| Forum Sponsor | ||
|
|
|
|||
|
The basic problem is usually that you do not have permissions to manipulate the display on another host, even if you know its IP address. This is a security feature, designed quite on purpose (how would you like me to be able to open a window on 90.136.16.128:0.0 right here and now, just to see what would happen?) but if you have legitimate access to the display, you should be able to create a connection. It's not very simple, because there are several security facilities which need to be aligned and configured correctly.
Do you have ssh access to the machine where this display is connected? Is it a local machine? Are you able to open local windows there, for a start? Because of various issues of the X client/server model, it's often simpler to use a wrapper such as VNC to get access to (windows on a) remote desktop. |
|
|||
|
Quote:
xhost + Then from the client once you telnet into the server. do a DISPLAY=xxx.xxx.xxx.xxx:0.0;export DISPLAY If you connect to the server thru a series of first connecting to other servers you may have problems trying to see your display. Those servers that you connected to you should also do xhost + but it also may not work or because sometimes if you have a firewall that allow the usual ssh, telnet ftp http https but block everything else including xdm |
|
|||
|
You should be aware of the rather severe security implications of "xhost +" though. There are more secure ways to achieve that but they are also inevitably more complex.
It would also help if we knew where you are connecting from, where you are connecting to, and how (and perhaps why. Like maybe "from work desktop computer running SuSE to wife's laptop at home running Ubuntu, using ssh; need to run OpenOffice there to print out some documents of hers on the printer at home" or some similar broad problem description). |
| Thread Tools | |
| Display Modes | |
|
|