Add nvapi,nvapi64=disabled for nvidia

This commit is contained in:
Castro-Fidel
2020-05-31 19:32:08 +03:00
parent 8280c42dc5
commit c89d29f93c
3 changed files with 29 additions and 15 deletions

View File

@ -5,5 +5,10 @@ runlib_path="$(dirname $(readlink -f "$0"))"/runlib
"${WINESERVER}" -k
START_PORTWINE
export WINEDEBUG="fixme-all"
"${PROTONRUN}" "run" "winecfg" >&2
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${PROTONRUN}" "run" "winecfg" >&2
else
"${PROTONRUN}" "run" "winecfg" >&2
fi
STOP_PORTWINE