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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20190917) buster; urgency=medium
* Enable overscan for FKMS
-- Simon Long <simon@raspberrypi.org> Tue, 17 Sep 2019 15:34:56 +0100
raspi-config (20190709) buster; urgency=medium
* Rename hdmi_enable_4k to hdmi_enable_4kp60

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