Celeb Glow
news | March 21, 2026

Limit FPS on Wine

In a game I'm running through wine (MTM2) due to programmer oversight the physics engine run differently at different frame rates. The physics engine runs "properly" at around 30 FPS. On my machine, the game runs at around 50 FPS.

The fan site recommends using dxtory to limit the frame rate. This program runs at a fairly low level which the wine implementation of directx in wine doesn't support.

Is there any way to get the game to run properly?

1 Answer

I don't think there is a way to modify Wine to restrict the framerate, and the problem you're having is clearly a bug in the program, not Wine. Unless the game has a setting to restrict the framerate, you're screwed, but I know one thing you could try. Use Microsoft's implementation of DirectX! Go to and run the installer. I'm assuming you're using PlayOnLinux, so you need to follow some short instructions to make sure itruns in the prefix. Open PlayOnLinux, click on the program in PlayOnLinux's menu, and click on Configure at the top of the window. Choose Miscellaneous and choose the option to run an .exe in the drive. Choose the DirectX installation program, and install. Then you can try that dxtory program you wanted to use.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy