[oe-commits] org.oe.dev xserver-kdrive: added HVGA and 320x320 resolutions for Palm devices - close #1687

Cristiano commit openembedded-commits at lists.openembedded.org
Mon Jan 22 17:03:43 UTC 2007


xserver-kdrive: added HVGA and 320x320 resolutions for Palm devices - close #1687

Author: Cristiano
Branch: org.openembedded.dev
Revision: 599653ba6a41b31989e31ee81d4e956b5ea72cc3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=599653ba6a41b31989e31ee81d4e956b5ea72cc3
Files:
1
packages/xorg-xserver/kmode-palm.patch
packages/xorg-xserver/xserver-kdrive_X11R7.1-1.1.0.bb
Diffs:

#
# mt diff -r2164c974848673f9d11c1afbc0ae29b072ad058e -r599653ba6a41b31989e31ee81d4e956b5ea72cc3
#
# 
# 
# add_file "packages/xorg-xserver/kmode-palm.patch"
#  content [2c838ce994a6f309d3012984fb9319eaeba7a44a]
# 
# patch "packages/xorg-xserver/xserver-kdrive_X11R7.1-1.1.0.bb"
#  from [70440039c22c6b7d1562d9fac60d8e1f411da444]
#    to [30cf61f7626fa276b82307f3ed70e4164c8d8ad4]
# 
============================================================
--- packages/xorg-xserver/kmode-palm.patch	2c838ce994a6f309d3012984fb9319eaeba7a44a
+++ packages/xorg-xserver/kmode-palm.patch	2c838ce994a6f309d3012984fb9319eaeba7a44a
@@ -0,0 +1,34 @@
+--- kmode.c	2006-05-03 19:48:42.000000000 +0200
++++ xserver/hw/kdrive/src/kmode.c	2006-05-03 19:50:43.000000000 +0200
+@@ -32,6 +32,31 @@
+     /*	H	V	Hz	KHz */
+ 		/*  FP	    BP	    BLANK   POLARITY */
+ 
++	/* Treo 650 */
++
++    {   320,	320,	64,	16256,
++	            17,	    12,	    32,     KdSyncNegative,
++	            1,      11,     14,     KdSyncNegative,
++    },
++    
++    {   320,	320,	64,	    0,
++	            0,	    0,	    0,     KdSyncNegative,
++	            0,      0,      0,     KdSyncNegative,
++    },
++	
++	/* LifeDrive/T3/TX modes */
++
++    {   320,	480,	64,	16256,
++	            17,	    12,	    32,     KdSyncNegative,
++	            1,      11,     14,     KdSyncNegative,
++    },
++    
++    {   480,	320,	64,	    0,
++	            0,	    0,	    0,     KdSyncNegative,
++	            0,      0,      0,     KdSyncNegative,
++    },
++
++
+     /* IPAQ modeline:
+      *
+      * Modeline "320x240"      5.7222 320 337 340 352   240 241 244 254"
============================================================
--- packages/xorg-xserver/xserver-kdrive_X11R7.1-1.1.0.bb	70440039c22c6b7d1562d9fac60d8e1f411da444
+++ packages/xorg-xserver/xserver-kdrive_X11R7.1-1.1.0.bb	30cf61f7626fa276b82307f3ed70e4164c8d8ad4
@@ -1,7 +1,7 @@ DEPENDS = "tslib virtual/libsdl xproto l
 LICENSE = "MIT"
 DEPENDS = "tslib virtual/libsdl xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto xcalibrateext recordproto videoproto scrnsaverproto"
 
-PR = "r5"
+PR = "r6"
 
 PROVIDES = "virtual/xserver"
 RPROVIDES = "virtual/xserver"
@@ -44,11 +44,15 @@ SRC_URI = "http://ftp.x.org/pub/X11R7.1/
 	file://disable-xf86-dga-xorgcfg.patch;patch=1 \
 	file://w100.patch;patch=1 \
 	file://enable-tslib.patch;patch=1 \
-	file://xcalibrate.patch;patch=1"
+	file://xcalibrate.patch;patch=1 \
+	file://kmode-palm.patch;patch=1"
 
 SRC_URI_append_mnci   = " file://onlyfb.patch;patch=1"
 SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1"
 PACKAGE_ARCH_poodle = "poodle"
+PACKAGE_ARCH_palmtx = "palmtx"
+PACKAGE_ARCH_palmld = "palmld"
+PACKAGE_ARCH_palmz72 = "palmz72"
 
 S = "${WORKDIR}/xorg-server-X11R7.1-1.1.0"
 






More information about the Openembedded-commits mailing list