fbturbo czym to się je
: 22 lutego 2016, 07:33
Witam zainstalowałem fbturbo ale niewiem czy on nie jest specyficzny dla danego sprzętu. Czy może go każdy spokojnie używać ? Ponoć jest lepsze niż fbdev... Mam stare intel GMA3100. Proszę o informacje po polsku na temat tego czegoś . Xy normalnie mi na tym wstają. Czy to przyśpiesza czy tylko dla SUNXI jest przeznaczony ?
Poniżej mój xorg
https://github.com/ssvb/xf86-video-fbtu ... stallation
http://linux-sunxi.org/Xorg#fbturbo_driver
Using an optimized Xorg driver
Your distro might be set up to only use the standard framebuffer driver for X. You can enable the fbturbo driver (new name for sunxifb) for X following the instructions in the section FBTurbo driver of the Xorg page. You can enable G2D for 2D acceleration using the G2D engine.
/etc/X11/xorg.conf
Poniżej mój xorg
https://github.com/ssvb/xf86-video-fbtu ... stallation
http://linux-sunxi.org/Xorg#fbturbo_driver
Using an optimized Xorg driver
Your distro might be set up to only use the standard framebuffer driver for X. You can enable the fbturbo driver (new name for sunxifb) for X following the instructions in the section FBTurbo driver of the Xorg page. You can enable G2D for 2D acceleration using the G2D engine.
/etc/X11/xorg.conf
Kod: Zaznacz cały
# This is a minimal sample config file, which can be copied to
# /etc/X11/xorg.conf in order to make the Xorg server pick up
# and load xf86-video-fbturbo driver installed in the system.
#
# When troubleshooting, check /var/log/Xorg.0.log for the debugging
# output and error messages.
#
# Run "man fbturbo" to get additional information about the extra
# configuration options for tuning the driver.
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "SwapbuffersWait" "true"
EndSection