mkimage-profiles/features.in/armh-skit/image-scripts.d/90-fbturbo

14 lines
234 B
Plaintext
Raw Normal View History

2020-11-05 21:08:02 +03:00
#!/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