Hi @xanderz I’m glad to hear that you’ve made some progresses.
- It’s strange that your board doesn’t support 2 displays.
- looks like you have to compile it and even configure it (in /usr/share/X11/xorg.conf.d/99-fbturbo.conf or so).
Something like (as from here):
Section “Device”
Identifier “Allwinner A10/A13 FBDEV”
Driver “fbturbo”
Option “fbdev” “/dev/fb1”
Option “SwapbuffersWait” “true”
EndSection
Off topic:
These SPI display are a real pain to handle. The fbtft lib that was working (with more or less hassle) on previous kernels versions is since a couple of years in the stagging kernel driver directory <=> not in the official source tree.
I’ve read elsewhere on some kernel developer mailing list that it’s quiet impossible to integrate it in the kernel source tree because of the new enhancements made in the kernel video layer.