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
23e8a179
Commit
23e8a179
authored
Aug 13, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumblbee fix
parent
0b0be7ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
runlib
data_from_portwine/scripts/runlib
+4
-3
No files found.
data_from_portwine/scripts/runlib
View file @
23e8a179
...
...
@@ -133,7 +133,8 @@ else
fi
########################################################################
export
optirun_on
=
if
[
-x
"
`
which nvidia-settings 2>/dev/null
`
"
]
;
then
export
PW_NVIDIA
=
"
$(
lspci |
grep
NVIDIA
)
"
if
[
!
-z
"
${
PW_NVIDIA
}
"
]
;
then
if
[
-x
"
`
which primusrun 2>/dev/null
`
"
]
;
then
export
optirun_on
=
"primusrun"
export
VK_ICD_FILENAMES
=
/usr/share/vulkan/icd.d/nvidia_icd.json
...
...
@@ -153,8 +154,8 @@ else
export
vblank_mode
=
0
export
MESA_GLSL_CACHE_DIR
=
"
${
PATH_TO_GAME
}
"
export
mesa_glthread
=
true
export
AMD_ATI
=
"
$(
lspci |
grep
AMD/ATI
)
"
if
[
!
-z
"
${
AMD_ATI
}
"
]
;
then
export
PW_
AMD_ATI
=
"
$(
lspci |
grep
AMD/ATI
)
"
if
[
!
-z
"
${
PW_
AMD_ATI
}
"
]
;
then
if
[
"
${
PW_ACO
}
"
=
"1"
]
;
then
export
RADV_PERFTEST
=
aco
echo
"ACO is enabled"
...
...
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