diff mbox series

[RESEND,v3,26/26] x86: minnowmax: Drop screen resolution to 1024x768

Message ID 20200702211204.RESEND.v3.26.Ia291ebfeddb9d936914febb00854daa5d0ec2e26@changeid
State Superseded
Headers show
Series x86: video: Speed up the framebuffer | expand

Commit Message

Simon Glass July 3, 2020, 3:12 a.m. UTC
This seems like a more reasonable resolution for this board, since it is
quite slow. It also allows it to work with a 5" LCD display in my lab.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 configs/minnowmax_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 4fbc920dd0..13d6edd08c 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -61,5 +61,5 @@  CONFIG_USB_STORAGE=y
 CONFIG_USB_KEYBOARD=y
 CONFIG_VIDEO_COPY=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
-CONFIG_FRAMEBUFFER_VESA_MODE_11B=y
+CONFIG_FRAMEBUFFER_VESA_MODE_118=y
 # CONFIG_GZIP is not set