Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE rlogin -> WinXP desktop looking so ugly and some prob
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Mon Aug 30, 2004 8:14 am    Post subject: KDE rlogin -> WinXP desktop looking so ugly and some prob Reply with quote

I just installed rlogin and tried the KDE gui for it, to establish a remote connection to my WinXP workstation.

The first problem I encountered: I can not search the network with the shown search function. It simply does not do anything, and I can't push the rescan button, as it is grayed out. As I understand, there should be a service installed for using this network search function, but I don't know anything about this (there was no use flag for rlogin, when installing, and nothing new showed up using "rc-update -s"). What am I missing here ???

When pushing the help button, the KDE help system comes up, but there seem to be some pages missing (I'm using the German translation, and the pages about using remote desktop and window size / full screen mode are not selectable). Also the command for connecting to a Win machine is explained wrong, but this was easy to figure out.

When selecting the keyboard layout in the preferences, this setting is not stored, and always returns to us-en.

Then I finally established the connection to my WinXP machine. The first thing I encountered, it's starting in full-screen-mode, and when trying to enter the password for my user account, nothing happens (as if the keyboard would be dead). Only after I changed from full-screen-mode to window mode, I could enter the password (what a strange problem).

Are these bugs, or is it just my installation?

When the screen came up, it looked really ugly. Background pic and sounds are not transmitted, and it seems it only has 8 bit colors.

In the WinXP remote desktop utility, not only the connection speed can be selected, but also sound and printers enabled and color-depth selected, but this all is not possible in the rlogin program. Why is there no way to configure this in rlogin?

So this way, technically I can connect from my Gentoo workstation to my WinXP workstation, but it is not satisfacting at all.

Is there no other way to connect to a WinXP machine ??? Any other utility which is more like the WinXP remote desktop program ???
_________________
Las torturas mentales de la CIA
Back to top
View user's profile Send private message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Thu Sep 09, 2004 6:40 am    Post subject: Reply with quote

Noone else out there, trying to connect to a WinXP machine from a Linux workstation?

I'd like to find a suitable solution for that, but having to stick with this ugly rlogin can't be the only possible way, can it?
_________________
Las torturas mentales de la CIA
Back to top
View user's profile Send private message
Dgege
n00b
n00b


Joined: 14 Jun 2004
Posts: 59

PostPosted: Thu Sep 09, 2004 7:01 am    Post subject: Reply with quote

Forget about the KDE RDP client.
"emerge -a rdesktop" and use the command line.
rdesktop --help should bring you the different switches and one of them ltes you choose your depth (use 16).
It work much better + you can make it auto login by providing the password in the command line. Very handy to create a script that connects automatically.
Hope that helps.

Georges.
Back to top
View user's profile Send private message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Thu Sep 09, 2004 7:25 am    Post subject: Reply with quote

Dgege wrote:
Forget about the KDE RDP client. "emerge -a rdesktop" and use the command line. rdesktop --help should bring you the different switches and one of them ltes you choose your depth (use 16). It work much better + you can make it auto login by providing the password in the command line. Very handy to create a script that connects automatically. Hope that helps. Georges.

Thanx for your reply. I am currently not at that linux workstation, but I can tell, that the KDE RDP client is just a gui for rdesktop (that's the reason it didn't work at first, but after emerging rdesktop). And it may already have been a color depth of 16, but on that WinXP I usually use 32 bit, and that may be the reason why it looked so ugly.

Is there really no better replacement for rdesktop out there?

Something, that offers a similar result like the original WinXP remote desktop?

I would so much love to finally get rid of WinXP, but there are still some things, that didn't make the transition. :(
_________________
Las torturas mentales de la CIA
Back to top
View user's profile Send private message
Gwyn
n00b
n00b


Joined: 03 Sep 2003
Posts: 8
Location: Aviano, Italy

PostPosted: Thu Sep 09, 2004 9:51 am    Post subject: Reply with quote

Hi Master One,

Dgege is right: rdesktop from the command line is much better. The reason is that you have access to a lot more arguments, such as colour depth and screen size. Open Konsole and type in (as a user, not root):

Code:
$ rdesktop -a 24 -g 1024x768 -u [XPUsername] [name or address of XP computer]


This will give you a much nicer graphical login screen to XP at a resolution of 1024x768 in full colour, with the cursor positioned ready for the password.

Cheers,
Gwyn
Back to top
View user's profile Send private message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Thu Sep 09, 2004 12:40 pm    Post subject: Reply with quote

Looks like I'll have to give rdesktop a try again, thanx a lot for this info.
_________________
Las torturas mentales de la CIA
Back to top
View user's profile Send private message
millhouse
n00b
n00b


Joined: 28 Aug 2004
Posts: 4

PostPosted: Fri Sep 17, 2004 5:13 pm    Post subject: Reply with quote

Hey, I use grdesktop and I love it. It's graphical, works fast, has a lot of options.... Just remember, when you connect to your XP machine the key combo to get out of fullscreen mode (so you can access the linux workstation again) is Ctrl+Enter

Good luck!
Back to top
View user's profile Send private message
Adamal
Apprentice
Apprentice


Joined: 05 Dec 2003
Posts: 264
Location: California

PostPosted: Fri Sep 17, 2004 5:24 pm    Post subject: Reply with quote

millhouse wrote:
Hey, I use grdesktop and I love it. It's graphical, works fast, has a lot of options.... Just remember, when you connect to your XP machine the key combo to get out of fullscreen mode (so you can access the linux workstation again) is Ctrl+Enter

Good luck!


This is the one you want to use trust me it beats the pants of anything.
_________________
Cry Havoc and Let Slip the dogs of War!
Back to top
View user's profile Send private message
Kurse
Apprentice
Apprentice


Joined: 31 Aug 2004
Posts: 169
Location: Midwest, USA

PostPosted: Fri Sep 17, 2004 7:21 pm    Post subject: Reply with quote

tsclient is a very nice graphical interface to rdesktop. It allows you to customize your connection however you wish.
Back to top
View user's profile Send private message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Sat Sep 18, 2004 9:38 am    Post subject: Reply with quote

Hey, finally some more input. grdesktop looks nice, and I will also take a look at tsclient, thanx guys. :wink:
_________________
Las torturas mentales de la CIA
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum