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
370b1c28
Commit
370b1c28
authored
Nov 10, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more variables
parent
0f71e02c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
functions_helper
data_from_portwine/scripts/functions_helper
+16
-5
var
data_from_portwine/scripts/var
+0
-4
No files found.
data_from_portwine/scripts/functions_helper
View file @
370b1c28
...
...
@@ -2939,10 +2939,11 @@ start_portwine () {
fi
check_variables VKD3D_DEBUG none
check_variables VKD3D_SHADER_DEBUG none
check_variables DXVK_LOG_LEVEL none
check_variables DXVK_NVAPI_LOG_LEVEL none
check_variables VK_LOADER_DEBUG none
check_variables VKBASALT_LOG_LEVEL none
check_variables DXVK_NVAPI_LOG_LEVEL none
if [[ "
${
PW_LOG
}
" == 1 ]]
\
|| [[ -n "
$PW_DEBUG
" ]]
then
...
...
@@ -3044,6 +3045,18 @@ start_portwine () {
check_variables WINEFSYNC_FUTEX2 0
fi
# export WINE_SIMULATE_ASYNC_READ=1
# export WINE_FSYNC_SIMULATE_SCHED_QUANTUM=1
# export WINE_ALERT_SIMULATE_SCHED_QUANTUM=1
# export WINE_FSYNC_YIELD_TO_WAITERS=1
# export WINE_KERNEL_STACK_SIZE=64
# export WINE_DISABLE_KERNEL_WRITEWATCH=1
# export WINE_SIMULATE_WRITECOPY="
1
"
if [[ "
${
PW_NO_WRITE_WATCH
}
" == 1 ]] ; then
export WINE_DISABLE_WRITE_WATCH="
1
"
fi
if [[ "
${
PW_FORCE_LARGE_ADDRESS_AWARE
}
" == 1 ]]
then export WINE_LARGE_ADDRESS_AWARE="
1
"
else export WINE_LARGE_ADDRESS_AWARE="
0
"
...
...
@@ -3054,13 +3067,11 @@ start_portwine () {
export __GL_ExtensionStringVersion="
17700
" #nvidia override
fi
if [[ "
${
PW_NO_WRITE_WATCH
}
" == 1 ]] ; then
export WINE_DISABLE_WRITE_WATCH="
1
"
fi
if [[ "
${
PW_VULKAN_NO_ASYNC
}
" == 1 ]] ; then
export RADV_DEBUG+="
llvm
"
var_vkd3d_config_update single_queue
else
export DXVK_ASYNC="
1
"
fi
enabled_fake_nvidia_videocard ()
...
...
data_from_portwine/scripts/var
View file @
370b1c28
...
...
@@ -38,10 +38,6 @@ export PW_GPU_USE="disabled"
export
PW_LOCALE_SELECT
=
"disabled"
export
PW_DINPUT_PROTOCOL
=
"0"
export
STAGING_SHARED_MEMORY
=
"1"
export
STAGING_WRITECOPY
=
"0"
###GTK_CONFIG###
# export GTK_DATA_PREFIX=
# export GTK_THEME="Adwaita:dark"
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_PLUGINS_VER
=
"_v17"
...
...
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