If the tvtime window is moved to the bottom-left corner of the desktop and the fullscreen is then turned on, it crashes with error:
xvoutput: Received X error: BadValue (integer parameter out of range for operation)
It is caused by uninitialized values in xfullscreen_get_position(). Attached patch resolves the problem.
Proposed patch