wimpysworld / umpc-ubuntu

Scripts for UMPCs such as GPD Pocket, Pocket 2, MicroPC & TopJoy Falcon
https://ubuntu-mate.org/gpd-pocket/
MIT License
214 stars 51 forks source link

GPD Pocket 2 screen rotation GRUB commandline improvement video=eDP-1:panel_orientation=right_side_up #38

Open avoiceofreason opened 2 years ago

avoiceofreason commented 2 years ago

I've discovered that both GRUB and Plymouth rotation to landscape works much better with video=eDP-1:panel_orientation=right_side_up on the GPD Pocket 2.

I'd suggest changing gpd-pocket2.cfg from:

GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} fbcon=rotate:1" GRUB_GFXMODE=1200x1920x32

to:

GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} splash video=eDP-1:panel_orientation=right_side_up" GRUB_GFXMODE=1200x1920x32