惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
C
Check Point Blog
B
Blog RSS Feed
G
Google Developers Blog
H
Help Net Security
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Recent Announcements
Recent Announcements
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
DataBreaches.Net
小众软件
小众软件
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
T
Tailwind CSS Blog
J
Java Code Geeks
MyScale Blog
MyScale Blog
雷峰网
雷峰网
有赞技术团队
有赞技术团队
博客园 - 聂微东

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - gamescope-nvidia
2026-06-17 · via AUR Newest Packages

detian commented on 2026-03-02 05:53 (UTC) (edited on 2026-03-02 05:54 (UTC) by detian)

@yochananmarqos @anlorsp Thanks, I've added libxtst libinput xcb-util-wm openvr libdisplay-info to the depends() now.
@Yo-Yo Try reinstall sdl2-compat?

yochananmarqos commented on 2026-03-01 17:37 (UTC)

@detian: This fails to build in a clean chroot as it's missing the following dependencies: libxtst, libinput & xcb-util-wm.

Also if openvr and libdisplay-info are present, it will use the system versions instead of the subproject and require them as dependencies.

@Yo-Yo: sdl2 is already a dependency. Do you have sdl2-compat installed?

Yo-Yo commented on 2026-03-01 11:26 (UTC) (edited on 2026-03-01 11:33 (UTC) by Yo-Yo)

@detian I really appreciate your contribution here in AUR. I use many of the packages you maintain.
Gamescope seems to be riddled with bugs.Even worse if nvidia in use. Now I get

../gamescope/src/Backends/SDLBackend.cpp:12:10: fatal error: SDL_clipboard.h: No such file or directory
   12 | #include "SDL_clipboard.h"
      |          ^~~~~~~~~~~~~~~~~

anlorsp commented on 2026-02-28 16:11 (UTC)

Dependency libxtst missing.

gamescope/src/meson.build:8:11: ERROR: Dependency "xtst" not found, tried pkgconfig and cmake

detian commented on 2026-02-27 07:48 (UTC)

@Yo-Yo Old bug actually: https://github.com/ValveSoftware/gamescope/issues/1662
Use env ENABLE_GAMESCOPE_WSI=0 gamescope -F fsr -- vkcube for apps (mostly Vulkan apps) that are affected to work, or run gamescope in tty.
Disabling Gamescope WSI will broken HDR, but if you are on X11 then it's fine, Xorg can't do HDR anyway. I have now added a message about this after installing this package.

Yo-Yo commented on 2026-02-24 09:09 (UTC) (edited on 2026-02-24 11:58 (UTC) by Yo-Yo)

no chroot, but I use SRCDEST=/home/Yo-Yo/my_pkg in /etc/makepkg.conf
After update updpkgsrcs 0.1.6-1 error was

==> Starting prepare()...
  -> Retrieving git build dependencies...
Failed to update '/tmp/makepkg/gamescope-nvidia/src/gamescope/../../PKGBUILD'. This file does not exist.
error: failed to build gamescope-nvidia-3.16.19-1

I unpacked tarball from AUR in /tmp/makepkg and successfully built the package with makepkg.
Anyway this did not helped by my problem with gamescope.
gamescope -- vkcube works.
gamescope -F fsr -- vkcube fails.
I think because I use X11 and gamescope is builted for wayland.

detian commented on 2026-02-24 02:27 (UTC)

@Yo-Yo Can't reproduce on my end, do you use chroot? try paru -S --nochroot gamescope-nvidia

Yo-Yo commented on 2026-02-23 08:47 (UTC)