On 15. Mar, 2007, at 16:50 , Boris Neubert wrote:


What is wrong with using override_redirect and XGrabKeyboard
in fullscreen mode?

There are no keyevents registered in fullscreen mode (e.g. ESC does not work). You mentioned it in an email so I thought it was a known problem.

That is the current state of affairs. I haven't spend much time on
it, but it seems that using XGrabKeyboard() might be a good way of
getting keyboard events for redirected windows. It seemed to me
that you dismissed it, hence my question. Maybe I misunderstood -
Can you try using XGrabKeyboard for fs windows?

Another issue I observed is that the clients are nicely synced for
mouse
interactions like rotation, but get asynchronous for zoom (both
buttons
pressed).

I am not sure what you mean. All mouse events are handled by
the application, and affect the same frame data. So I assume
you mean visual synchronization - are you using a swapbarrier
between all
(visible) compounds? In the hactar.eqc they were commented
out at some point.

The problem occurs even with the eqPly application. Using config.eqc
everything is fine, but with the attached config file you can see the
problem I mentioned (with and without swapbarrier).

I still do not understand what you mean with 'synced for interactions'.
Do you refer to the fact that zooming is really moving along the global
Z axis instead of the window's Z axis?


Cheers,

Stefan.

--
http://www.equalizergraphics.com
http://www.linkedin.com/in/eilemann




_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to