|
|
2008-10-06
, 09:37
|
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2
|
| The Following User Says Thank You to Benson For This Useful Post: | ||
I just want to switch to the pure console mode. and the steps are:
1. insert the mouldes :
"
It will take few days to update bootmenu. As for kernel - search for framebuffer console. Different people have different taste :-) IMO kernel modules are more flexible (you can insert them only when you need them and you can use almost any kernel, not just self-built custom one). You can put them (softcursor.ko bitblit.ko font.ko fbcon.ko) to lib/modules/current when creating initfs and then just add them to
MENU_X_MODULES like this
MENU_X_MODULES="mbcache ext2 softcursor bitblit font fbcon" to let bootmenu insert them for you
My current testing bootmenu.conf has item like this
MENU_X_MODULES="mbcache ext2 softcursor bitblit font fbcon"
MENU_X_FBMODE="auto"
"
someone says like that, but I dont know how to get these softcursor.ko bitblit.ko font.ko fbcon.ko modules and where is MENU_X_MODULES and bootmenu.conf
2. use command " fb_update_mode auto " , i have done.
3. chvt 1
4. then maybe i can get the pure console.