armh-mcom02: use xorg-drv-fbturbo

xorg-drv-fbturbo is recommended by ELVIS and supports working
with the proprietary mali driver.
This commit is contained in:
Anton Midyukov 2019-08-02 01:24:06 +07:00 committed by Michael Shigorin
parent e09d7bef57
commit b150f9097b
2 changed files with 16 additions and 0 deletions

View File

@ -4,4 +4,7 @@ use/armh-mcom02: use/uboot use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)
use/armh-mcom02/x11: use/armh-mcom02
@$(call add,THE_PACKAGES,xorg-drv-fbturbo)
endif

View File

@ -0,0 +1,13 @@
#!/bin/sh -x
[ -d /etc/X11/xorg.conf.d ] || exit 0
cat > /etc/X11/xorg.conf.d/10-monitor.conf << EOF
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Card0"
Driver "fbturbo"
EndSection
EOF