[Tutorials] 开机这个画面怎么调大?
Tofloor
poster avatar
deepin-chinaren
deepin
2021-11-18 18:53
Author

开机这个画面怎么调大?因为太小了看不清后面内容,也无法选择内核,请大家指点!

5353cf9c1b9fc658491dc1ec605903c.jpg

Reply Favorite View the author
All Replies
Maicss
deepin
2021-11-19 19:45
#1

这是Grub的主题。具体路径在/boot/grub/themes/deepin/theme.txt

  • boot_menu {
    left = 0%
    top = 0%
    width = 1000
    height = 200
    item_font = "Noto Sans CJK SC Regular 26"
    item_color = "#dddddd"

找到上边这部分,width调大一点就可以了,不过left应该也需要调一下才能保证居中

Reply View the author
deepin-chinaren
deepin
2021-11-20 04:27
#2
Maicss

这是Grub的主题。具体路径在/boot/grub/themes/deepin/theme.txt

  • boot_menu {
    left = 0%
    top = 0%
    width = 1000
    height = 200
    item_font = "Noto Sans CJK SC Regular 26"
    item_color = "#dddddd"

找到上边这部分,width调大一点就可以了,不过left应该也需要调一下才能保证居中

调整如下参数比较好看!

boot_menu {
left = 21%
top = 27%
width = 597
height = 351
item_font = "Noto Sans CJK SC Regular 12"
item_color = "#dddddd"
selected_item_color = "#ffffff"
item_height = 36
item_spacing = 8
item_padding = 8
icon_width = 26
icon_height = 18
item_icon_space = 15

Reply View the author