[oe-commits] org.oe.dev xserver-kdrive 1.3: add patch to get the gumstix lcd working

koen commit openembedded-commits at lists.openembedded.org
Sun Oct 7 10:04:05 UTC 2007


xserver-kdrive 1.3: add patch to get the gumstix lcd working

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 42116cabf57a560c5f62c543e5cfde0687c99243
ViewMTN: http://monotone.openembedded.org/revision/info/42116cabf57a560c5f62c543e5cfde0687c99243
Files:
1
packages/xorg-xserver/gumstix-kmode.patch
packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
Diffs:

#
# mt diff -re2c1b9dbd0d3bdd46d7a874c18fdeac57579582d -r42116cabf57a560c5f62c543e5cfde0687c99243
#
# 
# 
# add_file "packages/xorg-xserver/gumstix-kmode.patch"
#  content [2ccfaa43986522f20a4d600872a7689d970b8c64]
# 
# patch "packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb"
#  from [7f2e709c62424285446c1f454d2bd609e6ab405d]
#    to [bc48ac913bf5619e2ef613e1dcc2f78c81bcd221]
# 
============================================================
--- packages/xorg-xserver/gumstix-kmode.patch	2ccfaa43986522f20a4d600872a7689d970b8c64
+++ packages/xorg-xserver/gumstix-kmode.patch	2ccfaa43986522f20a4d600872a7689d970b8c64
@@ -0,0 +1,23 @@
+--- /tmp/kmode.c	2007-10-07 11:49:52.000000000 +0200
++++ xorg-server-1.3.0.0/hw/kdrive/src/kmode.c	2007-10-07 11:51:57.962045000 +0200
+@@ -119,7 +119,19 @@
+                0,      0,     0,     KdSyncNegative, /* 59.940 */
+    },
+   
+-    
++
++/* gumstix console-vx */
++    {   480,    272,    60,     0,                      /* VESA */
++               0,      0,     0,    KdSyncNegative, /* 31.469 */
++               0,      0,     0,     KdSyncNegative, /* 59.940 */
++   },
++ 
++    {   272,    480,    60,     0,                      /* VESA */
++               0,      0,     0,    KdSyncNegative, /* 31.469 */
++               0,      0,     0,     KdSyncNegative, /* 59.940 */
++   },
++
++
+     /* 800x600 modes */
+     {	800,	600,	85,	56250,			    /* VESA */
+ 		    32,	    152,    248,    KdSyncPositive, /* 53.674 */
============================================================
--- packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb	7f2e709c62424285446c1f454d2bd609e6ab405d
+++ packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb	bc48ac913bf5619e2ef613e1dcc2f78c81bcd221
@@ -1,9 +1,9 @@ PE = "1"
 require xserver-kdrive-common.inc
 
 DEPENDS += "libxkbfile libxcalibrate"
 
 PE = "1"
-PR = "r17"
+PR = "r19"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
 	${KDRIVE_COMMON_PATCHES} \
@@ -19,7 +19,9 @@ SRC_URI = "${XORG_MIRROR}/individual/xse
 	file://w100.patch;patch=1 \
 	file://w100-autofoo.patch;patch=1 \
 	file://w100-fix-offscreen-bmp.patch;patch=1 \
-	"
+        file://kdrive-1.3-18bpp.patch;patch=1 \
+        file://gumstix-kmode.patch;patch=1 \
+"
 
 S = "${WORKDIR}/xorg-server-${PV}"
 






More information about the Openembedded-commits mailing list