Re: [Freerdp-devel] DirectFB cursor behavior

2011-06-08 Thread Gerry Reno
Could someone please help verify this freerdp DirectFB cursor behavior for me? Steps to duplicate: install directfb and a vncviewer using your packager # clone and build freerdp as usual mkdir cd to git clone https://github.com/FreeRDP/FreeRDP.git cd Fr

Re: [Freerdp-devel] DirectFB cursor behavior

2011-06-05 Thread Gerry Reno
Tried every one of the mouse-protocol options in ~/.directfbrc. Still no go. They all produce this same behavior. The x-position follows perfectly and causes the y movement as well. The y-position does nothing in response to y-movement. Suggestions anyone? On 06/05/2011 11:54 PM, Gerry Re

Re: [Freerdp-devel] DirectFB cursor behavior

2011-06-05 Thread Gerry Reno
This call to a DirectFB function: dfb/dfb_event.c:40:dfbi->layer->GetCursorPosition(dfbi->layer, &cursor_x, &cursor_y); is producing the strange results. The pointer follows a path on the screen somewhat like this in response to mouse movements: -

Re: [Freerdp-devel] DirectFB cursor behavior

2011-06-05 Thread Gerry Reno
Still have the cursor problem. Does anything look abnormal with this DirectFB session? dfbfreerdp session: $ dfb/dfbfreerdp -a 16 --gdi sw 192.168.2.49 starting thread 1 to 192.168.2.49:3389 run_dfbfreerdp: keyboard_layout: 0 connecting to 192.168.2.49:3389 connecting to

Re: [Freerdp-devel] DirectFB cursor behavior

2011-06-05 Thread Gerry Reno
On 06/05/2011 08:10 PM, Gerry Reno wrote: > Is anyone else running the latest code and DirectFB? > > When I access the DirectFB VNC session the cursor Y-axis moves opposite > of the pointer motion. X-axis is fine. > Correction: cursor motion on Y-axis results in no movement of pointer. cursor

[Freerdp-devel] DirectFB cursor behavior

2011-06-05 Thread Gerry Reno
Is anyone else running the latest code and DirectFB? When I access the DirectFB VNC session the cursor Y-axis moves opposite of the pointer motion. X-axis is fine. Can anyone verify this behavior with current tree? Gerry ---