Advertisement
Guest User

Untitled

a guest
May 30th, 2013
277
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/fb1"
  7.     Option  "DRI2"            "true"
  8.     Option  "DRI2_PAGE_FLIP"  "false"
  9.     Option  "DRI2_WAIT_VSYNC" "false"
  10.     Option  "UMP_CACHED"      "true"
  11.     Option  "UMP_LOCK"        "false"
  12. EndSection
  13.  
  14. Section "Screen"
  15.     Identifier   "Mali-Screen"
  16.     Device       "Mali-Fbdev"
  17.     DefaultDepth 24
  18. EndSection
  19.  
  20. Section "DRI"
  21.     Mode 0666
  22. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement