Package Details: zinkrun 1.1-1

Git Clone URL: https://aur.archlinux.org/zinkrun.git (read-only, click to copy)
Package Base: zinkrun
Description: Wrapper for Zink, to use it to run OpenGL games in the top of Vulkan
Upstream URL: https://aur.archlinux.org/packages/zinkrun
Licenses: GPL
Submitter: jorgicio
Maintainer: jorgicio
Last Packager: jorgicio
Votes: 1
Popularity: 0.001747
First Submitted: 2022-10-30 06:19 (UTC)
Last Updated: 2024-05-03 14:31 (UTC)

Latest Comments

jorgicio commented on 2024-05-03 14:26 (UTC)

Thank you for your comments, package updated.

rabcor commented on 2024-05-03 14:08 (UTC) (edited on 2024-05-03 14:12 (UTC) by rabcor)

The solution to the problem I was having about half a year back is this:

LIBGL_KOPPER_DRI2=1

Set that environment variable and you will be able to run Zink on X. Honestly, this should ideally be part of the zinkrun script.

It's a workaround for this regression https://gitlab.freedesktop.org/mesa/mesa/-/issues/10093

This is the only way to run zink on X11.

I just uninstalled this package and made my own /usr/bin/zinkrun:

#!/bin/bash
LIBGL_KOPPER_DRI2=1 __GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink "$@"

wustdsh commented on 2023-12-25 21:21 (UTC) (edited on 2023-12-25 21:21 (UTC) by wustdsh)

These three variables on my hybrid graphics laptop allow the program to run directly on discrete graphics card (intel + nvidia), how?

rabcor commented on 2023-12-20 03:09 (UTC) (edited on 2023-12-20 03:14 (UTC) by rabcor)

Doesn't work.

$ zinkrun glxgears

DRI3 not available

failed to load driver: zink

Error: couldn't get an RGB, Double-buffered visual