ublue-os / bazzite

Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.

Home Page:https://bazzite.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPD Win Mini 2024 screen rotated to portrait

Ganju0 opened this issue · comments

Describe the bug

The installer was landscape but upon installing and going to the kde desktop, was portrait. Steam gamepadui was portrait after final setup

What did you expect to happen?

Landscape screen. The display on the win mini 2024 is native landscape, 120hz, VRR

Output of rpm-ostree status

rpm-ostree status
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
                   Digest: sha256:25e6c62e647e7bef2a461f24d0c7fea72a86fb95edb66bae00f350e42364bf55
                  Version: nightly (2024-04-26T17:04:40Z)

  ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
                   Digest: sha256:b8cc9aa32ee1dde43c920fcd373a0e7b5d3c89eca810c93402fea9969455bc5d
                  Version: main (2024-04-25T06:48:14Z)

Hardware

G1617-01

Extra information or context

No response

I think the problem should be with this file——/usr/share/gamescope-session-plus/device-quirks.

The file where contains “GPD WIN” says:

"–force-orientation right "

maybe change the text into “–force-orientation normal” could solve this problem.

But this file is a read-only filesystems.

I try to use “sudo mount -o remount,rw” or “sudo chmod a+rw” or “sudo setenforce 0”, all failed.

So now the question becomes how can I modify “device-quirks” which is read-only filesystems?