• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RDP for Linux?

I just installed Linux Mint, lightweight desktop, and I'm trying to get remote desktop setup.

I can already VNC to it and share the desktop, kvm style, but it's not the same as terminal services. I can only get into an existing logged in account.

I'm hoping to be able to remote connect and get a login screen.. much like RDP.

What's the best way to go about this?
 
I think Gnome uses vino for its 'existing session' VNC. Maybe the lightweight desktop does the same? Setting up Xvnc should allow for a proper login prompt. Alternatively, you could try something like FreeNX/NoMachine.

Both methods have worked for me...but NoMachine's NX server seemed faster, more like RDP in terms of performance.
 
Last edited:
I just installed Linux Mint, lightweight desktop, and I'm trying to get remote desktop setup.

I can already VNC to it and share the desktop, kvm style, but it's not the same as terminal services. I can only get into an existing logged in account.

I'm hoping to be able to remote connect and get a login screen.. much like RDP.

What's the best way to go about this?

XDMCP is the traditional way; by default it is disabled in the display manager (gdm, kdm, wdm, xdm, etc.) configuration for security reasons (the "nolisten tcp" setting).

It appears that this functionality is missing from gdm2, which doesn't at this point appear to be customizable at all, aside from what "gdmsetup" allows you to do - so you might have to use KDM or WDM or something else.

At any rate, once you've enabled remote logins in your display manager, all you need to do is use tsclient to connect using XDMCP, and you will get a login screen.
 
Last edited:
Back
Top