Advertisement
Guest User

ODROID U2 Xorg.conf

a guest
May 30th, 2013
931
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/fb6" # /dev/fb1 for kernel 3.8.13
  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. #        Option  "G2D_DEVICE" "/dev/video3"
  13. #        Option  "G2D_ENABLE" "false"
  14. EndSection
  15.  
  16. Section "Screen"
  17.         Identifier   "Mali-Screen"
  18.         Device       "Mali-Fbdev"
  19.         DefaultDepth 24
  20. EndSection
  21.  
  22. Section "DRI"
  23.         Mode 0666
  24. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement