We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project description
FurMark 2 is the successor of the venerable FurMark 1 and is a very intensive GPU stress test on Windows and Linux platforms.
Metadata
I don't know how to package a nix package but here's what i found getting it to run from the .zip download:
programs.nix-ld = { enable = true; libraries = with pkgs; [ xorg.libX11 libGL libGLU ]; };
causes it to launch and ./furmark --demo furmark-gl works, but ./furmark --demo furmark-vk crashes with SIGSEGV.
./furmark --demo furmark-gl
./furmark --demo furmark-vk
steam-run ./furmark --demo furmark-vk works so presumably it's a library issue of some sort but i don't know which.
steam-run ./furmark --demo furmark-vk
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
#290458
Sorry, something went wrong.
ByteSudoer
Successfully merging a pull request may close this issue.
Project description
Metadata
I don't know how to package a nix package but here's what i found getting it to run from the .zip download:
causes it to launch and
./furmark --demo furmark-gl
works, but./furmark --demo furmark-vk
crashes with SIGSEGV.steam-run ./furmark --demo furmark-vk
works so presumably it's a library issue of some sort but i don't know which.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: