Super Meat Boy Linux Fixes
2020-03-08
Game runs too fast on a TV
On Linux, Super Meat Boy runs at higher speed (often double) than it should. This may happen when the system is using a TV as its primary display.
Most TVs have an interlaced display mode and sometimes this is set as the default. Super Meat Boy does not handle interlaced modes correctly and will run at the interlaced framerate instead of the actual one.
This can be verified by running xrandr -q
and checking if your display is
running in an interlaced mode.
Check your screen settings and make sure you’re not running in an interlaced mode:
|
|
Simply change your screen mode to a progressive one (replace HDMI-2 with your output name):
|
|
And verify it worked:
|
|
Playing without Steam
The game has a native Linux version available through Steam. It works fine with Steam closed.