How to Install and Uninstall xf86-video-fbturbo Package on openSuSE Tumbleweed

Last updated: December 24,2024

1. Install "xf86-video-fbturbo" package

This tutorial shows how to install xf86-video-fbturbo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install xf86-video-fbturbo

2. Uninstall "xf86-video-fbturbo" package

Please follow the steps below to uninstall xf86-video-fbturbo on openSuSE Tumbleweed:

$ sudo zypper remove xf86-video-fbturbo

3. Information about the xf86-video-fbturbo package on openSuSE Tumbleweed

Information for package xf86-video-fbturbo:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : xf86-video-fbturbo
Version : 0.4.0-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 160.2 KiB
Installed : No
Status : not installed
Source package : xf86-video-fbturbo-0.4.0-5.1.src
Upstream URL : https://github.com/ssvb/xf86-video-fbturbo
Summary : Xorg DDX driver for ARM devices (Allwinner, RPi and others)
Description :
Video driver, primarily optimized for the devices powered by the Allwinner SoC
(A10, A13, A20). It can use some of the 2D/3D hardware acceleration features.
And because this driver is based on xf86-video-fbdev (with none of the original
features stripped), it actually supports all the same hardware as
xf86-video-fbdev. Essentially, xf86-video-fbturbo can be just used as a drop-in
replacement and run on practically any Linux system. There will be no real
difference on x86, but any ARM based system should see better performance
thanks to some additional optimizations (the elimination of ShadowFB layer, ARM
NEON/VFP code for dealing with uncached framebuffer reads, automatic backing
store management for faster window moves).