在一般的Linux系統中如果不指定"vga="參數,系統將不會支持frameBuffer設備,
一般的可以在/boot/grub/grub.conf文件中添加"vga="參數
Linux讷河的vga模式對照表如下:
640x480 800x600 1024x768 1280x1024
8bit 769 771 773 775
15bit 784 787 790 793
16bit 785 788 791 794
24bit 786 789 792 795
linux內核參數
Linux內核中的“vga=”參數
Linux內核中的copy_to_user和copy_from_user
Linux內核中的get_user和put_user
Linux內核中的IS_ERR()、PTR_ERR()和ERR_PTR()
linux內核中的IS_ERR
Linux內核中的紅黑樹
Linux內核中的 struct class 簡介