Overscan re-enabled for FKMS

This commit is contained in:
Simon Long
2019-09-17 15:35:41 +01:00
parent 517a46da4d
commit fa4185ac04
2 changed files with 6 additions and 6 deletions

View File

@@ -275,12 +275,6 @@ get_overscan() {
}
do_overscan() {
if is_fkms ; then
if [ "$INTERACTIVE" = True ]; then
whiptail --msgbox "Overscan cannot be set with the GL driver" 20 60 1
fi
return 1
fi
DEFAULT=--defaultno
CURRENT=0
if [ $(get_overscan) -eq 0 ]; then