Created
September 28, 2025 09:43
-
-
Save TheLeftExit/7d15f501330554963ec8b32cb59ce6df to your computer and use it in GitHub Desktop.
Enable image sharpening in Factorio on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Install https://github.com/DadSchoorse/vkBasalt | |
| > pamac build vkbasalt | |
| 2. Write to /etc/vkBasalt.conf (or any other path specified in above README): | |
| ``` | |
| effects = cas | |
| casSharpness = 1 | |
| ``` | |
| 3. Set Factorio's Steam launch args: | |
| > ENABLE_VKBASALT=1 LIBGL_KOPPER_DRI2=1 MESA_LOADER_DRIVER_OVERRIDE=zink %command% | |
| For more info on args 2, 3: https://wiki.archlinux.org/title/OpenGL#OpenGL_over_Vulkan_(Zink) | |
| Image sharpened, no AMD Adrenalin or Proton required! | |
| (now I can get to writing mods with a stable `~/.factorio/mods` output directory) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment