Yik Yak icon
Join communities on Yik Yak Download
Microsoft: yea you gonna have to buy the pro version to enable Remote Desktop Linux: here you go here’s a free os and here’s this thing called ssh, if you need gui please just install VNC or use one of our many desktop environments with rdp bundled in
upvote 2 downvote

default user profile icon
Anonymous 5d

Linux RDP (LRDP) just never feels as fast/responsive as Windows RDP (WRDP). Even on a fast pair of machines and local gigabit network, LRDP feels like watching a medium quality, slightly laggy video of the other screen. WRDP feels like I'm at the other computer in real-time. The clicks and UI redraws are bear-instant. I've tweaked LRDP (nvenc, neutrino, 16-bit, different DE) and it helps a little but IMO Linux just isn't made with remote desktop in mind from the ground up the way Windows is

upvote 1 downvote
default user profile icon
Anonymous replying to -> #1 5d

*near

upvote 1 downvote
default user profile icon
Anonymous replying to -> #1 5d

On Linux, having a GUI is an after-thought, like a bolt-on, not something native. As long as you know CLI commands you're golden and yes, they've made strides but RDP is one area where it still lags.Case in point, LRDP sends framebuffer data (compressed bitmaps) where WRDP sends drawing primitives; which are basically text commands like "move window 7 over 45 pixels to the right" and then Windows compositor locally redraws the window in the right spot. Completely different animal like SVG vs BMP

upvote 1 downvote
default user profile icon
Anonymous replying to -> #1 5d

Agreed, although I had a great experience even over WiFi on Ubuntu (college apartment don’t judge but I had a high quality AP) but shit arch I haven’t put the effort in to fix it but yea rdp is wack by default

upvote 4 downvote
default user profile icon
Anonymous replying to -> #1 5d

Do you know if vnc is more Linux friendly?

upvote 1 downvote
default user profile icon
Anonymous replying to -> OP 5d

VNC works on Linux but is actually a little slower that Linux RDP, it uses less compression and more bandwidth causing lag to be more noticeable. Also you need separate tunnels for redirections (printer, drive, clipboard) Historically low or no security so needs to be wrapped in SSH. XRDP/Neutrino (Linux RDP) is a bit better on all fronts but still lags compared to Windows RDP

upvote 1 downvote
default user profile icon
Anonymous replying to -> #1 4d

Is xpra any good?

upvote 1 downvote