add new gfx_mode for grub for steam-deck
This commit is contained in:
parent
0985cc0bca
commit
6c539f3bdb
1 changed files with 1 additions and 0 deletions
|
@ -1638,6 +1638,7 @@ elif [ "${amd}" == "deck" ]; then
|
|||
cp -v /opt/${repo}/steam-deck/xorg.conf.d/* ${mountpoint}/etc/X11/xorg.conf.d/
|
||||
cp -v /opt/${repo}/steam-deck/NetworkManager/conf.d/default-wifi-powersave-on.conf ${mountpoint}/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
|
||||
cp -v /opt/${repo}/steam-deck/grub.d/* ${mountpoint}/etc/grub.d/
|
||||
sed -i 's|GRUB_GFXMODE=.*$|GRUB_GFXMODE="1280x800"|' ${mountpoint}/etc/default/grub
|
||||
|
||||
# An open-source Linux userspace driver for Valves Steam Deck hardware.
|
||||
# https://open-sd.gitlab.io/opensd-docs/opensd-docs/latest/users_manual/run>
|
||||
|
|
Loading…
Reference in a new issue