
proto-dan
Published
ELEX II
Tinker Steps:Switch to experimental
Graphics:Minor Artifacts
I get this to work by switching to DX12 (beta:elexiidx12) and smashing space during the intro animations. If I don't smash space then it hangs at "Loading" with a black background.
Proton Experimental
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core
Proton Experimental
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core
Far Cry® 5
Downgrade nvidia to 550, but it stutters after an hour of gameplay.
Tinker Steps:Other
With nvidia driver version 560 the game goes directly to black screen. Had to downgrade the nvidia driver to 550, with that it works, however after about half an hour to an hour of gameplay it starts to stutter, restarting the game helps but is annoying. Also when quitting the game it has to be forcefully stopped via Steam, as it leaves behind the ubisoft connect running.
Installs:Yes
Opens:Yes
Starts Play:No
Proton 9.0-3
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core
Proton 9.0-3
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core
Master of Orion 1
Tinker Steps:Changed configuration
Changed the file: steamapps/common/Master of Orion 1/dosbox/dosbox like this:
--- dosbox.orig 2025-04-26 19:52:45.860433894 +0200
+++ dosbox 2025-04-26 19:53:14.430177160 +0200
@@ -7,14 +7,14 @@
# check architecture and run executable
if [ "$ARCH" == "x86_64" ]; then
- export LD_LIBRARY_PATH="${CURRENT_DIR}/libs/x86_64"
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CURRENT_DIR}/libs/x86_64"
echo "Starting DOSBox"
"${CURRENT_DIR}/dosbox_x86_64" "$@"
fi
if [ "$ARCH" == "i686" ]; then
- export LD_LIBRARY_PATH="${CURRENT_DIR}/libs/i686"
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CURRENT_DIR}/libs/i686"
echo "Starting DOSBox"
"${CURRENT_DIR}/dosbox_i686" "$@"
fi
That is, added the ${LD_LIBRARY_PATH}:
Does not start without modifying dosbox script
Native
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core
Native
Distro:Fedora Linux 37 (Workstation Edition)
Kernel:6.2.12-200.fc37.x86_64
RAM:64 GB
GPU Driver:NVIDIA 530.41.03
GPU:NVIDIA GeForce RTX 3080 Ti
CPU:AMD Ryzen 9 5900X 12-Core