git: 9front

Download patch

ref: 53fd44ed0965af609ddc34bf228e7de2735a21d1
parent: 821c387226bd2e8e26b5a25e7bee5aed14db8484
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 9 19:19:16 EST 2015

igfx: vgadb entries for x230 and x200s

--- a/lib/vgadb
+++ b/lib/vgadb
@@ -434,6 +434,13 @@
 	hwgc=geodehwgc
 	ctlr=geode linear=1
 
+ctlr
+	vid=0x8086 did=0x0166	# X230
+	vid=0x8086 did=0x2a42	# X200s
+	link=vga
+	hwgc=igfxhwgc
+	ctlr=igfx linear=1
+
 #
 # mode:
 # These entries specify a monitor operating mode.
@@ -1680,3 +1687,23 @@
 	shb=1728 ehb=1760 vt=1840
 	vrs=1053 vre=1059 vt=1080
 	hsync=+ vsync=-
+
+#
+# Lenovo X230 (LCD) LVDS
+#
+x230=1366x768		# 60Hz
+	clock=75.2
+	shb=1414 ehb=1478 ht=1582
+	vrs=772 vre=779 vt=792
+	hsync=+ vsync=-
+	lcd=1
+
+#
+# Lenovo X200s (LCD) LVDS
+#
+x200s=1280x800		# 60Hz
+	clock=75
+	shb=1296 ehb=1344 ht=1512
+	vrs=802 vre=804 vt=830
+	hsync=- vsync=-
+	lcd=1
--