Rotate GRUB by 90 Degrees so It's Horizontal
I have my grub themed but one problem is that I need to rotate it by 90 degrees so that it doesn't appear certical and squashed any more on my Steam Deck.
Any help?
Solution:Jump to solution
Edit the
/etc/default/grub
file and add:
After that run the command sudo grub2-mkconfig -o /etc/grub2.cfg
...16 Replies
add fbcon something to your kernel params
grub looks at it to rotate
Are there any recommended guides for that?
search google for fbcon
Tried editing the GRUB to use this:
GRUB_CMDLINE_LINUX="rhgb quiet fbcon=rotate:1"
Nothing happened with the rotation.dont edit grub
rpm-ostree kargs --append=fbcon=rotate:1
Where does that get saved tho
Just to know
its managed by rpm-ostree
doesnt matter
Ok but where on the fs
it will always be there moving forward
dunno
never needed to know
Darn ðŸ˜
Well I will try that too thanks
@antheas no change
Now that I've appended this to my kernel how do I get rid of it
--remove
--delete actualy
Just kargs and then --delete ?
Also got anything else that could help with rotating grub
replace append with delete
no
@antheas and did it

Solution
Edit the
/etc/default/grub
file and add:
After that run the command sudo grub2-mkconfig -o /etc/grub2.cfg
This is for the LCD Steam Deck, numbers may differ for OLED