mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-01-31 18:52:12 +01:00
Update LCD-hdmi
This commit is contained in:
parent
444c91beea
commit
44375406de
15
LCD-hdmi
15
LCD-hdmi
@ -1,12 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
dev=`grep -rn "Option" /usr/share/X11/xorg.conf.d/99-fbturbo.conf | grep "fbdev" |awk -F\" '{printf $4}'`
|
||||
if test "$dev" = "/dev/fb0";then
|
||||
echo "The system is already output for HDMI and does not need to be set up any more"
|
||||
exit
|
||||
fi
|
||||
#dev=`grep -rn "Option" /usr/share/X11/xorg.conf.d/99-fbturbo.conf | grep "fbdev" |awk -F\" '{printf $4}'`
|
||||
#if test "$dev" = "/dev/fb0";then
|
||||
#echo "The system is already output for HDMI and does not need to be set up any more"
|
||||
#exit
|
||||
#fi
|
||||
sudo ./system_backup.sh
|
||||
sudo cp -rf ./boot/config-nomal.txt ./boot/config.txt.bak
|
||||
sudo echo "hdmi_force_hotplug=1" >> ./boot/config.txt.bak
|
||||
sudo cp -rf ./boot/config.txt.bak /boot/config.txt
|
||||
|
||||
sudo sync
|
||||
sudo sync
|
||||
#sudo cp -rf ./usr/modules-HDMI /etc/modules
|
||||
#sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf
|
||||
#sudo cp ./boot/config-nomal.txt /boot/config.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user