How to enable fbcon in the debian

If you use MinGUI tips are NEWGAL: Does not find matched engine: qvfb, please refer to the latter part of the article amended to fbcon, when modified to fbcon after, and then modify the contents according to the following cmdline

vi /boot/grub/grub.cfg
opens, find the
startup parameters in the Start menu item, add the red section below  
if there is something kernel, some lines beginning with linux.

menuentry 'the Debian the GNU / the Linux, the Linux 3.2.0-4-686-PAE' --class --class Debian GNU-Linux OS --class GNU --class {
        load_video
        the insmod gzio
        the insmod part_msdos
        the insmod the performance of ext2
        SET = the root '(hd0 , msdos1) '
        Search --no-CFTD --fs the --set = the root-UUID 4407-82a7-998f8def8aa7 00264381-7f4f-
        echo' Loading ... PAE-3.2.0-4-686 the Linux '
        Linux / Boot = = the root 00264381-7f4f the UUID /vmlinuz-3.2.0-4-686-pae-4407-82a7-998f8def8aa7 VGA FB = 0x0314: ON    RO quiet
        echo 'ramdisk Loading ...'
        the initrd / Boot / the initrd. img-3.2.


In fact, debian, we should modify vi / etc / default / grub file GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_CMDLINE_LINUX_DEFAULT="vga=0x0314 fb:on quiet"

Then preserved,
run update-grub to regenerate /boot/grub/grub.cfg file

 

 

note:

NEWGAL: Does not find matched engine: qvfb you need to start qvfb

If you do not want to use this, then set mingui.cfg

To the directory / usr / local / etc # edit MiniGUI.cfg

 Qvfb modify the original is now part of the red, blue part is the resolution and color depth, I have here is 800X600 24 Wei

[system]
# GAL engine and default options
gal_engine=fbcon
defaultmode=800x600-24bpp

# IAL engine
ial_engine=fbcon
mdev=/dev/input/mice
mtype=IMPS2

[fbcon]
defaultmode=800x600-24bpp

 

Reproduced in: https: //my.oschina.net/mysticboy/blog/541373

Guess you like

Origin blog.csdn.net/weixin_33763244/article/details/92064633