Merge pull request #430 from strasharo/patch-2
Don't disable display output for DVI as well. fixes #429
This commit is contained in:
commit
18957c6ad3
@ -371,7 +371,7 @@
|
||||
path: /etc/rc.local
|
||||
insertbefore: "exit 0"
|
||||
block: |
|
||||
if ! /opt/vc/bin/tvservice -s | grep HDMI; then
|
||||
if ! /opt/vc/bin/tvservice -s | egrep 'HDMI|DVI'; then
|
||||
/opt/vc/bin/tvservice -o
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user