xserver-kdrive 1.3: add patch to get the gumstix lcd working
authorKoen Kooi <koen@openembedded.org>
Sun, 7 Oct 2007 09:55:01 +0000 (09:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 7 Oct 2007 09:55:01 +0000 (09:55 +0000)
packages/xorg-xserver/gumstix-kmode.patch [new file with mode: 0644]
packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb

diff --git a/packages/xorg-xserver/gumstix-kmode.patch b/packages/xorg-xserver/gumstix-kmode.patch
new file mode 100644 (file)
index 0000000..56817a7
--- /dev/null
@@ -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 */
index 5f0896f..3cc6707 100644 (file)
@@ -3,7 +3,7 @@ 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/xserver/xorg-server-${PV}.tar.bz2 \
        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}"