Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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"
- Identifier "Sunxi FBDEV"
- Driver "sunxifb"
- Driver "fbturbo"
- Option "fbdev" "/dev/fb0"
- Option "SwapbuffersWait" "true"
- Option "AccelMethod" "G2D"
- Option "ShadowFB" "on"
- Option "HWCursor" "true"
- Option "DRI2" "true"
- Option "DRI2HWOverlay" "true"
- Option "SwapbuffersWait" "false"
- EndSection
- Section "Screen"
- Identifier "Sunxi Screen"
- Device "Sunxi FBDEV"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement