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
1b007ee3
Commit
1b007ee3
authored
Jul 24, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfix for run pw_check_glxinfo
parent
779fc18e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
changelog_ru
data_from_portwine/changelog_ru
+1
-0
start.sh
data_from_portwine/scripts/start.sh
+1
-1
No files found.
data_from_portwine/changelog_ru
View file @
1b007ee3
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2435### / stable / Дата: 23.07.2025 / Размер скачиваемого обновления: 380 мегабайт
###Scripts version 2435### / stable / Дата: 23.07.2025 / Размер скачиваемого обновления: 380 мегабайт
* кумулятивное обновление стабильной версии скриптов PortProton
* кумулятивное обновление стабильной версии скриптов PortProton
* удалена вкладка скачивания сторонних версий WINE-GE-GUSTOM (устаревшие версии WINE)
* удалена вкладка скачивания сторонних версий WINE-GE-GUSTOM (устаревшие версии WINE)
...
...
data_from_portwine/scripts/start.sh
View file @
1b007ee3
...
@@ -536,7 +536,7 @@ if [[ -z $PW_VULKAN_USE ]] \
...
@@ -536,7 +536,7 @@ if [[ -z $PW_VULKAN_USE ]] \
||
[[
$PW_VULKAN_USE
==
[
3-5]
]]
||
[[
$PW_VULKAN_USE
==
[
3-5]
]]
then
then
if
[[
-e
"/sys/module/nvidia/version"
&&
$(
</sys/module/nvidia/version
)
>
550.54.13
]]
\
if
[[
-e
"/sys/module/nvidia/version"
&&
$(
</sys/module/nvidia/version
)
>
550.54.13
]]
\
||
[[
pw_check_glxinfo
&&
$(
grep
"Version:"
"
$PW_TMPFS_PATH
/glxinfo.tmp"
|
awk
'{print $2}'
)
>
25
]]
||
[[
$(
pw_check_glxinfo
)
&&
$(
grep
"Version:"
"
$PW_TMPFS_PATH
/glxinfo.tmp"
|
awk
'{print $2}'
)
>
25
]]
then
export
PW_VULKAN_USE
=
"6"
then
export
PW_VULKAN_USE
=
"6"
else
export
PW_VULKAN_USE
=
"2"
else
export
PW_VULKAN_USE
=
"2"
fi
fi
...
...
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