mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-29 17:49:09 +00:00
RK3328 Use fbdev driver
This commit is contained in:
parent
8107bdd305
commit
a2c0eeff65
1 changed files with 11 additions and 0 deletions
|
@ -285,6 +285,17 @@ family_tweaks()
|
||||||
family_tweaks_bsp()
|
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
|
if [[ $BOARD == z28pro ]]; then
|
||||||
|
|
||||||
mkdir -p $destination/usr/local/bin
|
mkdir -p $destination/usr/local/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue