Closed guelfey closed 12 years ago
mplayer is misbehaving. After it requests a fullscreen window, it then tries to resize itself back to a smaller window.
I've fixed it by denying configure requests to fullscreened windows. Hopefully this won't hurt other things, but I do the same thing for maximized windows.
When you start mplayer and put it into fullscreen mode with
f
, the window is resized accordingly, but the size of the actual video doesn't change; there's a big white border around the video. If you resize the window, the video output is changed accordingly.This is probably due to mplayer not receiving a ConfigureNotify event (or something like that).
I'll try to provide a screenshot.