0018-ich9m-boards-set-256MB-VRAM-instead.patch 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. From 30d8dd45ab489bed21398b04bd03a54e08eafaf2 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Sat, 4 Mar 2023 23:55:41 +0000
  4. Subject: [PATCH 18/18] ich9m boards: set 256MB VRAM instead
  5. 352MB causes some stability issues reported by a few people
  6. ---
  7. src/mainboard/acer/g43t-am3/cmos.default | 2 +-
  8. src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 2 +-
  9. src/mainboard/lenovo/t400/cmos.default | 2 +-
  10. src/mainboard/lenovo/x200/cmos.default | 2 +-
  11. 4 files changed, 4 insertions(+), 4 deletions(-)
  12. diff --git a/src/mainboard/acer/g43t-am3/cmos.default b/src/mainboard/acer/g43t-am3/cmos.default
  13. index 98899e8bf5..e8b45ea22c 100644
  14. --- a/src/mainboard/acer/g43t-am3/cmos.default
  15. +++ b/src/mainboard/acer/g43t-am3/cmos.default
  16. @@ -3,4 +3,4 @@ debug_level=Debug
  17. power_on_after_fail=Disable
  18. nmi=Enable
  19. sata_mode=AHCI
  20. -gfx_uma_size=352M
  21. +gfx_uma_size=256M
  22. diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  23. index 3a9a8e2d72..bedad54d2a 100644
  24. --- a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  25. +++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  26. @@ -2,4 +2,4 @@ boot_option=Fallback
  27. debug_level=Debug
  28. power_on_after_fail=Enable
  29. nmi=Enable
  30. -gfx_uma_size=352M
  31. +gfx_uma_size=256M
  32. diff --git a/src/mainboard/lenovo/t400/cmos.default b/src/mainboard/lenovo/t400/cmos.default
  33. index e74d15d030..b907a3e2df 100644
  34. --- a/src/mainboard/lenovo/t400/cmos.default
  35. +++ b/src/mainboard/lenovo/t400/cmos.default
  36. @@ -13,4 +13,4 @@ power_management_beeps=Enable
  37. low_battery_beep=Enable
  38. sata_mode=AHCI
  39. hybrid_graphics_mode=Integrated Only
  40. -gfx_uma_size=352M
  41. +gfx_uma_size=256M
  42. diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default
  43. index 33a6a69f59..458b3f19c5 100644
  44. --- a/src/mainboard/lenovo/x200/cmos.default
  45. +++ b/src/mainboard/lenovo/x200/cmos.default
  46. @@ -12,4 +12,4 @@ sticky_fn=Disable
  47. power_management_beeps=Enable
  48. low_battery_beep=Enable
  49. sata_mode=AHCI
  50. -gfx_uma_size=352M
  51. +gfx_uma_size=256M
  52. --
  53. 2.39.2