Kristen McWilliam
Kristen McWilliam
I am not super familiar, but I believe that it mirrors by specifying the x + y coodinates, and for mirrored displays they just use the same resolution and coordinates...
Neat, I'll give that a try when I have a chance! :+1:
Sounds like the DBus method won't allow it unfortunately: ```shell ❯ ./gnome-randr modify -d '0,0,2' HDMI-2 setting displacement to x: 0, y: 0, scale: 2 D-Bus error: Logical monitors overlap...
Yeah, as it stands I don't think there is a way to interact with it except for dbus, and if it forbids this config there isn't much to be done...
I don't know about Mac, but on Linux setting up pretty printers helped me to enable variable visualization: https://microhobby.com.br/blog/2023/08/13/debugging-qt-applications-on-vs-code-with-debug-helpers/
Games with onerous DRM and/or anti-cheat software will often not work, specifically because those things work to block outside software from affecting them. To my knowledge RDR2 is one of...
The Linux implementation already suspends and resumes all associated processes: https://github.com/Merrit/nyrna/blob/53381a6cdb69aee52ae22a07b0418ff477701977/lib/native_platform/src/process/repository/src/linux_process_repository.dart#L138-L155 The Windows implementation does not as yet do so. It may indeed help with such situations, though I could...
With the games that have given you problems, and specifically Red Dead 2; have you tried running Nyrna as administrator?
Sorry to hear about your save being lost! Hardware failures are the worst! Since this sounds a lot like https://github.com/Merrit/nyrna/issues/197, I will close this for now. If you encounter the...
I am glad to hear it is useful to you! :blue_heart: A suggestion to run as admin was added with v2.18.0 if suspend/resume fails. I also added a mention to...