LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   remote desktop connection linux to windows (https://www.linuxquestions.org/questions/linux-networking-3/remote-desktop-connection-linux-to-windows-379182/)

FishBoy 11-02-2005 02:44 AM

remote desktop connection linux to windows
 
hi i'm trying to connect using krdc on my linux box to my windows box i got all the setting right and all and i get the windows log in screen on my linux box but i can't do anything else from there, i see my windows login name but when i come to type my password i can't type anything, my keyboard stops responding only mouse... i'm using suse 10.0

spooon 11-02-2005 02:51 AM

Try using the "rdesktop" command directly from the command-line (see "man rdesktop" for instructions); and see if it has the same problem.

FishBoy 11-02-2005 06:38 PM

ok here is what happened
Quote:

[~]rdesktop -u samer -p -k en-us -f -k 192.168.0.1
ERROR: Failed to open keymap /usr/X11R6/share/rdesktop/keymaps/192.168.0.1
ERROR: en-us: unable to resolve host
[~]

spooon 11-02-2005 07:11 PM

You gave "-k" without any arguments. Try
Code:

rdesktop -u samer -f 192.168.0.1

Mr. Swillis 11-02-2005 09:00 PM

rdesktop is far superior anyway. Krdc tries to load too much stuff by default and slows things way down. Just do rdeskop {hostname} for a quick test. My standard for fullscreen is this: rdesktop -a 16 -fullscreen -u {username} -p {password} {hostname}.


Mr. Swillis


All times are GMT -5. The time now is 07:27 AM.