0007-gigabyte-ga-g41m-es2l-set-VRAM-to-256MiB-by-default.patch 782 B

123456789101112131415161718192021222324
  1. From a3a0969075163be413f968b03671aa5d8662672a Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Fri, 14 May 2021 13:18:26 +0100
  4. Subject: [PATCH 07/30] gigabyte/ga-g41m-es2l: set VRAM to 256MiB by default
  5. Signed-off-by: Leah Rowe <leah@libreboot.org>
  6. ---
  7. src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  10. index 8372032119..bedad54d2a 100644
  11. --- a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  12. +++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  13. @@ -2,4 +2,4 @@ boot_option=Fallback
  14. debug_level=Debug
  15. power_on_after_fail=Enable
  16. nmi=Enable
  17. -gfx_uma_size=64M
  18. +gfx_uma_size=256M
  19. --
  20. 2.39.2