Advertisement
Guest User

Untitled

a guest
Jun 11th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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. Driver "fbturbo"
  14. Option "fbdev" "/dev/fb0"
  15.  
  16. Option "SwapbuffersWait" "true"
  17. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement