2023-10-12 22:12:17 +00:00
|
|
|
From 9faa780b2ac45bc1bf61aa252364ee3158c4cb10 Mon Sep 17 00:00:00 2001
|
2021-05-18 12:56:12 +00:00
|
|
|
From: Leah Rowe <leah@libreboot.org>
|
|
|
|
Date: Fri, 14 May 2021 13:18:26 +0100
|
2023-10-12 22:12:17 +00:00
|
|
|
Subject: [PATCH 07/22] gigabyte/ga-g41m-es2l: set VRAM to 256MiB by default
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2023-08-05 22:36:42 +00:00
|
|
|
Signed-off-by: Leah Rowe <leah@libreboot.org>
|
2021-05-18 12:56:12 +00:00
|
|
|
---
|
|
|
|
src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
|
2023-08-05 22:36:42 +00:00
|
|
|
index 8372032119..bedad54d2a 100644
|
2021-05-18 12:56:12 +00:00
|
|
|
--- a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
|
|
|
|
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
|
|
|
|
@@ -2,4 +2,4 @@ boot_option=Fallback
|
|
|
|
debug_level=Debug
|
|
|
|
power_on_after_fail=Enable
|
|
|
|
nmi=Enable
|
|
|
|
-gfx_uma_size=64M
|
2023-08-05 22:36:42 +00:00
|
|
|
+gfx_uma_size=256M
|
2021-05-18 12:56:12 +00:00
|
|
|
--
|
2023-03-04 23:58:17 +00:00
|
|
|
2.39.2
|
2021-05-18 12:56:12 +00:00
|
|
|
|