hello!
I am trying to make rdesktop work for my computer just to be able to use rdp from another linux computer. The Yast2 requires the xrdp package to be installed first
So far, I have nt found any reposityory for 11.2 that contains the xrdp package. Do you know any 11.2 xrdp repository?
Searching for xrdp I read about the nomad application. Do you think I must use it in 11.2? Software repository?
Just one more question. I am pretty new to using remote computer access. So in my work I have installed and using linux. While in my home (wife’s computer) I have windows vista installed. Do I really need rdp to access my linux from windows flavours?
For some reasons I do not like rdp that much. What is the linux technology for remotely accessing machines?
Hi
Both use rdp which can be somewhat bandwith intensive, NX (or freeNX)
use ssh tunneling so it’s generally quicker. Plus the benefit of having
one less service to run
–
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 13 days 1:04, 4 users, load average: 1.01, 0.44, 0.33
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15
Thank you Malcolm,
Following the three-steps you list. It worked fine for me.
I was a little worried about using the 11.1 xorg-x11-server-dmx/rdp code. But, as I said, it seemed to be fine.
However, I have now noticed that I am having keyboard problems (missing keys: numeral 1 & 2, and the pipe, to name a few).
Can you suggest, what where I should be checking?
Yes, I share your frustration. It is proving very difficult to engage anyone “in the know” in a conversation on this subject.
However, for what it is worth, one little tip that MAY help? And this only comes about by trial and error, not any understanding of how XRDP is working.
In my /etc/xrdp/xrdp.ini file I have made this change:
[xsessions]
#lib=libdmx.so #rem this line out
lib=libvnc.so #... and use this shared object library file instead
...
[failsafe]
This change gives me an almost working UK keyboard (numeral 1&2 are back) but still no pipe or hash keys!
Just to update this. I am running nx too and it is great very fast. I have one question. Do you know if it is possible to configure nx client to not close the remote session even If I am disconnected. In other words…1. I work remotely, 2. I disconnect, 3. When I reconnect my window manager resumes at the point I was before at step one.