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
6d32500a
Commit
6d32500a
authored
Feb 04, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor - zink
parent
53d5e6ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
changelog_rus
data_from_portwine/changelog_rus
+1
-0
runlib
data_from_portwine/scripts/runlib
+2
-9
No files found.
data_from_portwine/changelog_rus
View file @
6d32500a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
История изменений:
История изменений:
* добалена проверка на кирилицу в путях с предупреждением
* добалена проверка на кирилицу в путях с предупреждением
* исправлена работа zink в x11 в новых версиях mesa (спасибо Htylol)
###Scripts version 2251### Дата: 02.02.2024 / Размер скачиваемого обновления: 8 мегабайт
###Scripts version 2251### Дата: 02.02.2024 / Размер скачиваемого обновления: 8 мегабайт
* HOTFIX - исправлено автоматическое закрытие EAapp после его установки на некоторых системах
* HOTFIX - исправлено автоматическое закрытие EAapp после его установки на некоторых системах
...
...
data_from_portwine/scripts/runlib
View file @
6d32500a
...
@@ -465,21 +465,14 @@ start_portwine () {
...
@@ -465,21 +465,14 @@ start_portwine () {
export
WINE_D3D_CONFIG
=
'renderer=gl'
export
WINE_D3D_CONFIG
=
'renderer=gl'
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"5"
]]
;
then
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"5"
]]
;
then
print_info
"Use OpenGL Zink"
print_info
"Use OpenGL Zink"
if
[[
"
${
XDG_SESSION_TYPE
}
"
==
"wayland"
]]
||
[[
"
${
PW_USE_GAMESCOPE
}
"
==
1
]]
;
then
export
GL_YIELD
=
"NOTHING"
export
GL_YIELD
=
"NOTHING"
export
mesa_glthread
=
true
export
mesa_glthread
=
true
export
WINE_D3D_CONFIG
=
'renderer=gl'
export
WINE_D3D_CONFIG
=
'renderer=gl'
export
__GLX_VENDOR_LIBRARY_NAME
=
mesa
export
__GLX_VENDOR_LIBRARY_NAME
=
mesa
export
MESA_LOADER_DRIVER_OVERRIDE
=
zink
export
MESA_LOADER_DRIVER_OVERRIDE
=
zink
export
GALLIUM_DRIVER
=
zink
export
GALLIUM_DRIVER
=
zink
else
if
[[
"
${
XDG_SESSION_TYPE
}
"
!=
"wayland"
]]
||
[[
"
${
PW_USE_GAMESCOPE
}
"
!=
1
]]
;
then
export
GL_YIELD
=
"NOTHING"
export
LIBGL_KOPPER_DRI2
=
1
export
mesa_glthread
=
true
export
WINE_D3D_CONFIG
=
'renderer=gl'
export
__GLX_VENDOR_LIBRARY_NAME
=
mesa
export
MESA_LOADER_DRIVER_OVERRIDE
=
zink
export
GALLIUM_DRIVER
=
zink
export
LIBGL_KOPPER_DRI2
=
1
fi
fi
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"3"
]]
;
then
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"3"
]]
;
then
print_info
"Use GALLIUM-NINE (Native DX9 on MESA drivers)"
print_info
"Use GALLIUM-NINE (Native DX9 on MESA drivers)"
...
...
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