|
If you connect to Linux with putty, then try enabling X tunneling. Once you do that, $DISPLAY will be automatically set up on the Linux host, and applications needing X will just run. The value of $DISPLAY will be something like 'localhost:10', where the '10' will be some smallish integer value.
If speed is still an issue, try running some tests on the network: simple file transfer speeds using scp for instance. Is the problem restricted to a particular class of applications, or to all programs?
--- rod.
|