Re: multiple displays with different refresh rates

2012-02-08 Thread Loïc Le Loarer
2012/2/7 Adam Jackson : > On 2/7/12 5:10 PM, Loďc Le Loarer wrote: > >> I'm trying to play two videos on one X server with two screens with >> different refresh rates (120Hz and 60Hz) without tearing. >> Currently I'm using XvShmPutImage with the send_event argument set to >> true on Xv ports with

Re: multiple displays with different refresh rates

2012-02-07 Thread Adam Jackson
On 2/7/12 5:10 PM, Loïc Le Loarer wrote: I'm trying to play two videos on one X server with two screens with different refresh rates (120Hz and 60Hz) without tearing. Currently I'm using XvShmPutImage with the send_event argument set to true on Xv ports with the XV_SYNC_TO_VBLANK attribute set.

multiple displays with different refresh rates

2012-02-07 Thread Loïc Le Loarer
Hi All, I'm trying to play two videos on one X server with two screens with different refresh rates (120Hz and 60Hz) without tearing. Currently I'm using XvShmPutImage with the send_event argument set to true on Xv ports with the XV_SYNC_TO_VBLANK attribute set. The problem is that I'm receiving c

multiple displays with different refresh rates

2012-02-07 Thread Loïc Le Loarer
Hi All, I'm trying to play two videos on one X server with two screens with different refresh rates (120Hz and 60Hz) without tearing. Currently I'm using XvShmPutImage with the send_event argument set to true on Xv ports with the XV_SYNC_TO_VBLANK attribute set. The problem is that I'm receiving c