
Cináed
Published
Flashes of white during video playback
gamemoderun %command%
Significant performance degradation in fullscreen.
Controllers not detected after disconnect until game restart.
Low FPS, especially in specific areas and menus
gamemoderun %command%
Toggling fullscreen could trigger or solve performance issues, without any reliable pattern.
Having tried up through GE-Proton-18 down to GE-Proton9-9, the latter is the latest version that gets past loading screens without missing audio for dialogue.
I installed the steam version using the version of Proton automatically selected to acquire a copy of the game's data files to use with OpenMW, a Linux native game engine replacement. I additionally installed portmod for mod management. https://search.nixos.org/packages?channel=unstable&show=openmw&type=packages&query=openmw
To install as a system-wide package:
environment.systemPackages = with pkgs; [ openmw portmod ];
To install for a single user in a Home Manager module:
home.packages = with pkgs; [ openmw portmod ];