![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Xserver | shamsul | SUN Solaris | 1 | 06-01-2008 07:14 AM |
| xserver problem - hang | tanvirscsa | SUN Solaris | 0 | 09-28-2007 12:46 PM |
| Looking for recommendations for free Xserver | umen | UNIX for Dummies Questions & Answers | 3 | 06-26-2006 06:14 AM |
| XServer Fails to start | mahartle | UNIX for Advanced & Expert Users | 0 | 09-13-2005 09:16 AM |
| Xserver won't come up on Solaris 8 | Gravity | SUN Solaris | 5 | 01-10-2004 01:01 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Xserver
Hi,
From my workstation (win XP)I open a telnet session on Linux(Red Hat) server. When I issue : [root@server ~]# xclock I have : Error: Can't open display: Then : [root@server ~]# export DISPLAY=192.16.1.87:0.0 [root@server ~]# xclock Error: Can't open display: 192.16.1.87:0.0 Do you have an idea ? Many thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
Well a xserver or something alike (exceed, reflection etc) must be running and accepting connection on 192.16.1.87. Enjoy linux. |
|
#3
|
|||
|
|||
|
Thank you. It is runing and on the server when I type xclock the clock appears on monitor. How to make server accept connection on 192.16.1.87 ?
Regards. |
|
#4
|
|||
|
|||
|
Do you know how to stop restart my GNOME Display Manager (GDM) ?
Thank you. |
|
#5
|
|||
|
|||
|
If connecting by telnet you need to set DISPLAY on remote machine and allow it to connect to your local machine by issuing
xhost _addr_ on local machine. Of course local XServer should listen on port 6000 (i.e. not be started with '-nolisten') and both firewalls [if any] should be suitable configured. Try also modern way with "ssh -X" -- on Win machines "plink" is equivalent. Regards, |
|
#6
|
|||
|
|||
|
Also,
run 1. Cygwin's XWin on your client 2. run putty or plink to provide a tunnel for X 3. run "Xnest :1 -query localhost" on remote machine in ssh session |
|
#7
|
|||
|
|||
|
Quote:
xhost 192.16.1.87:0.0 ? In a cmd box ? Thank you. |
|||
| Google The UNIX and Linux Forums |
| Tags |
| export display, linux |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|