Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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
Vladislav
PortWINE-old
Commits
53d5e6ec
Commit
53d5e6ec
authored
Feb 04, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-fix-zink2'
parents
087530af
e2475026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
runlib
data_from_portwine/scripts/runlib
+10
-0
No files found.
data_from_portwine/scripts/runlib
View file @
53d5e6ec
...
...
@@ -465,12 +465,22 @@ start_portwine () {
export
WINE_D3D_CONFIG
=
'renderer=gl'
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"5"
]]
;
then
print_info
"Use OpenGL Zink"
if
[[
"
${
XDG_SESSION_TYPE
}
"
==
"wayland"
]]
||
[[
"
${
PW_USE_GAMESCOPE
}
"
==
1
]]
;
then
export
GL_YIELD
=
"NOTHING"
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
else
export
GL_YIELD
=
"NOTHING"
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
elif
[[
"
${
PW_VULKAN_USE
}
"
==
"3"
]]
;
then
print_info
"Use GALLIUM-NINE (Native DX9 on MESA drivers)"
export
PW_GALLIUM_NINE_VER
=
"0.8"
...
...
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