On Tue, Jun 26, 2012 at 11:40 PM, Alfredo Jesús Delaiti <alfredodela...@netscape.net> wrote: > The problem was that tvtime was set to 768, by passing a resolution to 720 > was solved. Sorry for not having tried before. > With a resolution of 720 pixels the image looks good. > My sincere apologies and thanks.
I'll have to check if that's a driver bug or not. The way the logic is supposed to work is the application is supposed to propose a size, and if the driver concludes the size is unacceptable it should return the size that it intends to actually operate at. The application is expected to read the resulting size from the driver and adjust accordingly. Hence, either: 1. the driver is saying "ok" to 768 and then tvtime receives green video from the driver. 2. the driver properly returns 720 when asked for 768, but tvtime doesn't check for the adjusted size. Scenario #1 is a driver bug, and scenario #2 is a tvtime bug. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html