game mode rotated 90 degrees counter clockwise

Hey there, just installed bazzite and all seems fine except that game mode is rotated 90 degrees clockwise. Can't seem to find any info on how to fix this, though given its immutable idk if I could anyway. I have a GPD win 3 with the i7 1165g7 in case that helps. TIA!
Solution:
--force-orientation normal " -> --force-orientation right "
Jump to solution
8 Replies
masculinecape0
masculinecape04mo ago
No description
1/4 Life
1/4 Life4mo ago
What hardware is this? NVM I see, gpd win 3 Let me check upstream real quick Okay, rotation for this handheld was disabled due to causing crashing, but I'm seeing conflicting reports that it works properly now You willing to test something? It works for you I'll make the adjustment in ours so everyone gets it
masculinecape0
masculinecape04mo ago
Ok sounds good. Yeah happy to do some testing tonight
1/4 Life
1/4 Life4mo ago
so, you can switch to desktop and run: sudo rpm-ostree usroverlay this will disable read only on the system (until you reboot, when changes will be lost) from there, you can sudoedit /usr/share/gamescope-session/device-quirks find this section: if [[ ":G1618-03:" =~ ":$SYS_ID:" ]]; then and change this line:
Solution
1/4 Life
1/4 Life4mo ago
--force-orientation normal " -> --force-orientation right "
1/4 Life
1/4 Life4mo ago
then reboot to gamemode after saving it lemme know if it works and I'll merge this change
masculinecape0
masculinecape04mo ago
Hey mate, looks like it worked, just downloading a few games to see if anything breaks but if I'm booted I imagine it's fine -the path was actually /usr/share/gamescope-session-plus/device-quirks probably because chimeraos for gamescope session? --force-orientation did not have normal after it originally, but adding right has fixed the orientation. Touch screen works correctly and everything
1/4 Life
1/4 Life4mo ago
nice, merging this now and I'll let chimera know ping you when an update is available