|
How to Start an X Client on another display?
To start an X client on another system that has a running X server, use the following commands: Use xhost on the server system to allow the client system use the display. If the server's IP address is 192.168.20.1, enter the command: $ xhost + 192.168.20.1 On the client system, open a telnet connection to the server system. In the telnet session, start xterm in the background with
the -display and -e options. For example, if the IP address of the machine
running the server is
$ xterm -display 192.168.20.1 -e clientapp & |
See Also Linux BooksLinux Certification, System Administration, Programming, Networking Books Linux Home: Linux System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|