mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 22:38:22 +01:00
51fe9392f2
- 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
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
Section "Device"
|
|
Identifier "Allwinner A10/A13 FBDEV"
|
|
Driver "fbturbo"
|
|
Option "fbdev" "/dev/fb0"
|
|
|
|
Option "SwapbuffersWait" "false"
|
|
EndSection
|