|
Edited by jacer at 2015-11-21 21:21
I get two errors like below. Any fix?
- Error: Requested MapBuffer VBO update method but GL_OES_mapbuffer is not supported!
- Error: SceneTerrain requires Vertex Texture Fetch support, but GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS is 0
Copy code Used this setting below.- # This is a minimal sample config file, which can be copied to
- # /etc/X11/xorg.conf in order to make the Xorg server pick up
- # and load xf86-video-fbturbo driver installed in the system.
- #
- # When troubleshooting, check /var/log/Xorg.0.log for the debugging
- # output and error messages.
- #
- # Run "man fbturbo" to get additional information about the extra
- # configuration options for tuning the driver.
- Section "Device"
- Identifier "Allwinner H3 FBDEV"
- Driver "fbturbo"
- Option "fbdev" "/dev/fb0"
- Option "DRI2" "true"
- Option "SwapbuffersWait" "true"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
Copy code
|
|