-
Duplicate of 938569.
2010-01-07 11:47:44 UTC by astrand
-
I'm using Windows XP via rdesktop 1.6.0-2ubuntu2 on Ubuntu Karmic, using the default compiz/GNOME combo.
I've got an Nvidia card with two displays attached. I've got Xinerama disabled, so I've got two subdisplays (:0.0 and :0.1) ..
I do my main work on :0.0 on linux, and have the Windows XP running fullscreen (-f) on :0.1.
When I've been working in XP move the mouse to the Linux screen...
2010-01-05 18:10:49 UTC by count
-
Nice :)
Windows 7 Ultimate x86_64.
2010-01-05 15:00:56 UTC by nobody
-
we have the same issue. Can someone from the rdesktop dev. team please look into this issue?
Thanks in advance, your help is always appreciated!
2010-01-04 23:16:55 UTC by wnyrodeo
-
I had the same issue. Found there is already a patch for this though it isn't applied to trunk yet.
The original discussion is here:
http://sourceforge.net/tracker/?func=detail&atid=381347&aid=1673676&group_
id=24366.
2009-12-29 18:13:07 UTC by eby
-
ossman_ committed revision 1522 to the rdesktop SVN repository, changing 3 files.
2009-12-23 13:50:33 UTC by ossman_
-
I am getting a similar problem. It occurs when connecting to a Win2K3 server, but only when I view certain pie charts in Kaspersky Administration Kit 8. The error is usually as above:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 56 (X_ChangeGC)
...
At one point I also got a "WARNING: Remote desktop does not support...
2009-12-23 05:38:01 UTC by PhoenixEight
-
kvogel's patch does not work for me against a w2k8r2 machine joined to a domain. In fact, it kills smartcard redirection entirely.
The dwTimeout workaround works better, but there is a lot of freezing of the session when it initially connects, presumably due to an increase in calls to the smartcard reader. I have not enabled debugging yet to probe further. It is unclear to me, also, why the...
2009-12-22 16:07:53 UTC by nobody
-
We are seeing the same problem here.
Could this have something to do with localisation? I.e. conversion from one locale/codepage to another causes the string form the server to become an unexpected length?
The error occurs in "rdp.c" in the method:
rdp_in_unistr(STREAM s, char *string, in WINDOWS_CODEPAGE, g_codepage, (int) iconv_h);.
2009-12-22 14:57:03 UTC by nikolajsheller
-
Adding support for full color mouse cursors based on work done in artifact 2884937.
This patch requires libXcursor, which ships with recent versons of XFree86 and Xorg. In this context, the Xcursor library basically acts as a wrapper around around libXrender, falling back to Xlib calls if the RENDER extension is not available.
I think configure.ac should probably be changed to reflect the...
2009-12-20 07:33:00 UTC by floppym