Results 1 to 3 of 3
I asked this same question a day or two ago - on my desktop I run KDM - I'm trying to get KDM on my laptop to recognize my desktop ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-10-2003 #1Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
creating a terminal...
I asked this same question a day or two ago - on my desktop I run KDM - I'm trying to get KDM on my laptop to recognize my desktop to I can login that way - besically I would like to use the laptop as a terminal to the desktop...
Cole
- 09-10-2003 #2Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
more research
After doing some research it seems that I DONT want to use XDMCP -> Is there anyway that using SSH I can get my WindowMaker desktop to show up on my laptop???
Cole
PS - SSH -l uname ip.add.of.desktop -> works fine! and I am able to run X apps fine...
- 09-10-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
In that case, might I suggest the following from a text mode terminal with no X server previously started:
Code:xinit $(which ssh) -l uname ip.addr.of.desktop /bin/sh -lc "exec wmaker"


Reply With Quote
