Don't disable display output for DVI as well
Some people are attaching DVI displays through an adapter.
This commit is contained in:
parent
441bd905a5
commit
8cb3e1c8d5
@ -371,7 +371,7 @@
|
|||||||
path: /etc/rc.local
|
path: /etc/rc.local
|
||||||
insertbefore: "exit 0"
|
insertbefore: "exit 0"
|
||||||
block: |
|
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
|
/opt/vc/bin/tvservice -o
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user