(SOLVED) GPD Pocket 4 screen orientation
I am having trouble getting the screen orientation correct. It is fine in gamescope and in desktop mode when I change the orientation in kde system settings. But the startup screen and login screen are treating the screen like a portrait screen.
I have tried this command with every variation with no change. sudo rpm-ostree kargs --append-if-missing video=eDP-1:panel_orientation=left_side_up
In other distros I can use the following in GRUB. I have also tried using rpm-ostree kargs to addfbcon=rotate:1 with no change.
└─# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet fbcon=rotate:1"
GRUB_CMDLINE_LINUX="fbcon=rotate:1"
GRUB_GFXMODE=1200x1920x32
└─# update-grub
Any support is appreciated.
I have tried this command with every variation with no change. sudo rpm-ostree kargs --append-if-missing video=eDP-1:panel_orientation=left_side_up
In other distros I can use the following in GRUB. I have also tried using rpm-ostree kargs to addfbcon=rotate:1 with no change.
└─# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet fbcon=rotate:1"
GRUB_CMDLINE_LINUX="fbcon=rotate:1"
GRUB_GFXMODE=1200x1920x32
└─# update-grub
Any support is appreciated.
Solution
rpm-ostree kargs --append-if-missing="fbcon=rotate:1 video=eDP-1:panel_orientation=right_side_up"