Advertisement
rz2k

Mali 400 xorg config

Sep 7th, 2012
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # X.Org X server configuration file for xfree86-video-mali
  2.  
  3. Section "Device"
  4. Identifier "Mali FBDEV"
  5. # Driver "omap"
  6. Driver "mali"
  7. Option "fbdev" "/dev/fb0"
  8. Option "DRI" "false"
  9. Option "DRI2" "false"
  10. Option "DRI2" "false"
  11. Option "DRI2_PAGE_FLIP" "false"
  12. Option "DRI2_WAIT_VSYNC" "false"
  13. Option "Debug" "true"
  14. EndSection
  15.  
  16. Section "Module"
  17. Disable "dri"
  18. Disable "glx"
  19. EndSection
  20.  
  21. Section "Screen"
  22. Identifier "Mali Screen"
  23. Device "Mali FBDEV"
  24. SubSection "Display"
  25. Depth 24
  26. Modes "1280x720" "1920x1080"
  27. EndSubSection
  28. EndSection
  29.  
  30. Section "DRI"
  31. Mode 0666
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement