Mike Waldeyer wrote: > Hello, > > just found this project while on the search for an easy way to do some screen > layouts with pictures, video and ticker/image animations (crawl, roll, etc). > Really like the easy way to edit the screen layout in python and xml. > I did a short hack to see how to do a text or image ticker but found that the > ticker was not as smooth as seen on the multitouch video moving items. > It's been very stuttery and had a lot tearing artifacts when using the built > in LinearAnim. > I ran the screen in fullscreen mode on Xorg with ATI FireGL and fglrx on > debian. > Could it be caused by false X settings or is the anim module not the right > way to achieve TV like smooth animations ?
Hm - what you're doing sounds like the right way to go about this, and it should give you smooth animations if vblank is working. I'm not sure the ATI drivers support this... I assume you're calling Player::setVBlankFramerate()? If you turn on config logging, does it say that vertical blank syncing is working? Assuming you've got a 60 Hz monitor: Is XOrg driving it at 60 Hz (xvidtune will tell you)? Cheers, Uli -- Ulrich von Zadow | +49-172-7872715 Jabber: [EMAIL PROTECTED] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
