Gamescope rotate screen in Gaming mode

I am having trouble getting my screen from 10x16 to 16x10. In desktop mode I can rotate it, but in gamemode it goes back to vertical.
15 Replies
1/4 Life
1/4 Life4mo ago
what hardware?
Evil_is_the_Name
I'm using a N5105 mini pc A NucBox5 but that screen is 1200x1920
1/4 Life
1/4 Life4mo ago
interesting, that's using a normal PC display, no?
Evil_is_the_Name
for setting it up I was, but it's gonna be part of a portable so I'm using a smaller 7in screen later
1/4 Life
1/4 Life4mo ago
unfortunately then I'm not able to add it to gamescope-session as I normally would but, you can override it
Evil_is_the_Name
how?
1/4 Life
1/4 Life4mo ago
GitHub
GitHub - ChimeraOS/gamescope-session: ChimeraOS session on Gamescop...
ChimeraOS session on Gamescope - Own personal repository, issues and forks should be made on ChimeraOS/gamescope-session - ChimeraOS/gamescope-session
1/4 Life
1/4 Life4mo ago
Something along the lines of
export GAMESCOPECMD="/usr/bin/gamescope \
-e \
--generate-drm-mode fixed \
--xwayland-count 2 \
-O *,eDP-1 \
--default-touch-mode 4 \
--hide-cursor-delay 3000 \
--fade-out-duration 200 \
--force-orientation left "
export GAMESCOPECMD="/usr/bin/gamescope \
-e \
--generate-drm-mode fixed \
--xwayland-count 2 \
-O *,eDP-1 \
--default-touch-mode 4 \
--hide-cursor-delay 3000 \
--fade-out-duration 200 \
--force-orientation left "
Evil_is_the_Name
I tried that and I hit a wall
1/4 Life
1/4 Life4mo ago
depending on your output and orientation how so?
Evil_is_the_Name
There is no ~/.config/environment.d folder
1/4 Life
1/4 Life4mo ago
mkdir -p ~/.config/environment.d
Evil_is_the_Name
oh ok Alright I set it to force right still vertical
1/4 Life
1/4 Life4mo ago
don't forget to change the output
Evil_is_the_Name
I only have the one screen connected rn I'll try forcing left Still no luck, tbh I'm not even sure that it's using my commands @Kyle Gospo is the name of the file supposed to be gamescope-session-plus.conf