Advertisement
rz2k

Mali 400 xorg config

Oct 4th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # X.Org X server configuration file for xfree86-video-mali
  2.  
  3. Section "Device"
  4.         Identifier "Mali FBDEV"
  5.         Driver  "mali"
  6.         Option  "fbdev"            "/dev/fb0"
  7.         Option  "DRI2"             "true"
  8.         Option  "DRI2_PAGE_FLIP"   "true"
  9.         Option  "DRI2_WAIT_VSYNC"  "false"
  10. EndSection
  11.  
  12. Section "Module"
  13.         Load "dri"
  14.         Load "dri2"
  15.         Disable "glx"
  16. EndSection
  17.  
  18. Section "Screen"
  19.         Identifier      "Mali Screen"
  20.         Device          "Mali FBDEV"
  21.         DefaultDepth    24
  22. EndSection
  23.  
  24. Section "DRI"
  25.         Mode 0666
  26. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement