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
4f231600
Commit
4f231600
authored
Dec 08, 2023
by
Boria138
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed Intel/Iris: Corrupted rendering of OpenGL and Vulkan apps in gamescope
parent
9e339aca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
runlib
data_from_portwine/scripts/runlib
+4
-1
No files found.
data_from_portwine/scripts/runlib
View file @
4f231600
...
...
@@ -118,11 +118,14 @@ start_portwine () {
if
[[
!
-z
"
$GAMESCOPE_ARGS
"
]]
then
export
PW_RUN_GAMESCOPE
=
"gamescope -o 30
${
GAMESCOPE_ARGS
}
--"
else
export
PW_RUN_GAMESCOPE
=
"gamescope -o 30 --"
# Workaround for https://gitlab.freedesktop.org/mesa/mesa/-/issues/6029
if
grep
-q
"i915"
<<<
$(
lsmod
)
;
then
export
INTEL_DEBUG
=
norbc
fi
export
PW_WINE_FULLSCREEN_FSR
=
0
else
export
PW_USE_GAMESCOPE
=
0
unset
PW_RUN_GAMESCOPE
unset
PW_RUN_GAMESCOPE
INTEL_DEBUG
fi
enabled_fake_nvidia_videocard
()
...
...
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