1. open
sudo gedit /etc/default/grub
2. Find
#GRUB_GFXMODE=640x480
3. Replace the above line by the following line
GRUB_GFXMODE=1920x1080
4. update command
sudo update-grub
5. restart your system
sudo reboot
猜你喜欢
网友评论
- 搜索
- 最新文章
- 热门文章
1. open
sudo gedit /etc/default/grub
2. Find
#GRUB_GFXMODE=640x480
3. Replace the above line by the following line
GRUB_GFXMODE=1920x1080
4. update command
sudo update-grub
5. restart your system
sudo reboot