Hello,

I am testing RemoteFX using FreeRDP and I am unable to get aero / high
quality video playback / themes of any kind - I am connecting to Windows
Server 2008 R2 Datacenter which has RemoteFX enabled.

Using mstcs.exe from a Windows 7 PC to the above server, I am able to
connect and view 1080p videos without problems and get the full aero
experience.

I am definitely receiving surface bit PDUs for the remote FX codec - I have
added some debug into gdi_surface_bits in libfreerdp-gdi/gdi.c
and surface_bits_command->codecID == CODEC_ID_REMOTEFX.

I also see these.
Warning update_recv_surfcmds (86): unknown cmdType 0x418
Warning update_recv_surfcmds (86): unknown cmdType 0x0
Warning update_recv_surfcmds (86): unknown cmdType 0x0

I am configuring my rdpSettings with the following params which I believe
should work for remote FX

settings->color_depth         = 32;
settings->connection_type     = CONNECTION_TYPE_LAN;
settings->performance_flags   = PERF_ENABLE_DESKTOP_COMPOSITION;
settings->rfx_codec           = true;
settings->frame_acknowledge   = false;
settings->desktop_composition = true;
settings->fastpath_output     = true;
settings->large_pointer       = true;


I see the same problem when using xfreerdp - the command I am running is:
xfreerdp -u User1 -p secret1 --rfx --composition -a 32 10.1.1.170

I have also tried various combinations of disabling desktop composition
(setting the desktop_composition variable to false, not including
PERF_ENABLE_DESKTOP_COMPOSITION etc.)


Please can someone help / test their own builds to see if they are seeing
the same?  I have tried with both the 1.0.1 FreeRDP tag and a mainline
build (from a few minutes ago).


Many thanks in advance,

Simon Tolham
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to