Hi!

I just compiled and flashed the latest revision of libreboot (text mode)
on a T60 with the IDtech IAQX10N (15.1" 2048x1536) LCD.  The screen
works fine inside GNU/Linux but there is no display in GRUB.  Using a
serial connection I could see both libreboot's and Parabola's GRUB menu
entries however.

Attached are a patch for the "supported_t60_list" documentation as well
as a little fix for grub.cfg applied on top of the commit
131c5f4ca35db3ca96f1b2fc503af7e57cbe7263 (master branch).

Best regards,

Albin
From 9ef4b79240f85bac4c08333fbe7560957ae9cc69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albin=20S=C3=B6derqvist?= <[email protected]>
Date: Sun, 28 Feb 2016 23:46:15 +0100
Subject: [PATCH 1/2] grub.cfg: remove trailing whitespace

---
 resources/grub/config/menuentries/common.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index 3b0dae4..fdc9fd3 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -130,7 +130,7 @@ menuentry 'Search for GRUB configuration (grub.cfg) outside of CBFS  [s]' --hotk
 			}
 		fi
 		if [ -f "$x/grub2/grub.cfg" ] ; then
-			submenu "Load Config from $x" $x { 
+			submenu "Load Config from $x" $x {
 				root=$2
 				source /grub2/grub.cfg
 				unset superusers
-- 
2.7.0

From f66bb385112971400531555b6c878a8d6ceeb152 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albin=20S=C3=B6derqvist?= <[email protected]>
Date: Sun, 28 Feb 2016 23:47:23 +0100
Subject: [PATCH 2/2] docs/hcl/t60: IAQX10N display works in GNU/Linux

---
 docs/src/hcl/index.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/hcl/index.texi b/docs/src/hcl/index.texi
index c1ba0b3..aa19194 100644
--- a/docs/src/hcl/index.texi
+++ b/docs/src/hcl/index.texi
@@ -303,7 +303,7 @@ LG-Philips LP150E06-A5K4 (15.1" 1400x1050) (also, not an official T60 screen)
 @item
 Samsung LTN154X3-L0A (15.4" 1280x800)
 @item
-IDtech IAQX10N (15.1" 2048x1536) (no display in GRUB, display in GNU/Linux is temperamental) (P/N 42T0078 FRU 42T0079 or P/N 41W1338 recommended for the inverter board)
+IDtech IAQX10N (15.1" 2048x1536) (no display in GRUB, display in GNU/Linux works) (P/N 42T0078 FRU 42T0079 or P/N 41W1338 recommended for the inverter board)
 @item
 IDtech N150U3-L01 (15.1" 1600x1200) (no display in GRUB, display in GNU/Linux works) (P/N 42T0078 FRU 42T0079 or P/N 41W1338 recommended for the inverter board)
 @end itemize
-- 
2.7.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to