Does GameShell Actually Use FBTurbo?

from my old history file :

libump deps of fbturbo

git clone --depth 1 https://github.com/linux-sunxi/libump.git
cd libump/
autoreconf -i
./configure --prefix=/usr
make -j4
sudo make install

fbturbo

git clone --depth 1 https://github.com/ssvb/xf86-video-fbturbo.git
cd xf86-video-fbturbo/
./autogen.sh --prefix=/usr
make -j4
sudo make install

and if need, fbdev :

git clone --depth 1 https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev.git
cd xf86-video-fbdev/
./autogen.sh --prefix=/usr
make -j4
sudo make install
3 Likes