Hey, xawtv seems to do something wrong after toggling off fullscreen mode (press F twice) in non-xv mode (v4l2). Relevant parts in my driver's log: LML33[0]: VIDIOC_S_FMT - type=3, x=616, y=88, w=384, h=288, cnt=0 [..switch on fullscreen..] LML33[0]: VIDIOC_S_FMT - type=3, x=152, y=168, w=720, h=540, cnt=0 [..switch off fullscreen..] LML33[0]: VIDIOC_S_FMT - type=3, x=0, y=54, w=384, h=288, cnt=0 [..move window one pixel..] LML33[0]: VIDIOC_S_FMT - type=3, x=617, y=89, w=384, h=288, cnt=0 As you can see, the X/Y values after toggle-fullscreen-off are bogus, they should just go back to 616,88. Instead, they go to 0,54, which places the overlay image at the top left of my screen, whereas the xawtv window just stays at 616,88. Moving the xawtv window one pixel fixes this. Is this a buglet in xawtv? And on a related note, why does it do 720x540? Shouldn't it do 720x576? Or does xawtv try to stay in 4:3 mode? Ronald -- Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx>