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
1dc085cf
Commit
1dc085cf
authored
Jun 05, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove KILL9_WINEDEVICE
parent
60c64d48
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
17 deletions
+5
-17
runlib
data_from_portwine/scripts/runlib
+1
-13
vars
data_from_portwine/scripts/vars
+1
-1
winefile
data_from_portwine/scripts/winefile
+2
-2
winetricks-q-force
data_from_portwine/scripts/winetricks-q-force
+1
-1
No files found.
data_from_portwine/scripts/runlib
View file @
1dc085cf
...
...
@@ -135,7 +135,7 @@ if [ "${var_dxvk_on}" -eq "0" ]; then
elif
[
"
${
var_dxvk_on
}
"
-eq
"1"
]
;
then
export
DXVK_HUD
=
0
elif
[
"
${
var_dxvk_on
}
"
-eq
"2"
]
;
then
export
DXVK_HUD
=
"fps,devinfo,version"
export
DXVK_HUD
=
"fps,devinfo,version
,frametimes
"
fi
export
def_pfx
=
"
${
PORT_WINE_PATH
}
/data/dist/share/default_pfx/"
if
[
!
-d
"
${
def_pfx
}
"
]
;
then
...
...
@@ -175,18 +175,6 @@ while [ $(pgrep wineserver)>'0' ]; do
done
}
########################################################################
KILL9_WINEDEVICE
()
{
if
[
"
${
kill_winedevice
}
"
-eq
"1"
]
;
then
sleep
10
killall
-r
-s9
winedevice
fi
if
[
"
${
kill_explorer
}
"
-eq
"1"
]
;
then
sleep
10
killall
-r
-s9
explorer
fi
}
########################################################################
STOP_PORTWINE
()
{
#WAIT_WINESERVER
...
...
data_from_portwine/scripts/vars
View file @
1dc085cf
...
...
@@ -22,7 +22,7 @@ ADD_IN_START_PORTWINE ()
if
[
"
${
var_dxvk_on
}
"
-eq
"0"
]
then
###OPENGL###
export
PROTON_USE_WINED3D
=
1
export
PW_DXGI_FOR_VKD3D
=
0
export
PW_DXGI_FOR_VKD3D
=
1
export
PROTON_NO_D9VK
=
0
export
PROTON_NO_D3D11
=
0
export
PROTON_NO_D3D10
=
0
...
...
data_from_portwine/scripts/winefile
View file @
1dc085cf
...
...
@@ -5,8 +5,8 @@ START_PORTWINE
export
WINEDEBUG
=
"fixme-all"
if
[
!
-z
${
optirun_on
}
]
then
${
optirun_on
}
"
${
PROTONRUN
}
"
"run"
"explorer"
& KILL9_WINEDEVICE
>
&2
${
optirun_on
}
"
${
PROTONRUN
}
"
"run"
"explorer"
else
"
${
PROTONRUN
}
"
"run"
"explorer"
& KILL9_WINEDEVICE
>
&2
"
${
PROTONRUN
}
"
"run"
"explorer"
fi
STOP_PORTWINE
data_from_portwine/scripts/winetricks-q-force
View file @
1dc085cf
...
...
@@ -8,5 +8,5 @@ chmod +x "${link}/winetricks"
sed
-i
'2a . $(dirname $(readlink -f "$0"))/runlib\nSTART_PORTWINE\nexport WINELOADER="${PORT_WINE_PATH}/data/wine/bin/wine" '
"
${
link
}
/winetricks"
sleep
1
export
WINEDEBUG
=
""
"/usr/bin/xterm"
-e
"sh
${
link
}
/winetricks -q"
"/usr/bin/xterm"
-e
"sh
${
link
}
/winetricks -q
--force
"
STOP_PORTWINE
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