Branches
Articles referencing this project
Comments
[»]
rdesktop with color depth more than 8 bit
by Minh Dinh - Dec 4th 2003 08:45:55
Does any one know how to make Windows 2000 TS to accept more color than the
default 8-bit with RDP client. rdesktop 1.3.0 can specify the color depth
using -a. But I'm not able to get more than default 8-bit. Specifying
anything else would just kill the connection because server cannot take
it.
DHM
[reply]
[top]
[»]
Re: rdesktop with color depth more than 8 bit
by danial - Jan 22nd 2004 11:10:03
> Does any one know how to make Windows
> 2000 TS to accept more color than the
> default 8-bit with RDP client.
>
> DHM
Windows 2000 Terminal Services is limited to 256 colors!
DO
[reply]
[top]
[»]
Absolute legends...
by esrever_otua - Oct 30th 2003 02:02:25
To all the developers and people who have contributed to the rdesktop
project I would like to convey my absolute, heartfelt, warmest thanks for
what must truly be one of the stand-out gems of the open-source world.
This ranks right up there with Samba as one of the projects that I showcase
anytime I want to demonstrate the superior flexibility, configurability,
interoperability, and every other damn thing about Free Software that makes
it such a fantastic solution for so many situations. You all have done a
fantastic job, and haven't let me down with the release of 1.3.0!
-- s&&auto_reverse&&&s&^.+_&$'&ee&&s&$'&&&&print
[reply]
[top]
[»]
Can not run install !
by Nguyen Quang Vu - Oct 15th 2003 02:23:23
Sorry, I can not run intall, pls help me to resolve this pro.
[root@localhost rdesktop-1.2.0]# ./configure
bash: ./configure: No such file or directory
-- ------------------------------------------------------------------------------------------
Nguyen Quang Vu
Software Engineer
HPT Vietnam Co.Ltd.
Head Office: 165 Pasteur, Dist.3, Ho Chi Minh City
Tel.: 84-8-8204505 ; Fax.: 84-8-8204504
IT Center: 60-62 Nguyen Van Troi, Phu Nhuan Dist., Ho Chi Minh City
Tel.: 84-8-8458518, ext.323; Fax.: 84-8-8458516
Mobile: 84-908 109614 (local call: 0908 109614)
e-mail: vu-q_nguyen@hptvietnam.com.vn (default)
or: vunguyenquang@vol.vnn.vn or nqvu2002@yahoo.com
[reply]
[top]
[»]
Windows Server 2003, SGI-Irix
by Eli Marmor - Jul 15th 2003 09:15:20
Hi,
First let me thank you for a so useful tool. And free...
I'd like to know if I can run it under the UNIX of Silicon-Graphics
(Irix).
In addition, I'd like to know if I can run it against a Windows Server
2003 (as the server - where the desktop really belongs to).
Thanks!
[reply]
[top]
[»]
Compiler problem under Solaris
by Tim Van Herck - May 14th 2003 17:49:00
First, I have to say ... great stuff ! Much faster then VNC & Citrix
!
But I have a compiler error when installing it on Solaris :
[herckt@glenlivet ~/rdesktop-1.2.0] ./configure
rdesktop build configuration script
X Window System:
includes /usr/openwin/include
libraries /usr/openwin/lib
OpenSSL:
includes /usr/local/include
libraries /usr/local/lib
configure complete - now run make
[herckt@glenlivet ~/rdesktop-1.2.0] make
gcc -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -Wall
-O2 -I/usr/openwin/include -I/usr/local/include -DWITH_OPENSSL -o
rdesktop.o -c rdesktop.c
gcc -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -Wall
-O2 -I/usr/openwin/include -I/usr/local/include -DWITH_OPENSSL -o tcp.o -c
tcp.c
tcp.c: In function `tcp_connect':
tcp.c:117: `INADDR_NONE' undeclared (first use this function)
tcp.c:117: (Each undeclared identifier is reported only once
tcp.c:117: for each function it appears in.)
make: *** [tcp.o] Error 1
Would be great if anybody can give me some pointers on what's missing
...
Thanks,
Tim
[reply]
[top]
[»]
Re: Compiler problem under Solaris
by Greg - Jun 3rd 2003 09:27:06
> First, I have to say ... great stuff !
> Much faster then VNC & Citrix !
>
> But I have a compiler error when
> installing it on Solaris :
>
> [herckt@glenlivet ~/rdesktop-1.2.0]
> ./configure
> rdesktop build configuration script
>
> X Window System:
> includes /usr/openwin/include
> libraries /usr/openwin/lib
>
> OpenSSL:
> includes /usr/local/include
> libraries /usr/local/lib
>
> configure complete - now run make
> [herckt@glenlivet ~/rdesktop-1.2.0]
> make
> gcc
>
-DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\"
> -Wall -O2 -I/usr/openwin/include
> -I/usr/local/include -DWITH_OPENSSL -o
> rdesktop.o -c rdesktop.c
> gcc
>
-DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\"
> -Wall -O2 -I/usr/openwin/include
> -I/usr/local/include -DWITH_OPENSSL -o
> tcp.o -c tcp.c
> tcp.c: In function `tcp_connect':
> tcp.c:117: `INADDR_NONE' undeclared
> (first use this function)
> tcp.c:117: (Each undeclared identifier
> is reported only once
> tcp.c:117: for each function it appears
> in.)
> make: *** [tcp.o] Error 1
>
> Would be great if anybody can give me
> some pointers on what's missing ...
>
> Thanks,
> Tim
>
I am having the same problem. Although 1.1.0 seems to
work fine.
[reply]
[top]
[»]
Re: Compiler problem under Solaris
by Dirk Tilger - Jun 23rd 2003 03:21:05
> gcc
> -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\"
> -Wall -O2 -I/usr/openwin/include
> -I/usr/local/include -DWITH_OPENSSL -o
> tcp.o -c tcp.c
> tcp.c: In function `tcp_connect':
> tcp.c:117: `INADDR_NONE' undeclared
> (first use this function)
> tcp.c:117: (Each undeclared identifier
> is reported only once
> tcp.c:117: for each function it appears
> in.)
> make: *** [tcp.o] Error 1
>
> Would be great if anybody can give me
> some pointers on what's missing ...
INADDR_NONE is missing. I've patched rdesktop.h and it worked:
diff rdesktop-1.2.0/rdesktop.h rdesktop-1.2.0-dirk/rdesktop.h
47a48,51
>
> #ifndef INADDR_NONE
> #define INADDR_NONE ((unsigned long) -1)
> #endif
Dirk.
[reply]
[top]
[»]
Error: recv Connection reset by peer Broken Pipe
by Brahma - Jan 28th 2003 13:34:30
We are running Win2k server running on top of RH Linux 7.3 using vmware.
When trying to connect using rdesktop from RH Linux 7.3, it gives the
following error:
rdesktop: A Remote Desktop Protocol client.
Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
See http://www.rdesktop.org/ for more information.
Connection successful.
ERROR: recv: Connection reset by peer
Disconnecting...
Broken pipe
All I get a screen with a lot of garbage on it for a sec or so , before it
disconnects..
Can you please tell me what the problem is? So that I can fix it ..
TIA , Brahma
[reply]
[top]
[»]
rdesktop connecting .NET Server
by speedogoo - Sep 29th 2002 21:37:23
the Windows XP Remote Desktop can connect to a .NET Server (also XP) in
"console mode" to directly control the single console desktop of
the server. Only in this mode it can use the speaker on the server so that
it can be a mp3 server ;)
i wish rdesktop can do this also
[reply]
[top]
[»]
Help
by Clayton B - Jul 8th 2002 20:25:35
I am running Mac OS X and i cant compile it does anyone
know what to do? i would appriciate any help i can get
[reply]
[top]
[»]
Great job
by Ice - Jun 7th 2002 14:34:28
I wanted to thank the creator of this program, it works wonderfully
[reply]
[top]
[»]
tcp_recv read: disconnecting
by sr ramesh - May 23rd 2002 23:34:57
i get the following error while running rdesktop. i tried both
'with-openssl' and 'without-openssl'. following output is with debugging
enabled. any suggestions ? Thanks.
late $ /usr/local/bin/rdesktop -g 1024x768 <IP addr>
rdesktop: A Remote Desktop Protocol client.
Version 1.1.0-pl19-9-0 . Copyright (C) 1999-2001 Matt Chapman.
See http://www.rdesktop.org/ for more information.
See http://bibl4.oru.se/projects/rdesktop for information
on the patches you are running
Connection successful.
tcp_recv read: Connection reset by peer
disconnecting
Broken pipe
[reply]
[top]
[»]
Re: tcp_recv read: disconnecting
by sr ramesh - May 24th 2002 02:52:21
i am using redhat linux 7.3, kernel 2.4.18-3
> i get the following error while running
> rdesktop. i tried both 'with-openssl'
> and 'without-openssl'. following output
> is with debugging enabled. any
> suggestions ? Thanks.
>
> late $ /usr/local/bin/rdesktop -g
> 1024x768 <IP addr>
> rdesktop: A Remote Desktop Protocol
> client.
> Version 1.1.0-pl19-9-0 . Copyright (C)
> 1999-2001 Matt Chapman.
> See http://www.rdesktop.org/ for more
> information.
>
> See
> http://bibl4.oru.se/projects/rdesktop
> for information
> on the patches you are running
>
> Connection successful.
> tcp_recv read: Connection reset by
> peer
> disconnecting
> Broken pipe
>
[reply]
[top]
[»]
Re: tcp_recv read: disconnecting
by nixman - Aug 16th 2002 10:39:36
This can occur if the Terminal Server encryption settings are set to High
(128 bit) , lower these setting and it will work.
> i get the following error while running
> rdesktop. i tried both 'with-openssl'
> and 'without-openssl'. following output
> is with debugging enabled. any
> suggestions ? Thanks.
>
> late $ /usr/local/bin/rdesktop -g
> 1024x768 <IP addr>
> rdesktop: A Remote Desktop Protocol
> client.
> Version 1.1.0-pl19-9-0 . Copyright (C)
> 1999-2001 Matt Chapman.
> See http://www.rdesktop.org/ for more
> information.
>
> See
> http://bibl4.oru.se/projects/rdesktop
> for information
> on the patches you are running
>
> Connection successful.
> tcp_recv read: Connection reset by peer
> disconnecting
> Broken pipe
>
[reply]
[top]
[»]
Re: tcp_recv read: disconnecting
by rfong1 - Jul 25th 2005 13:41:12
You will get the message:
ERROR: recv: Connection reset by peer
Broken pipe
if a client side license is missing.
Try running "-n testme"
./rdesktop -n testme yourservername
The "-n" will choose a client name and therefore be given a 90 day
temporary license for that client. After 90 days,
change "-n testme" to a different name, such as "testme2". You can do
this indefinitely.
Some versions of rdesktop use the --built-in-license flag as well.
[reply]
[top]
[»]
Perfect!
by Rocky S. Lee - May 22nd 2002 20:52:09
It works!
I wonder whether someone would add the wheel mouse support to it? I'm not
similier with X programming, and do not know how to do it. I'll try when I
can.
[reply]
[top]
[»]
Re: Perfect!
by Geoff Collett - Jun 7th 2002 22:12:31
Congratulations for an extremely useful application. I'd also like to see
wheel mouse support but also don't have the skills to implement this. Is
it possible or is this a limitation on the terminal server side or the
protocol?
> It works!
>
> I wonder whether someone would add the
> wheel mouse support to it? I'm not
> similier with X programming, and do not
> know how to do it. I'll try when I can.
[reply]
[top]
[»]
wow...
by Mike Spiegle - May 11th 2002 22:58:14
turned off 128 encryption and this thing started right up... im soo amazed,
i was about to spend 150 on HOBLink JWT. This thing is soo fast, its
amazing. Thanks for making my life alot easier!
[reply]
[top]
[»]
rdesktop - citrix killer
by Michael Rasmussen - Dec 19th 2001 14:32:59
leaner than Citrix, faster than Citrix, if you have to term into an NT box,
especially a Win2K NT box that has the terminal server built in, this is a
great product to use.
[reply]
[top]
[»]
doesn't compile
by tallship - Oct 7th 2001 07:52:05
here are the errors I get:
cc -O2 -I/usr/X11R6/include -o xwin.o -c xwin.c
xwin.c:21: X11/Xlib.h: No such file or directory
xwin.c:22: X11/Xutil.h: No such file or directory
make: *** [xwin.o] Error 1
so if you have a solution that would be great.
[reply]
[top]
[»]
Rdesktop : wonderful
by Ced - Sep 19th 2001 02:33:28
A really good tools for mixed environment (Win 2K - Unix). I've been
searching for such a tool for months. This one is really incredible. One
small binary file (less than 100 kb). In two words : a must.
[reply]
[top]
[»]
rdesktop and win2k
by Reagen Ward - Jan 4th 2001 12:33:02
Seems to work well! Since rdesktop.org is down, I had to search for a copy
of 1.0.0 and patch it to work with 16bit color, but it works.
[reply]
[top]
[»]
Re: rdesktop and win2k
by Daniel Ward - Feb 1st 2001 12:26:42
> Seems to work well! Since rdesktop.org
> is down, I had to search for a copy of
> 1.0.0 and patch it to work with 16bit
> color, but it works.
Where did you locate the 16bit patch? If you made it, could you post it?
[reply]
[top]
[»]
Re: rdesktop and win2k
by Christopher - Feb 2nd 2001 13:06:46
>
> % Seems to work well! Since
> rdesktop.org
> % is down, I had to search for a copy
> of
> % 1.0.0 and patch it to work with
> 16bit
> % color, but it works.
>
>
> Where did you locate the 16bit patch?
> If you made it, could you post it?
It is now included in the unified patch. This patch allows connecting to
win2k server and a lot of other fixes. It works perfectly for me on LM7.2
Here is the URL.
http://bibl4.oru.se/projects/rdesktop/
[reply]
[top]
[»]
Re: rdesktop and win2k3
by Imran Hussain - Sep 12th 2003 00:09:55
hello
could u plz tell me where i find the patch & how to install update patch.
I want windows2003 in 16 bit color mode through rdesktop.
Plz help me to do this
Thanks in advance
-- Geek
[reply]
[top]
|