Dolphin, the GameCube and Wii emulator - Forums
Dolphin Under Linux Limited to 30fps - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Dolphin Under Linux Limited to 30fps (/Thread-dolphin-under-linux-limited-to-30fps)



Dolphin Under Linux Limited to 30fps - Crashdance22 - 11-14-2016

I'm running Dolphin 5.0 in Linux Mint 18. I'm trying to figure out why the frame rate is limited to 30fps. My CPU usage shows only about 15% max usage across all 4 cores. The frame rate indicator shows a solid 30fps and the game runs at half speed. This happens in various games, often menus and opening logo screens are fine running at full 60fps. Is this an OpenGL issue maybe? Intel Core i5 4575, GeForce GTX 240. These games run fine in Windows 7.


RE: Dolphin Under Linux Limited to 30fps - ExtremeDude2 - 11-14-2016

What games are you playing? Many games only run at 30FPS.


RE: Dolphin Under Linux Limited to 30fps - Helios - 11-14-2016

vsync is turned on somewhere in the line. Check Dolphin's graphics settings, and your GPU's settings and turn vsync off.


RE: Dolphin Under Linux Limited to 30fps - Crashdance22 - 11-15-2016

Turned off VSYNC and this improved performance, but I'm still not running simple GameCube games at 60fps. After some research I've determined this is due to poorly optimized nVidia OpenGL drivers. Thanks nVidia, you gave me the only reason to dual boot Windows.


RE: Dolphin Under Linux Limited to 30fps - Helios - 11-15-2016

Nvidia has the best OpenGL drivers of the three big vendors. OS doesn't matter when it comes to nvidia drivers as most of the code is shared


Are you using proprietary drivers as you should?


RE: Dolphin Under Linux Limited to 30fps - degasus - 11-15-2016

try the environment variable:
__GL_THREADED_OPTIMIZATIONS=1

It's enabled by default on windows. Also have fun to configure the power management of your GPU to performance when dolphin is running. Everything else is the same as on windows - performance-wise.