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
671a7219
Commit
671a7219
authored
Oct 19, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Boria138-ananicy' into devel
parents
70d61c08
46c7364c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
10 deletions
+27
-10
functions_helper
data_from_portwine/scripts/functions_helper
+27
-10
No files found.
data_from_portwine/scripts/functions_helper
View file @
671a7219
...
@@ -2718,41 +2718,54 @@ start_portwine () {
...
@@ -2718,41 +2718,54 @@ start_portwine () {
if
check_gamescope_session
;
then
if
check_gamescope_session
;
then
export
PW_GAMEMODERUN_SLR
=
""
export
PW_GAMEMODERUN_SLR
=
""
elif
[[
"
$PW_USE_GAMEMODE
"
=
"1"
]]
\
elif
[[
"
$PW_USE_GAMEMODE
"
=
"1"
]]
&&
[[
-n
"
$DBUS_SESSION_BUS_ADDRESS
"
]]
;
then
&&
[[
-n
"
$DBUS_SESSION_BUS_ADDRESS
"
]]
if
systemctl is-active
--quiet
ananicy.service
||
systemctl is-active
--quiet
ananicy-cpp.service
;
then
then
export
GAMEMODERUN
=
0
export
PW_GAMEMODERUN_SLR
=
""
if
command
-v
powerprofilesctl &>/dev/null
;
then
if
powerprofilesctl list |
grep
-q
'performance:'
;
then
export
PW_POWERPROFILECTL_SLR
=
"powerprofilesctl launch -p performance --"
print_info
"Gamemode replaced by powerprofilectl to avoid conflict with ananicy."
else
export
PW_POWERPROFILECTL_SLR
=
""
fi
fi
else
if
command
-v
gamemoded &>/dev/null
;
then
if
command
-v
gamemoded &>/dev/null
;
then
export
GAMEMODERUN
=
1
export
GAMEMODERUN
=
1
PW_GAMEMODERUN_SLR
=
"gamemoderun"
PW_GAMEMODERUN_SLR
=
"gamemoderun"
systemctl
enable
--now
--user
gamemoded &>/dev/null
systemctl
enable
--now
--user
gamemoded &>/dev/null
print_info
"Gamemod
will be launched."
print_info
"Gamemode
will be launched."
elif
check_flatpak
;
then
elif
check_flatpak
;
then
export
GAMEMODERUN
=
1
export
GAMEMODERUN
=
1
PW_GAMEMODERUN_SLR
=
"gamemoderun"
PW_GAMEMODERUN_SLR
=
"gamemoderun"
print_info
"Gamemod
will be launched."
print_info
"Gamemode
will be launched."
elif
[[
"
$PW_USE_RUNTIME
"
==
1
]]
;
then
elif
[[
"
$PW_USE_RUNTIME
"
==
1
]]
;
then
export
GAMEMODERUN
=
1
export
GAMEMODERUN
=
1
if
!
pidof gamemoded &>/dev/null
;
then
if
!
pidof gamemoded &>/dev/null
;
then
GAMEMODEAUTO_NAME
=
"libgamemodeauto.so.0"
GAMEMODEAUTO_NAME
=
"libgamemodeauto.so.0"
if
[[
-n
"
${
PW_LD_PRELOAD
}
"
]]
if
[[
-n
"
${
PW_LD_PRELOAD
}
"
]]
;
then
then
export
PW_LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
:
${
GAMEMODEAUTO_NAME
}
"
export
PW_LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
:
${
GAMEMODEAUTO_NAME
}
"
else
export
PW_LD_PRELOAD
=
"
${
GAMEMODEAUTO_NAME
}
"
else
export
PW_LD_PRELOAD
=
"
${
GAMEMODEAUTO_NAME
}
"
fi
fi
env
LD_LIBRARY_PATH
=
"
${
PW_PLUGINS_PATH
}
/portable/lib/lib64:
${
PW_PLUGINS_PATH
}
/portable/lib/lib32"
\
env
LD_LIBRARY_PATH
=
"
${
PW_PLUGINS_PATH
}
/portable/lib/lib64:
${
PW_PLUGINS_PATH
}
/portable/lib/lib32"
\
"
${
PW_PLUGINS_PATH
}
/portable/bin/gamemoded"
&>/dev/null &
"
${
PW_PLUGINS_PATH
}
/portable/bin/gamemoded"
&>/dev/null &
print_info
"Gamemod
will be launched."
print_info
"Gamemode
will be launched."
sleep
0.1
sleep
0.1
fi
fi
else
else
export
GAMEMODERUN
=
0
export
GAMEMODERUN
=
0
export
PW_GAMEMODERUN_SLR
=
""
export
PW_GAMEMODERUN_SLR
=
""
print_info
"Gamemode is not installed or disabled in vars script or db file: PW_USE_GAMEMODE=
$PW_USE_GAMEMODE
"
fi
fi
fi
else
else
export
GAMEMODERUN
=
0
export
GAMEMODERUN
=
0
export
PW_GAMEMODERUN_SLR
=
""
export
PW_GAMEMODERUN_SLR
=
""
print_info
"Gamemod is not installed or disabled in vars script or db file: PW_USE_GAMEMODE=
$PW_USE_GAMEMODE
"
fi
fi
pw_other_fixes
pw_other_fixes
...
@@ -3576,6 +3589,7 @@ pw_run () {
...
@@ -3576,6 +3589,7 @@ pw_run () {
echo
""
echo
""
print_info
"Log from RUNTIME and WINE:"
print_info
"Log from RUNTIME and WINE:"
${
PW_RUN_GAMESCOPE
}
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_POWERPROFILECTL_SLR
}
\
${
pw_runtime
}
\
${
pw_runtime
}
\
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
"
\
LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
"
\
...
@@ -3593,6 +3607,7 @@ pw_run () {
...
@@ -3593,6 +3607,7 @@ pw_run () {
echo
""
echo
""
echo
"Log WINE:"
>
"
${
PW_LOG_TO_FILE
}
"
echo
"Log WINE:"
>
"
${
PW_LOG_TO_FILE
}
"
${
PW_RUN_GAMESCOPE
}
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_POWERPROFILECTL_SLR
}
\
${
pw_runtime
}
\
${
pw_runtime
}
\
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
"
\
LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
"
\
...
@@ -3625,6 +3640,7 @@ pw_run () {
...
@@ -3625,6 +3640,7 @@ pw_run () {
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_GAMEMODERUN_SLR
}
\
${
PW_GAMEMODERUN_SLR
}
\
${
PW_POWERPROFILECTL_SLR
}
\
${
PW_MANGOHUD_SLR
}
\
${
PW_MANGOHUD_SLR
}
\
${
PW_DISPLAY
}
\
${
PW_DISPLAY
}
\
"
${
WINELOADER
}
"
"
$@
"
${
LAUNCH_PARAMETERS
[@]
}
&>>
"
${
PW_LOG_TO_FILE
}
"
"
${
WINELOADER
}
"
"
$@
"
${
LAUNCH_PARAMETERS
[@]
}
&>>
"
${
PW_LOG_TO_FILE
}
"
...
@@ -3642,6 +3658,7 @@ pw_run () {
...
@@ -3642,6 +3658,7 @@ pw_run () {
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_RUN_GAMESCOPE
}
\
${
PW_GAMEMODERUN_SLR
}
\
${
PW_GAMEMODERUN_SLR
}
\
${
PW_POWERPROFILECTL_SLR
}
\
${
PW_MANGOHUD_SLR
}
\
${
PW_MANGOHUD_SLR
}
\
${
PW_DISPLAY
}
\
${
PW_DISPLAY
}
\
"
${
WINELOADER
}
"
"
$@
"
${
LAUNCH_PARAMETERS
[@]
}
"
${
WINELOADER
}
"
"
$@
"
${
LAUNCH_PARAMETERS
[@]
}
...
...
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