ubuntu mate 1210 fbtft not work but work at ubuntu 1204
DRAgon734465502 opened this issue · 1 comments
DRAgon734465502 commented
use waveshare 3.5B V2
sudo nano /boot/firmware/config.txt
Add this code
dtparam=spi=on
dtoverlay=waveshare35b-v2
sudo nano /usr/share/X11/xorg.conf.d/99-fbturbo.conf
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb2"
Option "SwapbuffersWait" "true"
EndSection
this LCD will work at ubuntu 12,04 but same operation not work at ubunt 12.10
the LCD display not thing at ubunt 12.10
this problem is that I need new 99-fbturbo.conf code ?? I think this problem caused by error Framebuffer
github-actions commented
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.