|
启动splash主题的时候,就在快启动完毕的时候,100%的时候,fadeout效果渐隐渐隐(事实上,就算不写fadein参数也是如此渐隐效果),本以为可以跳出login的字样,突然,屏幕不动了,还能隐约看到一点点启动的画面,只是非常暗。切换一下console到f2,再切回来就没事了。怎么会这样?
配置:三星p10c笔记本,p4m 1.7g,512x2内存,30G日立硬盘
grub.conf
- default 0
- timeout 5
- splashimage=(hd0,0)/boot/grub/splash.xpm.gz
- title Gentoo Linux 2.6.30-r8
- root (hd0,0)
- kernel /boot/vmlinuz-2.6.30-gentoo-r8 root=/dev/hda3 video=uvesafb:ywrap,mtrr:3,1024x768-32@60 splash=silent,fadein,theme:gentoo console=tty1 quiet
- initrd (hd0,0)/boot/initramfs-bootsplash
复制代码
dmesg|grep uvesafb
- Kernel command line: root=/dev/hda3 video=uvesafb:ywrap,mtrr:3,1024x768-32@60 splash=silent,fadein,theme:gentoo console=tty1 quiet
- uvesafb: ATI Technologies Inc., P7 , 01.00, OEM: ATI MOBILITY RADEON 7500, VBE v2.0
- uvesafb: protected mode interface info at c000:53f6
- uvesafb: pmi: set display start = c00c548a, set palette = c00c54d6
- uvesafb: pmi: ports = 3010 3016 3054 3038 303c 305c 3000 3004 30b0 30b2 30b4
- uvesafb: no monitor limits have been set, default refresh rate will be used
- uvesafb: scrolling: ywrap using protected mode interface, yres_virtual=1536
- uvesafb: framebuffer at 0xf0000000, mapped to 0xf8080000, using 6144k, total 32768k
复制代码
config文件
---------------------------------------
去到/etc/conf.d/splash里把fadeout效果关掉,就没这个问题了~ |
|