Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
e6cbc589
Commit
e6cbc589
authored
Jun 23, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed DLSS
parent
ab1081fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
changelog_ru
data_from_portwine/changelog_ru
+2
-0
functions_helper
data_from_portwine/scripts/functions_helper
+10
-8
No files found.
data_from_portwine/changelog_ru
View file @
e6cbc589
...
...
@@ -4,6 +4,8 @@
* добавлена возможность запуска .exe файлов из терминала с относительными путями (спасибо Boria138)
* добавлены дополнительные оптимизации работы интерфейса (спасибо Htylol)
* обновлена версия yad до версии 14 - для улучшения настройки интерфейса (спасибо Htylol)
* обновлены темы (спасибо Dervart и Htylol)
*
###Scripts version 2308### Дата: 18.06.2024 / Размер скачиваемого обновления: 187 мегабайта
...
...
data_from_portwine/scripts/functions_helper
View file @
e6cbc589
...
...
@@ -1798,20 +1798,22 @@ start_portwine () {
try_remove_file
"
${
WINEPREFIX
}
/drive_c/windows/system32/
$rm_dll
"
done
export
DXVK_ENABLE_NVAPI
=
1
if
[[
"
${
PW_USE_FAKE_DLSS
}
"
==
1
]]
&&
[[
-d
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/"
]]
;
then
try_force_link_file
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_force_link_file
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/nvngx.ini"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.ini"
export
DXVK_ENABLE_NVAPI
=
"1"
if
[[
"
${
PW_USE_FAKE_DLSS
}
"
==
"1"
]]
\
&&
[[
-d
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/"
]]
then
try_copy_file
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_copy_file
"
${
PW_PLUGINS_PATH
}
/fake_dlss/
${
PW_FAKE_DLSS_VER
}
/nvngx.ini"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.ini"
enabled_fake_nvidia_videocard old
var_winedlloverride_update
"nvapi,nvapi64,nvngx=n;_nvngx=;nvcuda=b"
elif
[[
"
${
PW_USE_NVAPI_AND_DLSS
}
"
==
1
]]
;
then
FIND_NVNGX
=
"
$(
dirname
$(
find /usr/
*
-type
f
-name
"nvngx.dll"
2>/dev/null |
head
-n
1 |
awk
'{print $1}'
))
"
if
[[
!
-z
"
$FIND_NVNGX
"
]]
;
then
try_
force_link
_file
"
${
FIND_NVNGX
}
/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_
force_link
_file
"
${
FIND_NVNGX
}
/_nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/_nvngx.dll"
try_
copy
_file
"
${
FIND_NVNGX
}
/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_
copy
_file
"
${
FIND_NVNGX
}
/_nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/_nvngx.dll"
else
try_
force_link
_file
"
${
PW_PLUGINS_PATH
}
/nvngx/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_
force_link
_file
"
${
PW_PLUGINS_PATH
}
/nvngx/_nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/_nvngx.dll"
try_
copy
_file
"
${
PW_PLUGINS_PATH
}
/nvngx/nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvngx.dll"
try_
copy
_file
"
${
PW_PLUGINS_PATH
}
/nvngx/_nvngx.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/_nvngx.dll"
fi
enabled_fake_nvidia_videocard 0
var_winedlloverride_update
"nvngx,_nvngx,nvapi,nvapi64=n;nvcuda=b"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment