mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-23 04:30:06 +09:00
Overscan re-enabled for FKMS
This commit is contained in:
parent
517a46da4d
commit
fa4185ac04
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
raspi-config (20190709) buster; urgency=medium
|
||||||
|
|
||||||
* Rename hdmi_enable_4k to hdmi_enable_4kp60
|
* Rename hdmi_enable_4k to hdmi_enable_4kp60
|
||||||
|
@ -275,12 +275,6 @@ get_overscan() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_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
|
DEFAULT=--defaultno
|
||||||
CURRENT=0
|
CURRENT=0
|
||||||
if [ $(get_overscan) -eq 0 ]; then
|
if [ $(get_overscan) -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user