You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey There,
do u know if theres a way to enable either ntsync/fastsync in the tkg/other nix wine/proton builds?
the cachyos kernel we use does support ntsync already, but havent found a program to use it with yet
The text was updated successfully, but these errors were encountered:
wine-tkg=(callPackage"${nixpkgs-wine}/pkgs/applications/emulators/wine/base.nix"(lib.recursiveUpdatedefaultsrec{pname=pnameGen"wine-tkg";version=lib.removeSuffix"\n"(lib.removePrefix"Wine version "(builtins.readFile"${src}/VERSION"));src=pins.wine-tkg;})).overrideDerivation(old: {NIX_CFLAGS_COMPILE=letinherit(pkgs.linuxPackages_xanmod_latest)kernel;headers=pkgs.makeLinuxHeaders{inherit(kernel)src;inherit(kernel)version;inherit(kernel)patches;};in["-I${headers}/include"];});
and the npins sources(built a custom tkg src tree with ntsync enabled)
also make sure to run a ntsync kernel+have the module loaded, and properly set permissions on /dev/ntsync (i guess proper way would be a udev rule?)
i used
sudo chmod 0644 /dev/ntsync
for now
the wine-tkg source preparation tool is really impure...
i used a fhsuserenv shell to make it and pushed it to git ...
Hey There,
do u know if theres a way to enable either ntsync/fastsync in the tkg/other nix wine/proton builds?
the cachyos kernel we use does support ntsync already, but havent found a program to use it with yet
The text was updated successfully, but these errors were encountered: