Package Details: lsfg-vk-git 2.0.0.r0.g2333707-1

Git Clone URL: https://aur.archlinux.org/lsfg-vk-git.git (read-only, click to copy)
Package Base: lsfg-vk-git
Description: Lossless Scaling Frame Generation on Linux
Upstream URL: https://lsfg-vk.dev
Licenses: cc-by-nc-nd-4.0
Conflicts: lsfg-vk
Provides: lsfg-vk
Submitter: Pahheb
Maintainer: Pahheb (xAsh, PancakeTAS)
Last Packager: PancakeTAS
Votes: 16
Popularity: 0.98
First Submitted: 2025-07-09 21:15 (UTC)
Last Updated: 2026-09-08 10:10 (UTC)

Latest Comments

1 2 Next › Last »

marmis commented on 2026-09-05 23:40 (UTC)

@PancakeTAS could you bump to pkgver=2.0.0.r0.g2333707, please? The current version 2.0.0.rc1.r0.gf715073 is considered newer by vercmp, so paru tries to update and rebuild the package every time. Thanks!

TimWcx commented on 2026-08-28 15:09 (UTC) (edited on 2026-08-28 15:12 (UTC) by TimWcx)

If you get this error:

(lsfg-vk) [ERROR]: - Unable to find base shader 'mipmaps' in DLL

According to the https://lsfg-vk.dev/docs/installation/:

  1. In Steam, right-click Lossless Scaling → Properties → Betas, select the lsfg-vk branch, and let Steam update the game.
  2. Update the DLL path in ~/.config/lsfg-vk/conf.toml to: dll = "~/.local/share/Steam/steamapps/common/Lossless Scaling/lsfg-vk.dll"
  3. Restart the game (or vkcube).

patlefort commented on 2026-01-13 00:36 (UTC)

Please add git in makedepends.

patlefort commented on 2025-12-25 06:39 (UTC)

git is still needed in makedepends because of its git sources.

Gremgoll commented on 2025-07-29 16:28 (UTC)

since version 0.9.0 PancakeTAS provides prebuild Arch packages as well (https://github.com/PancakeTAS/lsfg-vk/releases)

Astorek86 commented on 2025-07-26 17:34 (UTC) (edited on 2025-07-26 17:59 (UTC) by Astorek86)

Same Problem what Pulec and Yok0ri described: Radeon 6800S and/or Radeon 680M (tested on both). Installed, even reboot, "vkcube" gives me a segfault. Deleted every "VkLayer_LS_frame_generation.json" and "liblsfg-vk.so" and reinstalled, didn't work. "conf.toml" directly copy-pasted from Wiki-Page.

Not working, seems that "r247.614a2a1-2" is broken for me...

EDIT: Installed directly from Git-Source, everything's working. Something's wrong in this AUR-Package...

Pulec commented on 2025-07-26 15:10 (UTC)

Same issue as Yok0ri has segfault at trying to play anything in mpv or even launching qutebrowser.

I was thinking it's because new * nvidia drivers (using 4070 super), but all works fine on everything updated at the current time of writing and using older lsfg-vk-git-r199.e67fcd3-2-x86_64.pkg.tar.

If anyone wants this specific package, write me on IRC.

Otherwise, it works amazingly, Cyberpunk 2077 on all ultra and path tracing. 12GB VRAM is too little for 2560x1080 for more than a few minutes of gameplay, though; it just gets filled up, better on 1920x800 (21:9 res ftw). Otherwise, old games like C&C Generals with a silly 30 FPS limit, the framegen makes it super smooth.

Yok0ri commented on 2025-07-26 09:42 (UTC) (edited on 2025-07-26 09:48 (UTC) by Yok0ri)

Ok, so, I am writting a comment here to tell you that after the recent update (r247.614a2a1-2 on July 26 2025) this package somehow breaks Zed editor for me, causing a segfault.

I spent half an hour downgrading kernel and different Zed dependencies, but then ChatGPT told me to trace system calls with strace, and it led to conf.toml, the config file for lsfg-vk. After removing the package or its config file, Zed starts opening normally.

I am writting it here because installing it from the source (curl command on git) works fine. So it is clearly an issue with the AUR package, right?

sokundo commented on 2025-07-25 20:43 (UTC) (edited on 2025-07-25 20:49 (UTC) by sokundo)

error when installing

CMake Error at CMakeLists.txt:19 (add_subdirectory):
The source directory
/home/kami/.cache/paru/clone/lsfg-vk-git/src/lsfg-vk/thirdparty/volk
does not contain a CMakeLists.txt file.

ankabo commented on 2025-07-25 18:58 (UTC) (edited on 2025-07-25 18:58 (UTC) by ankabo)

If download of "volk" is not working in version lsfg-vk-git-r240.247d7cb-1, do this:

cd ~/.cache/paru/clone/lsfg-vk-git/src/lsfg-vk/

git submodule update --init --recursive

And than update again.