]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-common: Add nokia800 support
authorRichard Purdie <richard@openedhand.com>
Tue, 30 Jan 2007 21:40:40 +0000 (21:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 Jan 2007 21:40:40 +0000 (21:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1224 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver
meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index 8828f60434783cbc3b0a86546e8229418b3718ef..7dc724c6f580786045eadc6f3f5f3bd2c36444b7 100644 (file)
@@ -83,6 +83,8 @@ case `module_id` in
                 modprobe mbxfb
                ARGS="$ARGS -fb /dev/fb1"
                 ;;
+       "Nokia N800")
+               ARGS="$ARGS -screen 800x480x16 -mouse tslib" ;;
         *)
                # Its a device we dont know about - in which case force
                 # kdrive to use the current framebuffer geometry otherwise
index c076a3435a31d5b9d50af28ac78313497605a61d..cb83d7dddc061990c03ecf26220a5bf51d7f2960 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}