|
偶尔遇到一些机器还是会出现GFXBOOT菜单不显示的问题,我在一台宏基笔记本上遇到过。飞鹰兄看看gfxboot.cfg是否有问题。
; Sections are read in the order given in base::layout, with section 'base'
; implicitly added at the end. If a config value is given more than once,
; the first entry wins.
;
; If a screen resolution can't be set, 640x480 is used as fallback (and
; section '640x480' added to the layout list).
;
; If the penguin screen is active, section 'penguin' is automatically added
; to the layout list.
;
; Setting livecd=1 implicitly adds section 'live' to the layout list.
;
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
;
[base]
; theme name
theme=openSUSE
; other sections to read
layout=800x600,live
; penguin theme likelihood (in percent, -1 = auto)
; penguin=100开启动画,-1为关闭
penguin=0
; activate speech output
talk=0
; sound volume (0..100)
volume=70
; menu background transparency (0..255)
menu.transparency=0x20
; default font
font.normal=16x16.fnt
; main menu font
font.large=16x16.fnt
; background image
background=back.jpg
; max. visible main menu items
; mainmenu.entries=16 设置菜单条数为16
mainmenu.entries=16
; minimal main menu selection bar width
mainmenu.bar.minwidth=300
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=150
; main menu colors
; mainmenu.bar.color=0xFF0000 菜单选定条颜色
mainmenu.bar.color=0xffffff
; mainmenu.normal.fg=0xFF0000 未选定菜单文字颜色
mainmenu.normal.fg=0xffffff
; mainmenu.selected.fg=0xFF0000 选定菜单文字颜色
mainmenu.selected.fg=0x000000
; boot option colors 启动选项颜色
bootopt.label.fg=0xffffff
bootopt.text.fg=0xffffff
; progress bar color
progress.bar.color=0x295202
; menu colors
menu.normal.bg=0xd8deed
menu.normal.fg=0xEE30A7
menu.selected.bg=0x6c6c6c
menu.selected.fg=0xffffff
; window colors
window.bg=0xd8deed
window.fg=0x000000
window.title.bg=0x217b05
window.title.fg=0xffffff
window.title.error.bg=0xc00000
; help system colors
help.link.fg=0x0000a0
help.link.selected.fg=0xffffff
help.link.selected.bg=0x0000a0
help.highlight.fg=0x009000
; panel colors
panel.fg=0xEE30A7
; panel.title.fg 底下“语言”等文字的颜色
panel.title.fg=0x252d2f
; FX的颜色
panel.f-key.fg=0x252d2f
; default keymap (e.g. de-latin1-nodeadkeys or cz-lat2-us)
keymap=
; replace underscores ('_') with space in menu entries
_2space=1
[1024x768]
; screen size
screen.size=1024,768
; upper left corner, if x = -1, center horizontally
; mainmenu.pos=120,80 调整菜单的水平向左位置为120,垂直向下为80
mainmenu.pos=-1,120
; boot option input field position
; bootopt.pos=120,510 调整启动项的水平向左位置为120,垂直向下为505
bootopt.pos=-1,470
[800x600]
; screen size
screen.size=800,600
; upper left corner, if x = -1, center horizontally
; mainmenu.pos=250,100 调整菜单的水平向左位置为100,垂直向下为80
mainmenu.pos=250,108
; boot option input field position
; bootopt.pos=315,470 调整启动项的水平向左位置为180,垂直向下为500
bootopt.pos=330,478
[640x480]
; screen size
screen.size=640,480
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,150
; boot option input field position
bootopt.pos=-1,380
[penguin]
; upper left corner, if x = -1, center horizontally
mainmenu.pos=220,163
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=120
; boot option input field position
bootopt.pos=263,490
; background image
background=pback.jpg
[live]
welcome=0
; set livecd flag
livecd=1
; move down one menu entry the first time an F-key is used
autodown=0
; F-key assignments, see install section for doc
key.F2=lang
key.F3=video
key.F4=
key.F5=
key.F6=
key.F7=
key.F8=
key.F11=
key.F12=
; add 'lang' option with current locale
addopt.lang=1
; add 'keytable' option with current keymap
addopt.keytable=1 |
|