Don't want to see articles from a certain category? When logged in, go to your User Settings and adjust your feed in the Content Preferences section where you can block tags!
We do often include affiliate links to earn us some pennies. See more here.

Adding a little extra visual enhancement to games on Linux is getting more interesting, with the help of the Vulkan post-processing layer vkBasalt which has a new build up.

Recently, they put up a new build enabling SMAA support and yesterday another new version was released to expand it even further.

Available in version 0.2.1 is a new "Deband/Dithering" effect and you can now also change SMAA settings in the configuration file. You might also see it having less of a performance impact, as the settings are now "applied at pipeline creation". There's also been some changes to the Shader Directory and Config File, with both having multiple possible locations where they can rest to help with distribution specific packages.

On top of that two little bug fixes also made it in with SMAA now handling sRGB correctly and CAS (Contrast Adaptive Sharpening) should look better due to some "typos from the port to glsl" being fixed.

Really nice to see this project continue expanding. Some games really are limited in their set of visual effects, especially older titles so this could eventually be the go-to layer.

Instructions to download and build it can be found on the GitHub page. You can see a comparison from a previous version in our last article on it.

Article taken from GamingOnLinux.com.
14 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
7 comments

D34VA_ Nov 30, 2019
Really hoping for this to eventually support arbitrary shaders.
etonbears Nov 30, 2019
Quoting: Guest
Quoting: aFoxNamedMorrisReally hoping for this to eventually support arbitrary shaders.

Not sure what you mean? It's open source, you can add your own shaders just fine if you want.

I guess he means a user configurable mechanism for adding multiple post-process shaders from arbitrary sources.

I assume the inspiration here is ENB on Windows, but it is a very early stage according to the developer.

Hooking the Vulkan presentation call is something of a blunt tool since it processes everything, including the UI, which is not necessarily a better experience. I can see that you can improve Vulkan rendering by hooking individual pipelines to avoid processing everything, but that would probably need per-application behaviour, which can be complex to administer.

It is the sort of thing that Valve might think about as part of their pipeline caching, I suppose.

It will be interesting to see where it goes.
TheRiddick Dec 1, 2019
As this project moves forward I'd love to see a in-game popup gui to configure things, that be pretty neat. Nothing too serious thought, reshade's GUI kinda gets crazy at times.
Egonaut Dec 1, 2019
Quoting: TheRiddickAs this project moves forward I'd love to see a in-game popup gui to configure things, that be pretty neat. Nothing too serious thought, reshade's GUI kinda gets crazy at times.

I wish the same, nothing which needs to be done quick, but would be great for later development. It's no fun to find good settings when you have to restart the game all the time.
danniello Dec 2, 2019
Sorry for stupid question, but compiling and installing something directly from source code is not how I used to use Linux. Could someone explain where vkBasalt is installing their files and how it is working in the system?

Instruction is extremely not informative about it... `make install` and that's it? So it is somehow integrating with the whole system or maybe with GPU driver without notice?

How to remove it or at least disable autostart?
DadSchoorse Dec 2, 2019
Quoting: dannielloSorry for stupid question, but compiling and installing something directly from source code is not how I used to use Linux. Could someone explain where vkBasalt is installing their files and how it is working in the system?

Instruction is extremely not informative about it... `make install` and that's it? So it is somehow integrating with the whole system or maybe with GPU driver without notice?

How to remove it or at least disable autostart?

You do not have to compile from source, there are builds on the release page. To install it, open a terminal in the unpacked release directory. Then you use make install That installs all the files in ~/.local/share/vkBasalt and registers it as a vulkan layer in ~/.local/share/vulkan . To then use vkBasalt see the Readme. vkBasalt never starts without the environment variable being set. To uninstall it you would need to delete the ~/.local/share/vkBasalt folder, ~/.local/share/vulkan/implicit_layer.d/vkBasalt32.json and ~/.local/share/vulkan/implicit_layer.d/vkBasalt64.json .
Avehicle7887 Dec 3, 2019
Quoting: PatolaHey, I was finally able to compile it on my Ubuntu 18.04.
Now I don't know which games would benefit mostly from its filters/effects. Any suggestions?

One game that truly benefits from this is Legend of Grimrock 2. For some odd reason the game has no built in AA of any type (even on Windows). The difference with vkBasalt's SMAA became a night and day difference.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.