# fbturbo: # https://github.com/ssvb/xf86-video-fbturbo # https://github.com/ssvb/xf86-video-fbturbo/wiki/Installation cd /tmp rm -rf xf86-video-fbturbo mkdir xf86-video-fbturbo ; cd xf86-video-fbturbo git clone https://github.com/ssvb/xf86-video-fbturbo.git cd xf86-video-fbturbo FBTURBOVER=$( echo $(git rev-list --count master).$(git rev-parse --short master) ) find . -name '.git*' -print0 | xargs -0 rm -rf cd .. && mv -fv xf86-video-fbturbo xf86-video-fbturbo-$FBTURBOVER tar -Ixz -cf xf86-video-fbturbo-$FBTURBOVER.tar.xz xf86-video-fbturbo-$FBTURBOVER rm -rf xf86-video-fbturbo-$FBTURBOVER ls -1 $PWD/*.xz