I found the problem I think... but I'm not sure how you properly fix it. It's related to QT automatic DPI scaling for people who have HiDPI displays like us. You can workaround the issue with the following environment variable. QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc <file> The only downside is that all t...