Advertisement
Guest User

Untitled

a guest
Jun 27th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # This is a minimal sample config file, which can be copied to
  2. # /etc/X11/xorg.conf in order to make the Xorg server pick up
  3. # and load xf86-video-fbturbo driver installed in the system.
  4. #
  5. # When troubleshooting, check /var/log/Xorg.0.log for the debugging
  6. # output and error messages.
  7. #
  8. # Run "man fbturbo" to get additional information about the extra
  9. # configuration options for tuning the driver.
  10.  
  11. Section "Device"
  12. #Identifier "Allwinner A10/A13 FBDEV"
  13. Identifier "Sunxi FBDEV"
  14. Driver "sunxifb"
  15. Driver "fbturbo"
  16. Option "fbdev" "/dev/fb0"
  17.  
  18. Option "SwapbuffersWait" "true"
  19. Option "AccelMethod" "G2D"
  20.  
  21. Option "ShadowFB" "on"
  22. Option "HWCursor" "true"
  23. Option "DRI2" "true"
  24. Option "DRI2HWOverlay" "true"
  25. Option "SwapbuffersWait" "false"
  26. EndSection
  27.  
  28.  
  29. Section "Screen"
  30. Identifier "Sunxi Screen"
  31. Device "Sunxi FBDEV"
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement