Check fb type
dmesg | grep vesa
//ver 12.04
gedit /boot/grub/grub.cfg
//ver 14.04
gedit /etc/default/grub
quiet splash
change to
quiet splash vga=792
gedit /etc/initramfs-tools/modules
add
fbcon
vesafb
vga16fb
gedit /etc/modprobe.d/blacklist-framebuffer.conf
blacklist vesafb
to
#blacklist vesafb
add
#blacklist vga16fb
cd /dev
ln -s fb0 fb
//ver 12.04
update-initramfs -u
//ver 14.04
update-grub
reboot
Ref: https://help.ubuntu.com/community/ConsoleFramebuffer
If you are looking for embedded framebuffer kit at 2021 now
回覆刪除I suggest you using
https://github.com/xianjimli/ftk
https://github.com/zlgopen/awtk #(2th gen ftk)
https://github.com/zlgopen/awtk-linux-fb