LWN.net Logo

Taylor: Avoiding Jitter in Composited Frame Display

Taylor: Avoiding Jitter in Composited Frame Display

Posted Dec 5, 2012 17:14 UTC (Wed) by dlang (✭ supporter ✭, #313)
In reply to: Taylor: Avoiding Jitter in Composited Frame Display by epa
Parent article: Taylor: Avoiding Jitter in Composited Frame Display

refresh works significantly different on LCD screens vs CRT screens.

on CRT screens the image is drawn at one point and fades over time, refresh rate is how many times a second this point goes over the screen. there is always some flicker and high refresh rates minimize this

on LCD screens the image is stable, not 'draw and fade', different levels of brightness are achieved by flickering the pixels at different rates, but each pixel is run at that rate continually. Refresh becomes just the rate at which the image can be changed.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds