RK3328 Use fbdev driver
This commit is contained in:
parent
8107bdd305
commit
a2c0eeff65
@ -285,6 +285,17 @@ family_tweaks()
|
||||
family_tweaks_bsp()
|
||||
{
|
||||
|
||||
if [[ $BOOTCONFIG == *3328* ]]; then
|
||||
mkdir -p "$destination"/etc/X11/xorg.conf.d
|
||||
cat <<-EOF > "$destination"/etc/X11/xorg.conf.d/02-driver.conf
|
||||
# set fbdev as default driver.
|
||||
Section "Device"
|
||||
Identifier "NOGPU"
|
||||
Driver "fbdev"
|
||||
EndSection
|
||||
EOF
|
||||
fi
|
||||
|
||||
if [[ $BOARD == z28pro ]]; then
|
||||
|
||||
mkdir -p $destination/usr/local/bin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user