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
9fbb68c7
Commit
9fbb68c7
authored
Feb 27, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled vrclient and openvr_api_dxvk by default
parent
c0aa051e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
functions_helper
data_from_portwine/scripts/functions_helper
+8
-2
var
data_from_portwine/scripts/var
+1
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
9fbb68c7
...
...
@@ -3631,7 +3631,8 @@ start_portwine () {
print_info
"VKD3D-PROTON v.
${
VKD3D_STABLE_VER
}
in use"
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_STABLE_VER
}
"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_STABLE_VER
}
"
CP_DXVK_FILES
=
"d3d11 d3d10core d3d10_1 d3d10 d3d9 dxgi"
# openvr_api_dxvk
CP_DXVK_FILES
=
"d3d11 d3d10core d3d10_1 d3d10 d3d9 dxgi"
[[
"
$PW_USE_VRCLIENT
"
=
"1"
]]
&&
add_to_var CP_DXVK_FILES
"openvr_api_dxvk"
CP_VKD3D_FILES
=
"d3d12 libvkd3d-shader-1"
CP_WINE_FILES
=
"d3d12core d3d8"
;;
...
...
@@ -3641,7 +3642,8 @@ start_portwine () {
print_info
"VKD3D-PROTON v.
${
VKD3D_GIT_VER
}
in use"
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_GIT_VER
}
"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DXVK_FILES
=
"d3d11 d3d10core d3d9 d3d8 dxgi"
# openvr_api_dxvk
CP_DXVK_FILES
=
"d3d11 d3d10core d3d9 d3d8 dxgi"
[[
"
$PW_USE_VRCLIENT
"
=
"1"
]]
&&
add_to_var CP_DXVK_FILES
"openvr_api_dxvk"
CP_VKD3D_FILES
=
"d3d12 d3d12core libvkd3d-1 libvkd3d-shader-1"
CP_WINE_FILES
=
"d3d10_1 d3d10"
;;
...
...
@@ -3950,11 +3952,15 @@ start_portwine () {
export
VKD3D_SHADER_CACHE_PATH
=
"
${
PATH_TO_VKD3D_FILES
}
/vkd3d_cache"
fi
if
[[
"
$PW_USE_VRCLIENT
"
=
"1"
]]
;
then
if
[[
!
-d
"
${
WINEPREFIX
}
/drive_c/vrclient/bin"
]]
;
then
create_new_dir
"
${
WINEPREFIX
}
/drive_c/vrclient/bin"
try_force_link_file
"
${
WINEDIR
}
"
/lib/wine/i386-windows/vrclient.dll
"
${
WINEPREFIX
}
/drive_c/vrclient/bin/vrclient.dll"
try_force_link_file
"
${
WINEDIR
}
"
/lib64/wine/x86_64-windows/vrclient_x64.dll
"
${
WINEPREFIX
}
/drive_c/vrclient/bin/vrclient_x64.dll"
fi
else
var_winedlloverride_update
"vrclient,vrclient_x64,openvr_api_dxvk="
fi
if
[[
"
${
PW_USE_SHADER_CACHE
}
"
==
"1"
]]
;
then
create_new_dir
"
${
PW_VULKAN_DIR
}
/gl_shader_cache"
...
...
data_from_portwine/scripts/var
View file @
9fbb68c7
...
...
@@ -36,6 +36,7 @@ export PW_USE_US_LAYOUT="0"
export
PW_GPU_USE
=
"disabled"
export
PW_LOCALE_SELECT
=
"disabled"
export
PW_DINPUT_PROTOCOL
=
"0"
export
PW_USE_VRCLIENT
=
"0"
export
STAGING_SHARED_MEMORY
=
"1"
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_LG"
...
...
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