Correctly install mali and fbturbo driver:

- add correct xorg config
- For mali-sunxi driver to work it also need library files from sunxi-mali-dev
  package. Adding sunxi-mali-dev to XSERVER force the installation of
  the -dev
This commit is contained in:
Raoul Hecky
2013-10-29 22:38:45 +01:00
parent 2352ee9620
commit 51fe9392f2
7 changed files with 48 additions and 40 deletions

View File

@ -0,0 +1,7 @@
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "SwapbuffersWait" "false"
EndSection