Open JamisonMurphy opened 3 months ago
1) Only in dGPU mode? 2) Any advantage as to why you want to use dGPU mode?
- Only in dGPU mode?
- Any advantage as to why you want to use dGPU mode?
1) yes, no problem with hybrid mode 2) dGPU mode has better performance
Have you tried adding "-r 165" to the /usr/bin/gamescope-session file? It should then look something like this at line 259:
gamescope \
-r 165 \
--generate-drm-mode fixed \
--xwayland-count 2 \
${HOLOISO_GAMESCOPE_ADDITIONAL_OPTIONS} \
--default-touch-mode 4 \
--hide-cursor-delay 3000 \
--max-scale 2 \
--fade-out-duration 200 \
-e -R "$socket" -T "$stats" \
-O '*',eDP-1 \
&
You can also try adding "DRI_PRIME=1 %command%" to the Steam launch options of the game, while using the hybrid mode. This way, Steam can use your iGPU for compositing (no graphical artifacts) and the game can use the power of the dGPU.
Have you tried adding "-r 165" to the /usr/bin/gamescope-session file? It should then look something like this at line 259:
gamescope \ -r 165 \ --generate-drm-mode fixed \ --xwayland-count 2 \ ${HOLOISO_GAMESCOPE_ADDITIONAL_OPTIONS} \ --default-touch-mode 4 \ --hide-cursor-delay 3000 \ --max-scale 2 \ --fade-out-duration 200 \ -e -R "$socket" -T "$stats" \ -O '*',eDP-1 \ &
It works. Thanks
You can also try adding "DRI_PRIME=1 %command%" to the Steam launch options of the game, while using the hybrid mode. This way, Steam can use your iGPU for compositing (no graphical artifacts) and the game can use the power of the dGPU.
With or without it, fps is lower(about 80fps, internal screen, dGPU and hybrid mode) Test game: overwatch2 about 130fps in windows. Maybe it's because of the efficiency of the wine translation.
Your Issue:
Your device's full specs
Your OS version (
cat /etc/os-release | grep VARIANT_ID | cut -d '"' -f 2
):(Only for SteamOS Session loading issues) Have you tried launching
gamescope-session
from terminal? If yes, provide a log.Have you updated your installation recently?