私は最近1920 x 1080画面を購入しましたが、起動時とシャットダウン時にスプラッシュ画面がすべて斜めになります。私の解決策に合わせてこれを修正できる方法はありますか?
/etc/default/grub
ファイルを編集して、次の行を追加します。
GRUB_GFXPAYLOAD_LINUX=1920x1080x32
例えば:
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
GRUB_GFXPAYLOAD_LINUX=1920x1080x32
適切なvbe
モードを設定することを忘れないでください。次に、GRUBをSudo update-grub
で更新します。