怎样激活FrambeBuffer?
我安装的是RH9,想激活FrambeBuffer,请高手指教!<br />我曾试过,按照《ARM嵌入式MiniGUI初步与应用开发范例》介绍的方法来编辑“menu.lst”文件,但没有出现预期的企鹅图标,怎么办?内核自己编译的还是原装的?
把你的menu.lst贴出来谢谢szunix
# grub.conf generated by anaconda<br />#<br /># Note that you do not have to rerun grub after making changes to this file<br /># NOTICE: You do not have a /boot partition. This means that<br /># all kernel and initrd paths are relative to /, eg.<br /># root (hd0,4)<br /># kernel /boot/vmlinuz-version ro root=/dev/hda5<br /># initrd /boot/initrd-version.img<br />#boot=/dev/hda<br />default=1<br />timeout=10<br />splashimage=(hd0,4)/boot/grub/splash.xpm.gz<br />title Red Hat Linux 9 (2.4.20-8)<br /> root (hd0,4)<br /> kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ vga=0x0317<br /> initrd /boot/initrd-2.4.20-8.img<br />title windows xp<br /> rootnoverify (hd0,0)<br /> chainloader +1<br />To szunix
内核是原装的,我只是在kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ 后加上了"vga=0x0317".请指点,多谢!<br />
页:
[1]