]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-common: Set nokia800 dpi to 150 (should be 225 in theory)
authorRichard Purdie <richard@openedhand.com>
Thu, 17 May 2007 10:26:22 +0000 (10:26 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 17 May 2007 10:26:22 +0000 (10:26 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1743 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 7dc724c6f580786045eadc6f3f5f3bd2c36444b7..244ea6dd9180e53b5941704fd49118ba6ab8300e 100644 (file)
@@ -84,7 +84,7 @@ case `module_id` in
                ARGS="$ARGS -fb /dev/fb1"
                 ;;
        "Nokia N800")
-               ARGS="$ARGS -screen 800x480x16 -mouse tslib" ;;
+               ARGS="$ARGS -dpi 150 -screen 800x480x16 -mouse tslib" ;;
         *)
                # Its a device we dont know about - in which case force
                 # kdrive to use the current framebuffer geometry otherwise
index 5b33012a103137924786fa1c1580c55e29904a53..59ca94ebd9f1ce062ed291a3aef9cbff6f8ef8bb 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}