Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How I run the X client in the laptop, and the laptop's window manager and gimp and so on, on the desktop's nice big display with the desktop's X server? Used to do similar, forgotten how.
Have you got the client and server mixed up? the local device you are infront of is the server with X, and the application is the client process. If you want to run apps remotely then just use X forwarding (over ssh is generally simplest, although you can easily also manually export the session remotely.) The WM is a little trickier, not sure why you care about that one really, but if you start an X server locally with nothing on it, then you should be able to hook gnome or whatever onto that session from across the network.
Have you got the client and server mixed up? the local device you are infront of is the server with X, and the application is the client process. If you want to run apps remotely then just use X forwarding (over ssh is generally simplest, although you can easily also manually export the session remotely.) The WM is a little trickier, not sure why you care about that one really, but if you start an X server locally with nothing on it, then you should be able to hook gnome or whatever onto that session from across the network.
Great thanks.
I meant the desktop it plugged into the nice big monitor I want to use. So this presumably necesitates using the X server on the desktop - because it's the one plugged into the nice monitor.
The laptop has its own little display obviously, this is seriously buggy (lenny testing) and generally unpleasant.
So how do I run something in X on the nice desktop's display that reponds to the keyboard and mouse of the laptop? Is the question. Any chance of spelling it out?? An example would be being able to type stuff into a terminal emulator in the X display using the laptop's keys.
hmm, ok so it's the keyboard and mouse on the laptop and the monitor on the desktop? if so that's more complex, as the X server conventionally owns all of those things. I think you'd need something like http://x2x.dottedmag.net/ to achieve that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.