mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
Remove resolution setting option under KMS
This commit is contained in:
parent
f844b270e9
commit
57ce7539f9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20210927) bullseye; urgency=medium
|
||||
|
||||
* Remove resolution setting option under KMS
|
||||
|
||||
-- Simon Long <simon@raspberrypi.com> Mon, 27 Sep 2021 18:19:23 +0100
|
||||
|
||||
raspi-config (20210924) bullseye; urgency=medium
|
||||
|
||||
* Remove fake KMS option
|
||||
|
@ -2673,12 +2673,20 @@ do_system_menu() {
|
||||
|
||||
do_display_menu() {
|
||||
if is_pi ; then
|
||||
if is_fkms; then
|
||||
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Display Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
|
||||
"D2 Underscan" "Remove black border around screen" \
|
||||
"D3 Pixel Doubling" "Enable/disable 2x2 pixel mapping" \
|
||||
"D4 Screen Blanking" "Enable/disable screen blanking" \
|
||||
3>&1 1>&2 2>&3)
|
||||
else
|
||||
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Display Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
|
||||
"D1 Resolution" "Set a specific screen resolution" \
|
||||
"D2 Underscan" "Remove black border around screen" \
|
||||
"D3 Pixel Doubling" "Enable/disable 2x2 pixel mapping" \
|
||||
"D4 Screen Blanking" "Enable/disable screen blanking" \
|
||||
3>&1 1>&2 2>&3)
|
||||
fi
|
||||
else
|
||||
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Display Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
|
||||
"D3 Pixel Doubling" "Enable/disable 2x2 pixel mapping" \
|
||||
|
Loading…
Reference in New Issue
Block a user