Commit b150f909 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

armh-mcom02: use xorg-drv-fbturbo

xorg-drv-fbturbo is recommended by ELVIS and supports working with the proprietary mali driver.
parent e09d7bef
......@@ -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
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment