getting a DISPLAY from another client


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users getting a DISPLAY from another client
# 8  
Old 07-15-2002
someone earlier mentioned tty-snoop which sounds like a good method but it is not supported by SCO. If I were in Solaris or Linux it would work great but not for SCO. I also found this program called VNC. But also it is not supported by SCO. Thanks anyways...
# 9  
Old 07-16-2002
before the user start is application he must do (at bash )
> export DISPLAY=your_ip_address:0.0
> run_the_gui.sh


try that
# 10  
Old 07-16-2002
what is
run_the_gui.sh
? cause I don't have it on my machine. Or was that just a joke to see if I was gullable?

Shaun
# 11  
Old 07-16-2002
lol
no it is not a joke. and its normal you dont have it on your machine



> export DISPLAY=your_ip_address:0.0

change your_ip_address with your ip address

> run_the_gui.sh

change run_the_gui.sh with the command-line to start your GUI application....
# 12  
Old 07-16-2002
btw, it is not to be done on your machine...
it is to be done on the user's machine where the application is
# 13  
Old 07-16-2002
oh sorry. I feel like an a$$ now. I thought that was actually a script somewhere. I can export the display as you put it and that works fine, but what I want to do it to be able when I get a call (or email) to login directly to his machine and get his desktop as my own. That way I can run the programs on his local machine but from my station. You understand what I mean?

Thanks
# 14  
Old 07-16-2002
ohhh then you need to start up the x server! depending if you are using kdm or gnome it depends on how to do it. but its easy, just go to linux.com or the linuxdoc.org (ithinkthats it) search the how to pages for x server. you can remotley login like that. that what you mean right? hes using a gui? if so then thats how to do it.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

NIM : remove nim client info from the client

Hi. I change my client's IP and hostname but I forgot to change anything on the master. How can I redefine or modify my client's resource from my master, or with using smit niminit from my client ? Tks (2 Replies)
Discussion started by: stephnane
2 Replies

2. Fedora

VNC Client/Server has different display

Hi, I set-up my VNC Server on a Fedora 13 and I have a client on windows. I can access the Fedora PC but when I move the mouse and click on folders, I do not see the Fedora Desktop updating (I don't see the things that I am doing in my client on the Fedora PC) Then, when I do something on... (0 Replies)
Discussion started by: h0ujun
0 Replies

3. Solaris

SSH Client

Hi Gurus, I need an SSH client to connect to a Solaris server from windows and run a few scripts. I am able to put/pull files using "psftp" using below command: psftp -l <username> -pw <password> <hostname> -b <batchfile> However i am unable to find an equivalent for ssh. I tried... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies

4. UNIX for Advanced & Expert Users

DISPLAY=local_host:0.0 ; export DISPLAY

Hi, from my Windows Workstation I can connect with PUTTY to an AIX 6.1 unix server. On AIX via PUTTY I run DBCA which has a grphical interface. Then : #DISPLAY=local_host:0.0 ; export DISPLAY $(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/bin#dbca _X11TransSocketINETConnect()... (12 Replies)
Discussion started by: big123456
12 Replies

5. Solaris

CJS installation problem(client display:requesting internet address for 0:21:28:17:80:f4)

hi can anyone fine a solution thwe the problem that am facing i was trying to install sun4v client vth sol10_U8, but when i played "boot net" its asking for "requesting internet address for 0:21:28:17:80:f4 plz give me a sol for this (1 Reply)
Discussion started by: all_is_well
1 Replies

6. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

7. Programming

Multihomed Client

Hi, I am writing a socket program at the moment that uses both of the clients network interfaces. The program tries to create two socket connections to the server over a LAN connection and a GPRS connection. I have tried to update the routing table using the route command but that proved... (0 Replies)
Discussion started by: mhynes
0 Replies

8. IP Networking

Client Ip Address

I have a UNIX daemon program which takes client connections via TCP/IP sockets. What I need to know is if there is any way of getting the IP address of the client socket once a connection has been made... or do I have to code my client to send it manually ? Thanks. (1 Reply)
Discussion started by: ovingtond
1 Replies
Login or Register to Ask a Question