Advertisement
dcorbeil

default_xorg.conf

Aug 30th, 2021
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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 "Module"
  12. Load "fb"
  13. Load "shadow"
  14. Load "fbdevhw"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "Allwinner A10/A13 FBDEV"
  19. Driver "fbturbo"
  20. Option "fbdev" "/dev/fb0"
  21.  
  22. Option "SwapbuffersWait" "true"
  23. EndSection
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement