# fbturbo: # https://github.com/ssvb/xf86-video-fbturbo/wiki/Installation # https://github.com/ssvb/xf86-video-fbturbo # Patches: #https://aur.archlinux.org/packages/xf86-video-fbturbo-git # Other: # https://src.fedoraproject.org/rpms/xorg-x11-drv-fbturbo/tree/rawhide 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