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
e470b096
Commit
e470b096
authored
Oct 23, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-added-nouveau-zink' into devel
parents
4cad02a6
b1c3ca23
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
clear_db.sh
data_from_portwine/scripts/clear_db.sh
+1
-1
functions_helper
data_from_portwine/scripts/functions_helper
+3
-0
setup.sh
data_from_portwine/scripts/setup.sh
+1
-1
start.sh
data_from_portwine/scripts/start.sh
+5
-8
No files found.
data_from_portwine/scripts/clear_db.sh
View file @
e470b096
...
...
@@ -17,7 +17,7 @@ if [[ -n "$DUPLICATE" ]] ; then
exit
1
fi
for
ppdb
in
$SELF_PATH
/portwine_db/
*
;
do
for
ppdb
in
"
$SELF_PATH
/portwine_db/"
*
;
do
echo
"
$ppdb
"
sed
-i
'/##export/d'
"
$ppdb
"
...
...
data_from_portwine/scripts/functions_helper
View file @
e470b096
...
...
@@ -3046,6 +3046,9 @@ start_portwine () {
then
export
LIBGL_KOPPER_DRI2
=
"1"
fi
if
[[
-d
/sys/bus/pci/drivers/nouveau
]]
;
then
export
NOUVEAU_USE_ZINK
=
"1"
fi
;;
5
)
# LEGACY DXVK
...
...
data_from_portwine/scripts/setup.sh
View file @
e470b096
...
...
@@ -2,7 +2,7 @@
# Author: linux-gaming.ru
# shellcheck disable=SC2317
export
INSTALLING_PORT
=
1
# shellcheck source=
./start.sh
# shellcheck source=
/dev/null
source
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
/start.sh"
if
check_flatpak
...
...
data_from_portwine/scripts/start.sh
View file @
e470b096
...
...
@@ -244,14 +244,11 @@ if [[ "${INSTALLING_PORT}" == 1 ]] ; then
fi
# choose gui start
case
"
$PW_GUI_START
"
in
PANED|NOTEBOOK
)
:
;;
*
)
sed
-i
'/export PW_GUI_START=/d'
"
$USER_CONF
"
echo
'export PW_GUI_START="NOTEBOOK"'
>>
"
$USER_CONF
"
export
PW_GUI_START
=
"NOTEBOOK"
;;
esac
if
[[
!
$PW_GUI_START
=
~
(
PANED|NOTEBOOK
)
]]
;
then
sed
-i
'/export PW_GUI_START=/d'
"
$USER_CONF
"
echo
'export PW_GUI_START="NOTEBOOK"'
>>
"
$USER_CONF
"
export
PW_GUI_START
=
"NOTEBOOK"
fi
if
check_flatpak
;
then
if
check_gamescope_session
...
...
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